@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

:root {
  font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body,
body * {
  font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

header nav ul li a:hover {
    text-decoration: none;
    color: rgb(155,187,47);
    font-weight: 400 !important;
}



#botoncalendario:hover {
  background: red;
  cursor: pointer;
}

#tituloviajeboleta {
  font-size: 4em;
  color: rgba(19, 59, 89, 0.91);
  margin: 0 0 10px 0;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
}

#titulodetallesboleta {
    margin: 5%;
    color: #80808066;
}


.viajes {
  width: 26.9%;
  max-width: 300px;
  display: block;
  padding: 15px;
  background: white;
  margin-bottom: 20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
  height: 270px;
  min-height: 200px;
  position: relative;
  /*! float: left; */
  margin-right: 3%;
  min-width: 240px;
  flex-grow: 1;
}
.imageviaje {
 overflow: hidden;
height: 100%;
max-height: 225px;
width: 100%;
float: left;
display: block;
 z-index: 11;
}
.imageviaje img {
width: 150%;
position: relative;
left: -24%;
}
.textoviaje {
width: 100%;
margin-left: 2%;
float: left;
display: block;
}

.botondetallesviaje {
  background: rgb(20,127,181);
  width: 100px;
  height: 50px;
  position: relative;
}

.botondetallesviaje a {
  position: relative;
color: white;
 }

.botonreservarviaje {
    background: rgb(135,174,40);
    color: white;
    width: 100px;
    height: 50px
}

.countdown{
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
}


.fechasviaje {
    width: 60%;
    float: left;
}

.PreciosViaje {
    width: 100%;
    float: left;
}

.CuposViaje {
    width: 40%;
    float: left;
    text-align: center;
}

.textoviajecontenidoCuposViaje {
    font-size: 18pt;
    font-weight: 600;
}

.textoviaje a {
      text-decoration: none;
}

.viajetitulo {
    width: 100%;
    font-size: 2.2em;
    color: #4473a1;
    font-family: 'Rubik', sans-serif;
    line-height: 0;
    letter-spacing: -3px; 
}

.tiempoprecioespecial {
    float: left;
    margin-left: 5%;
    height: 30px;
  display: block;
}

.textoviajecontenido {

}

.botones {
    float: left;
    width: 100%;
    height: 40px;
    margin:10px 0 -5px 0;
}

#tablaarticulosextras{
  height: 100%;
  min-height: 100px;
  margin: 30px 0;
}

#tablaarticulosextras table{
  
}

#tablaarticulosextras table th {
  
}

.extrasboletasfila {

 }
.botondetalles {
    width: 35%;
    height: 35px;
    background: rgb(20, 127, 181);
    float: left;
    margin: 0 7.5%;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    font-size: 13pt;
}


.cuadroformboleta option {
    line-height: 45px !important;
    padding: 3% 5% !important;
}

.botonreservar {
    width: 35%;
    height: 35px;
    background: #fe0102;
    float: left;
    margin: 0 7.5%;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    font-size: 13pt;
}

#cabeceraboleta {
    width: 100%;
}

.imgcabecera {
    width: 100%;
    margin-top: 100px;
    position: absolute;
    max-height: 300px;
    height: 100%;
    background-size: 100% auto !important;
    background-position-y: 30% !important;
}



.cuadroprecio {
    background: red;
    width: 125px;
    height: 35px;
    z-index: 10;
    position: absolute;
    right: -15px;
    top: 25px;
}
.cuadroprecio span{
  color: white;
font-size: 22pt;
font-weight: 600;
line-height: 35px;
padding-left: 5px;
letter-spacing: -3px;
}

.esquinaprecio {
    z-index: 10;
    position: absolute;
    right: -16px;
    top: 19px;
}

.cuadrodias {
    z-index: 10;
    position: absolute;
    left: 25px;

}




.imageviaje{
   width: 100%; background-repeat: no-repeat; height: 200px; background-size: 100% 100%;
}

.detallesviaje {
    background: rgba(0,0,0,0.7);
    width: calc(100% - 30px);
    height: 200px;
    z-index: 12;
    position: absolute;
  display: none;
}

.botonesviajes {
    width: 100%;
    height: 70%;
}

.botonesviajes div{
  width: 40%;
  height: 45px;
  float: left;
  margin: 30% 0 0 6.67%;
  color:white;
  text-align: center;
  line-height: 45px;
  font-size: 14pt;
}

.botonesviajes .botonDetalles{
  background: #fe0000;
}

.botonesviajes .botonReservar{
  background: #0089fe;
}

.cuadrodisponible {
  width: 100%;
  height: 30%;
  color:white;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  font-size: 20pt;
  letter-spacing: -2px
    
}

