/* Utils */

/* Override Global Font */

* {
    font-family: var(--font-family);
}

/* End Override Global Font */

/* Background */

.background-primary {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.background-secondary {
    background-color: var(--color-secondary);
    color: var(--color-light);
}

.background-secondary-alt-2 {
    background-color: var(--color-secondary-alt-2);
    color: var(--color-light);
}

.background-success {
    background-color: var(--bg-primary-alt);
    color: var(--color-light);
}

.background-info {
    background-color: var(--color-info);
    color: var(--color-light);
}

.background-warning {
    background-color: var(--color-warning);
    color: var(--color-light);
}

.background-danger {
    background-color: var(--color-danger);
    color: var(--color-light);
}

.background-light {
    background-color: var(--color-light);
    color: var(--color-secondary);
}

/* End Background */

/* Colors */

.color-primary {
    color: var(--color-primary);
}

.color-primary-alt {
    color: var(--color-primary-alt);
}

.color-secondary {
    color: var(--color-secondary);
}

.color-secondary-alt {
    color: var(--color-secondary-alt);
}

.color-tertiary {
    color: var(--color-tertiary);
}

.color-info {
    color: var(--color-info);
}

.color-warning {
    color: var(--color-warning);
}

.color-danger {
    color: var(--color-danger);
}

.color-light {
    color: var(--color-light);
}

/* End Colors */

/* Shadows */

.shadow-small {
    box-shadow: var(--shadow-small);
}

.shadow-medium {
    box-shadow: var(--shadow-medium);
}

.shadow-large {
    box-shadow: var(--shadow-large);
}

/* End Shadows */

/* Borders */

.border-primary {
    border: 1px solid var(--color-primary);
}

.border-primary-1 {
    border: 1px solid var(--color-primary);
}

.border-primary-2 {
    border: 2px solid var(--color-primary);
}

.border-primary-3 {
    border: 3px solid var(--color-primary);
}

.border-primary-4 {
    border: 4px solid var(--color-primary);
}

.border-primary-5 {
    border: 5px solid var(--color-primary);
}

.border-bottom-primary {
    border-bottom: 1px solid var(--color-primary);
}

.border-bottom-primary-1 {
    border-bottom: 1px solid var(--color-primary);
}

.border-bottom-primary-2 {
    border-bottom: 2px solid var(--color-primary);
}

.border-bottom-primary-3 {
    border-bottom: 3px solid var(--color-primary);
}

.border-bottom-primary-4 {
    border-bottom: 4px solid var(--color-primary);
}

.border-bottom-primary-5 {
    border-bottom: 5px solid var(--color-primary);
}

.border-top-primary {
    border-top: 1px solid var(--color-primary);
}

.border-top-primary-1 {
    border-top: 1px solid var(--color-primary);
}

.border-top-primary-2 {
    border-top: 2px solid var(--color-primary);
}

.border-top-primary-3 {
    border-top: 3px solid var(--color-primary);
}

.border-top-primary-4 {
    border-top: 4px solid var(--color-primary);
}

.border-left-primary-5 {
    border-left: 5px solid var(--color-primary);
}

.border-left-primary {
    border-left: 1px solid var(--color-primary);
}

.border-left-primary-1 {
    border-left: 1px solid var(--color-primary);
}

.border-left-primary-2 {
    border-left: 2px solid var(--color-primary);
}

.border-left-primary-3 {
    border-left: 3px solid var(--color-primary);
}

.border-left-primary-4 {
    border-left: 4px solid var(--color-primary);
}

.border-left-primary-5 {
    border-left: 5px solid var(--color-primary);
}

.border-right-primary {
    border-right: 1px solid var(--color-primary);
}

.border-right-primary-1 {
    border-right: 1px solid var(--color-primary);
}

.border-right-primary-2 {
    border-right: 2px solid var(--color-primary);
}

.border-right-primary-3 {
    border-right: 3px solid var(--color-primary);
}

.border-right-primary-4 {
    border-right: 4px solid var(--color-primary);
}

.border-right-primary-5 {
    border-right: 5px solid var(--color-primary);
}

.border-secondary {
    border: 1px solid var(--color-secondary);
}

.border-secondary-1 {
    border: 1px solid var(--color-secondary);
}

.border-secondary-2 {
    border: 2px solid var(--color-secondary);
}

.border-secondary-3 {
    border: 3px solid var(--color-secondary);
}

.border-secondary-4 {
    border: 4px solid var(--color-secondary);
}

.border-secondary-5 {
    border: 5px solid var(--color-secondary);
}

.border-bottom-secondary {
    border-bottom: 1px solid var(--color-secondary);
}

.border-bottom-secondary-1 {
    border-bottom: 1px solid var(--color-secondary);
}

.border-bottom-secondary-2 {
    border-bottom: 2px solid var(--color-secondary);
}

.border-bottom-secondary-3 {
    border-bottom: 3px solid var(--color-secondary);
}

.border-bottom-secondary-4 {
    border-bottom: 4px solid var(--color-secondary);
}

.border-bottom-secondary-5 {
    border-bottom: 5px solid var(--color-secondary);
}

.border-top-secondary {
    border-top: 1px solid var(--color-secondary);
}

.border-top-secondary-1 {
    border-top: 1px solid var(--color-secondary);
}

.border-top-secondary-2 {
    border-top: 2px solid var(--color-secondary);
}

.border-top-secondary-3 {
    border-top: 3px solid var(--color-secondary);
}

.border-top-secondary-4 {
    border-top: 4px solid var(--color-secondary);
}

.border-left-secondary-5 {
    border-left: 5px solid var(--color-secondary);
}

.border-left-secondary {
    border-left: 1px solid var(--color-secondary);
}

.border-left-secondary-1 {
    border-left: 1px solid var(--color-secondary);
}

.border-left-secondary-2 {
    border-left: 2px solid var(--color-secondary);
}

.border-left-secondary-3 {
    border-left: 3px solid var(--color-secondary);
}

.border-left-secondary-4 {
    border-left: 4px solid var(--color-secondary);
}

.border-left-secondary-5 {
    border-left: 5px solid var(--color-secondary);
}

.border-right-secondary {
    border-right: 1px solid var(--color-secondary);
}

.border-right-secondary-1 {
    border-right: 1px solid var(--color-secondary);
}

.border-right-secondary-2 {
    border-right: 2px solid var(--color-secondary);
}

.border-right-secondary-3 {
    border-right: 3px solid var(--color-secondary);
}

.border-right-secondary-4 {
    border-right: 4px solid var(--color-secondary);
}

.border-right-secondary-5 {
    border-right: 5px solid var(--color-secondary);
}

.border-tertiary {
    border: 1px solid var(--color-tertiary);
}

.border-tertiary-1 {
    border: 1px solid var(--color-tertiary);
}

.border-tertiary-2 {
    border: 2px solid var(--color-tertiary);
}

.border-tertiary-3 {
    border: 3px solid var(--color-tertiary);
}

.border-tertiary-4 {
    border: 4px solid var(--color-tertiary);
}

.border-tertiary-5 {
    border: 5px solid var(--color-tertiary);
}

.border-bottom-tertiary {
    border-bottom: 1px solid var(--color-tertiary);
}

.border-bottom-tertiary-1 {
    border-bottom: 1px solid var(--color-tertiary);
}

.border-bottom-tertiary-2 {
    border-bottom: 2px solid var(--color-tertiary);
}

.border-bottom-tertiary-3 {
    border-bottom: 3px solid var(--color-tertiary);
}

.border-bottom-tertiary-4 {
    border-bottom: 4px solid var(--color-tertiary);
}

.border-bottom-tertiary-5 {
    border-bottom: 5px solid var(--color-tertiary);
}

.border-top-tertiary {
    border-top: 1px solid var(--color-tertiary);
}

.border-top-tertiary-1 {
    border-top: 1px solid var(--color-tertiary);
}

.border-top-tertiary-2 {
    border-top: 2px solid var(--color-tertiary);
}

.border-top-tertiary-3 {
    border-top: 3px solid var(--color-tertiary);
}

.border-top-tertiary-4 {
    border-top: 4px solid var(--color-tertiary);
}

.border-left-tertiary-5 {
    border-left: 5px solid var(--color-tertiary);
}

.border-left-tertiary {
    border-left: 1px solid var(--color-tertiary);
}

.border-left-tertiary-1 {
    border-left: 1px solid var(--color-tertiary);
}

.border-left-tertiary-2 {
    border-left: 2px solid var(--color-tertiary);
}

.border-left-tertiary-3 {
    border-left: 3px solid var(--color-tertiary);
}

.border-left-tertiary-4 {
    border-left: 4px solid var(--color-tertiary);
}

.border-left-tertiary-5 {
    border-left: 5px solid var(--color-tertiary);
}

.border-right-tertiary {
    border-right: 1px solid var(--color-tertiary);
}

.border-right-tertiary-1 {
    border-right: 1px solid var(--color-tertiary);
}

.border-right-tertiary-2 {
    border-right: 2px solid var(--color-tertiary);
}

.border-right-tertiary-3 {
    border-right: 3px solid var(--color-tertiary);
}

.border-right-tertiary-4 {
    border-right: 4px solid var(--color-tertiary);
}

.border-right-tertiary-5 {
    border-right: 5px solid var(--color-tertiary);
}

.border-info {
    border: 1px solid var(--color-info);
}

.border-info-1 {
    border: 1px solid var(--color-info);
}

.border-info-2 {
    border: 2px solid var(--color-info);
}

.border-info-3 {
    border: 3px solid var(--color-info);
}

.border-info-4 {
    border: 4px solid var(--color-info);
}

.border-info-5 {
    border: 5px solid var(--color-info);
}

.border-bottom-info {
    border-bottom: 1px solid var(--color-info);
}

.border-bottom-info-1 {
    border-bottom: 1px solid var(--color-info);
}

.border-bottom-info-2 {
    border-bottom: 2px solid var(--color-info);
}

.border-bottom-info-3 {
    border-bottom: 3px solid var(--color-info);
}

.border-bottom-info-4 {
    border-bottom: 4px solid var(--color-info);
}

.border-bottom-info-5 {
    border-bottom: 5px solid var(--color-info);
}

.border-top-info {
    border-top: 1px solid var(--color-info);
}

.border-top-info-1 {
    border-top: 1px solid var(--color-info);
}

.border-top-info-2 {
    border-top: 2px solid var(--color-info);
}

.border-top-info-3 {
    border-top: 3px solid var(--color-info);
}

.border-top-info-4 {
    border-top: 4px solid var(--color-info);
}

.border-left-info-5 {
    border-left: 5px solid var(--color-info);
}

.border-left-info {
    border-left: 1px solid var(--color-info);
}

.border-left-info-1 {
    border-left: 1px solid var(--color-info);
}

.border-left-info-2 {
    border-left: 2px solid var(--color-info);
}

.border-left-info-3 {
    border-left: 3px solid var(--color-info);
}

.border-left-info-4 {
    border-left: 4px solid var(--color-info);
}

.border-left-info-5 {
    border-left: 5px solid var(--color-info);
}

.border-right-info {
    border-right: 1px solid var(--color-info);
}

.border-right-info-1 {
    border-right: 1px solid var(--color-info);
}

.border-right-info-2 {
    border-right: 2px solid var(--color-info);
}

.border-right-info-3 {
    border-right: 3px solid var(--color-info);
}

.border-right-info-4 {
    border-right: 4px solid var(--color-info);
}

.border-right-info-5 {
    border-right: 5px solid var(--color-info);
}

.border-warning {
    border: 1px solid var(--color-warning);
}

.border-warning-1 {
    border: 1px solid var(--color-warning);
}

.border-warning-2 {
    border: 2px solid var(--color-warning);
}

.border-warning-3 {
    border: 3px solid var(--color-warning);
}

.border-warning-4 {
    border: 4px solid var(--color-warning);
}

.border-warning-5 {
    border: 5px solid var(--color-warning);
}

.border-bottom-warning {
    border-bottom: 1px solid var(--color-warning);
}

.border-bottom-warning-1 {
    border-bottom: 1px solid var(--color-warning);
}

.border-bottom-warning-2 {
    border-bottom: 2px solid var(--color-warning);
}

.border-bottom-warning-3 {
    border-bottom: 3px solid var(--color-warning);
}

.border-bottom-warning-4 {
    border-bottom: 4px solid var(--color-warning);
}

.border-bottom-warning-5 {
    border-bottom: 5px solid var(--color-warning);
}

.border-top-warning {
    border-top: 1px solid var(--color-warning);
}

.border-top-warning-1 {
    border-top: 1px solid var(--color-warning);
}

.border-top-warning-2 {
    border-top: 2px solid var(--color-warning);
}

.border-top-warning-3 {
    border-top: 3px solid var(--color-warning);
}

.border-top-warning-4 {
    border-top: 4px solid var(--color-warning);
}

.border-left-warning-5 {
    border-left: 5px solid var(--color-warning);
}

.border-left-warning {
    border-left: 1px solid var(--color-warning);
}

.border-left-warning-1 {
    border-left: 1px solid var(--color-warning);
}

.border-left-warning-2 {
    border-left: 2px solid var(--color-warning);
}

.border-left-warning-3 {
    border-left: 3px solid var(--color-warning);
}

.border-left-warning-4 {
    border-left: 4px solid var(--color-warning);
}

.border-left-warning-5 {
    border-left: 5px solid var(--color-warning);
}

.border-right-warning {
    border-right: 1px solid var(--color-warning);
}

.border-right-warning-1 {
    border-right: 1px solid var(--color-warning);
}

.border-right-warning-2 {
    border-right: 2px solid var(--color-warning);
}

.border-right-warning-3 {
    border-right: 3px solid var(--color-warning);
}

.border-right-warning-4 {
    border-right: 4px solid var(--color-warning);
}

.border-right-warning-5 {
    border-right: 5px solid var(--color-warning);
}

.border-danger {
    border: 1px solid var(--color-danger);
}

.border-danger-1 {
    border: 1px solid var(--color-danger);
}

.border-danger-2 {
    border: 2px solid var(--color-danger);
}

.border-danger-3 {
    border: 3px solid var(--color-danger);
}

.border-danger-4 {
    border: 4px solid var(--color-danger);
}

.border-danger-5 {
    border: 5px solid var(--color-danger);
}

.border-bottom-danger {
    border-bottom: 1px solid var(--color-danger);
}

.border-bottom-danger-1 {
    border-bottom: 1px solid var(--color-danger);
}

.border-bottom-danger-2 {
    border-bottom: 2px solid var(--color-danger);
}

.border-bottom-danger-3 {
    border-bottom: 3px solid var(--color-danger);
}

.border-bottom-danger-4 {
    border-bottom: 4px solid var(--color-danger);
}

.border-bottom-danger-5 {
    border-bottom: 5px solid var(--color-danger);
}

.border-top-danger {
    border-top: 1px solid var(--color-danger);
}

.border-top-danger-1 {
    border-top: 1px solid var(--color-danger);
}

.border-top-danger-2 {
    border-top: 2px solid var(--color-danger);
}

.border-top-danger-3 {
    border-top: 3px solid var(--color-danger);
}

.border-top-danger-4 {
    border-top: 4px solid var(--color-danger);
}

.border-left-danger-5 {
    border-left: 5px solid var(--color-danger);
}

.border-left-danger {
    border-left: 1px solid var(--color-danger);
}

.border-left-danger-1 {
    border-left: 1px solid var(--color-danger);
}

.border-left-danger-2 {
    border-left: 2px solid var(--color-danger);
}

.border-left-danger-3 {
    border-left: 3px solid var(--color-danger);
}

.border-left-danger-4 {
    border-left: 4px solid var(--color-danger);
}

.border-left-danger-5 {
    border-left: 5px solid var(--color-danger);
}

.border-right-danger {
    border-right: 1px solid var(--color-danger);
}

.border-right-danger-1 {
    border-right: 1px solid var(--color-danger);
}

.border-right-danger-2 {
    border-right: 2px solid var(--color-danger);
}

.border-right-danger-3 {
    border-right: 3px solid var(--color-danger);
}

.border-right-danger-4 {
    border-right: 4px solid var(--color-danger);
}

.border-right-danger-5 {
    border-right: 5px solid var(--color-danger);
}

.border-light {
    border: 1px solid var(--color-light);
}

.border-light-1 {
    border: 1px solid var(--color-light);
}

.border-light-2 {
    border: 2px solid var(--color-light);
}

.border-light-3 {
    border: 3px solid var(--color-light);
}

.border-light-4 {
    border: 4px solid var(--color-light);
}

.border-light-5 {
    border: 5px solid var(--color-light);
}

.border-bottom-light {
    border-bottom: 1px solid var(--color-light);
}

.border-bottom-light-1 {
    border-bottom: 1px solid var(--color-light);
}

.border-bottom-light-2 {
    border-bottom: 2px solid var(--color-light);
}

.border-bottom-light-3 {
    border-bottom: 3px solid var(--color-light);
}

.border-bottom-light-4 {
    border-bottom: 4px solid var(--color-light);
}

.border-bottom-light-5 {
    border-bottom: 5px solid var(--color-light);
}

.border-top-light {
    border-top: 1px solid var(--color-light);
}

.border-top-light-1 {
    border-top: 1px solid var(--color-light);
}

.border-top-light-2 {
    border-top: 2px solid var(--color-light);
}

.border-top-light-3 {
    border-top: 3px solid var(--color-light);
}

.border-top-light-4 {
    border-top: 4px solid var(--color-light);
}

.border-left-light-5 {
    border-left: 5px solid var(--color-light);
}

.border-left-light {
    border-left: 1px solid var(--color-light);
}

.border-left-light-1 {
    border-left: 1px solid var(--color-light);
}

.border-left-light-2 {
    border-left: 2px solid var(--color-light);
}

.border-left-light-3 {
    border-left: 3px solid var(--color-light);
}

.border-left-light-4 {
    border-left: 4px solid var(--color-light);
}

.border-left-light-5 {
    border-left: 5px solid var(--color-light);
}

.border-right-light {
    border-right: 1px solid var(--color-light);
}

.border-right-light-1 {
    border-right: 1px solid var(--color-light);
}

.border-right-light-2 {
    border-right: 2px solid var(--color-light);
}

.border-right-light-3 {
    border-right: 3px solid var(--color-light);
}

.border-right-light-4 {
    border-right: 4px solid var(--color-light);
}

.border-right-light-5 {
    border-right: 5px solid var(--color-light);
}

/* End Borders */

/* Icons */

.icon-spacing {
    margin: 10px;
}

.icon-spacing-x {
    margin: 0px 10px;
}

.icon-spacing-y {
    margin: 10px 0px;
}

.icon-sm {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
}

.icon-md {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
}

.icon-lg {
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
}

.icon-success {
    background: var(--icon-success) no-repeat;
    background-size: cover;
}

.icon-warning {
    background: var(--icon-warning) no-repeat;
    background-size: cover;
}

.icon-danger {
    background: var(--icon-danger) no-repeat;
    background-size: cover;
}

.icon-firma {
    background: var(--icon-firma) no-repeat;
    background-size: cover;
}

.icon-boy {
    background: var(--icon-boy) no-repeat;
    background-size: cover;
}

.icon-girl {
    background: var(--icon-girl) no-repeat;
    background-size: cover;
}

.icon-men {
    background: var(--icon-men) no-repeat;
    background-size: cover;
}

.icon-women {
    background: var(--icon-women) no-repeat;
    background-size: cover;
}

.icon-eye {
    background: var(--icon-eye) no-repeat;
    background-size: cover;
}

.icon-download {
    background: var(--icon-download) no-repeat;
    background-size: cover;
}

.icon-info {
    background: var(--icon-info) no-repeat;
    background-size: cover;
}

/* End Icons */

/* Fonts */

.text-sm {
    font-size: var(--font-size-sm);
}

.text-md {
    font-size: var(--font-size-md);
}

.text-lg {
    font-size: var(--font-size-lg);
}

.text-muted {
    font-size: var(--font-size-sm);
    color: var(--color-secondary);
}

.text-error {
    font-size: var(--font-size-sm);
    color: var(--color-error);
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-bold {
    font-weight: bold;
}

/* End Fonts */

/* Buttons */

.button-sm {
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    font-size: var(--font-size-sm);
    text-transform: none;
}

.button {
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    font-size: var(--font-size-md);
    text-transform: none;
}

.button-lg {
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    font-size: var(--font-size-lg);
    text-transform: none;
}

.button-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light);
}

