html, body {
  height: 100%;
}

body {  
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  color: white !important;
  color: #000;
  overflow-x: hidden;
  overflow-y: visible;
}

p {
    font-family: 'Arial', sans-serif;
}

.oculto{
  display: none;
}

.social {
  padding: 10px;
  font-size: 28px;
}

a {
  color: #03692F;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  color: #333;
}

.encabezado{
  padding: 10px;
}

.encabezado img{
  width: 30px;
}

.navbar-default {
  background-color: #fff;
  margin: 0;
}

footer {
  background-color: #03692F;
  padding-top: 30px;
  padding-bottom: 0px;
  color: white;
}

footer .copy{
  background-color: #00361B;
  color: #fff;
  margin-top: 20px;
}

footer .copy .copyright_text {
  padding: 15px;
  color: white;
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 0px;
}

footer .empresa{
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

footer .redes-sociales img{
  width: 40px;
}

footer .redes-sociales a{
  margin-right: 5px;
}

footer .redes-sociales a img:hover{
  -webkit-filter: grayscale(1);
  transition: all 0.5s;  
}

footer .travel img{
  width: 80px;
}

footer .travel a{
  color: white;
}

footer .copyright_text a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: initial;
  text-decoration: none;
}

footer .copyright_text a:hover {
  font-size: 14px;
  color: #4b8bbc;
  text-transform: uppercase;
  font-weight: initial;
  text-decoration: none;
}

footer h3{
  font-size: 20px;
}

.tinka{
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .navbar-nav-center {
    width: 100%;
    text-align: center;
  }
  .navbar-nav-center > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav-center > li.navbar-right {
    float: right !important;
  }
}

.navbar-default .navbar-nav>li>a {
  color: #5E6D7F;
  text-transform: initial;
  font-family: "Arial",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding: 10px;
  transition: all 0.5s;
}

.navbar-default .navbar-nav .active {
  color: #618725;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #03692F;
  transition: all 0.5s;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  margin-top: 15px;
}

.logo .slogan{
  color: #A4A4A4;
  font-size: 16px;
  margin-top: 10px;
}

.txt-home{
  font-size: 16px;
  color: #8E8E9B;
  padding: 10px;
}

.txt-home h3{
  color: #000;
  font-size: 30px;
  font-weight: normal;
}

.escenarios-home h3{
  color: #000;
  font-size: 30px;
  font-weight: normal;
}

.txt {  
  text-align: justify;
  padding: 0px;
  padding-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
}

.personas .titulo{
  background: #434A53;
  color: #96A0AE;
  padding: 10px;
}

.personas .subtitulo{
  background: #00692F;
  color: #fff;
  padding: 10px;
  font-style: italic;
}

.excursiones{
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F6;
  box-shadow: inset 0px 0px 0px 1px #F4F4F6;
  margin-bottom: 10px;
  min-height: 230px;
  max-height: 230px;
}

@media (max-width: 767px) {
  .excursiones {
      min-height: auto;
      max-height: none;
      margin-bottom: 20px;
      float: initial;
  }
}

.excursiones .row{
    display: flex;
}

.excursiones .imagen{
  background: 100%/cover;
  display: flex;
  position: absolute;
  /*width: 100%;
  height: 100%*/
  width: 100%;
  height: 230px;
}

.excursiones .texto .titulo{
  background-color: #F9FAFC;
  float: left;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
  box-shadow: inset 01px 0px 0px 1px rgba(244, 244, 246, 1.0);
  padding: 10px 88px 10px 20px;
  color: #000;
  font-size: 17px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
  min-height: 65px;
}

.excursiones .texto .duracion{
  margin-top: 0;
    padding: 10px;
    background-color: #F0F1F5;
    color: #A9A9A9;
    font-size: 10px;
    min-height: 64px;
    min-width: 65px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 15px;
}

.excursiones .texto .duracion .numero{
  font-size: 21px;
}

.excursiones .texto .descripcion{
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 15px;
  /*color: #a9a9a9;*/
  margin: 0px;
  font-weight: lighter;
  float: left;
    text-align: left;
}

@media (max-width: 767px) {
  .excursiones .row{
    display: block;
  }

  .excursiones .imagen {
    position: relative;
    height: 250px;
  }
}

label{
  color: #A9A9A9;
  font-size: 15px;
}

#map_canvas {
    margin: 0 !important;
    padding: 0 !important;
    height: 350px;
    width: 100%;
    border: 2px solid rgb(97, 135, 37);
}

.help-block{
    font-size: 12px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
    z-index: 9999999999;
    font-size: 11px;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.div-slider{
  width: 100%;
  height: 450px;
}

.div-slider-principal{
  width: 100%;
  height: 550px;
  background-color: #666666 !important;
}

.div-slider-secundario{
  width: 100%;
  height: 450px;
}

@media (min-width: 980px) and (max-width: 1280px) {
  .div-slider{
    width: 100%;
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .div-slider{
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 480px) {
  .div-slider{
    width: 100%;
    height: 250px;
  }
}

.link-info-escenarios{
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
}