body{
  /*! font-family: 'Open Sans', sans-serif; */
}



#menutotales {
    /*! display: inline-block; */
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #13466b;
    color: white;
    height: 50px;
    /*! right: 0; */
    z-index: 99;
    line-height: 45px;
    font-size: 16pt;
    font-weight: 600;
}

#menutotales > p {
  float:left;
}






#GuardarReservacion {
    background: #7c9b30;
    color: white;

}
#opcionesdepago {
    display: none;
    line-height: 1.8;
    text-align: justify;
    margin: 5% 0;
}


#opcionesdepago > p{
   margin: 10px 0;
}


#pagocontarjeta img{
  height: 40px;
  float: left;
  margin: 5px;
}


#opcionespagodeposito{
  display: none;
  line-height: 1.8;
  text-align: justify;
}

#opcionespagodeposito #formboleta label{
  width: 100%;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 12pt;
}



#cuentasmayatours{
  width: 50%;
  float: left;
}

.tituloformboleta{
  /*! font-weight: 400; */
  /*! margin: 5px auto; */
  /*! opacity: 0.50; */
  width: 90%;
  /*! text-align: center; */
  max-height: 20px;
  margin-left: 10px;
}



#botonformularioboleta {
    width: 40% !important;
    height: 50px !important;
    margin: 0 30% !important;
} 

#botonformularioboleta input {
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  font-weight: 600;
  color:#fFF;
  background:#FF9900;
  border-radius: 8px;
  border: none;
  /*! box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3); */
  margin-top:10px;
}

#cuadrofile{
  width: 43%;
}

#file {
    width: 100%;
    background: #FFF;
    height: 45px;
    padding-left: 0;
    border-radius: 5px;
    border: 2px rgba(0,0,0,.6) ;
}


#cuadrocomentarios{
  width: 95%;
  margin-bottom: 30px;
}

#cuadrocomentarios input{
  height: 60px;
}




#botonreservar {
    margin: 50px auto;
}

#totalabonadoboletas {
    background: #13466b;
    color: white;
}


#Subtotalesreserva{
    background: #13466b;
    color: white;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    text-align: right;
    padding: 0 5%;
}

#menutotales > span {
  display: block;
    /*! width: 33.33%; */
    height: 50px;
  float: left;
  text-align: center;
}

#menutotales .pendientecancelar{
  
  background: #08375a;
}

#menutotales .totalabonado{
  
  background: #154f7a;
}

#menutotales .totalacancelar{
  
  background: #38607e;
}

#cuentasbancarias{
  width: 100%;
  /*! height: 100%; */
  display: flex;
}

#cuentasbancarias div {
  width: 50%;
  float: left;
  display: block;
  padding: 1.5%;
  margin: 0 1.5%;
  text-align: center;
  font-size: 11pt;
  border-radius: 10px
}

#cuentasbancarias div img{
  width: 30%;
  float: right;
  margin: 0;
  margin-top:10%;
}

#cuentasbancarias div div{
  width: 64%;
  float: left;
  background: none !important;
  color:#000;
}


#cuentasbancarias div{
  color:white;
  font-weight: 600;
  background: #7bc6ff1a !important;
}


#totalabonadoboletas tr:hover{
  background: #13466b;
color: white;  
}



.cuadrodatosparalareserva{
  height: 30px;
  width: 85%;
  padding:0 5%;
  font-family: helvetica;
  font-size: 11pt;
}

#tabladatosreserva{
  margin:10% 0;
}

#realizadomensaje{
  background: #BCE3FF66;
  padding: 3%;
  text-align: justify;
  line-height: 1.8em;
  margin:100px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#sliderhome {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#textobienvenida {
    width: 40%;
    margin-left: 5%;
    font-size: 4.5em;
    color: white;
    text-shadow: 2px 2px 5px rgba(0,0,0,.7);
}

#proximasexpediciones{
   padding: calc(80px) 10% 10% 10%;
    width: 80%;
    display: flex;
    flex-direction: column;


   background: #eaeaea;
}

#tituloproximasexpediciones{
  font-size: 3em;
  font-weight: 600;
  margin: 5% 0;
  color: #2c4965;
}


#calendario {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: flex-start;
}

.fechaslider {
    position: absolute;
    width: 30%;
    height: 29%;
    z-index: 11;
    left: 15px;
  opacity: .85
}

.fechaslider > div{
  width: 50%;
  height: 100%;
  float: left;
    text-align: center;
  border-radius: 20px
}

.fechaslider .mes{
  width: 100%;
  float:left;
  height: 25%;
  color:white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  font-size: 1.5em;
  line-height: 150%;
}