.button-primary:hover {
    background-color: var(--color-primary-alt);
    border-color: var(--color-primary-alt);
    color: var(--color-light);
}

.button-primary-alt {
    background-color: var(--color-primary-alt);
    border-color: var(--color-primary-alt);
    color: var(--color-light);
}

.button-primary-alt:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light);
}

.button-primary-outlined {
    color: var(--color-primary-alt);
    background-color: transparent;
    border-color: var(--color-primary-alt);
}

.button-primary-outlined:hover {
    color: var(--color-light);
    background-color: var(--color-primary);
}

.button-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-light);
}

.button-secondary:hover {
    background-color: var(--color-secondary-alt);
    border-color: var(--color-secondary-alt);
    color: var(--color-light);
}

.button-secondary-outlined {
    color: var(--color-secondary-alt);
    background-color: transparent;
    border-color: var(--color-secondary-alt);
}

.button-secondary-outlined:hover {
    color: var(--color-light);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.button-tertiary {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
    color: var(--color-light);
}

.button-tertiary-outlined {
    background-color: transparent;
    border-color: var(--color-tertiary);
    color: var(--color-tertiary);
}

.button-info {
    background-color: var(--color-info);
    border-color: var(--color-info);
    color: var(--color-light);
}

.button-info-outlined {
    background-color: transparent;
    border-color: var(--color-info);
    color: var(--color-info);
}

.button-warning {
    background-color: var(--color-warning);
    border-color: var(--color-warning);
    color: var(--color-light);
}

.button-warning-outlined {
    background-color: transparent;
    border-color: var(--color-warning);
    color: var(--color-warning);
}

.button-danger {
    background-color: var(--color-danger);
    border-color: var(--color-danger);
    color: var(--color-light);
}

.button-danger:hover {
    background-color: var(--color-light);
    border-color: var(--color-danger);
    color: var(--color-danger);
}

.button-tertiary-outlined {
    background-color: transparent;
    border-color: var(--color-danger);
    color: var(--color-danger);
}

/* End Buttons */

/* Alerts */

.alert-box-sm {
    width: 400px;
    padding: 10px;
}

.alert-box {
    width: 700px;
    padding: 10px;
}

.alert-box-lg {
    width: 1000px;
    padding: 10px;
}

.alert-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.alert-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* End Alerts */

/* Display */

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

/* End Display */

/* End Utils */

/* Custom Overrides */

.form-control {
    border-radius: var(--border-radius-control) !important;
    font-family: var(--font-family) !important;
}

.form-control-lg {
    height: 45px;
}

.select2-search--dropdown .select2-search__field {
    border-radius: var(--border-radius-control);
}

.select2-container--default .select2-selection--single {
    background-color: var(--color-light);
    border: 1px solid var(--color-secondary);
    border-radius: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: var(--color-light);
    opacity: 1;
}

input.is-invalid,
select.is-invalid {
    background: var(--color-error) !important;
}

input.is-valid,
select.is-valid {
    background: var(--color-success) !important;
}

input.is-pending,
select.is-pending {
    background: var(--color-pending) !important;
}

/* End Custom Overrides */

/*CUSTOM DROPDOWN*/

.custom_dropdown_left ul {
    left: -109px !important;
    top: 15px !important;
}

.li_width_image a {
    padding-left: 2px !important;
}

.li_width_image a img {
    padding-right: 25px !important;
}

/*INPUT*/

.input-l {
    border-radius: 50px;
    border-color: #6c7487;
    padding: 13px;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    height: auto;
    padding-left: 40px;
    background-color: white;
    width: 180px;
}

.input-l:focus {
    border-color: #78e966;
}

.input-icono {
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 20px;
    display: flex;
    align-items: center;
    width: 300px;
    padding-left: 28px;
    height: 30px;
}



/*CHECK */

/* input[type=checkbox]{
   display: block;
} */

input [type="checkbox"] {
    display: none;
}

input[type="checkbox"]:before+label {
    content: "";
    border: 0.1em solid #6c7487;
}

/*BUTTON*/

.button-l {
    font-weight: 600;
    line-height: 1.4 !important;
    border-radius: 50px;
    font-size: 16px;
}

.button-icono {
    color: #6c7487;
    font-size: 20px;
    padding-left: 1px;
    right: 50px;
    position: relative;
    padding-top: 6px;
    /* bottom: 16px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 20px;
    width: 35px;
    z-index: 10; */
}

.form-clear .material-icons {
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 0px !important;
}

.button-icono:hover {}

.button-border--red {
    color: #e20e0e;
}

/* .button-l {
    color: black;
     background-color: #615c5c;; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.17;
    letter-spacing: normal;
    border: 2px solid #615c5c;
    border-radius: 4px;
    padding: 12px 10px;
    font-family: Roboto-Light, bold;
    width:185px;
    font-size:11px;
    border-radius: 50px;
}

.button-l:hover {
    color: white;
    background-color: #2be92b;
    border: 1px solid #2be92b;
} */

/* IMAGENES  */

.imag {
    width: 40%;
    padding-top: 20px;
    padding-left: 40px;
    display: block;
    margin: auto;
}

.imagLogin {
    width: 100%;
    padding: 0;
}

/*ICONO*/

.icono {
    /* position: absolute;
    padding: 8px;
  
    color: #6c7487; */
    color: #6c7487;
    font-size: 20px;
    /* border-color: #2e6da4; */
    padding-left: 1px;
    right: 170px;
    position: relative;
    padding-top: 6px;
}

.icono-o {
    padding: 8px;
    font-size: 20px;
    position: absolute;
    right: 10px;
}

/* DIV */

.div-contener {
    border: 0px solid #e5e5e5;
    display: table-cell;
    padding: 5px 10px;
}

.div-contener-flex {
    display: flex;
    /* padding-left: 15px; */
    padding-left: 4px;
    margin: auto;
}

.div-contener-div {
    border: 0px solid #e5e5e5;
    display: table-cell;
    /* padding: 3px 150px; */
    padding-left: 5%;
}

input:checked~.checkmark {
    background-color: black;
}

/* imagenes */

.img.logo {
    content: url(./images/seguro-help.png);
}

/*DROPDOWN*/

.div_menu {}

#table_dropdown {
    position: relative;
    z-index: 120;
    white-space: nowrap;
    /*height: 24px;
    padding-left: 5px;*/
}

