@font-face {
    font-family: 'Kepler'; /* Nombre que darás a tu fuente */
    src: url('./assets/fonts/KeplerStd-BlackExtDisp.otf');
}

@font-face {
    font-family: 'sierraEc'; /* Nombre que darás a tu fuente */
    src: url('./assets/fonts/Rajdhani-Regular.ttf');
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%); /* Empieza fuera de la pantalla, a la derecha */
        opacity: 0; /* Empieza invisible */
    }
    100% {
        transform: translateX(0); /* Termina en su posición original */
        opacity: 1; /* Termina completamente visible */
    }
}

@keyframes fadeIn {
    from {
        background: linear-gradient(to left, rgba(23,78,99,1), rgba(23,78,99,1));
    }
    to {
        background: linear-gradient(90deg, rgba(23,78,99,1) 30%, rgba(23,78,99,0) 100%);
    }
}

@keyframes fadeInCelular {
    from { background-color: rgba(23,78,99,1); }
    to { background-color: rgba(23,78,99,0.6); }
}

@keyframes fadeInSierra {
    0% {
        background-color: rgba(23,78,99,1); 
    }
    50% {
        background-color: rgba(23,78,99,1); 
    }
    100% {
        background-color: rgba(23,78,99,0.4); 
    }
}

@keyframes fadeInImgs {
    from { opacity: 0; }
    to { opacity: 1; }
}

html {
    scroll-behavior: smooth;
}
/*Pagina Sierra Ec Inicio*/
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'sierraEc' !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'sierraEc' !important;
}

/*header page*/
header {
    width: 100%;
    margin: 0px;
}

.banner {
    position: relative;
    width: 100%;
    padding-top: 50px;
    margin-top: 50px;
    min-height: 500px; /* Altura del banner (ajustar según necesidades) */
    background-color: #174e63;
    background-image: url('./assets/imgs/laguna.jpg'); /* URL de la imagen de fondo */
    background-size: cover;
    background-position:top;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Color amarillo con opacidad */
    animation-name: fadeIn;
    animation-duration: 2s; /* Duración de la animación */
    animation-fill-mode: forwards;
}

#imgBanner2 {
    background-image: url('./assets/imgs/cuencaFoto.jpg');
    animation-name: none !important;
    background-position:center;
}

#imgBanner2::before {
    background: linear-gradient(90deg, rgba(23,78,99,1) 30%, rgba(23,78,99,0) 100%);
    animation-name: none !important;
}

#imgBanner3 {
    background-image: url('./assets/imgs/cruceroGalapagos.jpg');
    animation-name: none !important;
    background-position:top;

}

#imgBanner3::before {
    background: linear-gradient(90deg, rgba(23,78,99,1) 30%, rgba(23,78,99,0) 100%);
    animation-name: none !important;
}

#banner3Cell {
    color: #fff;
    position: relative;
    z-index: 1;
    align-self: center;
    text-align: center;
    margin-top: 150px;
}

.banner-content {
    position: relative; /* Para que los elementos se posicionen en relación al banner */
    z-index: 1; /* Coloca el contenido encima de la capa de opacidad */
    text-align: center;
    color: #fff; /* Color de texto blanco */
    padding: 50px; /* Espaciado interno del contenido */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

nav {
    position: fixed;
    width: 100%;
    margin: auto;
    top: 0;
    box-shadow: 1px 1px 10px 1px rgba(148,148,148,1);
    z-index: 5;
}
.transparent-bg {
    background-color: #fff !important; /* Fondo transparente */
}

.logo-img {
    width: 73px; /* Tamaño de la imagen en la parte izquierda */
    height: auto;
    margin: 0px 30px; /* Espaciado entre la imagen y el texto */
}

.navbar-nav .nav-link {
    color: #343e47; /* Color de texto blanco */
    margin: 10px 5px;
    font-size: 18px;
}

.menuItem {
    margin-top: 2px;
    font-weight: bold;
}

.finalItem {
    margin-right: 50px;
}

.nav-link:hover {
    color: #ec6009 !important;
}

.navbar-nav .social-icons a.nav-link {
    background-color: transparent; /* Fondo transparente para iconos */
}

.icon {
    color: #ec6009  !important;
    font-size: 20px;
    margin-top: 5px !important;
}

.icon:hover {
    color: #174e63 !important;
}

.navbar-nav .social-icons a.nav-link .bi {
    font-size: 1.5rem; /* Tamaño de iconos */
}

.btn-custom {
    background-color: transparent !important; /* Fondo transparente para botón */
    border: 2px solid #fff !important;
    color: #ec6009 !important; /* Color de texto blanco para botón */
    margin: 10px 10px;
    max-width: 170px !important;
    font-size: 20px !important;
}

.btn-custom:hover {
    border: 2px solid #ec6009 !important;
    color: #fff !important;
    background-color: #ec6009 !important;
}

/*Body Welcome amigo*/
#welcomeSecction {
    width: 50%;
    margin: 130px auto 30px auto;
}

