﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.footer_layout {
    flex-shrink: 0;
    background: #56504C;
    color: white;
    text-align: center;
    padding: 1em;
    /*position: sticky;
    bottom: 0;*/
    width: 100%;
}

.content-lobby {
    flex: 1 0 auto;
    /*overflow-y: auto;*/
}

.bordeado {
    padding: 0 20px !important;
    border-radius: 8px;
    border: 1px solid #D6D0CC;
    box-shadow: 0px 0px 4.4px 0px #CCCCCCFC;
}

.bordeado-naranja {
    padding: 0 20px !important;
    border-radius: 8px;
    border: 1px solid #FF6200;
}

.linea_abajo {
    border-bottom: 1px solid #D6D0CC
}

.linea_arriba {
    border-top: 1px solid #D6D0CC
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: green !important
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #C8FFC8
}

.btn-padding {
    padding: 12px 24px 12px 24px !important
}

.color-azul {
    background: #E7F0F7;
    border: 1px solid #106EB0;
    border-radius: 8px
}

.color-gris {
    background: #D6D0CC
}

.container-horas {
    padding: 11px 8px;
    height: 48px;
}

.container-modulo {
    border: 1px solid #FF6200;
}

.p-6 {
    padding: 0.8rem !important;
}

.mb-6 {
    margin-bottom: 7rem !important;
}

.mb-7 {
    margin-bottom: 10rem !important;
}

.prio-seleccionado {
    border: 1px solid #FF6200;
    background: #FF62001A;
}

.prio-seleccionado-portal {
    border: 1px solid #FF6200;
}

.valid.modified:not([type=checkbox]) {
    outline: none !important
}

.validation-message {
    color: red;
    font-family: 'ItauTextPro400';
    font-size: 12px;
    line-height: 25px;
}

.logo-itau {
    width: 36px;
}

h5 a {
    text-decoration: none;
    color: inherit !important;
}

.final {
    margin-bottom: 9rem !important;
}

.full-screen-div {
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    position: fixed;
    background-color: #545555;
}

.div-spinner {
    display: grid;
    place-items: center;
    height: 100vh;
}

.img-spinner {
    width: 29%;
    margin-top: -10pc;
}

@media screen and (min-height: 1100px) {
    .mt-5.mb-4.mx-4 {
        padding: 3pc 3pc;
    }

    .logo-itau {
        width: 115px;
        margin: 1pc;
    }

    h5 a {
        font-size: 4pc;
    }

    p {
        font-size: 43px;
    }

    h1 {
        font-size: 45px !important;
    }

        h1.my-4 {
            font-size: 80px !important;
        }

    .h2000-img-turno {
        width: 40px;
        margin-top: 1pc;
    }

    .h2000-img-continuar {
        width: 45%;
        margin: 2.5pc 3pc;
    }

    .h2000-img-super {
        width: 70%;
        margin: 2pc;
    }

    .p-copy {
        font-size: 38px;
        margin: 3pc 0;
    }

    .form-select {
        line-height: 2 !important;
        font-size: 50px !important;
        border-radius: 20px !important;
        padding: 0.375rem 1.25rem 0.375rem 2.75rem !important;
    }

    .form-control {
        line-height: 2 !important;
        font-size: 50px !important;
        border-radius: 20px !important;
        padding: 0.375rem 1.25rem 0.375rem 2.75rem !important;
    }

    .form-check-input {
        width: 3em !important;
        height: 3em !important;
        margin-right: 2pc !important;
    }

    .form-check.my-2 {
        margin: 19px 0 !important;
    }

    label.form-check-label {
        font-size: 38px;
    }

    .btn {
        height: 110px;
    }

    .btn-outline-primary {
        font-size: 47px !important;
        border-radius: 12px !important;
    }

    button.btn.btn-primary {
        font-size: 47px;
    }

    .bordeado {
        padding: 35px 50px !important;
        border-radius: 15px;
        margin-right: 68px;
    }

    .col-12.bordeado.h2000-bordeado {
        margin: 3pc 0pc !important;
        padding: 3pc !important;
    }

    .color-azul.final {
        margin-bottom: 45pc !important;
    }

    .validation-message {
        font-size: 34px;
        margin-top: 2pc;
    }

    .itp700-16.lh-21 {
        font-size: 55px !important;
    }

    h1.idp700-72 {
        font-size: 195px !important;
    }

    h1.idp700-32 {
        font-size: 78px !important;
        line-height: 5pc;
    }

    button.btn.clr-cian.w-100.my-3 {
        font-size: 46px !important;
    }
}

.input-habeas {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px;
    min-height: 17px;
    max-width: 17px;
    max-height: 17px;
    border-radius: 4px;
    object-fit: contain;
}

input[type="radio"] {
    accent-color: #FF6200;
    transform: scale(1.2);
}

.bordeado input[type="radio"]:checked {
    accent-color: #FF6200;
}

    .bordeado input[type="radio"]:checked ~ * {
        color: #000;
    }

.reserva-wrapper {
    background: linear-gradient(to bottom, #f5f5f5 40%, #fff 40%);
    min-height: 84vh;
}

.card {
    border-radius: 12px;
}

.action-buttons {
    display: flex;
    gap: 10px;
}

.btn-continuar1 {
    padding: 12px;
    border-radius: 6px;
}

/* Estilos base */
.cancel-modal {
    padding: 1.5rem;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}

.modal-text {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.action-btn {
    min-width: 160px;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

/* 📱 Móvil (pantallas chicas) */
@media (max-width: 767px) {
    .cancel-modal {
        text-align: center;
    }

    .modal-footer {
        flex-direction: column;
        gap: 0.8rem;
    }

    .action-btn {
        width: 100%;
    }

    .reserva-wrapper {
        min-height: auto;
    }
}

/* 💻 Tablet y escritorio */
@media (min-width: 768px) {
    .cancel-modal {
        max-width: 500px;
        margin: 0 auto;
    }

    .modal-footer {
        flex-direction: row;
        justify-content: center;
    }

    .action-btn {
        width: auto;
    }
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.img-spinner {
    width: 15vw;
    max-width: 120px;
    min-width: 60px;
    height: auto;
}





@media (max-width: 991.98px) {
    .border-left-responsive {
        border-left: none !important;
    }
}

@media (min-width: 992px) {
    .btn-continuar1 {
        width: 20%;
        min-width: 180px;
    }

    .btn-finalizar {
        text-align: left;
    }

    .btn-finalizar-action {
        width: auto;
        min-width: 180px;
    }

    .border-left-responsive {
        border-left: 1px dashed #d6d0cc;
    }
}

@media (max-width: 991.98px) {
    .btn-continuar1 {
        width: 100%;
    }

    .action-buttons {
        flex-direction: row;
        justify-content: space-between;
    }

        .action-buttons .btn {
            flex: 1;
        }

    .btn-finalizar {
        text-align: center;
    }

    .btn-finalizar-action {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .action-buttons {
        flex-direction: column;
    }

        .action-buttons .btn {
            width: 100%;
        }
}