ul.dropdown_clean>li {
    /*border:1px solid white !important;*/
    border: 1px solid transparent !important;
}

ul.dropdown_clean>li>a {
    background: none !important;
    border: 1px solid transparent !important;
    vertical-align: baseline;
}

ul.dropdown_clean>li:hover {
    /*border:1px solid #CCCCCC !important;*/
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
}

ul.dropdown>li>a {
    padding: 1px 8px 3px 8px;
    border-right: solid 1px #d3c2ff;
    border-top: solid 1px #d3c2ff;
    /*background-image: url('images/TabsInactiveTab.gif');*/
    /*background-color: #00ABC7;*/
    border-left: white 1px solid;
    white-space: nowrap;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

ul.dropdown>li>a:link,
ul.dropdown>li>a:visited {
    color: #000000;
}

ul.dropdown>li:hover {
    /* border-right: solid 1px #c2a770;
    border-top: solid 1px #c2a770;*/
}

ul.dropdown>li>a:active {
    color: #3764a0;
}

ul.dropdown {
    position: relative;
    float: left;
}

ul.sub {
    /* z-index: 102 !important;    */
}

ul.sub>li>a {
    font-size: 11px !important;
    background: none !important;
    border: 1px solid transparent !important;
}

ul.sub2 {
    z-index: 104 !important;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 106;
    cursor: default;
}

ul.dropdown ul {
    z-index: 120;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 108;
    width: 100%;
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover>ul {
    display: block;
}

ul.dropdown li {
    padding: 0;
}

ul.dropdown li.dir {
    /*padding: 7px 20px 7px 12px;*/
}

ul.dropdown li {}

/* Especially for IE6 or lower */

/* DEFAULT */

/* ----- ALL LEVELS (incl. first) */

ul.dropdown li {
    /*background-color: #0489CE;	   color: #fff; font-family: 'Segoe UI Semibold','Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 14px; */
}

ul.dropdown li.hover {
    /*background:url(images/menu_back.jpg);  border:1px solid white*/
}

ul.dropdown a {
    margin: 0px;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

ul.dropdown a.sub {
    background: url("images/ic_arrow_right.gif") no-repeat right center;
}

/* ----- END LEVEL */

/* ----- NON-FIRST LEVEL */

ul.dropdown ul {
    top: 19px;
    left: 0px;
    min-width: 218px;
    max-width: 400px;
    font-size: 8.5pt;
    border: 1px solid #868686;
    z-index: 110;
    background-image: url("images/MenuBg.gif");
    background-repeat: repeat-y;
    background-color: #fafafa;
    cursor: default;
    padding: 1px 0px 0px 1px;
    font-size: 11px;
}

ul.dropdown ul li {
    /*background-color: transparent;*/
}

ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
    /*background-color: transparent;*/
}

ul.dropdown ul a {
    margin: 1px 1px 1px 0px;
    display: block;
    color: var(--color-primary);
    cursor: pointer;
    padding: 3px 19px 3px 32px;
    border: solid 1px transparent;
    white-space: nowrap;
    font-weight: normal;
    text-decoration: none;
}

ul.dropdown ul a:link,
ul.dropdown ul a:visited {
    color: #313131;
}

ul.dropdown ul a:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-primary);
    text-decoration: none;
}

ul.dropdown ul a:active {
    color: #313131;
}

ul.dropdown ul ul {
    border-top: 1px #000000 solid;
}