#welcomeText {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    padding: 15px;
}

#welcomeText2 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    padding: 15px;
}

#welcome {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 12px rgba(52,62,70,1);
}

.reservaAhora {
    background-color: #ec6009 !important; /* Fondo transparente para botón */
    border: 2px solid #ec6009 !important;
    color: #fff !important; /* Color de texto blanco para botón */
    margin: 15px auto;
    width: 160px;
    border-radius: 5px;
    height: 45px;
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.reservaAhora:hover {
    border: 2px solid #fff !important;
    color: #ec6009 !important;
    background-color: #fff !important;
}

.destBanner {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 28px;
}

#pasos {
    width: 70%;
    margin: 30px auto 100px auto;
    padding: 30px 10px 20px 10px;
    border-radius: 20px;
    border: 4px solid #ec6009;
    color: #174e63;
    font-size: 20px;
    background-color: #174e63;
}

.mi-container {
    margin: 10px;
}

.mi-columna {
    padding: 10px;
    text-align: center;
}

#tresPasos {
    font-family: 'sierraEc' !important;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.paso {
    color: #fff;
}

.numbers {
    font-weight: bold;
    font-size: 25px;
    color: #ec6009;
}

.icono {
    color: #ec6009;
    font-size: 25px;
}

/*Seccion A donde ir*/
#aDondeIr {
    width: 70%;
    margin: 20px auto;
}

.imgCarusel {
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px rgba(148,148,148,1);
    width: 255px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Centrar imagen */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 60px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ec6009 !important;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

#adondeText {
    text-align: center;
    color: #174e63;
    font-size: 20px;
    margin-bottom: 0px;
}

#destinosTop {
    text-align: center;
    color: #ec6009;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

#btnReservaAhora {
    min-width: 170px;
    height: 60px;
    border-radius: 10px;
    background-color: transparent;
    color: #174e63;
    border: 2px solid #174e63;
    font-size: 20px;
    margin: 30px auto;
    display: block;
    font-weight: bold;
}

#btnReservaAhora:hover {
    background-color: #ec6009 !important;
    border: 2px solid #ec6009 !important;
    color: #fff !important;
}

/*Somo sierra section*/

#somosSierra {
    background-color: #174e63;
    border-radius: 30% 30% 0px 0px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: 60px;
}

#iconosViajeEc {
    text-align: center;
    margin-bottom: 40px;
}

.custom-container {
    width: 80%;
    margin: 0 auto; /* Centrar el container horizontalmente */
}

.custom-item {
    padding: 10px;
    margin-bottom: 10px;
}

.somosIcon {
    color: #ec6009;
    font-size: 30px;
    text-align: center;
}

#somosTextCont {
    margin-top: 50px;
}

/*Nuestros destinos Cards*/
.card-container {
    perspective: 1000px;
}
  
.cards {
    width: 70%;
    height: 350px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    margin: 20px auto;
}
  
.cards:hover {
    transform: rotateY(180deg);
}
  
.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 2px rgba(148,148,148,1);
    padding: 5px 10px;
}
  
