@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.transition-300 {
    transition: 300ms;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {}

body {
    box-sizing: border-box;
    overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
    width: 15px;
}

.scroll::-webkit-scrollbar-button {
    border-radius: 0px;
    background: #eee;
    display: none;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
    background: #292929;
    border-radius: 15px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #292929;
}

.u-black-1-font {
    color: #292929;
}

.u-grey-1-font {
    color: #e5e2dd;
}

.u-grey-2-font {
    color: #777;
}

.u-grey-3-font {
    color: #2f2f2f;
}

.u-white-1-font {
    color: #ffffff;
}

[class*="u-font-bold"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0px;
}

[class*="u-font-medium"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0px;
}

[class*="u-font-regular"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0px;
}

[class*="u-font-light"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin: 0px;
}

[class*="u-font-bold-CIB"] {
    font-family: "fontsans-bold", Fallback, sans-serif;
    font-weight: 700;
    margin: 0px;
}

[class*="u-font-medium-CIB"] {
    font-family: "fontsans-bold", Fallback, sans-serif;
    font-weight: 600;
    margin: 0px;
}

[class*="u-font-regular-CIB"] {
    font-family: "fontsans-bold", Fallback, sans-serif;
    font-weight: 400;
    margin: 0px;
}

[class*="u-font-light-CIB"] {
    font-family: "fontsans-bold", Fallback, sans-serif;
    font-weight: 300;
    margin: 0px;
}

.u-font-bold-70,
.u-font-medium-70,
.u-font-regular-70,
.u-font-light-70,
.u-font-bold-CIB-70,
.u-font-medium-CIB-70,
.u-font-regular-CIB-70,
.u-font-light-CIB-70 {
    font-size: 7rem;
}

.u-font-bold-60,
.u-font-medium-60,
.u-font-regular-60,
.u-font-light-60,
.u-font-bold-CIB-60,
.u-font-medium-CIB-60,
.u-font-regular-CIB-60,
.u-font-light-CIB-60 {
    font-size: 6rem;
}

.u-font-bold-45,
.u-font-medium-45,
.u-font-regular-45,
.u-font-light-45,
.u-font-bold-CIB-45,
.u-font-medium-CIB-45,
.u-font-regular-CIB-45,
.u-font-light-CIB-45 {
    font-size: 4.5rem;
}

.u-font-bold-40,
.u-font-medium-40,
.u-font-regular-40,
.u-font-light-40,
.u-font-bold-CIB-40,
.u-font-medium-CIB-40,
.u-font-regular-CIB-40,
.u-font-light-CIB-40 {
    font-size: 4rem;
}

.u-font-bold-35,
.u-font-medium-35,
.u-font-regular-35,
.u-font-light-35,
.u-font-bold-CIB-35,
.u-font-medium-CIB-35,
.u-font-regular-CIB-35,
.u-font-light-CIB-35 {
    font-size: 3.5rem;
}

.u-font-bold-30,
.u-font-medium-30,
.u-font-regular-30,
.u-font-light-30,
.u-font-bold-CIB-30,
.u-font-medium-CIB-30,
.u-font-regular-CIB-30,
.u-font-light-CIB-30 {
    font-size: 3rem;
}

.u-font-bold-25,
.u-font-medium-25,
.u-font-regular-25,
.u-font-light-25,
.u-font-bold-CIB-25,
.u-font-medium-CIB-25,
.u-font-regular-CIB-25,
.u-font-light-CIB-25 {
    font-size: 2.5rem;
}

.u-font-bold-22,
.u-font-medium-22,
.u-font-regular-22,
.u-font-light-22,
.u-font-bold-CIB-22,
.u-font-medium-CIB-22,
.u-font-regular-CIB-22,
.u-font-light-CIB-22 {
    font-size: 2.2rem;
}

.u-font-bold-21,
.u-font-medium-21,
.u-font-regular-21,
.u-font-light-21,
.u-font-bold-CIB-21,
.u-font-medium-CIB-21,
.u-font-regular-CIB-21,
.u-font-light-CIB-21 {
    font-size: 2.1rem;
}

.u-font-bold-20,
.u-font-medium-20,
.u-font-regular-20,
.u-font-light-20,
.u-font-bold-CIB-20,
.u-font-medium-CIB-20,
.u-font-regular-CIB-20,
.u-font-light-CIB-20 {
    font-size: 2rem;
}

.u-font-bold-18,
.u-font-medium-18,
.u-font-regular-18,
.u-font-light-18,
.u-font-bold-CIB-18,
.u-font-medium-CIB-18,
.u-font-regular-CIB-18,
.u-font-light-CIB-18 {
    font-size: 1.8rem;
}

.u-font-bold-16,
.u-font-medium-16,
.u-font-regular-16,
.u-font-light-16,
.u-font-bold-CIB-16,
.u-font-medium-CIB-16,
.u-font-regular-CIB-16,
.u-font-light-CIB-16 {
    font-size: 1.6rem;
}

.u-font-bold-15,
.u-font-medium-15,
.u-font-regular-15,
.u-font-light-15,
.u-font-bold-CIB-15,
.u-font-medium-CIB-15,
.u-font-regular-CIB-15,
.u-font-light-CIB-15 {
    font-size: 1.5rem;
}

.u-font-bold-14,
.u-font-medium-14,
.u-font-regular-14,
.u-font-light-14,
.u-font-bold-CIB-14,
.u-font-medium-CIB-14,
.u-font-regular-CIB-14,
.u-font-light-CIB-14 {
    font-size: 1.4rem;
}

.u-font-bold-13,
.u-font-medium-13,
.u-font-regular-13,
.u-font-light-13,
.u-font-bold-CIB-13,
.u-font-medium-CIB-13,
.u-font-regular-CIB-13,
.u-font-light-CIB-13 {
    font-size: 1.3rem;
}

.u-font-bold-12,
.u-font-medium-12,
.u-font-regular-12,
.u-font-light-12,
.u-font-bold-CIB-12,
.u-font-medium-CIB-12,
.u-font-regular-CIB-12,
.u-font-light-CIB-12 {
    font-size: 1.2rem;
}

.u-font-bold-11,
.u-font-medium-11,
.u-font-regular-11,
.u-font-light-11,
.u-font-bold-CIB-11,
.u-font-medium-CIB-11,
.u-font-regular-CIB-11,
.u-font-light-CIB-11 {
    font-size: 1.1rem;
}

.u-font-bold-10,
.u-font-medium-10,
.u-font-regular-10,
.u-font-light-10,
.u-font-bold-CIB-10,
.u-font-medium-CIB-10,
.u-font-regular-CIB-10,
.u-font-light-CIB-10 {
    font-size: 1rem;
}

.u-dots-p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-dots-p-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-border-1-black {
    border: 1px solid #2c2a29;
    border-radius: 2px;
}

.u-border-1-black:hover,
.u-border-1-black .active {
    border: 1px solid #fdda24;
}

.u-border-1-yellow {
    border: 1px solid #fdda24;
}

.u-p-10 {
    padding: 10rem;
}

.u-btn {
    padding: 10px 105px;
    border-radius: 100px;
    font-family: "open sans", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: 300ms;
}

.u-btn-yellow {
    background: #fdda24;
    background-size: contain !important;
}

.u-btn-gray {
    background: #e5e2dd;
    color: #777;
}

.u-btn-gray:hover,
.u-btn-gray .active {
    background-color: #fdda24;
    color: #292929;
}

.u-width-100 {
    width: 100%;
}

.u-width-67 {
    width: 67%;
}

.u-form-large {
    font-size: 1.5rem;
}

body {
    font-size: 16px;
}

.form__dots-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 5rem auto;
    margin-top: 15px;
}