ul.dropdown ul ul li a {}

#nav-right .nav>li>a:focus {
    color: black;
    background-color: transparent;
}

#nav-main {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: white;
    min-height: inherit;
    margin-bottom: 0px !important;
    min-width: 330px;
}

#nav-main .navbar-header {
    color: #b9c2cf;
    font-family: "Open Sans", sans-serif, Arial, Helvetica, sans-serif;
}

#nav-main .navbar-header .navbar-brand {
    font-size: 22px;
    padding: 15px 10px;
    outline: none;
}

.nav-fokus .dropdown-menu>li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    /* Rules below not implemented in browsers yet */
    user-select: none;
    cursor: pointer;
}

.nav-fokus .nav>li>a {
    color: #002355;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.nav-fokus .nav>li.open>a {
    background-color: #004b9b;
    color: #fff;
    border-bottom: 3px solid #073678;
}

.nav-fokus .nav>li>a:hover {
    background-color: #ffffff;
    color: black;
}

.nav-fokus .nav>li.dropdown a:hover {
    background-color: #e5e5e5;
    color: black;
}

.nav-fokus .nav>li>a:hover {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.nav-fokus .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    margin-top: -6px;
}

.nav-fokus .dropdown-menu {
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: white !important;
}

.nav-fokus .dropdown-menu>li>a {
    padding: 6px 6px;
    font-size: 12px;
}

.navbar-header .navbar-toggle i {
    color: white;
}

.navbar-header .navbar-toggle span {
    color: var(--color-primary);
    font-size: initial;
}

.navbar-header .navbar-toggle span:hover {
    color: white;
}

.navbar-header .navbar-toggle:hover {
    background-color: #666666;
    color: white;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
    }
}

.nav>li {
    position: relative;
    display: block;
}

.nav-fokus .nav>li.open>a {
    background-color: #004b9b;
    color: #fff;
    border-bottom: 3px solid #073678;
}

#nav-right .nav>li>a:focus {
    color: black;
    background-color: transparent;
}

#nav-main {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: white;
    min-height: inherit;
    margin-bottom: 0px !important;
    min-width: 330px;
}

#nav-main .navbar-header {
    color: #b9c2cf;
    font-family: "Open Sans", sans-serif, Arial, Helvetica, sans-serif;
}

#nav-main .navbar-header .navbar-brand {
    font-size: 22px;
    padding: 15px 10px;
    outline: none;
}

.nav-fokus .dropdown-menu>li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    /* Rules below not implemented in browsers yet */
    user-select: none;
    cursor: pointer;
}

.nav-fokus .nav>li>a {
    color: #002355;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.nav-fokus .nav>li.open>a {
    background-color: #004b9b;
    color: #fff;
    border-bottom: 3px solid #073678;
}

.nav-fokus .nav>li>a:hover {
    background-color: #ffffff;
    color: black;
}

.nav-fokus .nav>li.dropdown a:hover {
    background-color: #e5e5e5;
    color: black;
}

.nav-fokus .nav>li>a:hover {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.nav-fokus .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    margin-top: -6px;
}

.nav-fokus .dropdown-menu {
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: white !important;
}

.nav-fokus .dropdown-menu>li>a {
    padding: 6px 6px;
    font-size: 12px;
}

.navbar-header .navbar-toggle i {
    color: white;
}

.navbar-header .navbar-toggle:hover {
    background-color: #666666;
}

.div_menu {}

#table_dropdown {
    position: relative;
    z-index: 120;
    white-space: nowrap;
    /*height: 24px;
    padding-left: 5px;*/
}

ul.dropdown_clean>li {
    /*border:1px solid white !important;*/
    border: 1px solid transparent !important;
}

ul.dropdown_clean>li>a {
    background: none !important;
    border: 1px solid transparent !important;
    vertical-align: baseline;
}

ul.dropdown_clean>li:hover {
    /*border:1px solid #CCCCCC !important;*/
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
}

ul.dropdown>li>a {
    padding: 1px 8px 3px 8px;
    border-right: solid 1px #d3c2ff;
    border-top: solid 1px #d3c2ff;
    /*background-image: url('images/TabsInactiveTab.gif');*/
    /*background-color: #00ABC7;*/
    border-left: white 1px solid;
    white-space: nowrap;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

ul.dropdown>li>a:link,
ul.dropdown>li>a:visited {
    color: #002355;
}

ul.dropdown>li:hover {
    /* border-right: solid 1px #c2a770;
    border-top: solid 1px #c2a770;*/
}

ul.dropdown>li>a:active {
    color: #3764a0;
}

ul.dropdown {
    position: relative;
    float: left;
}

ul.sub {
    /* z-index: 102 !important;    */
}

ul.sub>li>a {
    font-size: 11px !important;
    background: none !important;
    border: 1px solid transparent !important;
}

ul.sub2 {
    z-index: 104 !important;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 106;
    cursor: default;
}

ul.dropdown ul {
    z-index: 120;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 108;
    width: 100%;
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover>ul {
    display: block;
}

ul.dropdown li {
    padding: 0;
}

ul.dropdown li.dir {
    /*padding: 7px 20px 7px 12px;*/
}

ul.dropdown li {}

/* Especially for IE6 or lower */

/* DEFAULT */

/* ----- ALL LEVELS (incl. first) */

ul.dropdown li {
    /*background-color: #0489CE;	   color: #fff; font-family: 'Segoe UI Semibold','Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 14px; */
}

ul.dropdown li.hover {
    /*background:url(images/menu_back.jpg);  border:1px solid white*/
}

ul.dropdown a {
    margin: 0px;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

ul.dropdown a.sub {
    background: url("images/ic_arrow_right.gif") no-repeat right center;
}

/* ----- END LEVEL */

/* ----- NON-FIRST LEVEL */

ul.dropdown ul {
    top: 19px;
    left: 0px;
    min-width: 218px;
    max-width: 400px;
    font-size: 8.5pt;
    border: 1px solid #868686;
    z-index: 110;
    /* background-image: url('images/MenuBg.gif');*/
    background-repeat: repeat-y;
    background-color: #fafafa;
    cursor: default;
    padding: 1px 0px 0px 1px;
    font-size: 11px;
}

ul.dropdown ul li {
    /*background-color: transparent;*/
}

ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
    /*background-color: transparent;*/
}

ul.dropdown ul a {
    margin: 1px 1px 1px 0px;
    display: block;
    color: var(--color-primary);
    cursor: pointer;
    padding: 3px 19px 3px 32px;
    border: solid 1px transparent;
    white-space: nowrap;
    font-weight: normal;
    text-decoration: none;
}

ul.dropdown ul a:link,
ul.dropdown ul a:visited {
    color: #313131;
}

ul.dropdown ul a:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-primary);
    font-weight: bold;
    text-decoration: none;
}

ul.dropdown ul a:active {
    color: #313131;
}

ul.dropdown ul ul {
    border-top: 1px #000000 solid;
}