.front {
    background-size: cover;
    background-position:center;
    border: 4px solid #ec6009;
}

.front::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    border-radius: 20px;
    background-color: rgba(52,62,70,0.7)
}

.titleDestCar {
    color: #fff;
    font-size: 30px;
    z-index: 1;
    position: relative;
    font-family: 'sierraEc' !important;
    font-weight: bold;
}
  
.back {
    background-color: #343e47;
    color: #fff;
    transform: rotateY(180deg);
    border: 4px solid #ec6009;
}

#cardMejoresDestinos {
    background-image: url('./assets/imgs/crucera.jpg'); /* URL de la imagen de fondo */
}

#cardEcuador {
    background-image: url('./assets/imgs/casacada.jpg'); /* URL de la imagen de fondo */
}

#cardGalapagos {
    background-image: url('./assets/imgs/iguanaGalapagos.jpg'); /* URL de la imagen de fondo */
}

#cardTurquia {
    background-image: url('./assets/imgs/cuencaFoto.jpg'); /* URL de la imagen de fondo */
}

.cardDestText {
    color: #fff;
    font-size: 21px;
    text-align: center;
}

.btnCards {
    border: #ec6009 4px solid;
    background-color: #ec6009;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    min-width: 130px;
    border-radius: 10px;
}

.btnCards:hover {
    border: #fff 4px solid;
    background-color: #fff;
    color: #ec6009;
}

/*Nuestros destinos*/
#nuestrosDestinos {
    width: 80%;
    margin: 0 auto;
}

#nuestrosDestinosText {
    font-weight: bold;
    font-size: 40px;
    color: #ec6009;
    text-align: center;
    margin-bottom: 30px;
}

#subtituloNuestrosDestinos {
    text-align: center;
    font-size: 20px;
    color: #ec6009;
    margin-bottom: 0px;
    margin-top: 30px;
}

#sanCristoContainer {
    width: 95%;
    padding: 0px;
    margin: 0px auto;
}

#santaCruzContainer {
    width: 95%;
    padding: 0px;
    margin: 0px auto;
    margin-top: 40px;
}

#cuyabenoContainer {
    width: 95%;
    padding: 0px;
    margin: 0px auto;
    margin-top: 40px;
}

.imgsDestinos {
    width: 90%;
    margin: 5px auto;
    box-shadow: 2px 2px 10px 2px rgba(148,148,148,1);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 4px solid #ec6009;
    animation-name: fadeInImgs;
    animation-duration: 1.5s; /* Duración de la animación */
    animation-fill-mode: forwards;
}

.sanText {
    text-align: center; 
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.botonSanCristo {
    min-width: 170px;
    height: 40px;
    color: #174e63;
    border: 2px solid #174e63;
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.botonSanCristo:hover {
    background-color: #ec6009 !important;
    border: 2px solid #ec6009 !important;
    color: #fff !important;
}

/*Cuatro Mundos section*/
#cuatroMundos {
    background-color: #fff;
    border-radius: 10%;
    width: 100%;
    animation-duration: 1.5s; /* Duración de la animación */
    animation-fill-mode: forwards;
}

#cuatroMundosContainer {
    width: 80%;
    margin: 50px auto 0px auto;
}

#textContainer4Mundos {
    text-align: left;
}

#list4mundos {
    color: #fff;
    font-size: 20px !important;
}

.imgsMundos {
    border-radius: 10px;
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
    margin-top: 20px;
    animation-name: fadeInImgs;
    animation-duration: 1.5s; /* Duración de la animación */
    animation-fill-mode: forwards;
}

#imagenes4Mundos {
    padding-top: 40px;
    padding-bottom: 40px;
}

#btnExploralo {
    min-width: 170px;
    height: 40px;
    background-color: #ec6009 !important;
    border: 2px solid #ec6009 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

#btnExploralo:hover {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #ec6009 !important;
}

/*Testimonios section*/
#testimonios {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 20% 20% 0px 0px;
}

