body{
  margin: auto;
  font-family: "Assistant";
  font-weight: 400;
}
.contenedor-gnrl{
  position: relative;
  float: left;
  width: 100%;
  line-height: 0px;
}

/* hotel */
.content-head{
  position: absolute;
  z-index: 2;
  float: left;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00000057;
  text-align: center;
  margin: 28px;
  cursor: pointer;
}
.menu-op{
  position: relative;
  float: none;
  width: 34px;
  margin: auto;
  padding: 15px 2px;
  margin-bottom: 20px;
  cursor: pointer;
}
.menu-op span{
  position: relative;
  float: left;
  height: 3px;
  width: 30px;
  background: white;
  border-radius: 28px;
  margin: auto;
  margin: 2px 0px;
}
.text-menu{
  position: relative;
  top: 6px;
  font-family: "Assistant";
  font-size: 10px;
  color: white;
  font-weight: 300;
  line-height: 15px;
  transition: all .2s ease;
}
.content-head-dos{
  position: absolute;
  float: none;
  width: 130px;
  margin: auto;
  padding: 30px 0px;
  z-index: 2;
  right: 0;
  left: 0;
}
.content-head-tres{
  position: absolute;
  float: right;
  width: 150px;
  padding: 30px 15px;
  right: 0;
  top: 0;
  z-index: 2;
}
.opx-one{
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00000057;
  text-align: center;
  margin: 5px;
  cursor: pointer;
}
.opx-one:hover, .content-head:hover{
  background: #000000;
}
.menu-content{
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  background: #808080;
  color: white;
  font-weight: 300;
  padding: 10px 15px;
  transition: all .2s ease;
}
.menu-one span{
  position: relative;
  padding: 0px 15px;
  border-right: 1px solid white;
  cursor: pointer;
}
.menu-one span:hover{
  color: black;
}
.menu-one span:last-child{
  border-right: 0px solid rgba(0,0,0,0);
}
.menu-one-sec{
  position: relative;
  float: left;
  width: 483px;
  text-align: center;
  padding: 43px 0px;
  padding-left: 43px;
  color: #808080;
  transition: all .2s ease;
}
.menu-two-sec{
  position: relative;
  float: none;
  width: 4%;
  text-align: center;
  margin: auto;
  display: block;
}
.menu-three-sec{
  float: right;
  width: 217px;
  padding: 13px 0px;
  margin-top: -110px;
  transition: all .2s ease;
}
.menu-three-sec .opx-one{
  margin: 5px 29px;
  transition: all .2s ease;
}
.menu-one-sec a{
  position: relative;
  float: left;
  padding-right: 3%;
  color: #72B1C8;
}
.menu-one-sec a span{
  color: #808080;
}
.content-menu-dos{
  position: relative;
  float: left;
  width: 100%;
  background: #F0F0F0;
}
.menu-two-sec img{
  position: relative;
  width: 80px;
  padding: 15px 0px;
  transition: all .2s ease;
}
.menu-three-sec .text-menu{
  color: #808080;
  margin-top: 0px;
  top: 3px;
}
.circulo{
  width: 7px;
  height: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  float: left;
  margin: 8px 9px;
  border: 1px solid #72B1C8;
}
.activo{
  background: #72B1C8;
}
.content-menu-dess{
  display: none;
  position: absolute;
  width: 500px;
  height: 100%;
  background: #00000061;
  padding-left: 90px;
  padding-top: 27px;
  padding-right: 30px;
  z-index: 2;
}
.top-menu{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 60px;
}
.tache{
  position: relative;
  float: left;
  width: 30px;
  cursor: pointer;
  padding: 5px 0px;
}
.letra-a{
  position: relative;
  float: right;
  width: 40px;
}
.menu-lateral{
  position: relative;
  width: 100%;
  line-height: 25px;
  color: white;
}
.menu-lateral span{
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 5px 0px;
  cursor: pointer;
}
.menu-lateral span:hover{
  border-bottom: 1px solid #72B1C8;
}
.moddle-menu, .foot-menu{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.foot-menu a{
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
.foot-menu .circulo {
  width: 7px;
  height: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  float: left;
  margin: 12px 9px;
  border: 1px solid #72B1C8;
}
.foot-menu span{
  top: 15px;
  position: relative;
  color: white;
}
.foot-menu .activo {
  background: #72B1C8;
}



/********* ***********/

/* modal */

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999999999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 700px;
  max-width: 95%;
  position: relative;
  margin: 5% auto;
  padding: 10px;
  border-radius: 0px;
  background: #fff;
}
.modalDialog .slide-uno{
  width: 800px;
  position: relative;
  margin: 10% auto;
  padding: 10px;
  border-radius: 0px;
  background: transparent;
  transition: all 2s ease;
}
.close {
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px;
  border: 1px solid #72B1C8;
}
.close:hover { background: #72b1c840; }
.content-mar-modal{
  position: relative;
  border: 1px solid #72B1C8;
  font-family: "Assistant";
  font-weight: 400;
}
.content-mar-modal-op, .content-mar-modal-fin{
  position: relative;
  border: 1px solid #72B1C8;
  font-family: "Assistant";
  font-weight: 400;
}

/* modal */
.head-modal{
  position: relative;
  margin: auto;
  width: 235px;
  padding: 25px 0px;
}
.head-modal img{
  width: 240px;
}
.content-mar-modal form{
  position: relative;
  float: left;
  width: 100%;
  font-family: "Assistant";
  font-weight: 400;
  padding: 0px 60px;
  z-index: 10;
}
.content-mar-modal label{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.content-mar-modal-op form, .content-mar-modal-fin form{
  position: relative;
  width: 100%;
  font-family: "Assistant";
  font-weight: 400;
  padding: 0px 60px;
  z-index: 10;
  padding-bottom: 40px;
}
.content-mar-modal-op label, .content-mar-modal-fin label{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.inp{
  background: #72b1c86e;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 40px;
  font-family: "Assistant";
  font-weight: 400;
}
.entrar-modal{
  position: relative;
  width: 100%;
  background: white;
  border: 1px solid #72b1c8;
  padding: 10px 0px;
  color: #72b1c8;
  cursor: pointer;
  font-weight: 100;
  letter-spacing: 3px;
}
.entrar-modal:hover{
  color: white;
  background: #72b1c8;
  border: 1px solid white;
}
.content-contraseña{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px;
  z-index: 10;
}
.olvide-pws{
  position: relative;
  padding: 0px 10px;
  border-right: 1px solid #72b1c8;
  cursor: pointer;
}
.soli-pws{
  position: relative;
  padding: 0px 10px;
  border-left: 1px solid #72b1c8;
  cursor: pointer;
}
.olvide-pws:hover, .soli-pws:hover{
  color:#72b1c8
}
.recordar-pws{
  position: relative;
  padding: 35px 60px;
  z-index: 1;
}
.atras{
  color: #FFFFFF;
  line-height: 25px;
  position: relative;
  right: -5px;
  text-align: center;
  top: 5px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px;
  border: 1px solid #72B1C8;
  float: left;
}
.atras:hover { background: #72b1c840; }
#mod-rec, #mod-sol{
  display: none;
}
.content-mar-modal-op .content-modal span, .content-mar-modal-fin .content-modal span{
  font-family: "Assistant";
  font-weight: 400;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: 100;
  color: #72b1c8;
  letter-spacing: 2px;
}
.op-menu{
  position: relative;
  width: 100%;
  display: table;
}
.menu-fixed {
  position:fixed;
  z-index:1000;
  top:0;
  width:100%;
}
.content-beneficios{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 85px;
  padding: 20px 45px;
}
.titu-bene{
  position: relative;
  float: left;
  width: 100%;
}
.titu-bene p{
  font-size: 40px;
  letter-spacing: 3px;
  margin: auto;
  color: #72B1C9;
  font-weight: 100;
}
.titu-bene span{
  font-size: 27px;
}
.titu-bene b{
  color: #808080;
}
.content-inter{
  position: relative;
  float: left;
  width: 100%;
}
.col-bene{
  position: relative;
  float: left;
  width: 50%;
}
.serv-bene{
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 35px;
}
.img-bene{
  position: relative;
  float: left;
  width: 100px;
  padding: 33px;
}
.content-des-ben{
  position: relative;
  float: left;
  width: calc(100% - 100px);
  padding-top: 25px;
}
.titulo-ben{
  position: relative;
  float: left;
  width: 100%;
  font-size: 27px;
  color: #808080;
}
.des-ben{
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  padding-bottom: 25px;
  border-bottom: 2px solid #72B1C9;
}
.valides{
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  padding-top: 15px;
}
.aviso-des{
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 50px;
}
.aste-des{
  position: relative;
  float: left;
  width: 40px;
}
.des-aste{
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 0px 25px;
  font-size: 14px;
}
.mismo-tamanio{
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactanos-fot{
  background: url(../images/background_contacto.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
  height: 700px;
}
.cont-titulo{
  position: relative;
  float: left;
  width: 100%;
  color: white;
  font-weight: 100;
  text-align: center;
  padding: 75px 0px;
}
.cont-titulo p{
  position: relative;
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}
.cont-titulo span{
  position: relative;
  float: left;
  width: 100%;
  font-size: 35px;
  letter-spacing: 2px;
}
.btn-conta{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.op-btn{
  position: relative;
  background: transparent;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
  padding: 15px 45px;
  margin-right: 40px;
  cursor: pointer;
}
.op-btn-f{
  position: relative;
  background: transparent;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
  padding: 15px 52px;
  cursor: pointer;
}
.op-btn:hover, .op-btn-f:hover{
  background: #72B1C8;
  color: white;
  border: 1px solid #72B1C8;
}
#destinos #experiencia, #beneficios, #contacto{
  position: relative;
  float: left;
  width: 100%;
}
.foot-in{
  position: relative;
  float: left;
  width: 100%;
}
.content-foot{
  position: relative;
  float: left;
  width: 100%;
  padding: 35px 40px;
  text-align: center;
  color: white;
  background:  #808080;
  font-weight: lighter;
}
.posada-com{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: lighter;
  color: #808080;
  padding: 20px 0px;
  font-size: 12px;
}
.posada-com p{
  font-size: 15px;
}
.facebook-foot{
  background: url(../images/footer_icono_fb_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 13px;
  height: 26px;
  float: left;
  margin: 4px 15px;
  cursor: pointer;
}
.facebook-foot:hover{
  background: url(../images/footer_icono_fb_on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.youtube-foot{
  background: url(../images/footer_icono_youtube_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 40px;
  height: 26px;
  float: left;
  margin: 4px 15px;
  cursor: pointer;
}
.youtube-foot:hover{
  background: url(../images/footer_icono_youtube_on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.twitter-foot{
  background: url(../images/footer_icono_tw_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 30px;
  height: 21px;
  float: left;
  margin: 4px 15px;
  cursor: pointer;
}
.twitter-foot:hover{
  background: url(../images/footer_icono_tw_on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.red-social{
  position: relative;
  margin: auto;
  width: max-content;
}
.marcas{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 1px;
}
.opc-marcas{
  position: relative;
  float: none;
  width: 1065px;
  margin: auto;
  max-width: 90%;
}
.col-opc{
  position: relative;
  float: left;
  width: 20%;
  text-align: left;
  padding: 0px 30px;
}
.col-opc span{
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid white;
  font-size: 15px;
  font-weight: lighter;
  margin-bottom: 15px;
}
.col-opc p{
  position: relative;
  float: left;
  width: 100%;
  margin: auto;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.col-opc p:hover{
  color: #72B1C9;
}
.posada-com a{
  padding: 0px 10px;
  text-align: center;
  font-weight: lighter;
  color: #808080;
  border-right: 1px solid;
}
.ult-lat{
  border-right: 0px !important;
}
.movil-terminos{
  display: none;
}
.des-mos{
  display: block;
}
.img-movil{
  display: none;
}

@media screen and (max-width: 1700px){
  .btn-reserva input {
    margin-right: 25px;
    top: 90px;
  }
  .mostra-gal .btn-reserva {
    padding: 17% 0%;
  }
  .col-op-hotel-slide .btn-reserva input {
    margin-right: 25px;
    top: 120px;
  }
}

@media screen and (max-width: 1540px){
  .des-hotel-clave {
    padding: 80px 35px;
  }
  .col-op-hotel-slide .col-zonas {
    height: 440px;
  }
  .col-op-hotel-slide .col-zonas img {
    height: 440px;
  }
  .col-op-hotel-slide .btn-reserva {
    padding: 133px 0%;
  }
  .col-op-hotel-slide .btn-reserva input {
    margin-right: 25px;
    top: 100px;
  }
  .btn-reserva input {
    margin-right: 25px;
    top: 80px;
  }
  .mostra-gal .btn-reserva {
    padding: 15% 0%;
  }
  .des-serv-hotel-clave {
    position: relative;
    float: right;
    width: 45%;
  }
  .des-hotel-clave {
    position: absolute;
    float: left;
    width: 30%;
  }
}


/* Carousel */
.slick-list{
  padding: 0 !important;
}
.carousel-eventos{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  table-layout: fixed;
  overflow: hidden;
}
.carousel-item{
  width: 100%;
  height: auto;
  display: block;
}
.carousel-item{
  background-image: url('../images/carrousel1.jpg');
  background-size: cover;
  background-position: center;
}
.carousel-item::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
}

.carousel-item img{
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}
.carousel-info{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 12% 0 12% 0;
  z-index: 2;
}

.carousel-info p{
  text-align: center;
  color: #fff;
  line-height: normal;
  margin: 0;
  font-size: 2.2em;
  font-weight: 300;
}

.carousel-info .date{
  padding: 50px 0 0 0;
  width: 80%;
  margin-left: 10%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.carousel-info .date .date-items{
  width: calc(33.3333% - 40px);
  padding: 0 20px;
  margin: 0 20px;
  background: transparent;
  border: 1px solid #ffff;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

.carousel-info .date .date-items p{
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  margin: 10px 0 2px 0;
}

.carousel-info .date .date-items span{
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  line-height: normal;
  margin: 2px 0 10px 0;
}

.slick-prev, .slick-next {
  width: 31px;
  height: 62px;
  background-image: url('../images/arrows.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 31px 62px;
  background-color: transparent;
  z-index: 100;
  margin-top: -62px;
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.slick-next {
  background-position: 0;
  right: 5px;
}

.slick-prev {
  background-position: 0;
  left: 5px;
  transform: rotate(180deg);
}


#prev-events.container-sections{
  overflow: hidden;
  padding: 0;
}

.container-sections {
  margin: 20px 0;
  padding: 0 50px 0 50px;
}

.container-sections h2 {
    text-align: center;
    color: #86aec5;
    font-size: 4em;
    margin-bottom: 25px;
    font-weight: 300;
    position: initial;
}


@media screen and (max-width: 1200px){
  .content-menu-dess {
    width: 300px;
    padding-left: 40px;
  }
  .menu-two-sec img {
    width: 60px;
    padding: 5px 0px;
  }
  .menu-one-sec {
    padding: 25px 0px;
    font-size: 13px;
  }
  .circulo {
    margin: 6px 9px;
  }
  .menu-three-sec {
    width: 140px;
    padding: 5px 0px;
    margin-top: -70px;
  }
  .opx-one {
    width: 30px;
    height: 30px;
  }
  .menu-three-sec .opx-one {
    margin: 5px 20px;
  }
  .text-menu {
    font-size: 8px;
    line-height: 10px;
  }
  .menu-content {
    font-size: 12px;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 1024px){
  .menu-two-sec {
    width: 0%;
  }
}

@media screen and (max-width: 900px){
  .content-menu-dess {
    width: 100%;
    background: #000000;
    z-index: 99;
  }
  .col-opc p {
    font-size: 10px;
  }
  .col-opc span {
    font-size: 13px;
  }
  .col-opc {
    padding: 0px 10px;
  }
  .opc-marcas {
    position: relative;
    float: none;
    width: 820px;
    margin: auto;
    max-width: 100%;
  }
  .top-menu {
    margin-bottom: 20px;
  }
  .moddle-menu, .foot-menu {
    margin-bottom: 15px;
  }
  .menu-lateral {
    line-height: 15px;
    font-size: 12px;
  }
  .foot-menu a {
    padding-bottom: 0px;
    font-size: 12px;
  }
  .foot-menu .circulo {
    margin: 9px 9px;
  }
  .foot-menu span {
    top: 12px;
  }
  .menu-three-sec {
    margin-top: 0px;
  }
  .menu-two-sec{
    display: none;
  }
  .menu-one-sec {
    width: 365px;
  }
}

@media screen and (max-width: 840px){
  .modalDialog .slide-uno{
    width: 600px;
    transition: all 2s ease;
  }
  .center-modal {
    width: 120px;
  }
  .carousel-info .date .date-items{
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px){
  .carousel-info .date{
    padding: 20px 0 0 0;
  }
  .carousel-info{
    padding: 18% 0 5% 0;
  }
  .carousel-info p{
    font-size: 1.5em;
  }
  .slick-prev, .slick-next{
    width: 21px;
    height: 52px;
    background-size: 21px 52px;
  }
}
@media screen and (max-width: 700px){
  .des-mos, .marcas, .opc-marcas{
    display: none;
  }
  .movil-terminos{
    display: block;
    color: white;
  }
  .posada-com a {
    color: white;
    width: 100%;
    position: relative;
    float: left;
    border-right: 0px;
    font-size: 12px;
  }
  .red-social {
    position: relative;
    margin: auto;
    width: 173px;
  }
  .content-foot {
    padding-bottom: 0px;
  }
  .menu-one span {
    padding: 0px 5px;
  }
  .menu-three-sec .opx-one {
    margin: 5px 5px;
  }
  .menu-three-sec {
    width: 85px;
  }
  .content-menu-dess {
    padding-left: 40px;
  }
  .content-head-dos {
    width: 90px;
  }
  .opx-one {
    width: 30px;
    height: 30px;
    margin: 5px 12px;
  }
  .content-head {
    width: 40px;
    height: 40px;
  }
  .menu-op span {
    height: 1px;
    width: 25px;
    margin: 2px 4px;
  }
  .menu-op {
    width: 34px;
    padding: 12px 1px;
    margin-bottom: 15px;
  }
  .text-menu {
    font-size: 8px;
  }
}

@media screen and (max-width: 620px){
  .center-modal {
    width: 125px;
  }
  .menu-slider span {
    padding: 0px 0px;
    font-size: 10px;
  }
  .modalDialog .slide-uno {
    width: 414px;
    transition: all 2s ease;
  }
  .circulo {
    margin: 6px 4px;
  }
  .top-menu {
    margin-bottom: 5px;
  }
  .tache {
    width: 20px;
  }
  .letra-a {
    width: 20px;
  }
  .content-head-tres {
    width: 110px;
    padding: 30px 0px;
  }
  .menu-one-sec {
    width: 280px;
    font-size: 11px;
  }
  .menu-content {
    font-size: 10px;
    text-align: center;
  }
  .cont-titulo {
    padding: 75px 20px;
  }
}

@media screen and (max-width: 490px){
  .modalDialog .slide-uno {
    width: 320px;
    transition: all 2s ease;
  }
  .carousel-info .date .date-items{
    margin: 10px 0;
  }
  .carousel-info .date .date-items p{
    margin: 5px 0 2px 0;
  }
  .carousel-info .date .date-items span{
    margin: 2px 0 5px 0;
  }
}

@media screen and (max-width: 414px){
  .modalDialog .slide-uno {
    margin: 0% auto;
  }
  .aviso-des {
    padding: 20px 0px;
  }
  .menu-lateral {
    font-size: 10px;
  }
}

@media screen and (max-width: 375px){
  .modalDialog .slide-uno {
    width: 85%;
    transition: all 2s ease;
  }
  .head-modal {
    padding: 10px 0px;
  }
  .menu-one-sec {
    width: 170px;
    font-size: 12px;
    padding: 15px;
  }
  .fixed-menu-content {
    font-size: 8px !important;
  }
  .menu-one span {
    padding: 0px 3px;
  }
  .menu-content {
    font-size: 8px;
  }
  .content-head {
    margin: 10px;
  }
  .content-head-dos {
    width: 60px;
    padding: 18px 0px;
  }
  .content-head-tres {
    width: 80px;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 320px){
  .menu-slider {
    width: 130%;
    bottom: 140px;
    padding: 0px 5px;
    left: -35px;
  }
  .menu-slider span {
    padding: 0px 0px;
    font-size: 9px;
  }
}

/***** FAQ *******/
.faq-menu-wrapper{
  display: table;
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin: 0 0 20px 0;
  text-align: center;
  background-color: #f0f0f0;
}

.faq-menu-wrapper.fix-position{
  position: fixed;
  top: 0px;
  z-index: 2;
  padding: 5px 0;
}

.faq-menu-wrapper ul{
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.faq-menu-wrapper ul li{
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #7f7f7f;
  vertical-align: top;
  width: 150px;
}

.faq-menu-wrapper ul li:last-child{
  border-right: 0px solid rgba(0,0,0,0);
}

.faq-menu-wrapper ul li a{
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  display: block;
  line-height: 1;
  font-weight: 300;
}

.faq-menu-wrapper.fix-position ul li a{
  font-size: 0.7rem;
}

.faq-menu-wrapper ul li a img{
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto 15px auto;
  fill: #7f7f7f;
  transition: all 0.5s ease 0s;
}

.faq-menu-wrapper.fix-position ul li a img{
  width: 40px;
  height: 40px;
}

.faq-menu-wrapper ul li a.active img{
  fill: #86aec5;
}
.faq-menu-wrapper ul li a.active{
  color: #86aec5;
}

.tab-content{
  margin: 20px 0;
  display: table;
  width: 100%;
  height: auto;
}

.tab-content .title-tap{
  padding: 0 0 20px 0;
  display: table;
}

.tab-content .title-tap > *{
  float: left;
}

.tab-content .title-tap img{
  margin: 0 35px 0 10px;
  max-width: 100px;
  width: 70px;
  height: 70px;
  fill: #86aec5;

}

.tab-content .title-tap h2{
  text-align: left;
  font-size: 2em;
  color: #86aec5;
  font-weight: 300;
  margin: 20px 0;
  padding: 0;
  letter-spacing: 0.02em;
}

.tab-content .title-tap h2:after{
  content: initial !important;
}

.tab-content .tab-wrapper{
  border: 1px solid #7f7f7f;
  padding: 20px 80px 20px 80px;
  height: auto;
  display: table;
  margin: 0 0 20px 0;
  cursor: pointer;
}

.tab-content .tab-wrapper img{
  width: 25px;
  height: 25px;
  margin: 0 25px 0 0;
  position: absolute;
  top: 25px;
  left: 20px;
  stroke: #86aec5;
}

.tab-content .tab-wrapper img.close{
  display: none;
}

.tab-content .tab-wrapper.active img.close{
  display: block;
}

.tab-content .tab-wrapper.active img.open{
  display: none;
}

.tab-content .tab-wrapper p.title-tab{
  text-align: left;
  color: #000;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  margin: 0;
}

.tab-content .tab-wrapper .tab-hidden{
  width: 100%;
  display: none;
  margin: 10px 0;
}

.tab-content .tab-wrapper .tab-hidden span{
  width: 100%;
  height: 3px;
  background: #86aec5;
  margin: 0 0 25px 0;
  display: block;
}

.tab-content .tab-wrapper .tab-hidden p{
  text-align: left;
  font-size: 1em;
  color: #000;
  letter-spacing: 0.02em;
  line-height: normal;
  font-weight: 300;
  margin: 0;
}

.fixed-div{
  width: 100%;
  position: relative;
  display: none;
  height: 154px;
}
.fixed-div.menu-fixed{
  display: table;
}
.fixed-faq{
  width: 100%;
  height: 130px;
  position: relative;
  display: none;
}
.faq-menu-wrapper.fix-position ~ .fixed-faq{
  display: block;
}
.to-top{
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 53px;
    height: auto;
    display: block;
    z-index: 2;
    cursor: pointer;
}
@media screen and (max-width: 767px){
  .tab-content{
    padding: 0;
  }
  .tab-content .title-tap{
    padding: 0 0 10px 0;
  }
  .tab-content .tab-wrapper{
    padding: 20px 20px 20px 40px;
  }
  .tab-content .tab-wrapper .tab-hidden span{
    margin: 0 0 15px 0;
  }
  .container-sections h2{
    font-size: 2em;
  }
  .tab-content .title-tap h2{
    font-size: 1.5em;
    margin: 5px 0;
  }
  .tab-content .tab-wrapper p.title-tab{
    font-size: 1em;
    line-height: normal;
  }
  .tab-content .title-tap img{
    width: 40px;
    height: 40px;
    margin: 0 20px 0 10px;
  }
  .tab-content .tab-wrapper .tab-hidden p{
    font-size: 0.8em;
  }
  .tab-content .tab-wrapper img{
    width: 15px;
    height: 15px;
    left: 10px;
  }
  .faq-menu-wrapper ul li{
    width: 25%;
    padding: 0 10px;
  }
  .faq-menu-wrapper ul li a, .faq-menu-wrapper.fix-position ul li a{
    font-size: 0.7rem;
  }
  .faq-menu-wrapper ul li a img, .faq-menu-wrapper.fix-position ul li a img{
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
  }
  .faq-menu-wrapper.fix-position{
    top: inherit;
    bottom: -20px;
    padding: 10px 0;
  }
  .faq-menu-wrapper.fix-position ~ .fixed-faq{
    display: none;
  }
}

@media screen and (max-width: 480px){
  .faq-menu-wrapper ul li a, .faq-menu-wrapper.fix-position ul li a{
    font-size: 0.5rem;
  }
}
