@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Host Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.btn-naranja {
    background-color: #F8A219 !important;
    border-color: #F8A219 !important;
    color: white !important;
}
.bannerImg {
    width: 100%;
    object-fit: contain;
}
.bolder {
    font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { 
    -moz-appearance:textfield; 
}
.bordeado {
    border-radius: 20px;
}
.azulInvisi {
    color: #236ba3 !important;
}
.celesteInvisi {
    color: #3ba8c6;
}
.colorPadreMariano {
    color: #1d458b !important;
}
.fondoPadreMariano {
    background-color: #0E4194;
}

.naranjo {
    background-color: #F8A219;
}
.card svg.card-img-top {
  width: 100%;
  height: auto;
}

.fondoPadreMarianoSeleccionado {
    background-color: #7facfc;
}
.hoverFondo:hover {
    background-color: #7facfc;
}
.fondoPadreMarianoLight {
    background-color: #1d458b15;
}
.descGeneral {
    font-size: 25px;
}
.numeroHora {
    font-size: 50px;
}
.margenBanner {
    margin-top: 120px;
}
.bordeadoBanner {
    border-radius: 50px;
}
.fuenteParrafoIcono {
    font-size: 35px;
    line-height: 40px;
}

/* Tarjeta*/
.tarjeta {
    box-sizing: border-box;
    /* width: 190px; */
    width: 100%;
    height: 254px;
    background: rgba(255, 253, 253, 0.58);
    border: 1px solid white;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: bolder;
    color: black;
    margin-bottom: 15px;
}

.tarjeta:hover {
    /* border: 1px solid #1d458b; */
    transform: scale(1.05);
}

.tarjeta:active {
    transform: scale(0.95) rotateZ(1.7deg);
}

/* Fin Tarjeta */ 

.fondoGris {
    background-color: #ededed;
}
.social {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #2C91A3;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
}
.noLink {
    text-decoration: none;
    font-weight: 700;
}

.noLista {
    list-style: none;
}
.bordeTop {
    border-top: 1px solid #d1d0d0;
}
.imgRedonda {
    border-radius: 20px;
    /* border: 5px solid #2c91a32a; */
    width: 380px;
}
.redondo {
    border-radius: 100%;
}
.menosBolder {
    font-weight: 300;
}
.puntero {
    cursor: pointer;
}
.escondidoSm {
    display: block;
}
.escondidoLg {
    display: none;
}
.textoPrincipal {
    font-size: 68px;
    color: #0E4194;
    /* font-stretch: extra-expanded; */
    font-weight: 1000;
}
.botonReserva {
    font-size: 13px;;
}
.elHr {
    /* height: 20px; */
    border: 2px solid #1d458b;
}
.fuenteIcono {
    font-size: 30px;
}
.bordeIcono {
    border-right: 1px solid #1d458b;
}
.fuenteParrafo {
    color: #333333 !important;
    font-size: 40px;
    line-height: 40px;
}
#horas {
    background-color: #dce6f3;
}
#horas .botonSucursales.fondoPadreMariano {
    background-color: #ffffff !important;
    color: #0E4194 !important;
    border: 2px solid #0E4194 !important;
}
#horas .botonSucursales.fondoPadreMarianoSeleccionado {
    background-color: #0E4194 !important;
    color: #ffffff !important;
    border: 2px solid #0E4194 !important;
}
#horas .botonSucursales:hover {
    background-color: #0E4194 !important;
    color: #ffffff !important;
}
.mi-contenedor {
    display: flex;
    flex-wrap: nowrap; /* Por defecto, en móvil los botones estarán en una sola fila */
    overflow-x: hidden;
    gap: 10px; /* Espaciado entre botones */
}
@media (min-width: 992px) and (max-width: 1500px) {
    .textoPrincipal{
        font-size: 63px;
    }
    .botonSucursales {
        font-size: 1.6rem !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
/* .validador {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ededed;
    z-index: 9999;
    overflow: hidden;
  } */
  
  .no-interaccion {
    pointer-events: none;
}
.no-interaccion input {
    cursor: not-allowed;
}
  .validador {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ededed;
    z-index: 9999;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.validador.oculto {
    opacity: 0;
    visibility: hidden;
}
@media(max-width: 991px) {
    .escondidoLg {
        display: block;
    }
    .escondidoSm {
        display: none;
    }
    .btn-hero-group button {
        padding: 5px 15px !important;
        font-size: 14px;
    }
    .textoPrincipal {
        font-size: 38px;
        color: #01abb7;
        /* font-stretch: extra-expanded; */
        font-weight: 750;
    }
    #horas {
        background-color: #dce6f3;
    }
    .mi-contenedor {
        flex-wrap: wrap; /* En pantallas grandes, los botones se envuelven */
        justify-content: center; /* Centra los botones si se envuelven */
      }
}

 @media (max-width: 580px) {
    .mi-contenedor {
        flex-direction: column;
        align-items: stretch;
    }
    .botonSucursales {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .margenBanner {
        margin-top: 120px;
    }
    .bordeadoBanner {
        border-radius: 20px;
    }
    .fuenteParrafo {
        font-size: 25px;
        line-height: 40px;
        /* text-align: center; */
    }
    .fuenteParrafoIcono {
        font-size: 15px;
        line-height: 40px;
    }
    .fuenteIcono {
        font-size: 18px;
        /* line-height: 40px; */
    }
}
@media (max-width: 378px) {
    .botonReserva {
        font-size: 13px;;
    }
    
}