.textTestimonio {
    color: #174e63;
    text-align: center;
    font-size: 20px;
}

.cardTestimonio {
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 2px 2px 10px 2px rgba(148,148,148,1);
    padding: 20px;
}

.cardTestimonio:hover {
    box-shadow: 4px 4px 11px 4px rgba(148,148,148,1);
}

.imgsCard {
    width: 50%;
    margin: 10px auto;
    display: block;
}

/*Footer*/
footer {
    width: 100%;
    margin: 0px;
    background-color: #174e63;
    padding: 30px 20px 10px 20px;
    border-radius: 10% 10% 0px 0px;
}

.footerPart {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 20px 0px;
}

.tituloFooter {
    color: #ec6009;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.textoSecFooter {
    color: #fff;
    font-size: 17px;
}

.iconFooter {
    color: #ec6009;
    font-size: 25px;
}

.copyRight {
    text-align: center; 
    font-size: 20px; 
    color: #fff; 
    margin: 0px;
}

/*Pagina Sierra Full Ininicio*/
/*Banner Secction*/
#bannerSierra {
    position: relative;
    width: 100%;
    min-height: 950px; /* Altura del banner (ajustar según necesidades) */
    background-color: #343e47;
    background-image: url('./assets/imgs/imagenViajeFondo.jpg'); /* URL de la imagen de fondo */
    background-size: cover;
    background-position: bottom;
    margin: 0px;
    height: 100vh;
}

#bannerSierra::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Color amarillo con opacidad */
    animation-name: fadeInSierra;
    animation-duration: 3s; /* Duración de la animación */
    animation-fill-mode: forwards;
}

.banner-contentSierra {
    position: relative; /* Para que los elementos se posicionen en relación al banner */
    z-index: 1; /* Coloca el contenido encima de la capa de opacidad */
    text-align: center;
    color: #fff; /* Color de texto blanco */
}

/*Body Secction*/
#welcomeSecctionSierra {
    width: 70%;
    margin: 0 auto;
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#welcomeTextSierra {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
    text-shadow: 2px 2px 8px rgba(52,62,70,1);
    font-weight: bold;
    margin-top: 150px;
}

#welcomeSierra {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 70px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 12px rgba(52,62,70,1);
    font-family: 'sierraEc' !important;
    margin-top: 85px;
    display: none;
}

.cardTipoSierra {
    width: 80%;
    height: 450px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #343e47;
    border: 4px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textTipoSierra {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 30px 0px;
}

.btnSierraTipo {
    min-width: 90%;
    color: #fff;
    background-color: #f25b6b;
    border: 4px solid #f25b6b;
    height: 50px;
    border-radius: 20px;
    font-size: 21px;
    font-weight: bold;
}

.btnSierraTipo:hover {
    color: #f25b6b !important;
    background-color: #fff !important;
    border: 4px solid #fff !important;
}

/*Pagina Nosotros*/
/*Banner Inicio*/
#imgBanner2Nosotros {
    background-image: url('./assets/imgs/amazonasSierraEc.jpg');
    animation-name: none !important;
}

#imgBanner2Nosotros::before {
    background: linear-gradient(90deg, rgba(52,62,71,1) 30%, rgba(52,62,71,0) 100%);
    animation-name: none !important;
}

#imgBanner3Nosotros {
    background-image: url('./assets/imgs/sierraEcIguana.jpg');
    animation-name: none !important;

}

#imgBanner3Nosotros::before {
    background: linear-gradient(90deg, rgba(52,62,71,1) 30%, rgba(52,62,71,0) 100%);
    animation-name: none !important;
}

#imgBanner4Nosotros {
    background-image: url('./assets/imgs/sierraEcPlaya.jpg');
    animation-name: none !important;

}

#imgBanner4Nosotros::before {
    background: linear-gradient(90deg, rgba(52,62,71,1) 30%, rgba(52,62,71,0) 100%);
    animation-name: none !important;
} 

#subtituloNosotros {
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-family: 'sierraEc' !important;
}

