/*----------------------*/
/*----------------------*/
/*---Estilo Responsive--*/
/*----------------------*/
/*----------------------*/

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)  { 
/*---Basicos---*/
html{
}
*{
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.tourTitle {
    font-size: 2rem !important;
    letter-spacing: 2px;
}
.container{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hundredBox{
  width: 100%;
}
.eightyBox{
  width: 80% !important;
  display: flex;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.dp{
  background: url(../img/mapi-t.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.colorBox{
  background: #DBE3A3;
}
.paddington{
  padding: 4rem 0rem;
}
.padding{
  padding: 2.5rem  0rem;
}
  .hori{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .horiTours{
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .verti{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sectionTitle{
    font-family: 'Spectral SC', serif;
    font-size:2rem;
    text-align: center;
  }
  .zeroBottom{
    margin: 40px 0px 0px 0px;
  }
  .withoutMargins{
    margin: 0px 0px 0px 0px
  }
  .lynk{
    text-decoration: none;
    height: fit-content;
    width: fit-content;
  }
  .linkMe{
    padding: 1.4rem 1rem;
    margin-bottom: 40px;
  }
  .linkMe span{
    font-size: 1.2rem;
    color: black;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .parallaxBox{
    position: relative;
    width: 100%;
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    justify-content: center;
  }
  .textBox{
    text-align: center;
    font-size: 1.1rem;
      line-height: 1.8rem;
  }
  .whiteText{
    color: white;
  }
/* Scroll */
.scrollTour{
  flex-direction: row;
  overflow-x: auto;
  width: 100% !important;
}
.scrollTour div:nth-child(1){
  margin-left: 1.5rem;
}

/* Lineas de separacion */
.lineGap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vertiLineImg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -1rem;
}
  
.vertiLineImg img{
  max-width: 40px;
}
.vertiLineTop{
  width: 1.5px;
  height: 2.5rem;
  background-color: black;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.vertiLineBottom{
  width: 1.5px;
  height: 2.5rem;
  background-color: black;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.horiLine{
  width: 60%;
    height: 1.px;
    background-color: black;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
/* Nosotros */

.textIconBox{
  width: 80%;
}
.us{
  width: 80%;
  margin-bottom: 2rem;
}
.usLink{
  display: flex;
  justify-content: center;
  align-items: center;
}

/**/
/* Tour Cards */ 
.rowOne{
  padding-bottom: 0rem;
}
.rowTwo{
  display: none;
}

.tourCard{
  position: relative;
  width: 100%; 
  margin-bottom: 3rem;
  min-width: 300px;
  height: auto;
  margin-right: 2rem;
}

.tourCard img{
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(1) !important;

}
.overlayCard{
  display: flex;
  align-items: center;

}
.overlayCard div h3{
  color: white;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.overlayCard div span{
  color: white;
}
.overlayCard div:nth-child(1){
  padding: 1rem 0rem 0rem 0rem;
}
.overlayCard div:nth-child(2){
  padding: 0rem 0rem 2rem 1rem;
}

/*6/12/23*/
.cardInfo{
  position: relative;
  background: white;
  border-radius: 0rem 0rem 1rem 1rem;
}
.cit{
  margin-left: 0 !important;
}
  .cit h3{
    margin: 0rem 1rem 0rem;
    font-size: 1.5rem;
    padding-top: 1rem;
    text-align: center;
  }
  .cit hr{
    margin: 0 auto;
    margin-top:1rem;
    margin-bottom: 0.35rem;
    width: 20px;
    height: 0.25rem;
    background: black;
  }
  .citP{
    display: none;
  }
  .cit p{
    text-align: center;
    margin-top: 1rem;
  }
.cib{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.2rem;
}
  .cibLeft{
    border-right: none;
    margin-left: 0 !important;
    margin-top: 0;
  }
    .cibLeft div{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    } 
    .cibLeft div:nth-child(1){
      margin-left: 0 !important;
    }
    .cibLeft div:nth-child(1) h4{
      margin-top: 0.75rem;
      margin-bottom: 0.5rem;
      margin-left: 0 !important;
    } 

    .incList{
      display: flex;
      flex-direction: row;
      padding: 0;
      margin-bottom: 0.5rem;
    }
      .incList li{
        list-style-type: none;
        margin-right: 0.5rem;
      }
        .incList li i{
          width:fit-content;
      }

    .difList{
      display: flex;
      flex-direction: row;
      padding: 0;
    }
      .difList li{
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        border: 1px solid;
        list-style-type: none;
        margin-right: 0.75rem;
      }
      .dif{
        background: #103f00;      
      }
      .difList li:last-child{
        margin-right: 0;
      }
    .cibLeft div:nth-child(2) h4{
      margin-top: 0.75rem;
      margin-bottom: 0.5rem;
    }

  .cibRight{
    width: 50%;
    margin: 1rem 0rem 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    .cibRight span:nth-child(1){
      font-size: 1rem;
    }
    .cibRight span:nth-child(2){
      font-size: 2rem;
      font-weight: 900;
    }
    .cibRight span:nth-child(3){
      font-size: 1rem;
    }
/* end 6/12/23*/

.destinyTxt div:nth-child(2){
  display: flex;
  flex-direction: column;
}
.destinyPrice{
  margin-bottom: 1rem;
}
/*6/12/23*/
.destinyDays{
  flex-direction: row !important;
  margin: 0.75rem 0rem 0rem 0rem;
}
.destinyDays i{
  margin-right: 0.5rem;
}
.destinyDays span{
  color: black !important;
  letter-spacing: 3px;
}

/* end 6/12/23*/
.tourLink{
  background: white;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    border: 2px solid white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tourLink span{
  font-size: 1rem;
  color: black !important;
  font-weight: 800;
  text-transform: uppercase;
}
.tourLink img{
  padding-left: 1rem;
    max-width: 20px;
}
.tourLink:hover + .tourLink img{
  max-width: 40px;
}

/*-------------------------*/
/*---Parallax Itinerario---*/
/*-------------------------*/
.itineraryCover{
    overflow-x: hidden;
    display: flex;
    justify-content: center;
}
.itineraryCover img{
  display: block;
  width: unset;
  height: 100vh;
  filter: brightness(0.5);
  transform: translateX(-14rem);
}
.boldBigger{
  font-size: 130%;
}
.dividerCover{
  display: none;
}

/*-----------------*/
/*---Itinerarios---*/
/*-----------------*/
.hlCardsContainer{
  width: 100%;
}
.hlCards{
  list-style: none;
  margin-top: 3rem;
  padding: 0;
  flex-direction: row;
  width: 100%;
  overflow-x: auto;
  justify-content: flex-start;
}
.hlCards li{
  border: 1px solid #969696;
  padding: 1rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hlCards li:first-child{
  margin-left: 2rem;
}
.hlCards li img{
  width: 240px;
  margin-bottom: 1rem;
}
.hlCards li:last-child{
  margin-right: 2rem;
}

.itineraryContainer{
  flex-direction: column;
}
.itineraryText{
  width: 100%;
  margin-bottom: 2rem;
}
.itineraryText:last-child{
  margin-bottom: 0rem;
}
.itineraryText h2{
  margin-bottom: 1rem;
  text-align: center;
}
.itineraryText hr{
  width: 30px;
    border-top: 4px solid black;
  margin: 0 auto;
}
.itineraryText p, .itineraryText span, .itineraryText ul{
  width: 90%;
}
.itineraryText p{
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.itineraryText span{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.itineraryText span:last-child{
    margin-bottom: 0rem;
}
.itineraryText ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: left;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
}
.itineraryImg{
  width: 100%;
}
.itineraryImg img{
  width: 100%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);;
}

/*----------------*/
/*---Solo Tours---*/
/*----------------*/
.tabSection{
  padding-top: 13rem;
  background-color: #dae3a5;
}
.tabContainer{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.tabCategory{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.85rem;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.tabCategory:last-child{
  margin-bottom: 0;
}
.tabCategory:hover{
  background-color: #7c8c25;
    transition: all 0.5s 0s ease;
}
.activeTab{
  background-color: white;
}

.tabCategory span{
  color: black;
}

.activeTab span{
  color: black;
  font-weight: 900;
}

.toursRow{
  margin-bottom: 0rem;
}

/* Alternativos */
.alternative{
  background-image: url(../img/maiz.png);
}
/* Recomendaciones */
.tips{
  background-image: url(../img/mapi-oscuro.png);
}

.tipsTxt{
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}

.horiEven{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 80px 0px 50px 0px;
  width: 100%;
}
.tripAdvices{
  margin-top: 30px;
  margin-bottom: 0;
}
.iconRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0rem;
}
.iconRow div{
  width: 140px;
  height: 140px;
  margin: 2rem 0rem;
  outline-offset: 5px;
}
.iconRow div span {
    font-size: 0.85rem;
}
.iconsIS{

}
.iconsDI{

}
.iconsIS div, .iconsDI div{
  background: #DBE3A3;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: 2px solid #DBE3A3;
  outline-offset: 10px;
}
.iconsIS div img, .iconsDI div img{
  max-width: 50px;
    margin-bottom: 0.75rem;
}
.iconsIS div span, .iconsDI div span{
  text-align: center; 
  font-size: 0.9rem;
    max-width: 90px;
}

/*Comentarios*/
.commentsBox{
  width: 100%;
  background: sandybrown;
}
.comentariosBox div:nth-child(3){
  display: none;
}
.comentariosSlider{
  width: 80%;
  margin: 0 auto;
  background: bisque;
  padding: 1rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.comentariosSlider img{
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  margin: 20px 0px;
}
.comentariosSlider p{
  margin: 20px 0px;
  font-style: italic;
}
.comentariosSlider span{
  text-align: center;
  margin: 20px 0px;
}

/*Contactanos*/
.writeMe{
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    text-decoration: none;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.writeMe span{
}
.writeMe img{
  max-width: 30px;
  margin-left: 1rem;
}
.linksContacto{
  margin-bottom: 0 !important;
}

/*------------------*/
/*---Incluye y no---*/
/*------------------*/
.includesContainer{
  align-items: baseline;
  justify-content: center;
  margin: 0 !important;
  display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0rem 0rem 4rem 0rem;
}
.includesText{
  width: 60%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.includesText:nth-child(1){
  margin-bottom: 3rem;
}
.includesText ul{
  text-align: center;
  list-style-type: none;
  padding: 0;
}

.includesText ul li{
  margin-bottom: 0.5rem;
}

.shortVertiLine{
  height: 1.5rem;
}

/*--------------*/
/*---Acordeon---*/
/*--------------*/
.questions{
  width: 100% !important;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.accordion{

}
.activo, .accordion:hover{
}
.panel{

}
  .panel p{
    font-size: 0.9rem;
      line-height: 1.4rem;
  }


/* Divider */
.divider{
  width: 60%;
  border-top: 2px solid;
  margin: 0 auto;
  margin-top: 2rem;
    margin-bottom: 3rem;
}

/* Footer */
.footerLogo{
  max-width: 100px;
  margin-bottom: 2rem;
}
.footerBox{
  align-items: initial;
}
.footerCouple{
  width: 100%;
  justify-content: space-between !important;
}
.footerOne{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footerColumn{
  width: fit-content;
  margin-bottom: 2rem;
}
.footerColumn h3{
  margin-bottom: 1rem;
  text-align: center;
}
.footerColumn ul{
  padding: 0;
}
.footerColumn ul li{
  list-style:none;
  padding: 0.3rem 0rem;
  text-align: center;
}
.footerSocial li a img{
  max-width: 30px;
}
/*--------------*/
/*---Whatsapp---*/
/*--------------*/

.whatsapp{
    bottom: 1rem;
    right: 1rem;
}
  .whatsapp a img{
    width: 3rem;
    transform: scale(1);
    transform-origin: center;
  }
  .whatsapp a img:hover{
    transform: scale(1);
  }

.hideOverflow{
  overflow: hidden;
}
}