@font-face {
    font-family: 'Mont';
    src: url('../../Fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Aplicar la fuente a toda la web */

body {
    font-family: 'Mont', sans-serif;
}

.btn-reserva-portada {
    border-radius: 20px;
    color: #FFF;
    background-color: #7D5330;
    z-index: 4;
    font-size: calc(0.5rem + 1.2vw);
}

.text-carrusel-inicio {
    font-size: calc(3rem + 1.2vw);
    color: white;
}

#navSantuario ul li a:hover {
    color: #5c9544;
}

.navbar {
    background-color: rgba(41, 67, 41, 0.086);
    /* Verde con opacidad */
    transition: background-color 0.3s ease;
    /* Transición suave cuando cambie */
}


/* Cambiar fondo cuando el navbar se desplace */

.navbar-scrolled {
    background-color: rgba(15, 57, 15, 0.539);
    /* Fondo verde con más opacidad */
}


/* #heroCarousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e4c213d;
    z-index: 3;
} */


/* .carousel-inner {
    position: relative;
    z-index: 2;

} */

.copyright-footer {
    border-top: 1px solid white;
    color: white;
}

.nav-item a {
    color: white;
    font-weight: bold;
}

@font-face {
    font-family: 'Mont';
    src: url('/Fonts/Mont-Bold.ttf') format('truetype');
    /* Ruta absoluta desde la raíz */
    font-weight: 700;
    /* Si el archivo es Bold, usa 700 */
    font-style: normal;
}

.nav-footer a {
    font-family: 'Mont', sans-serif;
    color: white;
    transition: color 0.3s ease;
}

.nav-footer a:hover {
    color: #5e8a4b;
}


/* Redes sociales */

.marca-footer {
    border-radius: 50%;
    background-color: white;
    color: #107751;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.marca-footer:hover {
    background-color: #5e8a4b;
    color: white;
    transform: scale(1.1);
}

.copyright-footer {
    border-top: 1px solid white;
    color: white;
}

.marca-footer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    /* Cambia el color de fondo si es necesario */
}

.img-fluid-footer {
    max-width: 100px;
    height: auto;
}

.quienes-somos {
    background-color: #E5E2DD;
    color: #2E4C21;
}

.img-quienes-somos {
    max-width: 90%;
    border-radius: 30px;
    border-top-left-radius: 200px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.texto-servicios {
    max-width: 600px;
    /* Ajusta el ancho para que el texto no sea demasiado extenso */
    text-align: center;
    /* Centra el texto */
    word-wrap: break-word;
    /* Asegura que el texto no se desborde */
    margin: 0 auto;
    /* Centra el texto horizontalmente */
    line-height: 1.5;
    /* Mejora la legibilidad */
}

.card-hover {
    position: relative;
    /* Necesario para el ::after */
    overflow: hidden;
    /* Evita que se salga el fondo */
    transition: transform 0.3s ease-in-out;
    color: #2E4C21;
    border-radius: 30px;
}

.card-hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 76, 33, 0);
    /* Verde transparente, opacidad 0 al inicio */
    transition: background 0.3s ease-in-out;
    z-index: 1;
}

.card-hover:hover {
    transform: scale(1.05);
    /* Pequeño efecto de crecimiento */
}

.card-hover:hover::after {
    background: rgba(46, 76, 33, 0.5);
    /* Verde semitransparente */
}

.card-hover .card-body {
    position: relative;
    z-index: 2;
    /* Para que el texto quede por encima del filtro */
}

.card-hover:hover img {
    filter: invert(1) brightness(1000%);
}

.btn-lists-precios {
    background-color: #2E4C21;
    color: #FFF;
    border-radius: 20px;
}

.btn-lists-precios:hover {
    background-color: #436832;
    border-radius: 20px;
    color: #FFF;
    box-shadow: #7D5330;
}


/* 🔹 Estilos de la Galería */

.owl-carousel-galeria .item {
    padding: 10px;
}

.owl-carousel-galeria .item img {
    border-radius: 20px;
    max-height: 300px;
    /* Ajusta según necesites */
    object-fit: cover;
}

.icono-masaje {
    width: 30px;
    height: auto;
}

.texto-testimonio {
    font-size: 16px;
    color: #7D5330;
}

.card-texto {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    padding: 20px;
}

.fondo-experiencia {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.fondo-experiencia::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 120, 80, 0.5);
    /* Verde con opacidad */
    z-index: 1;
}

.fondo-experiencia>* {
    position: relative;
    z-index: 2;
}


/* 🔹 fin  Estilos de la Galería */

.reserva::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 61, 3, 0.4);
    /* Verde con 40% de opacidad */
    z-index: 1;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    /* Tamaño del círculo */
    height: 45px;
    border-radius: 50%;
    background-color: white;
    /* Fondo del círculo */
    color: #4a6c3b;
    /* Color de los íconos */
    font-size: 22px;
    /* Tamaño del ícono */
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    background-color: #c4a676;
    /* Color de fondo al pasar el mouse */
    color: white;
}

.footer-santuario {
    position: relative;
    background: #2E4C21;
    color: white;
    /* padding: 0px 0; */
}