.form__dots-steps-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form__dots-steps-child-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.form__dots-steps-child-dot-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100px;
    color: #292929;
    background-color: #f4f4f4;
}

.form__dots-steps-child-dot-line {
    height: 2px;
    width: 4.5rem;
    background-color: #f4f4f4;
}

.form__dots-steps-child-dot-line-hidden {
    height: 2px;
    width: 4.5rem;
    background-color: #ffffff;
}

.form__dots-steps-child-dot-title {
    margin-top: 0.5rem;
    text-align: center;
}

.form__form-box {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    margin: 0 auto;
}

.form__form-resume {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 60%;
}

.form__form-final {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 60%;
}

.form__form-final-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.form__form-final-box-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 45%;
}

.form__form-final-final {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form__turnos {
    width: 60%;
    margin: 0 auto;
}

.form__turnos-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form__turnos-box-table-detail {
    width: 100%;
}

.form__dots-steps-child.active .form__dots-steps-child-dot .form__dots-steps-child-dot-line,
.form__dots-steps-child.active .form__dots-steps-child-dot .form__dots-steps-child-dot-circle {
    color: #ffffff !important;
    background-color: #00c389 !important;
}

.form__dots-steps-child.passed .form__dots-steps-child-dot .form__dots-steps-child-dot-line,
.form__dots-steps-child.passed .form__dots-steps-child-dot .form__dots-steps-child-dot-circle {
    color: #292929;
    background-color: #ffffff;
    border: 1px solid #00c389;
}

.table tr:nth-child(even) td {
    background: #ffffff;
    border-top: 0px solid #ffffff !important;
}

table,
th,
td.details {
    border: 1px solid #292929;
    border-collapse: collapse;
}

td.details {
    padding: 15px;
    text-align: center;
}

th,
td {
    padding: 20px 35px;
}

.modal__background {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 1;
}

.modal__background.show {
    visibility: visible !important;
}

.modal__background.hidden {
    visibility: hidden;
}

.modal__modal-card {
    background-color: #ffffff;
    height: 40rem;
    width: 35%;
    box-shadow: 0px 0.2px 2.2px rgba(0, 0, 0, 0.02), 0px 0.6px 5.3px rgba(0, 0, 0, 0.028), 0px 1.1px 10px rgba(0, 0, 0, 0.035), 0px 2px 17.9px rgba(0, 0, 0, 0.042), 0px 3.8px 33.4px rgba(0, 0, 0, 0.05), 0px 9px 80px rgba(0, 0, 0, 0.07);
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal__modal-card-text {
    text-align: center;
    padding: 0 3rem;
}

.modal__modal-card-close {
    position: absolute;
    top: 20px;
    right: 15px;
    line-height: 2px;
    cursor: pointer;
}

.form__form-calendar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
}

.form__form-calendar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50px;
}