#segundaSlideTitleNosotros {
    font-size: 35px;
    color: #fff;
    text-align: left;
}

.textoSegunda {
    font-size: 20px;
    color: #fff;
    text-align: left;
    font-family: 'sierraEc' !important;
}

.reservaAhoraNosotros {
    background-color: #f25b6b !important; /* Fondo transparente para botón */
    border: 2px solid #f25b6b !important;
    color: #fff !important; /* Color de texto blanco para botón */
    width: 160px;
    border-radius: 5px;
    height: 45px;
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.reservaAhoraNosotros:hover {
    border: 2px solid #fff !important;
    color: #f25b6b !important;
    background-color: #fff !important;
}

#pasosNosotros{
    width: 90%;
    margin: 60px auto 30px auto;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #343e47;
    font-size: 20px;
    background-color: #343e47;
}

#quienesSomos {
    color: #f25b6b;
    font-size: 35px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#equipo {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 0px;
}

.cardEquipo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miembroEquipo {
    width: 98%;
    height: 760px;
    overflow-y: auto;
    border-radius: 20px;
    box-shadow: 2px 2px 19px 1px rgba(150,150,150,1);
    margin-bottom: 40px;
}

.miembroEquipo:hover {
    box-shadow: 4px 4px 21px 2px rgba(150,150,150,1);
}

.imgEquipo {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin: 0 auto 10px auto;
}

.nombreEquipo {
    color: #f25b6b;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.puestoEquipo {
    color: #343e47;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'sierraEc' !important;
    font-weight: bold;
}

.tituloEquipo {
    color: #343e47;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'sierraEc' !important;
}

.descEquipo {
    color: #343e47;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'sierraEc' !important;
}

.infoEquipo {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'sierraEc' !important;
    margin-top: 10px;
}

.iconoEquipo {
    color: #f25b6b;
    font-size: 22px;
    margin-bottom: 10px;
}

.contactoEquipo {
    color: #343e47;
    margin-bottom: 10px;
    font-family: 'sierraEc' !important;
    font-size: 18px;
}

#porque {
    color: #f25b6b;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    margin-bottom: 40px;
}

#video {
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    border: 4px solid #fff;
}

.porqueTitle {
    text-align: left;
    color: #fff;
    font-family: 'sierraEc' !important;
    font-size: 26px;
    font-weight: bold;
}

.porqueText {
    text-align: left;
    color: #fff;
    font-family: 'sierraEc' !important;
    font-size: 20px;
    margin-bottom: 40px;
}

#fraseFinal {
    font-size: 34px;
    color: #f25b6b;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
}

/*contactanos section*/
.iconoContactos {
    font-size: 2rem;
    color: #f25b6b;
}
.elementoContactos {
    text-align: center;
    padding: 20px;
}

.partesTitulos {
    color: #343e47;
    font-size: 30px;
    font-weight: bold;
}

.partesTexto {
    color: #343e47;
    font-size: 20px;
}

#mapaImg {
    width: 100%;
    border-radius: 20px;
    border: 4px solid #f25b6b;
}

#escribenos {
    font-size: 25px;
    font-weight: bold;
}

#escribenosSubtitle {
    font-size: 19px;
}

#escribenosCatch {
    font-size: 20px;
    font-weight: bold;
}
label {
    color: #343e47;
    font-weight: bold;
}

.custom-input {
    background-color: transparent;
    margin-bottom: 20px;
}
.custom-input:focus {
    border: 2px solid #f25b6b !important;
    box-shadow: none;
}
.submit-btn {
    border: #f25b6b 4px solid;
    background-color: #f25b6b;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    min-width: 130px;
    border-radius: 10px;
}
.submit-btn:hover {
    border: #fff 4px solid;
    background-color: #fff;
    color: #f25b6b;
    border: #f25b6b 4px solid;
}