.footer-santuario::before,
.footer-santuario::after {
    content: "";
    position: absolute;
    width: 150px;
    /* Ajusta el tamaño de la marca de agua */
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
    /* Ajusta la opacidad */
}

.footer-santuario::before {
    position: absolute;
    /* background-image: url("/imagenes/imagenWeb/SVG/marca-izquierda.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    /* Ajusta el tamaño si es necesario */
    height: 200px;
    left: 5px;
    /* Mantenlo pegado al borde izquierdo */
    bottom: 0;
    /* Lo baja al borde del footer */
    opacity: 1;
    /* Ajusta la opacidad si es necesario */
    filter: brightness(5);
}

.footer-santuario::after {
    position: absolute;
    /* background-image: url("/imagenes/imagenWeb/SVG/marca-derecha.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    /* Ajusta el tamaño si es necesario */
    height: 200px;
    right: 5px;
    /* Pegado al borde derecho */
    bottom: 0;
    /* Lo baja al borde del footer */
    opacity: 1;
    filter: brightness(5);
}

.footer-santuario {
    position: relative;
    /* Asegura que los pseudo-elementos se posicionen respecto al footer */
    min-height: 180px;
    /* Ajusta la altura del footer para que las imágenes entren mejor */
    padding-bottom: 40px;
    /* Espacio extra para evitar que el contenido quede muy pegado */
}

.footer-santuario::before,
.footer-santuario::after {
    /* bottom: -10px; */
    /* Mueve las imágenes más abajo */
    opacity: 1;
    filter: brightness(5);
}

@media (max-width: 768px) {
    .footer-santuario {
        min-height: 150px;
        /* Reduce la altura mínima del footer */
        padding-bottom: 20px;
        /* Reduce el espacio extra */
    }
    .footer-santuario::before,
    .footer-santuario::after {
        width: 80px;
        /* Reduce el tamaño de las imágenes */
        height: 120px;
        bottom: -5px;
        /* Ajusta su posición */
    }
}

@media (max-width: 480px) {
    .footer-santuario {
        min-height: 120px;
        padding-bottom: 10px;
    }
    .footer-santuario::before,
    .footer-santuario::after {
        width: 60px;
        /* Imágenes más pequeñas en pantallas pequeñas */
        height: 60px;
        bottom: 0;
        opacity: 0.5;
        /* Baja la opacidad para que no dominen el diseño */
    }
}

.text-justify {
    text-align: justify;
}

#quienes-somos {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#quienes-somos.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.comunidad img {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
    cursor: pointer;
    /* border-radius: 50%; */
    /* La imagen sigue siendo circular */
}

.comunidad img:hover {
    transform: translateY(-5px);
}

@keyframes glow {
    from {
        filter: brightness(1);
    }
    to {
        filter: brightness(1.3);
    }
}


/* Estilo de las tarjetas */

.custom-card {
    background-color: white;
    border-radius: 20px;
    /* Bordes redondeados */
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Sombra sutil */
    transition: transform 0.2s;
}

.custom-card:hover {
    transform: translateY(-5px);
    /* Efecto hover */
}


/* Estilo de los enlaces */

.custom-link {
    text-decoration: none;
    font-weight: bold;
    color: #5B6D48;
}

.custom-link:hover {
    text-decoration: underline;
}

.card-hover {
    position: relative;
    /* Necesario para el ::after */
    overflow: hidden;
    /* Evita que se salga el fondo */
    transition: transform 0.3s ease-in-out;
}

.card-hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 76, 33, 0);
    /* Verde transparente, opacidad 0 al inicio */
    transition: background 0.3s ease-in-out;
    z-index: 1;
}

.card-hover:hover {
    transform: scale(1.05);
    /* Pequeño efecto de crecimiento */
}

.card-hover:hover::after {
    background: rgba(46, 76, 33, 0.5);
    /* Verde semitransparente */
}

.card-hover .card-body {
    position: relative;
    z-index: 2;
    /* Para que el texto quede por encima del filtro */
}

.card-hover:hover img {
    filter: invert(1) brightness(1000%);
}


/* Invierte los colores, haciendo negro → blanco */

.card-hover:hover svg {
    fill: white;
    /* Cambia el color del icono a blanco */
}



/* 🔲 SOLO para tarjetas cuadradas de la sección de categorías- servicios */
.categoria-cards .card-cuadrada {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




.pais-card {
  width: 150px;               /* Aumentado de 120px a 150px */
  height: 150px;              /* Igual para mantener forma cuadrada */
  background-color: #f7f9f8;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: transform 0.2s ease;
  cursor: pointer;
  text-align: center;
}

.pais-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.flag-wrapper {
  width: 60px;                /* También un poco más grande */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.framworks-list {
  list-style: none;
  padding-left: 0;
}



.pago-card {
  width: 150px;
  height: 150px;
  background-color: #f7f9f8;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: transform 0.2s ease;
  cursor: pointer;
  text-align: center;
}

.pago-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pago-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}





/* cotizador css  */
.text-green {
  color: #2E4C21;
}

.btn-success {
  background-color: #2E4C21;
  border-color: #2E4C21;
}

.btn-success:hover,
.btn-outline-light:hover {
  background-color: #3b6d2b;
  border-color: #3b6d2b;
  color: #fff;
}