.fechaslider .fechad{
  width: 100%;
  float:left;
  font-size: 4em;
  font-weight: 600;
  height: 50%;
  color:white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  letter-spacing: -2px;
  text-align:center;
  line-height: 125%;
    }
  


.fechaslider .dia{
  width: 100%;
  float:left;
  height: 25%;
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  color:white;
  font-size: 1.5em;
  
  line-height: 150%;
}

.fechaslider .fecha1 .mes {
  background: #4e82b6;
  border-radius: 5px 5px 0 0;
}

.fechaslider .fecha2 .mes {
  background: #79a0c6;
  border-radius: 5px 5px 0 0;
}

.fechaslider .fecha1 .dia, .fechaslider .fecha1 .fechad  {
  background: #2d6ba9;
}

.fechaslider .fecha2 .dia, .fechaslider .fecha2 .fechad  {
  background: #5789ba;
}

.fechaslider .fecha1 .dia, .fechaslider .fecha2 .dia{
  border-radius: 0 0 5px 5px;
}

  #nosotros{
  width: 80%;
  padding: 10%;
  background: #34AD39;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
    background-size: 100%; background-attachment: fixed; background-position: 0px 90% ; opacity:10;
}

#nosotros1 {
  flex-basis: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nosotros2 {
  flex-basis: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 5%
}


#nosotros1 #misionnosotros{
  color:white;
  font-size: 3em;
  text-shadow: 1px 1px 2px rgba(0,0,0,.7)
  
}

#nosotros2 div  {
  width: 100%;
  max-width: 45%;
  background: white;
  float: left; 
  overflow: hidden;
  padding: 10px 10px 50px 10px;
  box-shadow:  2px 2px 2px rgba(0,0,0,.6);
}
#nosotros2 div img{
  width: 100%;
}

#nosotros2 #imgnosotros1{
  transform: rotate(-15deg)
}

#nosotros2 #imgnosotros2{
  transform: rotate(15deg) 
}

#UltimasNoticias {
    display: flex;
    margin: 10%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#UltimasNoticias .attachment-list_articles_thumbs.wp-post-image {
    width: 100%;
    height: auto;
}

#archive_articles {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#archive_articles h2{
  margin-top: 10px;
  list-style: none;
  font-style:  none;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5em;
  color:#000;
}

#archive_articles h2 a {
  text-decoration: none;
  color:#000;
}

#archive_articles h2 a:hover {
  text-decoration:  underline;
}

#tituloultimasnoticias{
  font-size:3em;
  color:#000;
  margin: 10%;
}

#Contacto{
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

#Contacto #TituloContacto{
  font-size: 4em;
  margin: 30px;
  color:  white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.7); 
  
}

#Contacto form{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
  width: 400px;
  max-width: 100%;
  margin-top:20px;
  
}

#Contacto form input{
  height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size:12pt
}

#Contacto form input[type="submit" i]{
  height: 50px;
  color:white;
  background: #39bc00;
  border:none;
  box-shadow:2px 2px 2px #000;
  font-size: 1.5em;
}

#Contacto form textarea{
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size:12pt
}


.fadebox {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.overbox {
display: none;
position: fixed;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
z-index:1002;
overflow: auto;
}

body, html{
  /*! margin: 0; */
  /*! padding: 0; */
  /*! height: 100%; */
  /*! width: 100%; */
  /*! background: #e5e5e5 !important; */
}

header{
  width: 100%;
  height: 80px; 
  background: white;
  box-shadow: 1px 1px 1px #000;
  margin:0;
  padding: 0;
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
}

header #logo{
  /*! background: black; */
  /*! width: 100%; */
  /*! height: 100%; */
  /*! float:left; */
  /*! max-width: 110px; */
  /*! margin-left: 30px; */
}

header nav{
  /*! width: 50%; */
  /*! max-width: 400px; */
  /*! float: right; */
  /*! height: 100%; */
  display: grid;
}

header nav ul{
  /*! display: flex; */
  /*! flex-direction: row; */
  /*! float: left; */
  /*! width: 100%; */
  /*! margin: 0; */
  /*! padding: 0; */
  /*! display: grid; */
  /*! grid-template: 100% / repeat(2, 1fr); */
  }

header nav ul li{
  /*! display: block; */
  /*! width: 100%; */
  /*! max-width: 120px; */
  height: 80px;
  list-style: none;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  font-weight: 400 !important;
  }

  .viajes:nth-child(1){ transform: rotate(2deg);}
