/*MENU RESPONSIVE*/
@media screen and (max-width: 600px) {
 
  .topnav_r,.myTopnav_r,.logo_r,.menu_r{
    display: block;
  }
  .topnav,.myTopnav,.logo,.menu{
    display: none;
  }
  .logo_r{
    width: 100%;
  }
  .logo_r img{
    width: 100%;
  }
  .avisolegal,.privacidad,.terminosycondiciones{
    font-size:3vw;
    margin-bottom: 2%;
    width:33vw;
  }
  .avisolegal{
    margin-left: 3%;
  }
    .proescape{
        margin-left: 2%; width: 27%;
    }
  .topnav_r a:not(:first-child) {display: none;}
  .menu_r a{
      display: none;
      font-size:6vw;
      margin-left: 4%;
      padding-top:7%;
      text-align: center!important;
      text-decoration: none;
      color:white;
    
  }
 
  .menu_r a:hover{
    color:white;

    background-color: transparent !important;
  }

.topnav_r a.icon {
  margin-left: 45%;
  display: block;
  font-size: 15vw;
  margin-bottom:20%;
 
}

 a.icon{
   width: 13.5%;
   margin-left: 5%;
   margin-top: -10%;
 }
.logo_r{
    width: 100%;
   
}
.topnav_r{
  background-image: url("../img/fondo_menu.png");
  background-repeat: no-repeat; 
}
.topnav_r.responsive {position: relative;}

.topnav_r.responsive a {
  float: none;
  display: block;
  text-align: left;
  margin-top: -5%;

}
.masgrande{
  font-size: 7vw;
}
}
/*FIN MENU RESPONSIVE*/
/*RESPONSIVE HOME*/
@media screen and (max-width: 600px) {
  .img_historia{
    display: none;
  }
  .img_historia_responsive{
    display: block;
    padding-bottom: 10%;
  }
  .camino_claro img{
    width:100%;
  }
  .camino_oscuro img{
    width: 100%;
  }
  .camino_claro,.camino_oscuro{
    width: 100%;
  }
  .camino_claro{
    margin-top: 5%;
    margin-bottom:10%; 
  }
  .opcion_1,.opcion_2{
    font-size: 2em;
  }
  .opcion_2{
    margin-top: -90%;
    margin-bottom: 70%;
  }
  .opcion_1{
    margin-left: 6%;
  }
  .boton_reservar{
   margin-top: 5%;
   width: 40%;
  }
  .boton_ir_a{
    margin-top: -65%;
    width: 50%;
    margin-left: 45%;
    margin-bottom: 65%;
  }
  .regala_experiencia{
    width:50%;
    margin-left: 25%;
  }
  .regala_experiencia_imagen{
    width:140%;
   margin-left:-20%;
   padding-left: 0;
  }
  /*FOOTER RESPONSIVE*/
  .llamanos,.escribenos,.donde,.mapa{
    display: none;
  }
  .llamanos_responsive,.escribenos_responsive,.donde_responsive{
    display: block;
  }
  .llamanos_responsive{
    margin-left: 35%;
    margin-top: -13%;
    margin-bottom: 20%;
    font-size: 4vw;
  }
  .donde_responsive{
    margin-top: -25%;
    margin-left: 65%;
    margin-bottom: 13%;
    font-size: 4vw;
  }
  .escribenos_responsive{
    margin-top: -10%;
    margin-left: 40%;
    font-size: 4vw;
  }
  .menues {
    color: black;
    font-size:5vw;text-align: center;
    margin-bottom: 1%;
    border-bottom: 1px solid #333333; 
    border-top: 1px solid #444444; 
    cursor: pointer;
    padding:7% 10%; 
    }
    .contenido_acordeon{
      font-size:5vw;
    }
  br {
    display: none;
}
  .instagram{
    margin-top: -7.2%;
  }
 
  .llamanos_responsive a,.escribenos_responsive a,.donde_responsive a{
    text-decoration: none;
    color: black;
  }
  .logo_sintexto{
    display: none;
  }
   /*FIN FOOTER RESPONSIVE*/

}