/* :root {
  --header: url(../../images/cabecera.jpg) 50% 50% / cover;
} */
#tabla.nolinks table tbody tr td.link-plano {
  cursor: pointer;
}

.opacidad {
  opacity: .5;
  pointer-events: none;
}

#tabla {
  margin: 140px 0px;
}


#tabla table tbody tr th {
  text-transform: uppercase;
}

/* 
#tabla.nolinks table tbody tr td a {
  pointer-events: none;
} */

#tabla table {
  width: 100%;
}

section .web_width {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

section .title_st {
  text-align: center;
  color: #4D4D4D;
  font-family: 'Univers-bold';
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 20px;
}

#tabla table tbody {
  font-size: 18px;
  text-align: center;
}

#tabla table tbody img {
  width: 30px;
}

#tabla table tbody tr th,
.titulotipo {
  font-family: 'Univers-bold';
  color: #4D4D4D;
  text-align: center;
  border-bottom: 1px solid #4D4D4D;
  padding: 10px;
}

.reserved {
  pointer-events: none;
  opacity: .4;
}

#tabla table tbody tr th:nth-child(even) {
  background: #ECE6E4;
}

#tabla table tbody tr td {
  border-bottom: 1px solid #4D4D4D;
  padding: 10px;
  font-family: 'Univers', sans-serif;
}

#tabla table tbody tr td:nth-child(even) {
  background: #ECE6E4;
}

/* 
* Cabecera
* -----------------------------------------------------
*/



#cabecera {
  height: 100%;
  min-height: 950px;
  position: relative;
}

#cabecera .title {
  min-height: 900px;
  text-align: center;
  display: flex;
  /* transform: translate(-50%, -50%); */
}

#cabecera .title .descripcion {
  padding: 80px 40px 60px 50px;
  text-align: start;
}

#cabecera .title .descripcion .precio,.cabecera-left .banner {
  font-size: 24px;
  padding: 18px;
  margin-top: 30px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#cabecera .title .left h2 {
  font-size: 22px;
  line-height: 38px;
  margin-top: 32px;
}

#cabecera .title .left h1 {
  font-size: 46.078px;
}

@media (min-width: 992px) {
#cabecera .title .left {
  position: absolute;
}
}
#cabecera .title .left {
  right: 100px;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 40%;
  padding: 30px;
  max-width: 630px;
}

#cabecera .title .left .logo {
  text-align: start;
}

#cabecera .title .right {
  flex: 1;
  height: auto;
}

.cabecera-left {
  background: url(../images/cabecera.jpg) 50% 50% / cover;
  height: 100%;
  position: relative;
}

.cabecera-left .banner{
  padding: 14px 30px;
  position: absolute;
  bottom: 5%;
  left: 5%;
 background-color: #EEEBDC; 
  letter-spacing: .5px;
  border: none;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.732));
}

@media only screen and (min-width: 1700px) {
  .cabecera-left {
    background-position: 50% 45%;
  }
}

@media only screen and (max-width: 1500px) {
  #cabecera .title .left {
    max-width: 550px;
  }

  #cabecera .title .descripcion {
    padding: 40px 40px 40px 40px;
  }

}

@media only screen and (max-width: 1200px) {
  #cabecera .title .left {
    max-width: 453px;
  }

  #cabecera .title .left h1 {
    font-size: 42px;
  }

  #cabecera .title .descripcion .precio ,.cabecera-left .banner{
    font-size: 22px;
  }
}