.form__form-calendar-item-box {
    width: 50px;
    height: 70px;
    border: 1px solid #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 300ms;
}

.form__form-calendar-item-box:hover,
.form__form-calendar-item-box.selected {
    border: 2px solid #fdda24;
}

.scrollable-menu {
    max-height: 250px;
    width: 100%;
    overflow-x: auto;
}

.che {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.che input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.che:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.che input:checked~.checkmark {
    background-color: #fdda24;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.che input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.che .checkmark:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #292929;
}

.form__map {
    width: 100%;
    height: 300px;
}

@media only screen and (max-width: 1024px) {
    .modal__modal-card {
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .form__dots-steps-child-dot-line-hidden {
        display: none;
    }
    .form__form-box {
        width: 90%;
    }
    .form__dots-steps-child-dot-line {
        width: 0px;
    }
    .u-font-regular-14 {
        font-size: 13px;
    }
    .u-font-medium-CIB-30 {
        font-size: 25px;
    }
    .u-font-medium-20 {
        font-size: 18px;
    }
    .form__form-calendar-item-box {
        width: 40px;
        height: 65px;
    }
    .u-btn {
        padding: 10px 75px;
    }
    .u-font-regular-12 {
        font-size: 10px;
    }
    .form__form-final {
        width: 80%;
    }
    .u-font-regular-18 {
        font-size: 15px;
    }
    .u-font-medium-CIB-18 {
        font-size: 15px;
    }
    .form__turnos {
        width: 80%;
    }
    .modal__modal-card {
        width: 90%;
    }
    .u-width-67 {
        width: 100%;
    }
    table.sumi td {
        padding: 5px;
    }
    .form__form-resume {
        width: 75%;
    }
}

table.sumi {
    border: 1px solid #ffffff;
}

table tr:nth-child(even) td.houdini {
    background: #ffffff;
    border-top: 1px solid #fff;
}

.txt-small {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
}

.select-loading {
    background: url('../img/loader.gif') no-repeat;
    background-position: right 0 center;
    background-size: 80px;
}

.select-loading::-ms-expand {
    display: none;
}

.form-white .form-control:disabled {
    border-bottom: 1px solid #ddd;
}

.form-white .form-control:disabled {
    border-bottom: 1px solid #ddd;
    color: #ccc;
}

.ico-accept-terms {
    display: inline-block;
    height: 132px;
    width: 132px;
    background: url('../img/il-accept-terms.svg') no-repeat center;
    background-size: contain;
}

.item-resultado {
    width: 100%;
    border: 2px solid #999;
    box-shadow: 0px 0px 5px #999;
    margin-bottom: 30px;
}

.item-resultado .item-resultado-body {
    padding: 15px 30px;
}

.item-resultado .item-resultado-body>.row {
    margin-bottom: 10px;
}

.item-resultado label {
    font-weight: bold;
    margin-bottom: 0px;
}

.item-resultado .item-resultado-foot {
    display: flex;
    justify-content: center;
    border-top: 2px solid #999;
}

.item-resultado .item-resultado-foot .btn-action {
    padding: 15px;
    text-align: center;
    flex: 1;
    cursor: pointer;
}

.item-resultado .item-resultado-foot .btn-action:first-of-type {
    border-right: 2px solid #999;
}

.qf-title-md {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
}

.ico-tiempo {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../img/ico-tiempo.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.ico-persona {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../img/ico-persona.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.ico-hand {
    display: inline-block;
    height: 104px;
    width: 104px;
    background: url('../img/hand.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.modal__modal-card .btn {
    height: 38px;
    vertical-align: middle;
    padding-bottom: initial!important;
    width: 175px;
    margin-left: 0px;
    margin-right: 0px;
}

.modal-footer-buttons {
    margin-top: 15px;
}

@media only screen and (max-width: 400px) {
    .modal__modal-card .btn {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.modal__modal-card .btn.btn-secondary:disabled {
    border-color: #ccc;
    color: #ccc;
}

.modal__modal-card .btn.btn-secondary:disabled:hover {
    background: #fff;
}

.box-info {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    text-align: left !important;
    padding-left: 80px;
    background: url('../img/ico-info.png') no-repeat left 20px top 20px;
}

.item-mapa-result {
    display: flex;
    box-shadow: 2px 0px 10px #ccc;
    padding: 15px;
    margin: 5px;
    border: 2px solid #fff;
}

.item-mapa-result.active {
    border: 2px solid #fdda24;
    border-radius: 4px;
}

.item-mapa-result>div {}

.item-mapa-result .title-lugar {
    color: #292929;
    font-size: 18px;
    font-weight: bold;
}

.item-mapa-result p {
    color: #292929;
    font-size: 12px;
    margin-bottom: 0px;
}

.item-mapa-result .abierto {
    font-size: 12px;
    padding: 5px 12px;
    color: #292929;
    border-radius: 20px;
    background: #00c389;
}

.item-mapa-result .cerrado {
    font-size: 12px;
    padding: 5px 12px;
    color: #292929;
    border-radius: 20px;
    background: #ccc;
}

.item-mapa-result .checkbox {
    display: inline-block;
    border: 1px solid #292929;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 4px;
    position: relative;
}

.item-mapa-result .checkbox.checked {
    background: #fdda24;
}

.item-mapa-result .checkbox.checked:after {
    content: '✓';
    position: absolute;
    top: -2px;
    left: 3px;
}

.info-servicio {
    padding: 15px;
    padding-left: 60px;
    color: #292929;
    font-size: 14px;
    box-shadow: 0px 0px 10px #ccc;
    line-height: 1.1;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-servicio:before {
    content: ' ';
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #5cc8e5 url('../img/ico-info.png') no-repeat center;
    top: 15px;
    left: 15px;
    position: absolute;
    background-size: 12px;
}

.info-servicio label {
    color: #292929;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.link-descarga {
    color: #292929;
    font-size: 16px;
    text-decoration: underline;
}

#print-comprobante {
    padding: 30px;
    background: #fff;
}

.ico-back {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    background: url('../assets/img/ico-right.svg') no-repeat center;
    transform: rotate(180deg);
}

.ico-home {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    background: url('../assets/img/ico-home.svg') no-repeat center;
}

.item-info {
    margin-bottom: 10px;
    color: #292929;
}

.item-info label {
    margin-bottom: 5px;
    font-size: 14px;
}

.item-info p {
    font-size: 16px;
}

.form-mensaje {
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 40px !important;
}

.form-mensaje:before {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    border-radius: 16px;
    min-height: initial !important;
    background-size: 20px !important;
    position: relative !important;
    display: inline-block !important;
    margin-right: 15px !important;
}

.form-mensaje:after {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    top: 10px !important;
    right: 15px !important;
    background-size: contain;
}

.scrollable-menu.turno {
    max-height: 400px;
}

.texto-seleccion-agencia {
    font-size: 16px;
    font-weight: bold;
}