ul.dropdown ul ul li a {}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-fokus .dropdown-menu {
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: white !important;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* ----- VIDA */

/** SITE COLORS **/

/** GENERAL SETTINGS **/

/** COMPONENTS **/

/** STEPPER COMPONENT **/

/** CARD COMPONENT **/

/** TEXT-GROUP COMPONENT **/

/** LABELSTATUS COMPONENT **/

html,
body {
    font-family: var(--font-family) !important;
    color: var(--color-dark);
    height: 100%;
}

main {
    background-color: #f5f5f5;
}

#root {}


.button-l {
    color: black;
    background-color: #f6f4f4;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.17;
    letter-spacing: normal;
    border: 2px solid #615c5c;
    border-radius: 4px;
    padding: 12px 10px;
    font-family: Roboto-Light, bold;
    width: 185px;
    font-size: 11px;
    border-radius: 50px;
}

.button-l:hover {
    color: white;
    background-color: #2be92b;
    border: 1px solid #2be92b;
}

.button-Atras {}

button.btn--selector,
button.btn--check {
    background-color: white;
    border: 1px solid #122a64;
    color: #f6fa12;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.19;
    letter-spacing: normal;
    padding: 10px 30px;
    height: 40px;
}

button.btn--selector em,
button.btn--check em {
    margin-right: 10px;
    font-size: 1.3em;
}

button.btn--selector:hover,
button.btn--check:hover,
button.btn--check.active,
button.btn--selector.active {
    /* color: white;
    background-color: #122a64;
    border-color: #122a64; */
}

button.btn--selector.btn--selected,
button.btn--check.btn--selected {
    /* color: white;
    background-color: #122a64; */
}

button:disabled,
button:disabled:hover {
    background-color: #eeeeee !important;
    border: 1px solid #b1b1b1 !important;
    color: #b1b1b1 !important;
}

/* button:hover {
    color: #e4e92b;
    background-color: white;
    border: 1px solid #e4e92b;
} */

.btn--action {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e92b;
    color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.form-title {
    padding-top: 20px;
    font-family: Roboto-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.2px;
}

strong {
    font-weight: bold;
}

.a-avatar {
    border-radius: 50%;
    width: 38px;
}

.a-page-title__title {
    text-align: center;
    font-family: Roboto-Light;
    font-size: 20px;
    line-height: 1.17;
    letter-spacing: 0.3px;
}

.a-labelStatus {
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 17px;
    width: 100px;
    font-family: Roboto-Medium;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: normal;
}

.a-labelStatus--voided {
    background-color: #b1b1b1;
    color: white;
}

.a-labelStatus--canceled {
    background-color: white;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
}

.a-labelStatus--valid {
    background-color: #bce240;
    color: white;
}

.a-labelStatus--pending {
    background-color: #ffbf2f;
    color: white;
}

.a-labelStatus--expired {
    background-color: white;
    color: #b1b1b1;
}

input {
    border-radius: 0px;
    border-color: #122a64;
    padding: 13px;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    height: auto;
}

input::placeholder {
    color: #b1b1b1;
    text-transform: uppercase;
}

/* input.is-invalid {
    border-color: #ff001d;
    background-image: none;
    padding: 13px;
} */

.a-switch {
    display: inline-block;
    border: 1px solid #b1b1b1;
    background-color: #f4f5f7;
    width: 80px;
    border-radius: 25px;
}

.a-switch__wrapper {
    display: flex;
    padding: 3px 4px;
    cursor: pointer;
}

.a-switch--active .a-switch__wrapper {
    justify-content: flex-end;
}

.a-switch__selector {
    border: 1px solid #b1b1b1;
    background-color: #b1b1b1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    /* padding: 3px 0 0 6px; */
    padding-top: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.a-switch--active .a-switch__selector {
    background-color: #e4e92b;
    color: #000;
}

.a-switch--active {
    background-color: rgba(228, 233, 43, 0.25);
}

.m-navbar {
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    height: 63px;
}

.m-navbar__item {
    height: 68px;
}

.m-navbar__link {
    color: #122a64;
    text-transform: uppercase;
    padding: 23px 0px;
    min-width: 0px;
    text-align: center;
    margin-right: 25px;
}

.m-navbar__link.active {
    border-bottom: 6px solid #e4e92b;
    padding-bottom: 12px;
}

.m-navbar__link:hover {
    border-bottom: 6px solid #e4e92b;
    padding-bottom: 12px;
}

.m-quotation {
    border: 1px solid #e7f6f9;
    color: #122a64;
}

.m-quotation--selected {
    border-color: #e4e92b;
}

.m-quotation__body {
    background-color: white;
    text-align: center;
    padding: 24px;
}

.m-quotation__title {
    color: #122a64;
    text-align: center;
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25px;
    background-color: #e7f6f9;
    padding: 14px;
}

.m-quotation--selected .m-quotation__title {
    background-color: #e4e92b;
}

.m-quotation__deductible {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.m-quotation__due {
    padding: 19px 0px;
}

.m-quotation__due .due__number,
.m-quotation__due .due__amount-uf {
    font-family: Roboto-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.m-quotation__due .due__amount-clp {
    font-family: Roboto-Bold;
    font-size: 35px;
    line-height: 0.88;
    letter-spacing: 0.4px;
}

.m-quotation__amount {
    padding: 0px 0px;
    font-family: Roboto-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.m-quotation__insurance_cover {
    padding: 10px 0px;
}

.m-quotation__insurance_cover a {
    color: #37aec8;
    font-size: 12px;
    line-height: 1.13;
    letter-spacing: normal;
    text-transform: uppercase;
}

.m-quotation:hover,
.m-quotation.active {
    border-color: #e4e92b;
}

.m-quotation:hover .m-quotation__title,
.m-quotation.active .m-quotation__title {
    background-color: #e4e92b;
}

.m-stepper {
    align-self: center;
    flex-grow: 1;
}

.m-stepper__steps {
    display: flex;
    justify-content: space-between;
}

.step {
    display: flex;
    align-items: center;
}

.step--active:not(:first-child):before {
    border-top-color: #122a64 !important;
}

.step:not(:first-child) {
    flex-grow: 1;
}

.step:not(:first-child):before {
    content: " ";
    display: flex;
    flex-grow: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b1b1b1;
}

.step__marker {
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    width: 20px;
    height: 20px;
}

.step--active .step__marker {
    background-color: #e4e92b;
    border-color: #122a64;
}

.m-upper-header {
    display: flex;
    align-items: center;
    background-color: #122a64;
    height: 140px;
    height: 150px;
    flex-direction: column;
    padding: 0px 15px;
}

@media (min-width: 768px) {
    .m-upper-header {
        justify-content: space-between;
        height: 110px;
        padding: 0px 50px;
        flex-direction: row;
    }
}

.m-upper-header .brand {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .m-upper-header .brand {
        padding-top: 0px;
    }
}

.m-upper-header .brand__logo img {
    width: 87px;
}

@media (min-width: 768px) {
    .m-upper-header .brand__logo img {
        width: auto;
    }
}

.m-upper-header .brand__title {
    font-family: Roboto-Light;
    font-size: 13px;
    color: white;
    line-height: 48px;
    text-transform: uppercase;
    margin-left: 20px;
}

@media (min-width: 768px) {
    .m-upper-header .brand__title {
        font-size: 20px;
    }
}

.m-upper-header .account {
    color: white;
    width: 100%;
}

@media (min-width: 768px) {
    .m-upper-header .account {
        width: auto;
    }
}

.m-upper-header .account__currency {
    text-align: right;
    padding: 10px 0px;
}

@media (min-width: 768px) {
    .m-upper-header .account__currency {
        padding: 0px;
    }
}

.m-upper-header .account .profile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

@media (max-width: 768px) {
    .m-upper-header .account .profile {
        justify-content: center;
    }
}

.m-upper-header .account .profile__name {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .m-upper-header .account .profile__name:after {
        content: "/";
        padding: 0px 10px;
    }
}

.m-upper-header .account .profile__office {
    display: none;
}

@media (min-width: 768px) {
    .m-upper-header .account .profile__office {
        display: block;
    }

    .m-upper-header .account .profile__office:after {
        content: "|";
        padding: 0px 10px;
    }
}

.m-upper-header .account .profile__logout {
    color: #e4e92b;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .m-upper-header .account .profile__logout {
        padding-left: 0px;
    }
}

.m-text-group input {
    border-radius: 0px;
    border-color: #122a64;
    padding: 13px;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    height: auto;
}

.m-text-group input::placeholder {
    color: #b1b1b1;
    text-transform: uppercase;
}

.m-text-group input.is-invalid {
    border-color: #ff001d;
    background-image: none;
    padding: 13px;
}

.m-text-group label {
    font-family: Roboto-Light;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.m-text-group .invalid-feedback {
    margin: 0px;
    padding: 2px 5px;
    color: #ff001d;
    background-color: #feedef;
    font-family: Roboto-Light;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.11px;
}

.o-footer {
    background-color: #122a64;
    color: white;
    padding: 20px 0px;
}

@media (min-width: 768px) {
    .o-footer {
        padding: 0px;
        height: 200px;
        flex-direction: row;
    }
}

.o-footer__logo {
    text-align: center;
}

@media (min-width: 768px) {
    .o-footer__logo {}
}

.o-footer__separator {}

.o-footer__separator .separator {
    border-left: 1px solid white;
    height: 110px;
    margin: 0px 45px;
    display: none;
}

@media (min-width: 768px) {
    .o-footer__separator .separator {
        display: block;
    }
}

.o-footer__info {
    font-size: 20px;
    text-align: left;
}

@media (min-width: 768px) {}

.o-footer .contact-client {
    text-align: center;
}

@media (min-width: 768px) {
    .o-footer .contact-client {}
}

.o-footer .contact-client__title {
    font-size: 18px;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.o-footer .contact-client__phone {
    color: #e4e92b;
    font-family: Roboto-Bold;
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: 0.3px;
}

.o-footer .whatsapp {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    padding: 20px 30px;
}

@media (min-width: 768px) {
    .o-footer .whatsapp {
        padding: 0px;
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .o-footer .whatsapp__logo {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}

.o-footer .whatsapp__logo img {
    cursor: pointer;
    width: 100px;
}

.o-card__title {
    background-color: #e7f6f9;
    padding: 15px 50px;
    text-transform: uppercase;
    font-family: Roboto-Light;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.25px;
}

.o-card__subtitle {
    padding-top: 10px;
}

.o-card__body {
    border: 1px solid #eeeeee;
    border-top: none;
    background-color: white;
    padding: 30px 50px;
    padding-top: 0px;
}

.m-stepper-container {
    margin-top: 20px;
    padding: 15px 30px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* position: fixed;
    bottom: 0px; */
    width: 100%;
}

/* para evitar re-scroll */

.t-register__w-steps,
.t-quotation__w-steps,
.t-policy__w-steps {
    min-height: 75px;
}

@media (max-width: 768px) {

    .t-register__w-steps,
    .t-quotation__w-steps,
    .t-policy__w-steps {
        min-height: 125px;
    }
}

#m-stepper-container {
    box-shadow: 0px 2px 5px #808080;
}

#m-stepper-container.fixed {
    position: fixed;
    bottom: 0;
}

#m-stepper-container.bottom {
    box-shadow: none;
}

@media (min-width: 768px) {
    .m-stepper-container {
        flex-direction: row;
    }
}

.m-stepper-container .steps__stepper {
    display: flex;
    flex-grow: 0.5;
    padding: 20px 0px;
}

@media (min-width: 768px) {
    .m-stepper-container .steps__stepper {
        padding: 0px;
    }
}

.m-stepper-container .steps__controls {
    display: flex;
    flex-grow: 0.5;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .m-stepper-container .steps__controls {
        flex-direction: row;
    }
}

.m-stepper-container .steps__controls a {
    color: #37aec8;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    margin: 10px 0px;
}

@media (min-width: 768px) {
    .m-stepper-container .steps__controls a {
        margin: 0px;
        margin-right: 20px;
        padding: 0px;
        text-transform: uppercase;
    }
}

.m-stepper-container .steps__controls a.link--btn {
    color: white;
    background-color: #e4e92b;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 1.17 !important;
    letter-spacing: normal !important;
    border: 1px solid #e4e92b;
    border-radius: 4px;
    padding: 13px 20px !important;
    text-decoration: none;
}

.m-stepper-container .steps__controls a.link--btn:hover {
    background-color: white;
    border: 1px solid #37aec8;
    color: #37aec8;
}

.m-stepper-container .steps__controls a.link--btn.disabled {
    background-color: #eeeeee;
    border: 1px solid #b1b1b1;
    color: #b1b1b1 !important;
}

.o-paginator {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 30px;
    background-color: white;
    box-shadow: 0px 2px 5px #808080;
}

.o-paginator__results {
    display: flex;
    align-items: center;
}

.o-paginator__results .results__count {
    padding-left: 20px;
    font-family: Roboto-Light;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.o-paginator__pages .pages {
    display: flex;
}

.o-paginator__pages .pages__page {
    padding: 0px 5px;
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.o-paginator__pages .pages__page--active {
    font-weight: bold;
}

.o-datagrid .table {
    background-color: white;
}

.o-datagrid .table .o-datagrid__row--normal {
    cursor: pointer;
}

.o-datagrid .table tr td .icon-down,
.o-datagrid .table tr td .icon-up {
    font-size: 7px;
    color: #b1b1b1;
}

.o-datagrid .table thead {
    background-color: #122a64;
    color: white;
    text-transform: uppercase;
}

.o-datagrid .table thead tr th {
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: normal;
}

.o-datagrid .table tbody tr td {
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: normal;
}

.o-datagrid .table tbody tr:hover {}

.o-datagrid__row {
    cursor: pointer;
}

.table thead tr {
    background-color: #112a64 !important;
    color: white;
    font-weight: bold;
    font-size: 10px !important;
}

.table thead tr th {
    font-size: 10px !important;
}

.o-datagrid__row em {
    color: #b1b1b1;
    font-size: 1.6em;
    cursor: pointer;
}

.o-datagrid__row em:hover {
    color: red;
}

.o-datagrid__row--selected {}

.o-datagrid__row--selected em {
    /* color: red; */
}

.o-datagrid__info-row {
    display: flex;
    justify-content: space-between;
}

.o-datagrid__options {
    display: flex;
    flex-grow: 0.4;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
}

.o-datagrid__option {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: normal;
}

.o-datagrid__option span {
    font-family: Roboto-Bold;
    padding-right: 10px;
}

.o-datagrid__actions {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.o-datagrid__action {
    color: #b1b1b1;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.o-datagrid__action:hover {
    color: #37aec8;
    text-decoration: underline;
    cursor: pointer;
}

.o-datagrid__action:hover em {
    background-color: #37aec8;
}

.o-datagrid__action em {
    display: inline-block;
    background-color: #b1b1b1;
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.o-datagrid__action em:before {
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.o-banner {
    display: flex;
    justify-content: center;
}

.o-banner img {
    max-width: 100%;
}

.o-banner__body {
    color: white;
    word-wrap: break-word;
    padding: 30px 20px;
}

.o-banner__title {
    font-family: Roboto-Black;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #e4e92b;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.o-banner__text {
    font-family: Roboto-Light;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: 0.17px;
    text-align: left;
}

.t-quotation__w-title {
    padding: 40px 0px 10px 0px;
}

.t-quotation__w-client {
    padding: 20px 0px;
}

.t-quotation__w-client .client-quotation {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 40px 0px;
}

.t-quotation__w-client .client-quotation .client {
    margin-bottom: 20px;
}

.t-quotation__w-client .client-quotation__name,
.t-quotation__w-client .client-quotation__ci,
.t-quotation__w-client .client-quotation__email {
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: center;
    padding-bottom: 10px;
}

.t-quotation__w-client .client-quotation__name em {
    color: #122a64;
    cursor: pointer;
}

.t-quotation__w-client .client-quotation__name em:hover {
    color: #e4e92b;
}

.t-quotation__w-client .client-quotation .client-car {
    display: flex;
    background-color: #122a64;
    color: white;
}

.t-quotation__w-client .client-quotation .client-car__basic-info {
    display: flex;
    padding: 20px 50px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.2px;
}

.t-quotation__w-client .client-quotation .client-car__brand:after,
.t-quotation__w-client .client-quotation .client-car__model:after {
    content: "/";
    padding: 0px 15px;
}

.t-quotation__w-client .client-quotation .client-car__license-plate {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f5f7;
    font-family: Roboto-Bold;
    font-size: 25px;
    line-height: 0.92;
    letter-spacing: 0.25px;
    color: #122a64;
    padding: 0px 30px;
}

.t-quotation__w-info {
    padding: 20px 0px;
}

.t-quotation__w-info .success-info {
    text-align: center;
    line-height: 1.28;
    letter-spacing: 0.18px;
    font-weight: 300;
    font-size: 15px;
}

.t-quotation__w-info .success-info a {
    color: #37aec8;
    text-decoration: underline;
}

.t-quotation__w-info .success-info a:hover {
    color: #37aec8;
}

.t-quotation__w-filters {
    padding: 20px 0px;
}

.t-quotation__w-filters .filter__title {
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
    padding-bottom: 10px;
}

.t-quotation__w-filters .select {
    margin-left: 10px;
    min-width: 300px;
}

.t-register__w-title {
    padding: 40px 0px 30px 0px;
}

.t-register__car {
    padding: 0px 0px 30px 0px;
}

.t-register__car .car-confirmation {
    display: flex;
    /* justify-content: space-between; */
    padding: 10px 0px;
}

.t-register__car .car-confirmation .text {
    padding-left: 20px;
    font-family: Roboto-Light;
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: 0.18px;
    font-weight: 300;
}

.t-register__car .car-state {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 15px 0;
}

.t-register__car .car-state .car-state__common-use button {
    margin-bottom: 15px;
}

.t-register__car .car-state__title {
    font-family: Roboto-Light;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.t-register__car .btn--selector {
    margin-right: 10px;
}

.t-register__client {
    padding: 0px 0px 30px 0px;
}

.t-register__client .client__copy-owner {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.t-register__client .client__copy-owner span {
    padding: 0px 10px;
}

.t-register__payment {
    padding: 0px 0px 60px 0px;
}

.t-register .car-badge {
    display: flex;
    position: relative;
    height: 75px;
}

.t-register .car-badge .car-info {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -70px;
    background-color: #122a64;
    color: white;
    display: flex;
    /* padding: 20px 50px; */
    padding: 0 0 0 20px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.2px;
}

.t-register .car-badge .car-info div {
    padding: 20px 2px;
}

.t-register .car-badge .car-info .car-info__status {
    padding-right: 30px;
}

.t-register .car-badge .car-info .car-info__patente {
    background-color: #ccc;
    color: #122a64;
    font-weight: bold;
    padding: 20px;
}

.t-register .car-badge .car-info__brand:after,
.t-register .car-badge .car-info__model:after,
.t-register .car-badge .car-info__year:after,
.car-info__year:after {
    content: "/";
    padding: 0px 15px;
}

.t-register .car-badge__license-plate {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f5f7;
    font-weight: bold;
    color: #122a64;
    padding: 0px 30px;
}

.t-register .car-badge .btn--action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    cursor: pointer;
}

.t-policy__w-title {
    padding: 40px 0px 10px 0px;
}

.t-policy__client-quotation {
    padding: 20px 0px;
}

.t-policy__client-quotation .quotation {
    display: flex;
    justify-content: space-between;
}

.t-policy__client-quotation .quotation .client-quotation {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 40px;
    flex-grow: 1;
}

.t-policy__client-quotation .quotation .client-quotation .client {
    margin-bottom: 20px;
}

.t-policy__client-quotation .quotation .client-quotation__name,
.t-policy__client-quotation .quotation .client-quotation__ci,
.t-policy__client-quotation .quotation .client-quotation__email {
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
}

.t-policy__client-quotation .quotation .client-quotation__name em {
    color: #e4e92b;
    cursor: pointer;
}

.t-policy__client-quotation .quotation .client-quotation__car {
    position: relative;
    height: 75px;
}

.t-policy__client-quotation .quotation .client-quotation__car .client-car {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -70px;
    display: flex;
    color: white;
}

.t-policy__client-quotation .quotation .client-quotation__car .client-car__basic-info {
    background-color: #122a64;
    display: flex;
    padding: 20px 50px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.2px;
}

.t-policy__client-quotation .quotation .client-quotation__car .client-car__brand:after,
.t-policy__client-quotation .quotation .client-quotation__car .client-car__model:after {
    content: "/";
    padding: 0px 15px;
}

.t-policy__client-quotation .quotation .client-quotation__car .client-car__license-plate,
.car-info .client-car__license-plate {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f5f7;
    padding: 0px 30px;
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 0.92;
    letter-spacing: 0.25px;
    color: #122a64;
    padding: 0px 30px !important;
}

.t-policy__client-quotation .quotation .amount-info {
    background-color: #e7f6f9;
    color: #122a64;
    padding: 30px 50px;
    text-align: center;
}

.t-policy__client-quotation .quotation .amount-info__cover {
    text-align: center;
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25px;
}

.t-policy__client-quotation .quotation .amount-info__deductible {
    font-family: Roboto-Bold;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.t-policy__client-quotation .quotation .amount-info__due {
    padding: 30px 0px 0px 0px;
}

.t-policy__client-quotation .quotation .amount-info__due .due__number,
.t-policy__client-quotation .quotation .amount-info__due .due__amount-uf {
    font-family: Roboto-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.t-policy__client-quotation .quotation .amount-info__due .due__amount-clp {
    font-family: Roboto-Bold;
    font-size: 35px;
    line-height: 0.88;
    letter-spacing: 0.4px;
}

.t-policy__car {
    padding: 20px 0px;
}

.t-policy__client {
    padding: 20px 0px;
}

.t-policy__inspection {
    padding: 20px 0px;
}

.t-policy__contractor {
    padding: 20px 0px;
}

.t-policy__contractor .contractor__copy-data {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.t-policy__contractor .contractor__copy-data span {
    padding: 0px 10px;
}

.t-policy__payment {
    padding: 20px 0px;
}

.t-policy__payment .payment-amount {
    background-color: #e7f6f9;
    padding: 20px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Roboto-Light;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.2px;
    /* margin-bottom: 10px; */
}

.t-policy__payment .payment-amount__total {
    font-size: 20px;
    line-height: 0.77;
    letter-spacing: 0.3px;
}

.t-policy__payment .btn--selector {
    margin-right: 20px;
}

.t-policy .form-title {
    text-transform: uppercase;
    font-family: Roboto-Light;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.25px;
}

.t-policy .form-title--small {
    font-size: 18px;
    line-height: 1.94;
    letter-spacing: 0.18px;
}

.t-policyList__body {
    display: flex;
    padding-top: 50px;
    flex-basis: 100%;
}

.t-policyList__filters .filters {
    padding: 0px 30px;
}

.t-policyList__filters .filters__title {
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.17;
    letter-spacing: 0.3px;
}

.t-policyList__filters .filters__subtitle {
    font-family: Roboto-Medium;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.t-policyList__filters .filters__subtitle a {
    color: #122a64;
}

.t-policyList__filters .filters__subtitle a .icon-down,
.t-policyList__filters .filters__subtitle a .icon-up {
    font-size: 12px;
}

.t-policyList__list {
    flex-grow: 1;
    padding-right: 30px;
}

.t-policyList__list .list__download {
    text-align: right;
    padding-bottom: 20px;
}

.t-policyList__footer {
    padding-top: 50px;
}

.t-dashboard {
    padding-top: 50px;
}

.t-dashboard__search {
    padding: 0px;
}

.t-dashboard__search .quotation-sell {
    background-color: white;
    border: 1px solid #eeeeee;
}

.t-dashboard__search .quotation-sell__title {
    font-family: Roboto-Light;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25px;
}

.t-dashboard__search .quotation-sell__subtitle,
.t-dashboard__search .search-policy__subtitle,
.o-card__subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: normal;
    color: #112a64;
    font-family: Roboto-light;
    padding-bottom: 10px;
}

.t-dashboard__search .quotation-sell__actions {
    text-align: right;
}

.t-dashboard__search .search-policy {
    background-color: white;
    border: 1px solid #eeeeee;
}

.t-dashboard__search .search-policy,
.t-dashboard__search .quotation-sell {
    padding: 25px 30px;
}

.t-dashboard__search .search-policy__title {
    font-family: Roboto-Light;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25px;
}

.t-dashboard__search .search-policy__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-dashboard__search .search-policy__actions a {
    color: #37aec8;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-transform: uppercase;
}

.t-dashboard__records {
    padding: 20px 0px;
}

.t-dashboard__records .month-report {
    padding: 50px 40px;
    background-color: white;
}

.t-dashboard__records .month-report__month-year,
.t-dashboard__records .month-report__title {
    font-family: Roboto-Light;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25px;
    text-align: center;
    text-transform: uppercase;
}

.t-dashboard__records .month-report__title {
    padding: 20px 0px;
}

.t-dashboard__records .month-report__policies .policies__number,
.t-dashboard__records .month-report__policies .quotations__number,
.t-dashboard__records .month-report__quotations .policies__number,
.t-dashboard__records .month-report__quotations .quotations__number {
    font-family: Roboto-Light;
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.7px;
    text-align: center;
}

.t-dashboard__records .month-report__policies .policies__text,
.t-dashboard__records .month-report__policies .quotations__text,
.t-dashboard__records .month-report__quotations .policies__text,
.t-dashboard__records .month-report__quotations .quotations__text {
    font-family: Roboto-Light;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: 0.13px;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    width: 40%;
    padding-bottom: 30px;
    margin: 0px auto;
}

.t-dashboard__records .month-report__policies .quotations__text,
.t-dashboard__records .month-report__quotations .quotations__text {
    width: 60%;
}

.t-dashboard__records .grid-records__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.2px;
}

.t-dashboard__records .grid-records__title a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #37aec8;
}

.t-dashboard__banners {
    padding: 30px 0px;
}

.t-login {
    position: relative;
    background-image: linear-gradient(121deg, rgba(50, 83, 164, 0.9), rgba(55, 174, 200, 0.9)),
        url("../media/car@2x.c671f4d5.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    height: 100%;
}

.t-login__info {
    width: 20%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 0px 70px 70px;
    display: none;
}

@media (min-width: 768px) {
    .t-login__info {
        display: flex;
    }
}

.t-login__info .info__img em {
    color: white;
    font-size: 2em;
}

.t-login__info .info__text {
    color: white;
    opacity: 0.5;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
}

.t-login__form {
    height: 100%;
    padding: 0px 30px;
    background-color: white;
    width: 100%;
}

@media (min-width: 768px) {
    .t-login__form {
        padding: 0px 56px;
        position: absolute;
        left: 50%;
        width: 450px;
        transform: translateX(-50%);
    }
}

.t-login__brand {
    padding-top: 50px;
    text-align: center;
}

.t-login__brand-title {
    text-transform: uppercase;
    font-family: Roboto-Light;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: 0.38px;
    text-align: center;
    color: #3253a4;
    padding: 50px 0px;
}

.t-login .form__title {
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.25px;
    padding: 30px 0px;
}

.t-login .form .form-check label {
    font-family: Roboto-Light;
    font-size: 14px;
    letter-spacing: normal;
}

.t-login__empty {
    flex-grow: 0.4;
}

.t-login a {
    color: white;
}

.t-login a:hover {
    color: #e4e92b;
    text-decoration: none;
}

.t-login a.btn--link {
    color: white;
    background-color: #e4e92b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: normal;
    border: none;
    border-radius: 4px;
    padding: 15px 22px;
    border: 1px solid white;
    display: inline-flex;
}

.t-login a.btn--link:hover {
    color: #e4e92b;
    background-color: white;
    border: 1px solid #e4e92b;
}

.t-login label {
    margin-bottom: 0.1rem;
}

.text-highlight {
    font-family: Roboto-Medium;
    font-weight: 500;
}

.input-add-icon {
    position: relative;
}

.input-add-icon span {
    position: absolute;
    right: 16px;
    top: 1px;
    height: 48px;
    background-color: #e4e92b;
    padding: 12px 20px;
}

.input-add-icon span em {
    color: white;
}

.select {
    border: solid 1px #122a64;
    width: 140px;
    overflow: hidden;
    background-image: url("../../../../core/media/down.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px;
    background-color: white;
}

.select:hover {
    background-image: url("../../../../core/media/down.png");
}

.select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #b1b1b1;
    text-transform: uppercase;
    height: 40px;
    outline: none;
}

#formDPS {
    border-bottom: 30px !important;
}

#form {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Internet Explorer */

@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#addRow {
    position: absolute;
    left: -1000px;
}

.modale {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.72);
    /* Black w/ opacity */
}

/* Modal Header */

.modale-header {
    padding: 25px 10px;
    background-color: #122a64;
    color: white;
    border-radius: 0px;
}

.modale-header h4 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.35px;
    text-align: center;
    color: #ffffff;
    font-family: Roboto-Light;
}

.modale-header h3 {
    font-family: Roboto-Regular;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
}

.closebtn,
.closebtn2,
.closebtn3 {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 28px;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.9;
    cursor: pointer;
}

/* Modal Body */

.modale-body {
    padding: 30px 30px;
}

.modale-body ul {
    list-style-type: none;
    padding: 0px;
}

.modale-body ul li {
    padding: 10px 0px;
    border-bottom: solid 1px #eeeeee;
}

.modale-body ul li img {
    width: 30px;
    float: right;
}

/* Modal Content */

.modale-content {
    position: relative;
    background-color: #fefefe;
    margin: 100px auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0px;
}

.modale-body h4 {
    font-family: Roboto-Light;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #122a64;
    padding-bottom: 30px;
}

/* Add Animation */

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.t-cotizarinicio {
    padding: 40px 0 110px;
}

.filters__fields.editar-datos {
    padding: 0px 10%;
}

.list__guardar,
.list__enviar {
    text-align: center;
    margin-top: 40px;
}

.npoliza,
.npropuesta {
    text-align: center;
}

.npoliza h4 {
    font-family: Roboto-Bold;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #122a64;
    padding-bottom: 0px;
}

.npropuesta h4 {
    font-family: Roboto-Bold;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #122a64;
    padding-bottom: 0px;
}

.npoliza p {
    font-family: Roboto-Light;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #122a64;
    padding-bottom: 0px;
}

.npropuesta p {
    font-family: Roboto-Light;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #122a64;
    padding-bottom: 0px;
}

#imprimir-pdf ul,
#imprimirpdf ul {
    text-align: center;
    font-family: Roboto-Light;
    font-size: 14px;
    font-weight: 300;
    color: #37aec8;
}

#imprimir-pdf ul li a,
#imprimirpdf ul li a {
    color: #37aec8;
}

#imprimir-pdf .modale-body ul li,
#imprimirpdf .modale-body ul li {
    padding: 5px 0px;
    border-bottom: none;
}

.npropuesta {
    margin-bottom: 40px;
}

.t-policyList__footer {
    position: sticky;
    bottom: 0;
}

.filters__fields .select {
    border: solid 1px #122a64;
    width: 100%;
    overflow: hidden;
    background-image: url("../../../../core/media/down.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px;
    background-color: white;
}

@media (max-width: 768px) {
    .whatsapp__info {
        text-align: center;
        font-size: 12px;
    }

    .o-footer__info {
        text-align: center;
        padding: 10px;
    }

    .t-quotation__w-filters .select {
        margin: 10px auto;
    }

    .t-dashboard__records .grid-records__title {
        padding: 40px 0px;
    }

    .m-upper-header {
        height: auto;
        padding: 20px 15px;
    }

    .m-upper-header .account__currency {
        /* position:absolute; */
        text-align: center;
    }

    .m-upper-header .brand {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .navbar-nav {
        position: relative;
        background-color: white;
        z-index: 999;
    }

    .account__currency {
        /* display:none; */
    }

    .m-navbar {
        height: 0px;
        padding: 0px;
    }

    .m-navbar__link {
        margin-right: 0;
    }

    .t-register__car .car-state,
    .t-register .car-badge,
    .t-register__car .car-confirmation,
    .t-quotation__w-client .client-quotation .client-car__basic-info,
    .t-quotation__w-client .client-quotation .client-car,
    .t-policy__client-quotation .quotation,
    .t-policy__client-quotation .quotation .client-quotation__car .client-car__basic-info,
    .t-register .car-badge .car-info,
    .t-policyList__body {
        display: block;
    }

    .t-register .car-badge .car-info,
    .t-policy__client-quotation .quotation .client-quotation__car .client-car {
        position: relative;
        margin-right: -70px;
        display: block;
    }

    .t-register .car-badge,
    .t-policy__client-quotation .quotation .client-quotation__car {
        height: auto;
    }

    .t-register .car-badge .btn--action {
        right: 34px;
    }

    .t-register__car .btn--selector,
    .t-policy__payment .btn--selector {
        width: 100%;
    }

    .t-register__car .car-state__title {
        padding: 20px 0px;
    }

    .t-register__car .car-confirmation .btn--check {
        margin: 20px 0px;
        width: 100%;
    }

    .o-footer {
        margin-top: 0px !important;
    }

    .t-quotation__w-client .client-quotation .client-car__license-plate,
    .t-policy__client-quotation .quotation .client-quotation__car .client-car__license-plate,
    .car-info .client-car__license-plate {
        padding: 30px !important;
    }

    .t-policyList__list {
        padding-right: 0px !important;
    }

    .t-policyList__list .list__download {
        text-align: center;
    }

    .modale-content {
        width: 90%;
        margin: 10px;
    }

    .o-paginator__results .results__count {
        font-size: 9px;
    }

    input[type="date"] {
        padding: 10px !important;
    }

    .t-dashboard__search .search-policy,
    .t-dashboard__search .quotation-sell {
        padding: 20px;
    }
}

input[type="date"] {
    /* max-height: 40px; */
    padding: 0px 0px 0px 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background-image: url("../../../../core/media/icon_calendar.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    width: 40px;
    height: 37px;
    padding: 0px;
    background-color: var(--color-primary) !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid var(--color-primary);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    /* background-image: url("../../../../core/media/icon_calendar-hover.png"); */
    background-color: white;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.containerc {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -10px;
}

.containerc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    border: 1px solid;
    width: 20px;
    background-color: #eee;
}

.containerc:hover input~.checkmark {
    background-color: #ccc;
}

.containerc input:checked~.checkmark {
    background-color: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerc input:checked~.checkmark:after {
    display: block;
}

.containerc .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid #e4e92b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}

/* # => . */

.search,
.myInput {
    box-sizing: border-box;
    background-image: url("../media/icon_search.png");
    background-position: calc(100% - 20px) calc(100% - 10px);
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    background-size: 25px;
}

#myInput:focus {
    outline: 3px solid #ddd;
}

.dropdown {
    position: relative;
    display: inline-block;
    /* width: 100%; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.combo {
    height: 41.5px !important;
    font-size: 12px !important;
    border-color: #666f84;
}

.show {
    display: block;
}

/* dropdown_master puede usarse para reemplazar a los otros */

.dropdown .dropdown_master,
.dropdown input#marca,
.dropdown input#modelo,
.dropdown input#ano {
    border: solid 1px #122a64;
    width: 100%;
    background-image: url("../../../../core/media/down.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px;
    background-color: white;
}

/* label {
    display: inline-block;
    margin-bottom: unset !important;
} */

.o-paginator__pages .pages a {
    font-size: 15px;
    color: #112a64;
}

.icon-borrar:before {
    content: "\e90d";
}

form-group {
    width: 100% !important;
}

button.btn--selector {
    margin-right: 20px;
}

.o-footer {
    margin-top: 0px !important;
}

.t-register {
    /* padding-bottom: 100px!important; */
}

.t-quotation {
    /* padding-bottom: 120px!important; */
}

.t-policy {
    /* padding-bottom: 100px!important; */
}

label.containerc p {
    margin-left: 30px;
    font-size: 15px;
}

label.containerc.check {
    margin-top: 20px;
}

.amount-info .amount__uf {
    font-size: 14px;
    margin-top: 20px;
}

.client-car__license-plate em.icon-search {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #e4e92b;
    border: 1px solid #e4e92b;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
}

.client-car__license-plate em.icon-search:hover {
    background-color: white;
}

@media (max-width: 768px) {
    button.btn--selector {
        padding: 10px 16px;
    }

    button.btn--selector {
        margin-right: 10px;
    }

    input[type="date"] {
        padding: 0px 10px !important;
    }

    .t-dashboard__search .search-policy__actions a {
        font-size: 9px;
    }

    .o-banner {
        margin-bottom: 10px;
    }

    a.whatsapp__logo {
        position: fixed;
        bottom: 0;
        right: 0;
        /* width: 1px; */
    }

    .o-footer .whatsapp__logo img {
        cursor: pointer;
        width: 80px;
    }

    .o-card__title {
        background-color: #e7f6f9;
        padding: 15px 30px;
        text-transform: uppercase;
        font-family: Roboto-Light;
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0.25px;
    }

    .o-card__body {
        border: 1px solid #eeeeee;
        border-top: none;
        background-color: white;
        padding: 30px 30px;
        padding-top: 0px;
    }

    .t-register .car-badge .car-info {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 0;
        background-color: #122a64;
        color: white;
        display: flex;
        /* padding: 20px 50px; */
        padding: 0;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: normal;
        line-height: 0.75;
        letter-spacing: 0.2px;
    }

    .t-register .car-badge .car-info,
    .t-policy__client-quotation .quotation .client-quotation__car .client-car {
        position: unset;
        margin-right: 0;
        display: block;
    }

    .t-register .car-badge .car-info div {
        padding: 10px 2px;
        text-align: center;
    }

    .t-policy__payment .payment-amount__total {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.3px;
    }

    .t-policy .form-title {
        text-transform: uppercase;
        font-family: Roboto-Light;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: 0.25px;
    }

    button.btn--selector {
        margin-bottom: 10px;
    }

    .m-stepper-container .steps__stepper {
        display: flex;
        flex-grow: 0.5;
        padding: 10px 0px;
    }

    .m-stepper-container {
        padding: 10px 30px;
    }

    div#m-stepper-container {
        z-index: 999;
    }
}

.container {
    max-width: 90% !important;
}

/*ALERTA*/

.ui-dialog-titlebar {
    background-color: var(--color-primary);
    border-width: 1px 1px 0px 1px;
    border-color: #3a4c79;
    border-style: solid;
    color: #ffffff;
    padding: 10px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
}

.ui-dialog {
    box-shadow: rgb(0, 0, 0) 4px 4px 4px;
    /* z-index: 1100 !important; */
}

.ui-widget-overlay {
    /* z-index: 1099 !important; */
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-dialog {
    box-shadow: rgb(0, 0, 0) 4px 4px 4px;
}

.ui-widget-content {
    background-color: White;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-resizable {
    position: relative;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.btn-cliente {
    color: #2e240a;
    background-color: #e4e92b;
    font-weight: bold;
    z-index: 999;
    text-transform: uppercase;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wrapper-dialog {
    padding: 10px;
}

.fade.in {
    opacity: 1;
}

@media (min-width: 768px) {
    .sura-logo-container {
        text-align: left;
        padding: 0px 0;
    }

    .sura-logo {
        width: 281px;
    }
}

.sura-logo-container {
    text-align: center;
    padding-top: 0px;
}

/*LIST: STEPS*/

.steps-list {
    list-style: none;
    margin-top: 37px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.steps-list li {
    margin: 0;
    padding: 0;
    float: left;
}

.steps-list li .circle-number {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    border: 1px solid #00aec7;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #00aec7;
}

.steps-list li p {
    margin-top: 10px;
}

.steps-list li.active p {
    color: #00aec7;
}

.steps-list li.active .circle-number {
    background: #00d7e5;
    background: -moz-linear-gradient(top, #00d7e5 0%, #00aec7 100%);
    background: -webkit-linear-gradient(top, #00d7e5 0%, #00aec7 100%);
    background: linear-gradient(to bottom, #00d7e5 0%, #00aec7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00d7e5', endColorstr='#00aec7', GradientType=0);
    color: #fff;
}

.sura-logo-container {
    text-align: center;
    padding-top: 0px;
}

.sura-logo {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sura-logo-white {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*******************COTIZACION**************/

.form_thead_tr_th {
    background: url(images/ActionBarBg.gif) repeat-x left top #f8f8f8;
    color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #a5acb5;
    border-width: 0px 1px 1px 0px;
    white-space: nowrap;
    padding: 3px;
    text-align: left;
}

.datagrid_thead_tr_th2 {
    background-color: #00abc7;
    border: 1px solid #cccccc;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    border-width: 0px 1px 1px 0px;
    white-space: nowrap;
    padding: 2px 10px 3px 10px;
    text-align: left;
}

ul.dropdown ul li {
    /* background-color: transparent; */
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown li {}

ul.dropdown li {}

ul.dropdown li {
    padding: 0;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
}

.check_preguntas {
    /* Double-sized Checkboxes */
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    box-shadow: 0 0 0 0px #fff, 0 0 0 3px #fff !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

.titulo {
    font-size: 20px;
    font-weight: bold;
    padding: 30px;
    text-align: center;
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

body {
    font-family: "Roboto", sans-serif;
}

@media (min-width: 1600px) {
    .container {
        width: 1450px;
    }
}

ul.nav.navbar-nav>li.dropdown.open>ul.dropdown-menu>li.dropdown {
    width: 100%;
}

.titulo_cobertura {
    text-align: left !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.amarillo {
    color: #e4e92b;
}

/***** OVERLAYER ******/

#overlayer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 101;
    background: rgba(255, 255, 255, 0.9);
}

/****** LOADER ******/

.sura-loader {
    display: block;
    width: 100px;
    /* height: 100px; */
    top: 45%;
    left: 50%;
    position: sticky;
    z-index: 102;
}

.sura-loader div {
    position: absolute;
    border: 4px solid #00aec7;
    opacity: 1;
    border-radius: 50%;
    animation: sura-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.sura-loader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes sura-loader {
    0% {
        top: 50px;
        left: 50px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

/***** END LOADER *****/

/***** MENU *****/

.nav-fokus .nav>li>a {
    color: #9f9f9f;
    font-family: Asap, sans-serif;
    font-size: 14px;
    margin-right: 70px;
}

.nav-fokus .dropdown-menu {
    box-shadow: none;
    border-radius: 0px;
    background-color: white;
}

.dropdown-menu {
    border: none;
}

.menu-arriba {
    justify-content: center;
}

.container-header {
    margin-left: 100px;
    margin-right: 0px;
    text-align: center;
}

@media (max-width: 768px) {
    .container-header {
        margin-left: 0;
    }
}

.nav-fokus .nav>li.open>a {
    background-color: white;
    color: var(--color-secondary-alt);
    border-bottom: 3px solid var(--color-primary);
}


.header-menu-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 25px;
}

/**** FIN MENU ****/