@media only screen and (max-width: 992px) {
  #cabecera .title {
    flex-direction: column;
  }

  #tabla table tbody {
    font-size: 16px;
  }

  #tabla table tbody tr th {
    padding: 5px;
  }

  #cabecera .title .descripcion {
    padding: 50px 30px 40px;
  }

  #cabecera .title .left h2 {
    margin-top: 10px;
  }

  #cabecera .title .left {
    width: 100%;
    max-width: 100%;
  }

  #cabecera .title {
    min-height: 950px;
  }

  #cabecera .title .left h1 {
    font-size: 38px;
  }

  #cabecera .title .left h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #cabecera .title .left .logo img {
    width: 200px;
  }

  #tabla {
    margin: 50px 0px;
  }

  section .title_st {
    font-size: 19px;
  }

  #tabla .tabla {
    overflow-x: scroll;
  }

  #tabla .tabla table {
    width: 600px;
  }

  #cabecera .title .left h1 {
    font-size: 30px;
  }

  #cabecera .title .left h2 {
    font-size: 20px;
  }

  #cabecera .title .descripcion {
    padding: 50px 10px 10px;
  }

  #cabecera .title .descripcion .precio {
    font-size: 19px;
  }

  #cabecera .title .descripcion .precio {
    margin-top: 16px;
  }

  #cabecera .title {
    min-height: 750px;
  }

  .cabecera-left {
    background-position: bottom;
  }
}

@media only screen and (max-width: 480px) {
  #cabecera .title .left h1 {
    font-size: 23px
  }

  .cabecera-left .banner{
        width: 100%;
          right: 0;
          bottom: 0;
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
  }

  section .title_st {
    font-size: 18px;
  }

  #cabecera .title .left h2 {
    line-height: 30px;
  }

  #cabecera .title .left .logo img {
    width: 165px;
  }

  #cabecera .title .descripcion {
    padding: 30px 0px 0px;
  }
}

/* 
* Section
* -----------------------------------------------------
*/
#section1 .flotante {
  position: absolute;
  background-color: #EEEBDC;
  left: -200px;
  max-width: 600px;
  padding: 40px;
  /* 146.667% */
  top: 50%;
  transform: translateY(-50%);
}

#section1 .contentBanner {
  flex: 1;
}

#section1 .flotante h2 {
  color: #000;
  font-family: 'Univers', sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 44px;
}

.paragraph {
  margin: 0 auto;
  width: 480px;
}

.picture img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1500px) {
  #section1 .flotante h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1500px) {
  #section1 .flotante h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  #section1 .flotante h2 {
    font-size: 20px;
  }

  #section1 .flotante {
    padding: 25px;
  }

  #section1 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  #section1 {
    padding-bottom: 0;
  }

  #section1 .flotante {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    max-width: initial;
  }



  #section1 .flotante h2 {
    width: 80%;
    text-align: center;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  #section1 .flotante h2 {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #section1 .flotante h2 {
    line-height: 30px;
  }

  #section1 .flotante {
    padding: 0;
  }

  #section1 .picture img {
    min-height: 320px;
  }
}

/* 
* section2
* -----------------------------------------------------
*/
#section2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section2>div {
  width: 32%;
  gap: 30px;
  border: none;
  max-width: 520px;
}

#section2>div img {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}

#section2>div p {
  margin-right: 98px;
  line-height: 26px;
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  #section2>div p {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  #section2 {
    justify-content: space-around;
    gap: 30px;
  }

  #section2>div {
    width: 47%;
  }

  #section2>div img {
    height: 340px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 580px) {
  #section2>div img {
    height: 460px;
  }

  #section2>div {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #section2>div img {
    height: 310px;
  }
}

/* 
* ICONOS
* -----------------------------------------------------
*/

#icons span,
#icons h2,
#dossier span {
  display: block;
  margin-bottom: 10px;
}

#icons h2 {
  font-size: 32px;
  line-height: 44px;
  /* 137.5% */
}

#icons .ctnIconos {
  gap: 30px;
  /* max-width: 1200px; */
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

#icons .ctnIconos .icon-container {
  width: 220px;
}

