/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*
body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
*/

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
/*.marketing .col-blog {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  float: left;
}*/
.marketing h2 {
  font-weight: normal;
  /*font-size: 2.5vw !important;*/
  font-size: 80px !important;
  margin-top: 1.5vw;
  margin-bottom: 1vw;
}
/*.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}*/


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* ---------------- RESPONSIVE CSS --------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 480px){
    .marketing h2 {
    font-size: 30px !important;}
    .lead{font-size:3.6vw !important;text-align: center;}

   .newsletter .col-md-12 p{
      margin: 0 5%;
    }
    .suscribe-box {
      width: 60%;
      margin: 3% 20% 0;
    }
    .post_zona_imagen_imagen{width: 90% !important;margin:0 auto !important;}

    /*.newsletter{height: 275px !important;}
    .newsletter_telon{height: 275px !important;}*/
}

@media (max-width: 768px){
  .footer p{font-size: 10px !important;}
  .newsletter .col-md-12 p{
    margin: 0 20%;
  }
  .suscribe-box {
    width: 44%;
    margin: 3% 27% 0 27%;
  }
  .marketing h2 {
    font-size: 40px !important;
    width: 100%;
    text-align: center;}
  .lead{font-size:2.6vw !important;text-align: center;margin-bottom: 0px;}

  .post_zona_imagen_imagen{width: 80% !important;margin:0 auto !important;}
  .post_zona_texto_titulo{text-align: center !important;}
  .post_zona_texto_descrip1 p, .post_zona_texto_descrip2 p, .post_zona_texto_descrip3 p{text-align: center !important;}

  .newsletter{height: 300px !important;}
  .newsletter_telon{height: 300px !important;}

}

/* ---------------- FIN - RESPONSIVE CSS --------------------------- */

/* ROSS */
.opciones .opcion {
    background: #fff;
    padding: 30px 20px 50px 20px;
    height: 350px;
    box-sizing: border-box;
    color: #5a5a5a;
}
.opcion p {
    font-size: 12px;
}
.opcion .icon-mis-rutas {
    margin-left: -40px;
}
.opcion .icon-mas-fotos {
    margin-left: -32px;
}
.opcion .icon-viaja {
    margin-left: -50px;
}

.opcion_titulo{
  font-size:30px;
  margin-top: 20px;
  margin-bottom: 10px;}

.opcion_texto{font-size:16px;
    font-weight: 300;
    margin-right: 10px;
    margin-left: 10px;}

