/* acurruco.css */



/* Header */

.logo_header{

    height: 90dvh;

}

@media (max-width: 768px) {

    .logo_header {

        height: 40dvh;

    }

}

.bg-acurruco {

    position: relative;

    overflow: hidden;

    z-index: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    height: 100dvh;

}

.bg-acurruco::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100dvh;

    background-image: url("../imgs/back.webp");

    background-size: cover;

    background-position: left;

    background-repeat: no-repeat;

    transform: scaleX(-1);

    z-index: -1;

    object-fit: fill;

}

@media (max-width: 768px){

    .bg-acurruco{

        height: 90dvh;

    }

}

.reservar_header {

    background-color: #8edbd8;

    color: white;

    border: none;

    padding: 0.75em 2em;

    font-size: 1rem;

    border-radius: 9999px; /* full rounded */

    margin-bottom: 5dvh;

    box-shadow: none;

    cursor: pointer;

    font-weight: bold;

    text-transform: uppercase;

    letter-spacing: 0.5px;

}

.reservar_header:hover {

    background-color: #7fc8c5;

    transition: background-color 0.3s ease;

}





/* seccion de informacion CONOCENOS */

.meet_us_section {

    background-color: #58abc1;

    overflow: hidden;

    height: 120dvh;

    position: relative;

}

.nutria_opaca_bg {

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%) translateX(-30%);

    height: 100%;

    opacity: 0.08;

    z-index: 0;

    pointer-events: none;

}

.meet_us_section .container {

    position: relative;

    z-index: 1;

}

.meet_us_textbox {

    min-width: 34dvw;

}

.logo_meet_us {

    width: 25dvw;

    opacity: 0.95;

}





/* seccion de modalidades de atencion */

.modalidades_section {

    background-color: white;

}

.text-modalidad {

    color: #58abc1;

}

.header_mods{

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}

.modalidad_card {

    background-color: #58abc1;

    border: none;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

}

.modalidad_card img {

    height: 200px;

    object-fit: cover;

    width: 100%;

}

.modalidad_card .btn {

    padding: 0.5rem 1.5rem;

    font-size: 0.9rem;

}





/* seccion de informacion sobre la fundadora */

.separador_visual_img {

    background-color: #58abc1;

    overflow: hidden;

    height: 40dvh;

}

@media (max-width: 768px) {

    .separador_visual_img {

        height: 30dvh;

    }

}

.separador_img_custom {

    height: 100%;

    width: 100%;

    object-fit: cover;

    object-position: center 30%; /* enfoca más abajo sin cortar */

    filter: brightness(0.85) contrast(0.9) opacity(0.7);

    transition: all 0.3s ease-in-out;

}

.fundadora_section {

    background-color: white;

    color: #499FAA;

}

.fundadora_section h3 {

    color: #499FAA;

}

.fundadora_ilustracion {

    max-width: 80%;

    border-radius: 50%;

}

.logo_uni {

    height: 10dvh;

    opacity: 0.8;

}

@media (max-width: 768px) {

    .logo_uni {

        height: 8dvh;

        max-width: 80px;

    }

}





.text-acurruco-dark {

    color: #4A2E1D;

}

.btn-acurruco {

    background-color: #F5A25D;

    color: white;

    border: none;

}

.btn-acurruco:hover {

    background-color: #e68e45;

}

.section-light {

    background-color: #F3F9F9;

}





/* footer */

.footer_contacto {

    background-color: #58abc1;

    position: relative;

    overflow: hidden;

}

.footer_contacto::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url("../imgs/9.png");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    transform: scaleX(-1);

    opacity: 0.07;

    z-index: 0;

}

.footer_contacto .container {

    position: relative;

    z-index: 1;

}

.icono_footer {

    height: 1.8rem;

}

.icono_footer_red {

    height: 2rem;

    transition: transform 0.2s ease;

}

.icono_footer_red:hover {

    transform: scale(1.1);

}

.mapa_footer {

    max-width: 100px;

    border-radius: 4px;

    margin-top: 0.5rem;

}





@media (max-width: 768px) {

  .footer_contacto .container {

    align-items: center !important;

    text-align: center;

  }

  .text_direction{

    text-align: center;

  }



  .footer_contacto .container > div {

    width: 100%;

  }



  .footer_contacto iframe {

    margin: 1rem auto 0;

    display: block;

  }



  .footer_contacto .redes_footer {

    justify-content: space-between !important;

    margin: 0 auto;

    max-width: 200px;

  }

}

.adminLoginBtn {
  position: absolute;
  bottom: 2dvh;
  right: 2dvh;
  z-index: 10;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px){
    .adminLoginBtn{
        bottom: 10dvh;
    }
}
.adminLoginBtn img {
  height: 12dvh;
}
.adminLoginBtn:hover {
  opacity: 1; 
}

.modo-switch img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