@media only screen and (min-width: 1660px) {
  #icons .ctnIconos {
    max-width: 1600px;
  }

  #icons .ctnIconos .icon-container:not(#icons .ctnIconos .icon-container:nth-child(4), #icons .ctnIconos .icon-container:nth-child(8)) {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 1500px) {
  #icons .ctnIconos {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1500px) {
  #icons .ctnIconos {
    max-width: 100%;
  }

  #icons .ctnIconos .icon-container {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  #icons .ctnIconos {
    max-width: 100%;
    gap: 35px;
    justify-content: space-evenly;
  }

  #icons h2 {
    line-height: 35px;
    font-size: 26px;
  }

  #icons .ctnIconos .icon-container {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  #icons .ctnIconos .icon-container img {
    width: 60px;
  }
}

@media only screen and (max-width: 480px) {
  #icons h2 {
    font-size: 20px;
    line-height: 35px;
  }

  #icons .ctnIconos .icon-container {
    width: 45%;
  }

  #icons .ctnIconos {
    gap: 20px;
  }
}

/* 
* DOSSIER
* -----------------------------------------------------
*/
#dossier .btnGeneral {
  margin-top: 40px;
  border: 1.5px solid #464535;
  min-width: 290px;
  color: black;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  #dossier h2 {
    font-size: 23px;
  }
}

/* 
* Map
* -----------------------------------------------------
*/

#mapa {
  justify-content: space-between;
  gap: 100px;
  flex-direction: column;
}

#mapa .right {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

#mapa .right h2 {
  color: #000;
  font-family: 'Univers', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  /* 137.5% */

}

#mapa .right p {
  color: #4D4D4D;
  font-size: 16px;
  margin-bottom: 0;
}

#mapa .left {
  width: 40%;
}

#mapa .picture img {
  width: 80%;
}

#mapa .map-imgs {
  justify-content: space-between;
}

#mapa .map-imgs img {
  width: 167px;
  height: 168px;
}

@media only screen and (min-width: 1750px) {
  #mapa .map-imgs img {
    width: 187px;
    height: 180px;
  }
}

/* 
* Responsive
* -----------------------------------------------------
*/

@media only screen and (max-width: 992px) {
  .paragraph {
    width: 100%;
  }

  #mapa>div:first-child {
    flex-direction: column;
  }

  #mapa .left {
    width: 100%;
  }

  #mapa .picture img {
    margin: auto;
    width: 400px;
  }

  #mapa .right {
    gap: 15px;
  }

  #mapa .right h2 {
    font-size: 25px;
  }

  #mapa .map-imgs {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 768px) {
  .cabecera-left .banner{
    font-size: 20px;
  }
  #mapa .right h2 {
    font-size: 21px;
    line-height: 35px;
  }

  #mapa {
    gap: 50px;
  }

  .linkmap {
    min-height: 350px;
  }

  .linkmap img {
    object-fit: cover;
  }
}

@media only screen and (max-width: 480px) {
  #mapa .right h2 {
    font-size: 18px;
  }

  #dossier .btnGeneral {
    min-width: auto;
  }

  #mapa .picture img {
    width: 100%;
  }

  #mapa .map-imgs {
    gap: 15px;
  }

  #mapa .map-imgs img {
    width: 45%;
    height: 140px;
  }
}

#popup form .input-style {
  width: 100%;
}

#popup .modalbody {
  background-color: #ECE6E4;
}

#popup form .submits,
#popup form .submits>div:first-child {
  flex-direction: column;
}

#section4 {
  width: 100%;
  padding: 30px;
  background: #f2e8e3;
}

#comprobante.descar {
  height: 90vh;
  min-height: 900px;
}

#section4 .title_st {
  margin-bottom: 0;
}

#section4 .botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#section4 .botones a {
  display: block;
  padding: 15px;
  width: 300px;
  text-align: center;
  font-family: 'Raleway-Bold';
  font-size: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  background: white;
  margin: 10px 30px;
  color: black;
  cursor: pointer;
  transition: .4s;
}

#section4 .botones a:hover {
  text-decoration: none;
  background: black;
  color: white;
}