@import url('https://fonts.googleapis.com/css2?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&display=swap');

*{
    font-family: 'Poppins';
}

.nav-item{
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.nav-link:hover{
    color: #F56B09;
}

.nav-item,.nav-link{
    font-weight: 600;
    color: #6d6865;
    font-size: 15px;
}
.nav-link:hover{
    color: #F56B09;
}

.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F56B09;
}

.dropdown-menu{
    color: #000;
    --bs-dropdown-link-hover-color: #F56B09;
}
.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}
.contenedor-portada {
    position: relative;
    width: 100%;
    height: 75vh;
    margin-top: 8vh;
  }
  
  .contenedor-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .portada-reserva {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative; /* Para que el z-index funcione */
    z-index: -1; /* Para enviar la imagen al fondo */
  }
.row2{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.mb-3{
    font-size: 17px;
    color: white;
}
.titulo-nosotros{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
.titulo-p-nosotros{
    width: 100%;
}

.texto-nuestro{
    font-size: 25px;
    color: black;
    font-weight: 700;
    margin-right: 10px;
}

.texto-respaldo{
    font-size: 25px;
    color: #F56B09;
    font-weight: 700;
}


.img-fluid{
    width: 35%;
}
.card-1{
    width: 100%;
}

.icono-mision,
.icono-vision,
.icono-valores{
    width: 35%;
}

.card-body{
    text-align: center;
}
.cuadro-texto-mision{
    border-left: 3px solid #F56B09;
}
.cuadro-texto-vision{
    border-left: 3px solid #F56B09;
}
.cuadro-texto-valores{
    border-left: 3px solid #F56B09;
}
.contenedor-titulos{
    display: flex;
}
a {
    text-decoration: none;
    color: black;
    text-decoration: underline;
}
/*-----------------------------------------FOOOTER-------------------------------------------*/
.contenedor-footer{
    border: #00000000 5px solid;
    background-color: #000000;
    
}
.contenedor-footer-principal{
    border: 3px solid rgba(47, 88, 47, 0);
    padding: 0;
    display: flex;
}

.container-logo{
    border: 3px solid rgba(255, 0, 0, 0);
}
.container-logo img{
    border: 3px solid rgba(0, 0, 0, 0);
    width: 15%;
}

.texto-1{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 50%;

}
p {
    margin-top: 0;
    margin-bottom: 0; 
}
.info-footer{
    border: 3px solid rgba(255, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
}


.texto-2{
    border: #46dd6200 3px solid;
    width: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.texto-2 ul {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin-left: 10px;
}
.texto-2 h2{
    width: 100%;
    font-size: 17px;
    color: white;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 4px;
}
.texto-2 ul li a {
    text-decoration: none;
    color: white; /* Cambia el color del texto a blanco */
    font-weight: normal;
}
.texto-2 ul li a:hover{
    color: #F56B09;
}

.texto-3{
    border: #dd670000 5px solid;
    width: 50%;

}


.texto-3 h2{
    border: #00000000 5px solid;
    width: 50%;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.texto-3 ul{
    border: #00000000 5px solid;
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding: 0;
}
.texto-4{
    border-top: 1px solid #f56b09;
    width: 100%;
    padding: 0;
    display: flex;
    padding-top: 10px;
}
.texto-4 p{
    border: 3px solid rgba(0, 255, 0, 0);
    width: 50%;
    color: #ffffff;
    font-size: 15px;
    text-align: start;
}
.iconos-footer{
    border: #86868600 3px solid ;
    width: 50%;
    text-align: end;
}
.iconos-footer img{
    width: 4%;
    margin-right: 10px;
}
a {
    text-decoration: none;
}
a {
    color: #000;
    text-decoration: none;
}

/*-------------------------  WSP  ------------------*/

.img-wsp{
    width: 100%;
}
#whatsapp-link {
    position: fixed;
    bottom: 60px; /* ajusta este valor según sea necesario */
    right: 20px; /* ajusta este valor según sea necesario */
    z-index: 9999; /* asegura que esté por encima de otros elementos */
    cursor: pointer; /* cambia el cursor al pasar sobre el enlace */
  }
  
  #whatsapp-link:hover img {
    filter: brightness(0.9); /* cambia el brillo del icono al pasar el ratón sobre él */
  }

  #whatsapp-link:hover::after {
    content: "Pide información aquí"; /* contenido del mensaje */
    position: absolute;
    color: #000;
    font-weight: normal;
    font-size: 25px;
    background-color: #fff; /* color de fondo de la caja de texto */
    border: 1px solid #000; /* borde de la caja de texto */
    border-radius: 15px; /* border radius de 15px */
    padding: 10px 0px 0px 20px; /* espacio interno de la caja de texto */
    bottom: 30px; /* posición vertical de la caja de texto */
    right: 50px; /* posición horizontal de la caja de texto (modificado a 50px) */
    z-index: 999; /* asegura que esté por encima de otros elementos */
    width: 350px; /* ancho de la caja de texto (modificado a 200px) */
    height: 60px;
}
@keyframes shakeY {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
}
.icon-wsp.animate__animated {
    animation: shakeY 7.5s infinite; /* Aquí defines la animación infinita */
}

@media (max-width:1024px){
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        padding: 10px 34px 10px 34px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: justify;
        font-weight: normal;
    }
    .texto-2 ul {
        list-style-type: none;
        padding: 0;
        margin-left: 10px;
        font-size: 15px;
    }
    .img-fluid{
        width: 35%;
    }
    .mision-1,
    .vision-2,
    .valores-3{
        width: 20%;
    }
    
    .texto-valores{
        font-size: 15px;
    }
    .texto-vision{
        font-size: 15px;
    }
    .texto-mision{
        font-size: 15px;
    }
    .titulo-nosotros{
        font-size: 25px;
    }
    .texto-nosotros{
        font-size: 15px;
    }
    .titulo-p-nosotros{
        width: 80%;
    }
}
@media (max-width: 991px){
    #vision{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
        flex-direction: column-reverse;
    }
    
    .img-fluid{
        width: 15%;
    }
    .texto-4 p {
        width: 100%;
    }
    .iconos-footer{
        width: 80%;
    }
    .iconos-footer img {
        width: 6%;
        margin-right: 10px;
    }
    .icono-mision, .icono-vision, .icono-valores {
        width: 70%;
    }
}
@media (max-width:767px){
    
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        padding: 10px 40px 10px 40px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }
    .img-fluid{
        width: 12%;
    }
    .icono-mision,
    .icono-vision,
    .icono-valores{
        width: 25%;
    }
    .titulo-nosotros{
        font-size: 20px;
    }
    .texto-nosotros{
        font-size: 13px;
    }
    .texto-4 p {
        width: 100%;
    }
    .container-logo img {
        border: 3px solid rgba(0, 0, 0, 0);
        width: 20%;
    }
    .iconos-footer img {
        width: 8%;
        margin-right: 10px;
    }
    .cuadro-texto-mision {
        border: none;
    }
    .cuadro-texto-vision {
        border: none;
    }
    .cuadro-texto-valores {
        border: none;
    }
    .titulo-card-vision,
    .titulo-card-mision,
    .titulo-card-valores{
        text-decoration: underline;
        text-decoration-color: #F56B09 ;
        text-decoration-thickness: 4px;
    }
    .parrafo-mision,
    .parrafo-vision,
    .parrafo-valores{
        text-align: justify;    
    }
    

}
@media screen and (max-width: 576px){
    .container-logo img {
        border: 3px solid rgba(0, 0, 0, 0);
        width: 35%;
    }
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 5px 30px 5px 30px;
    }
    .contenedor-footer-principal {
        border: 3px solid rgba(47, 88, 47, 0);
        padding: 0;
        display: block;
    }
    .iconos-footer img {
        width: 5%;
        margin-right: 10px;
    }
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 20px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }
    .texto-1,
    .texto-2,
    .texto-3,
    .texto-3 h2,
    .texto-4,
    .container-logo{
        width: 100%;
        text-align: center;
    }
    .texto-2 h2 {
        width: 100%;
    }
    
    .valores-cuadro{
        height: 22vh;
    }
    .contenedor-footer {
        text-align: center;
    }
    .texto-1, 
    .texto-2, 
    .texto-3 {
        width: 100%;
        text-align: center;
    }
    .container-logo img {
        width: 30%;
    }
    .texto-3 h2 {
        width: 100%;
    }
    .contenedor-titulos{
        text-align: center;
        display: block;
    }
    .texto-4{
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    .texto-4 p{
        text-align: center;
    }
    .iconos-footer{
        text-align: center;
        width: 30%;
    }
    .texto-nuestro {
        margin-bottom: 0;
    }
    
}
@media screen and (max-width:520px) {
    p.mb-3.texto-nosotros {
        text-align: justify;
    }
    .mision-cuadro{
        height: 20vh;
    }
    .vision-cuadro{
        height: 20vh;
    }
    .valores-cuadro{
        height: 23vh;
    }
    
}
@media screen and (max-width:460px){
    .mision-cuadro{
        height: 20vh;
    }
    .vision-cuadro{
        height: 20vh;
    }
    .valores-cuadro{
        height: 25vh;
    } 
}
@media(max-width:430px){
    .mision-cuadro{
        height: 20vh;
    }
    .vision-cuadro{
        height: 20vh;
    }
    .valores-cuadro{
        height: 27vh;
    } 
    .img-fluid{
        width: 25%;
    }
}
@media (max-width:425px){
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 5px 30px 5px 30px;
    }
    .contenedor-footer-principal {
        border: 3px solid rgba(47, 88, 47, 0);
        padding: 0;
        display: block;
    }
    .iconos-footer img {
        width: 7%;
        margin-right: 10px;
    }
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 20px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }

    #whatsapp-link:hover::after {
        content: "Pide información aquí";
        position: absolute;
        color: #000;
        font-weight: normal;
        font-size: 15px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 15px;
        padding: 10px 0px 0px 20px;
        bottom: 30px;
        right: 50px;
        z-index: 999;
        width: 210px;
        height: 40px;
    } 
    

    .texto-valores{
        font-size: 18px;
    }
    .texto-vision{
        font-size: 18px;
    }
    .texto-mision{
        font-size: 18px;
    }
    .titulo-nosotros{
        font-size: 25px;
    }
    .texto-nosotros{
        font-size: 15px;
    }
    .iconos-footer{
        text-align: center;
        width: 30%;
    }
    .titulo-p-nosotros{
    width: 100%;
    }
    .parrafo-mision,
    .parrafo-vision,
    .parrafo-valores{
        font-size: 18px;    
    }

    .card-1{
        margin-bottom: 0;
    }
    .card-title {
        margin-bottom: 0;
    }
    .w-100{
        margin-bottom: 0;
    }
}
@media (max-width:390px){
    .mision-cuadro{
        height: 25vh;
    }
    .vision-cuadro{
        height: 25vh;
    }

    .valores-cuadro{
        height: 30vh;
    }
}
@media(max-width:375px){
    
    
    .titulo-nosotros{
        font-size: 20px;
    }
    .texto-nosotros{
        font-size: 12px;
    }
    .texto-mision {
        font-size: 16px;
    }
    .texto-vision {
        font-size: 16px;
    }
    .texto-valores {
        font-size: 16px;
    }
    .container-logo img {
        width: 40%;
    }
    .parrafo-mision,
    .parrafo-vision,
    .parrafo-valores{
        font-size: 15px;    
    }
}
@media (max-width:360px){
/*-----------------------------------------*/
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 5px 30px 5px 30px;
    }
    .contenedor-footer-principal {
        border: 3px solid rgba(47, 88, 47, 0);
        padding: 0;
        display: block;
    }
    .iconos-footer img {
        width: 12%;
        margin-right: 10px;
    }
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 20px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }
    #whatsapp-link:hover::after {
        content: "Pide información aquí";
        position: absolute;
        color: #000;
        font-weight: normal;
        font-size: 15px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 15px;
        padding: 10px 0px 0px 20px;
        bottom: 30px;
        right: 50px;
        z-index: 999;
        width: 210px;
        height: 40px;
    }
}
@media (max-width:320px){
    .titulo-p-nosotros{
        width: 100%; 
    }
    .titulo-nosotros{
        font-size: 20px;
        color: white;
    }
    .texto-valores{
        font-size: 15px;
        padding: 0;
        text-align: justify;
    }
    .texto-vision{
        font-size: 15px;
        padding: 0;
        text-align: justify;
    }
    .texto-mision{
        font-size: 15px;
        padding: 0;
        text-align: justify;
    }
    .btn-mas-informacion {
        padding: 11px 12px;
        width: 95%;
    }
    .container-logo img {
        width: 50%;
    }
    .parrafo-mision,
    .parrafo-vision,
    .parrafo-valores{
        font-size: 13px;    
    }
}




/*ANIAMCIONES*/