.viajes:nth-child(2){ transform: rotate(-2deg);}
.viajes:nth-child(3){ transform: rotate(2deg);}
.viajes:nth-child(4){ transform: rotate(-2deg);}
.viajes:nth-child(5){ transform: rotate(1deg);}
.viajes:nth-child(6){ transform: rotate(-1deg);}
.viajes:nth-child(7){ transform: rotate(2deg);}
.viajes:nth-child(8){ transform: rotate(0deg);}
.viajes:nth-child(9){ transform: rotate(4deg);}
.viajes:nth-child(10){ transform: rotate(2deg);}
.viajes:nth-child(11){ transform: rotate(2deg);}
.viajes:nth-child(12){ transform: rotate(-2deg);}
.viajes:nth-child(13){ transform: rotate(2deg);}
.viajes:nth-child(14){ transform: rotate(-2deg);}
.viajes:nth-child(15){ transform: rotate(1deg);}
.viajes:nth-child(16){ transform: rotate(-1deg);}
.viajes:nth-child(17){ transform: rotate(2deg);}
.viajes:nth-child(18){ transform: rotate(0deg);}
.viajes:nth-child(19){ transform: rotate(4deg);}
.viajes:nth-child(20){ transform: rotate(2deg);}

#calendario {display: flex;flex-wrap: wrap;justify-content: normal;align-items: flex-start;}
.viajes {width: 26.9%;max-width: 300px;display: block;padding: 15px;background: white;margin-bottom: 20px;box-shadow: 3px 3px 3px rgba(0,0,0,.5);height: 270px;min-height: 200px;position: relative;float: left;margin-right: 3%;min-width: 240px;flex-grow: 1;transform: rotate(2deg);}
/* .fecha {position: absolute;width: 90px;height: 65px;z-index: 11;left: 25px;opacity: .9;} */

.mes {width: 100%;float: left;height: 25%;color: white;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);font-size: 10pt;line-height: 100%;}

.fechad { width: 100%; float: left; font-size: 24pt; font-weight: 600; height: 50%; color: white; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); letter-spacing: -2px; text-align: center;line-height: 100%;}


.dia {width: 100%;float: left;height: 25%;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);color: white;font-size: 09pt;line-height: 100%;}



.esquinaprecio {z-index: 10;position: absolute;right: -16px;top: 19px;}
.cuadroprecio {background: red;width: 125px;height: 35px;z-index: 10;position: absolute;right: -15px;}
.cuadroprecio span {color: white;font-size: 22pt;font-weight: 600;line-height: 35px;padding-left: 5px;letter-spacing: -3px;}
.imageviaje {width: 100%;background-repeat: no-repeat;height: 200px;background-size: 100% 100%;}
.imageviaje {overflow: hidden;height: 100%;max-height: 225px;width: 100%;float: left;display: block;z-index: 11;}
.detallesviaje {background: rgba(0,0,0,0.7);width: calc(100% - 30px);height: 200px;z-index: 12;position: absolute;display: none;}

.fecha {position: absolute;width: 90px;height: 65px;z-index: 11;left: 25px;opacity: .9;}

.fecha > div {width: 50%;height: 100%;float: left;text-align: center;}


.botonesviajes {width: 100%;height: 70%;}
.textoviaje {width: 100%;margin-left: 2%;float: left;display: block;}
.textoviaje a {text-decoration: none;}
.viajetitulo {width: 100%;font-size: 2.3em;color: #1d548a;font-family: 'Rubik', sans-serif;text-align: center;letter-spacing: -1px;}


.fecha .fecha1 .mes {background: #4e82b6; border-radius: 5px 5px 0 0;}
.fecha .fecha2 .mes {background: #79a0c6; border-radius: 5px 5px 0 0;}
.fecha .fecha1 .dia, .fecha .fecha2 .dia {  border-radius: 0 0 5px 5px;}
.fecha .fecha2 .dia, .fecha .fecha2 .fechad {background: #5789ba;}
.fecha .fecha1 .dia, .fecha .fecha1 .fechad { background: #2d6ba9;}

#correo_contra {
    height: 45px;
    padding: 2px 5%;
    width: 90%;
    margin: 5px auto;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #9d9e9e;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    max-width: 230px;
}

#tituloolvidasetetucontraseña{
      width: 100%;
    text-align: center;
    margin: 200px 0 20px 0;
    font-size: 1.3em;
}


#ingresatucorreo {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#ingresatucorreo form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ingresatucorreo #bottom {
  width: 100%;
  max-width: calc(230px + 10%);
  height: 50px;
  margin: 10px 0;
  border-radius: 5px;
  font-family: arial;
  background: #98ca3f;
  font-family: arial;
  font-weight: 300;
  font-size: 16pt;
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0,0,0,0.25);

  cursor: pointer;
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.75);
  /*! margin: 10px 10%; */
} 

#ingresatucorreo #mensaje1 {
  width: 50%;
  margin: 50px  auto;
  text-align: justify;
}

#logo a img {
    height: 100%;
}
