/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Celular
*/

#hoteles .titulo-secc {
  padding-left: 20px;
  padding-right: 20px;
}
#hoteles .videos-hoteles iframe {
  width: 100%;
  height: 285px;
  border-radius: 15px;
  border: 2px solid var(--gris1);
  box-shadow: var(--sombra);
  margin-bottom: 30px;
}
#hotel .cont-videos-hoteles {
  min-height: 100px;
  margin-bottom: 30px;
}
#hoteles .videos-hoteles {
  background: #fff;
  padding: 30px;
  text-align: justify;
  border: 1px solid var(--gris2);
  height: 100%;
}
#hoteles .videos-hoteles h3 {
  text-align: center;
  font-size: 1.7em;
  font-weight: 300;
}
.thumb img {
  width: 100%;
}
#hoteles .fotos {
  padding: 0;
}
#tit-hotel {
  background-color: var(--gris2);
  border-bottom: 1px solid #ccc;
}
#tit-hotel h1 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 40px;
}
.desc-hoteles {
  padding: 50px 0 0px 0;
}
.desc-hoteles h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
}
.desc-hoteles h4 {
  text-align: justify;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
.desc-hoteles hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px double var(--gris2);
  width: 50%;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Tablet vertical
*/

@media (min-width: 768px) and (max-width: 1199px) {
  #tit-hotel h1 {
    font-size: 1.5em;
    margin-top: 0px;
  }
  .desc-hoteles h4 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Monitor
*/

@media (min-width: 1200px) {
  #tit-hotel h1 {
    font-size: 1.5em;
    margin-top: 0px;
  }
  .desc-hoteles h4 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}