.opciones .opcion:hover{color:#008a9a !important;}
/*.col-lg-4:hover{color: #008a9a !important;}*/

/* VIDEO -------------------------------------- */
#video {
position: relative;
float: left;
width: 100%;
height:100%;
/*height: calc(100% * 422.22 / 750.0);*/
}
.video_telon{
  background-color: rgba(0,19,59,.4);
  position: absolute;
  width: 100%;
  height: calc(100vw * 422.22 / 750.0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row {margin-right: 0px;margin-left:0px;}
.row1 {
    padding: 4% 0 4% 0;
}
.row2{padding:3% 2%;}
.container{
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    background-color:white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.col-md-5,.col-md-7{padding: 0px;}
.portada2{width: 100%;height: 40vw;overflow: hidden;}
.portada2 img{width: 100%;margin-top: -5vw;}
.lead{padding: 0 13% 0 13%;font-size:1.6vw;margin-top: 12vw;color: #5a5a5a;}
.featurette-heading{font-size: 6vw;color:#D9DADB;position: absolute;padding-left: 4%;z-index:99;}
.dark{background-color:#E0E1E2;}
/*.col-lg-4, .col-blog{
    margin: 0 1% 0 1%; 
    background-color: white;
    padding: 2%;
    box-sizing: border-box;}*/
/*.col-lg-4:hover{color: #008a9a !important;}*/
.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("../../TxzC70f.png") no-repeat; }
.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
}



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post_zona_imagen_imagen{
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: 50%;
}
.post_zona_texto_titulo{
  color: #008a9a;
  font-size: 21px;
  text-transform: uppercase;
  font-family: raleway,sans-serif;
  margin-top: 10px;
  margin-bottom:10px;
  text-align: left;
  cursor: default;
  line-height: 25px;
}
.post_zona_texto_descrip1 p, .post_zona_texto_descrip2 p, .post_zona_texto_descrip3 p{margin:0;
  text-align: left;font-size: 14px;cursor: default;color: #5a5a5a;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;line-height: 20px;}
.screen-reader-text{display: none !important;}

#col1:hover #post_leer_mas1 {
    display:  block;
}
#col2:hover #post_leer_mas2 {
    display:  block;
}
#col3:hover #post_leer_mas3 {
    display:  block;
}

.more-link{display: none;}
.leer_mas{    
    display: none;
    position: absolute;
    top: 30%;
    width: calc(100% - 30px);
    height: 20%;
    font-size: 2.5em;
    color: white;
    background-color: rgba(0,158,154,0.6);
    text-align: center;
    line-height: 3em;}
.leer_mas:hover{color: white !important;text-decoration: none !important;}

.blog_boton{position: relative;
    float: left;
    text-align: center;
    height: 35px;
    width: 100%;
    cursor: pointer;
    font: bold 14px Arial,sans-serif;
    vertical-align: middle;
    color: white;
    outline: 0;
    border: 1px solid #02b6b5;
    border-radius: 20px;
    background: #008a9a;
width: 20%;
    line-height: 35px;
    margin: 0 40% 2% 40%;
      }

.blog_boton:hover{color: #008a9a; background: white;border: 1px solid #008a9a;text-decoration: none;}

.newsletter{color:white;width: 100%; height: 375px;    background-image: url(../../images/landing/Keveran_Portada_4.jpg);}
.newsletter_telon{
    position: absolute;
    width: 100%;
    height: 375px;
    background-color: rgba(0,0,0,0.7);
  }
.newsletter_texto{margin: 0 10%;font-size:1.2em;}
.newsletter h2{color: white;margin: 2% 0 2% 0;font-size: 26px !important;}
.newsletter .col-md-12{text-align: center;padding-top: 40px;}
.newsletter .col-md-12 p {
    margin: 0 30%;
    font-size: 12px;
}
.suscribe-box{width: 34%;
    margin: 3% 32% 0 32%;}

.newsletter_email{background-color: transparent;    
    text-align: center;
    height: 35px;
    width: 100%;
    vertical-align: middle;
    color: white;
    outline: 0;
    border: 1px solid white;
    border-radius: 20px;
    font-size: 12px;}
.newsletter_boton{
  text-align: center;
    height: 35px;
    width: 100%;
    cursor: pointer;
    font: bold 14px Arial,sans-serif;
    vertical-align: middle;
    color: white;
    outline: 0;
    border: 1px solid #02b6b5;
    border-radius: 20px;
    background: #008a9a;
    width: 20%;
    line-height: 30px;
    margin: 4% 0;
    width: 100%;
}
.footer{width: 100%;height: auto;background: #00133b;text-align: center;}
.footer p{color:white;height: 100%;
    line-height: 100px;
    font-size: 18px;
    margin:0;}

.video_boton_explorar{
    text-align: center;
    min-height: 45px;
    width: 20vw;
    min-width: 200px;
    cursor: pointer;
    font: 14px Arial,sans-serif;
    vertical-align: middle;
    outline: 0;
    border: 1px solid white;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    line-height: 45px;
    margin: 0 auto;
    margin-top: calc(100vw * 422.22 / 830.0 / 2);
    display:none;
}
.video_boton_explorar:hover{color:#008a9a !important;background: white;}
.video_boton_explorar:focus{color:#008a9a !important;background: white;}
.video_logo{    position: absolute;
    width: 20vw;
    height: 5.5vw;
    background-image: url(../../images/landing/logo_keveran_horizontal.svg);
    top: 5%;
    left: 5%;
    background-repeat: no-repeat;
    background-size: contain;
}
#landing_keveran_video{
  background: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
#landing_content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
}