/*Montserrat*/

/*Montserrat bold*/
@font-face{
  font-family: montserrat bold;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

/*Montserrat semibold*/
@font-face{
  font-family: montserrat semibold;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
}

/*Montserrat extrabold*/
@font-face{
  font-family: montserrat extrabold;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
}

/*Montserrat medium*/
@font-face{
  font-family: montserrat medium;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}

/*Oswald regular*/
@font-face{
  font-family: oswald regular;
  src: url("../fonts/oswald/Oswald-Regular.ttf");
}

/*Acumin*/
@font-face{
  font-family: acumin;
  src: url("../fonts/Acumin/Acumin.otf") format('truetype');
}

.acumin{
  font-family: acumin;
}

.poppins{
  font-family:'Poppins' !important;
}

.oswald-regular{
  font-family: oswald regular !important;
}

.montserrat-bold{
  font-family: montserrat bold !important;
}

.montserrat-semibold{
  font-family: montserrat semibold !important;
}

.montserrat-extrabold{
  font-family: montserrat extrabold !important;
}

.montserrat-medium{
  font-family: montserrat medium !important;
}


/*Cocogoose normal*/
@font-face{
  font-family: cocogoose;
  src: url("../fonts/cocogoose/Cocogoose-Pro-trial.ttf");
}

/*Cocogoose thin*/
@font-face{
  font-family: cocogoose thin;
  src: url("../fonts/cocogoose/Cocogoose-Pro-Thin-trial.ttf");
}

/*Cocogoose italic*/
@font-face{
  font-family: cocogoose italic;
  src: url("../fonts/cocogoose/Cocogoose-Pro-Italic-trial.ttf");
}

/* ultralight */
@font-face{
  font-family: "cocogoose ultralight";
  src: url("../fonts/cocogoose/Cocogoose-Pro-Ultralight-trial.ttf");
}

/* ultralight italic */
@font-face{
  font-family: "cocogoose ultralight italic";
  src: url("../fonts/cocogoose/Cocogoose-Pro-UltraLight-Italic-trial.ttf");
}

/* light italic */
@font-face{
  font-family: "cocogoose light";
  src: url("../fonts/cocogoose/Cocogoose-Pro-Light-trial.ttf");
}

/* light italic */
@font-face{
  font-family: "cocogoose light italic";
  src: url("../fonts/cocogoose/Cocogoose-Pro-Light-Italic-trial.ttf");
}

/* semilight */
@font-face{
  font-family: "cocogoose semilight";
  src: url("../fonts/cocogoose/Cocogoose-Pro-Semilight-trial.ttf");
}

.thin{
  font-family: cocogoose thin !important;
}

.normal{
  font-family: cocogoose !important;
}

.ultralight{
  font-family: cocogoose ultralight !important;
}

.ultralight-italic{
  font-family: cocogoose ultralight italic !important;
}

.light{
  font-family: cocogoose light !important;
}

.light-italic{
  font-family: cocogoose light italic !important;
}

.semilight{
  font-family: cocogoose semilight !important;
}

.texto-menu{
  display: flex;
}

.icono-menu{
  margin-top: 12px;
}

.alinea-derecha{
  text-align: end;
}

@media(max-width:450px){
  .alinea-derecha{
    text-align: left;
  }
}

/*  Para ocultar íconos de menú en versión móvil  */
@media(max-width:990px){

  .icono-img-tours{
    display: none;
  }

  .icono-img-hoteles{
    display: none;
  }

  .icono-img-hotel-vuelo{
    display: none;
  }

  .icono-img-destinos{
    display: none;
  }

  .icono-img-ofertas{
    display: none;
  }
}

a, h2, h3, h4{
  font-family: oswald regular;
}

.fijar{
  position: sticky;
  top: 95px;        
}  

.nav-item{
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.nav-link{
  font-size: 20px !important;
  font-family: oswald regular;
}

.nav-link-oferta{
  font-size: 26px !important;
  font-family: montserrat bold;
}

.logo{
  width: 170px;
}

@media(max-width:768px){
  .logo{
    width: 110px;
  }

  .navbar-toggler{
    color: black !important;
  }

  .nav-link{
    font-size: 15px !important;
    font-family: montserrat bold;
  }

}

/* Index */

.titulo-bloque-1{

  font-size: 30px !important;
  color: #E5007E;

}

.los-mejores-tours{
  font-family: oswald regular;
  color: #E5007E !important;
  font-size: 45px;
  font-weight: 500;
}

@media(max-width:750px){

  .titulo-bloque-1{

    font-size: 19px !important;
    color: #E5007E;

  }

}

/*Footer*/

.icono-footer{
  font-size: 65px !important; 
  color: #AAB1B7;
}

.logo-footer{
  margin-top: 0px;
}

.redes-sociales{
  margin-top: 30px;
}

.sectur{
  margin-bottom: 32px ;
}

.titulo-seccion-2{
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.icon-payments{
  display: flex;
  justify-content: space-evenly;
}

.logo-seccion-3-principal{
  width: 100%;
}

.logo-seccion-3-secundario{
  width: 100%;
}

@media(max-width:320px){
  .logo-footer{

  }

  .ftco-footer-social{
    padding: 0 !important;
  }

  .ftco-footer-social li a{
    height: 35px;
    width: 35px;
  }

  .titulo-seccion-2{
    text-align: center;
    line-height: 1.3;
    padding-top: 8px;
    font-size: 25px;
  }

  .datos-contacto{
    text-align: left;
  }

  .datos-contacto p{
    font-size: 18px;
  }

  .icon-payment{
    display: flex;
    justify-content: space-evenly;
    padding: 0px 15px 20px 0px !important;
  }

  .icono-footer{
    font-size: 35px !important;
  }

  .logo-seccion-3-principal{
    
  }
  
  .logo-seccion-3-secundario{
    
  }

}

@media (min-width:321px) and (max-width:576px){
  .ftco-footer-social{
    padding: 0 !important;
  }

  .ftco-footer-social li a{
    height: 35px;
    width: 35px;
  }

  .titulo-seccion-2{
    text-align: center;
    line-height: 1.3;
    padding-top: 8px;
    font-size: 25px;
  }

  .datos-contacto{
    text-align: left;
  }

  .datos-contacto p{
    font-size: 18px;
  }

  .icon-payment{
    display: flex;
    justify-content: space-evenly;
    padding: 0px 15px 20px 0px !important;
  }

  .icono-footer{
    font-size: 35px !important;
  }
}

@media (min-width:577px) and (max-width:768px){

}

@media (min-width:769px) and (max-width:1400px){

}

@media (min-width:1401px) and (max-width:1900){

}

/* @media(max-width:1536px){

  .icono-footer{
    font-size: 55px !important;
  }

  .logo-footer{
    margin-top: 0px;
  }

  .redes-sociales{
    margin-top: 34px;
  }

  .datos-contacto{
    margin-bottom: 0.3rem;
  }

  .sectur{
    margin-bottom: 1.2rem ;
  }

}

@media(max-width:750px){

  .icono-footer{
    font-size: 45px !important; 
    color: #AAB1B7;
  } 

  .ftco-footer-social li a{
    height: 35px;
    width: 35px;
  }

} */

/* .titulo-seccion-2{
  font-size: 30px !important;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

Logotipos
.logo-seccion-3-principal{
  width: 100%;
}

.logo-seccion-3-secundario{
  width: 100%;
} */

/* @media(min-width:320px) and (max-width:1536){
  
  .titulo-seccion-2{
    font-size: 20px !important;
    color: rgb(255, 255, 255);
    font-weight: 400;
  } 

  Logotipos
  .logo-seccion-3-principal{
    width: 100%;
  }

  .logo-seccion-3-secundario{
    width: 100%;
  }

} */
/* 
@media(min-width:1920px){

  Logotipos
  .logo-seccion-3-principal{
    width: 90%;
  }

  .logo-seccion-3-secundario{
    width: 60%;
  }

} */


.icono-img-tours {
  height: 30px;
  width: 30px;
  background-size: cover !important;
  background-position: center;
  background: url(https://cancuncitytour.com/images/iconos/Tours-1.png) no-repeat;
}

.icono-img-destinos {
  height: 30px;
  width: 30px;
  background-size: cover !important;
  background-position: center;
  background: url(https://cancuncitytour.com/images/iconos/destinos-1.png) no-repeat;
}

.icono-img-carrental {
  height: 30px;
  width: 30px;
  background-size: cover !important;
  background-position: center;
  background: url(https://cancuncitytour.com/images/iconos/car-rental.png) no-repeat;
}

/*.icono-img-destinos:hover {
    background: url(https://cancuncitytour.com/images/iconos/destinos-2.png) no-repeat;
}*/

.division-pagos{
  width: 20% !important;
}

.titulo-portada{
  margin-top: 60px;
  font-size: 60px !important; 
}

.section-imagenes{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -120px;
}

.div-imagenes{
  padding-right: 30px;
  padding-left: 30px;
}

.a-imagenes{
  border-radius: 25px; 
  height: 340px;
  background-size: 101%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  transition: 1s !important;
}

.a-imagenes:hover{
  transition: 1s !important;
  background-size: 120%;
}

.texto-imagenes{
  position: relative;
  top: -210px;
}

.sombra-texto{
  text-shadow: 2px 2px 1px black;
}

.sombra{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.sombra-min{
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.tarjeta-oferta{
  margin-right: 40px;
  margin-left: 40px;
}

.tarjeta-cinta-oferta{
  background-color: #ff2634;
  width: 95%;
  margin-top: 130px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.tachar {
  position: relative;
  color: white;
  font-family: montserrat medium;
}
 
.tachar:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: white;
     
    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
}

.span-precio{
  color: white;
  font-family: montserrat bold;
}

.zoom-img{
  background-size: 100%;
  transition: 0.8s !important;
  background-position: center;
  height: 180px;
}

.zoom-img:hover{
  transition: 0.8s !important;
  background-size: 135%;
}

/*Tarjetas vuelos + hotel*/
.titulo-vuelo{
  font-size: 25px;
  color: #5c5b5b;
}

.tarjeta-cinta-vuelo{
  background-color: #ff2634;
  width:60%;
  margin-top: 200px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 1.2;
}

.span-precio-vuelo{
  color: white;
  font-family: montserrat medium;
}

.zoom-img-vuelo{
  background-size: 115%;
  transition: 0.8s !important;
  background-position: center;
  height: 275px;
}

.zoom-img-vuelo:hover{
  transition: 0.8s !important;
  background-size: 125%;
}

.formas-pago{
  border: 1px black solid;
  border-radius: 10px; 
  margin-right: 0px;
  margin-left: 0px;
}

.pago-span{
  font-size: 28px;
}

@media(max-width:750px){

  .titulo-portada{
    margin-top: 60px;
    font-size: 40px !important; 
  }

  .section-imagenes{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
  }

  .a-imagenes{
    margin-bottom: 20px;
    border-radius: 25px; 
    height: 350px;
    background-size: 100%;
    transition: 1s !important;
  }

  .tarjeta-oferta{
    margin-right: 0px;
    margin-left: 0px;
  }

}

/*Para mostrar viñetas en listas*/
ul li{
  list-style: disc;
}

.nav-item{
  list-style: none;
}

.marcar-pag{
  background-color: #02c4c1;
  color: white;
}

.portada-tours{
  background-size: 100%; 
  margin-top: 80px; 
  height: 300px;
}

.div-titulo-tour{
  font-family:'Poppins' !important;
  font-weight: 600 !important;
  color: #3870B1;
  /*padding: 23px;*/
}

.div-titulo-description{
  font-family:'Poppins' !important;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #3870B1;
}

.div-texto-descripcion{
  text-align: justify;
  font-size: 0.982rem;
  font-weight: 400;
  line-height: 1.7;
}

.caja-precios{
  padding-left: 60px;
  padding-right: 60px;
}

.div-precios{
  border: 2px solid #3870B1;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 5px 6px 1px;
}

.div-precio-tour{
  padding-top: 20px;
}

.div-boton{
  padding: 10px;
}

.boton-reserva-ahora{
  font-size: 30px;
  font-family: 'Poppins' !important;
  font-weight: 500;
  background: linear-gradient(-145deg, #2790BA, #3870B1);
  box-shadow: 3px 2px 9px 1px rgb(0 0 0 / 32%);
  border-radius: 10px;
  padding: 5px 20px;
  color: white;
  border: none;
}

.boton-reserva-ahora:hover{
  background: linear-gradient(-145deg, #2790BA, #62ABDE);
}

.titulo-acordeon{
  font-family: 'Poppins' !important;
  font-size: 25px;
}

.texto-acordeon{
  font-size: 20px;
  font-size: 0.982rem;
  text-align: left;
  line-height: 1.5;
  color: #3870B1;
}

.elemento-precio{
  font-family: 'Poppins' !important;
  color: #3870B1;
  font-size: 30px !important;
  font-weight: 600;
}

/* Responsive design for Tours Content */

@media(max-width:320px){

  .container{
    padding: 0 !important;
  }

  .col-md-6{
    padding: 0 !important;
  }

  .titulo-actividad{
    font-size: 30px !important;
    text-align: center;
  }

  .div-titulo-description{
    font-size: 1.3rem;
  }

  .div-texto-descripcion{
    text-align: justify;
    font-size: 0.892rem;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 20px;
  }

  .accordion{
    margin-left: 5px;
    margin-right: 20px;
  }

  .card-header{
    padding: 4px !important;
  }

  .titulo-acordeon{
    font-size: 23px;
  }

  .card-body{
    padding: 6px !important;
  }

  ul{
    padding-left: 28px !important;
  }

  .texto-acordeon{
    font-size: 14px;
    text-align: justify;
  }

  .caja-precios{
    padding: 10px !important;
    margin-bottom: 40px;
  }

  .div-precios{
    padding: 5px !important;
  }

  .elemento-precio{
    font-size: 25px !important;
  }

  .boton-reserva-ahora{
    font-size: 20px !important;
  }

}

@media(min-width:321px) and (max-width:576px){

  .portada-tours{
    background-size: 100%; 
    margin-top: 0px;
    height: 100px;
  }

  .text{
    margin-top: 15px !important;
    font-size: 25px !important;
  }

  .container{
    padding: 0 !important;
  }

  .col-md-6{
    padding: 0 !important;
  }

  .titulo-actividad{
    font-size: 30px !important;
    text-align: center;
  }

  .div-titulo-description{
    font-size: 1.3rem;
  }

  .div-texto-descripcion{
    text-align: justify;
    font-size: 0.892rem;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 20px;
  }

  .accordion{
    margin-left: 5px;
    margin-right: 20px;
  }

  .card-header{
    padding: 4px !important;
  }

  .titulo-acordeon{
    font-size: 23px;
  }

  .card-body{
    padding: 6px !important;
  }

  ul{
    padding-left: 28px !important;
  }

  .texto-acordeon{
    font-size: 14px;
    text-align: justify;
  }

  .caja-precios{
    padding: 10px !important;
    margin-bottom: 40px;
  }

  .div-precios{
    padding: 5px !important;
  }

  .elemento-precio{
    font-size: 25px !important;
  }

  .boton-reserva-ahora{
    font-size: 20px !important;
  }

}

@media(min-width:577px) and (max-width:768px){

}

@media(min-width:769px) and (max-width:1400px){
  
}

/* @media(min-width:451px) and (max-width:990px){

  .portada-tours{
    background-size: 100%; 
    margin-top: 0px;
    height: 120px;
  }

  .text{
    margin-top: 10px !important;
    font-size: 45px !important;
  }

} */

/* Hoteles */

.boton-destino{
  border: 3px #40a7b8 solid;
  border-radius: 5px;
  text-align: center;
  color: #40a7b8;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 23px;
  font-family: montserrat semibold !important;
}

.boton-destino:hover{
  background-color: #40a7b8;
  color: white;
}

.boton-destino-active{
  background-color: #40a7b8;
  color: white;
}

.titulo-oferta{
  font-size: 18px; 
  height: 40px
}

.carta-oferta{
  height: 240px;
}

.carta-vuelo-hotel{
  height: 125px;
}

.span-precio-noche{
  background-color: #dc3545; 
  color: white;
  padding-left: 3px;
  padding-right: 3px;
}

.titulo-oferta{
  font-size: 18px; 
  height: 65px
}




/*Footer*/
/* .titulo-seccion-2{
  font-size: 30px !important;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

/*Logotipos */
.logo-seccion-3-principal{
  width: 100%;
}

.logo-seccion-3-secundario{
  width: 100%;
}

@media(min-width:320px) and (max-width:1536){
  
  .titulo-seccion-2{
    font-size: 20px !important;
    color: rgb(255, 255, 255);
    font-weight: 400;
  } 

  /*Logotipos */
  .logo-seccion-3-principal{
    width: 100%;
  }

  .logo-seccion-3-secundario{
    width: 100%;
  }

}

@media(min-width:1920px){

  /*Logotipos */
  .logo-seccion-3-principal{
    width: 90%;
  }

  .logo-seccion-3-secundario{
    width: 60%;
  }

} */