@media (max-width: 1000px) {
    /*Pagina contactos*/
    #mapaImg {
        display: none;
    }

    /*Pagina Nosotros*/
    /*Banner Inicio*/
    .porqueTitle {
        text-align: center;
    }

    .porqueText {
        text-align: center;
    }

    #video {
        display: none;
    }

    #imgBanner2Nosotros::before {
        background-color: rgba(23,78,99,0.7);
    }

    #imgBanner3Nosotros::before {
        background-color: rgba(23,78,99,0.7);
    }

    #imgBanner4Nosotros::before {
        background-color: rgba(23,78,99,0.7);
    }

    #pasosNosotros {
        display: none;
    }

    #segundaSlideTitleNosotros {
        text-align: center;
    }
    
    .textoSegunda {
        display: none;
    }

    .reservaAhoraNosotros {
        margin: 20px auto;
    }
    /*Pagina Sierra Ec Inicio*/
    /*Baneer*/
    .banner-content {
        padding: 15px;
    }

    .banner {
        min-height: 500px;
    }

    .banner::before {
        animation-name: fadeInCelular;
    }

    #imgBanner2::before {
        background-color: rgba(52,62,71,0.7);
    }

    #imgBanner3::before {
        background-color: rgba(52,62,71,0.7);
    }

    #bannerSierra {
        min-height: 400px;
    }

    /*Nav Section*/
    nav {
        width: 100%;
        text-align: center !important;
    }

    .nav-link {
        margin: 0px !important;
    }

    .logo-img {
        width: 70px;
    }

    #hambuergesa {
        border: 2px solid #fff;
    }

    .finalItem {
        margin-right: 0px;
    }

    /*Welcome Section*/

    #pasos {
        display: none;
    }

    #welcome {
        font-size: 30px;
        text-shadow: none;
    }

    #welcomeText {
        font-size: 18px;
    }

    #welcomeText2 {
        font-size: 18px;
    }

    #welcomeSecction { 
        width: 100%;
    }

    /*Destinos Top Section*/
    #destinosTop {
        font-size: 30px;
    }

    #somosSierra {
        border-radius: 100px 100px 0px 0px;
    }

    #somosTextCont {
        margin-top: 5px;
        text-align: center;
    }

    #nuestrosDestinos {
        width: 100%;
        margin: 0px;
    }

    #santaCruzContainer {
        width: 95%;
        margin: 5px auto;
        margin-top: 20px;
    }

    #sanCristoContainer {
        width: 95%;
        margin: 5px auto;
    }

    #cuyabenoContainer {
        width: 95%;
        margin: 5px auto;
        margin-top: 20px;
    }

    .sanText {
        margin-top: 5px;
    }

    .imgsDestinos {
        width: 100%;
    }

    /*Cuatro mundos section*/
    #cuatroMundos {
        border-radius: 70px;
    }

    #cuatroMundosContainer {
        width: 100%;
        margin: 50px auto;
    }

    #textContainer4Mundos {
        text-align: center;
        margin: 40px 0px;
    }

    #textContainer4Mundos h4 {
        font-size: 30px;
    }

    #textContainer4Mundos p {
        font-size: 20px;
    }

    #textContainer4Mundos ul {
        font-size: 20px;
    }

    #imagenes4Mundos {
        display: none;
    }

    #list4mundos {
        text-align: left;
    }

    /*Testimonios section*/
    #testimonios {
        width: 100%;
        padding-bottom: 20px;
    }

    .cardTestimonio {
        margin-bottom: 30px;
        width: 90%;
    } 

    /*Footer Section*/
    footer {
        border-radius: 30px 30px 0px 0px;
    }

    .footerPart {
        text-align: center;
    }

    /*Pagina Sierra Full Inicio*/
    /*Baneer*/
    #bannerSierra {
        min-height: 1200px;
    }

    /*Body Secction*/
    #welcomeSecctionSierra {
        width: 98%;
    }

    #welcomeSierra {
        font-size: 30px;
        text-shadow: none;
    }

    #welcomeTextSierra {
        font-size: 17px;
        margin-top: 450px;
    }

    .cardTipoSierra {
        width: 100%;
        margin-bottom: 30px;
        height: 470px;
    }
}