.image1 {
  width: 100%;
  position: relative;
  height: 525px;
  object-fit: cover;
}
.container-portada{
  position: relative;
}

/* .pageTittleContainer {
  position: absolute;
  background-color: #b9874f;
  width: fit-content;
  left: 50%;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: -32px;
  height: 64px;
  transform: translateX(-50%);
  text-align: center;
} */

.pageTittle {
  position: absolute;
  background-color: #b9874f;
  color: white;
  width: 350px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  font-family: "Futura";
  text-transform: uppercase;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  top: 95%;
}

.description {
  height: 409px;
  background-color: white;
}

.textoDescription {
  position: relative;
  width: 46%;
  margin: 0 auto;
  font-family: "BitstreamArrusBT";
  color: #231f20;
  text-align: center;
  top: 23%;
  font-size: 22px;
  letter-spacing: 2px;
}

.imgContainer {
  position: relative;
  background-size: cover;
}

.containerPrincipal {
  height: auto;

  background-image: url(/logo2.png);

  background-size: 20px;

  padding-bottom: 25px;
}

.salaDeEventos {
  z-index: 7;
  width: 75%;
  height: auto;
  position: relative;
  background-color: #ffff;
  bottom: 144px;
  left: 50%;
  /* float: left; */
  display: block;
  overflow: hidden;
  transform: translateX(-50%);
  box-shadow: 0px 5px 10px #00000010;
  /* padding-bottom: 74px; */
}

.opciones {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 220px;
  background-color: white;
  padding-top: 185px;
  /* padding-bottom: 185px; */
  overflow: hidden;
}

.image-holder {
  /* width: 50%; */

  /* height: 100px; */

  /* background-size: cover; */

  width: 50%;

  text-align: center;

  position: relative;

  float: left;
}

.image2 {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center;
}

.text-holder {
  position: relative;
  width: 50%;
  height: 409px;
  float: right;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.containerTitle {
  position: relative;
  width: -webkit-fill-available;
  /* height: 130px; */
}

.title {
  position: relative;
  width: 80%;
  transform: translateX(-50%);
  margin-top: 0;
  line-height: 40px;
  padding-bottom: 30px;
  color: white;
  height: fit-content;
  text-align: center;
  left: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 3px;
  font-family: "BitstreamArrus";
  font-size: 36px;
  text-transform: none;
  color: #000000;
}
.descriptionTextHolder {
  width: 80%;
  height: auto;
  line-height: 20px;
  height: auto;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  text-align: center;
  position: relative;
  font-family: "BitstreamArrusBT";
  color: #b9874f;
}

.cajaTitulo {
  /* margin-top: 62px; */

  position: relative;

  border-bottom: 1px solid;

  border-top: 1px solid;

  width: fit-content;

  margin: 0 auto;

  padding: 16px;

  padding-left: 134px;

  padding-right: 134px;

  font-family: "RepleteSans-Medium";

  /* margin-top: 21px; */

  /* padding-top: 196px; */
}

.tituloOpciones {
  text-align: center;

  font-size: 31px;
}

.containerDeSalas {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 50px;
  display: flex;
  /* overflow: hidden; */
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.caja {
  width: fit-content;
  position: relative;
  height: auto;
  float: left;
  padding: 52px;
  /* padding-left: 5%; */
  /* padding-right: 5%; */
}

.imagenCaja {
  padding-bottom: 20px;
}

.image3 {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.infoCaja {
  width: 100%;

  height: fit-content;


  /* padding-top: 27px; */
}

.sala {
  width: 100%;
  height: 25px;
  line-height: 35px;
  text-align: center;
  font-family: "RepleteSans-Medium";
  font-size: 23px;
  margin-bottom: 8px;
}

.formato {
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 35px;
  font-family: "RepleteSans-Medium";
  font-size: 23px;
  margin-bottom: 8px;
}

.asistentes {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 770px) {
  .image1 {
    height: 100%;
  }
  .imagenCaja{
    margin-bottom: 0px;
  }
  .infoCaja{
    margin-bottom: 30px;
  }

  .pageTittleContainer {
    width: 60%;
  }

  .pageTittle {
    font-size: 20px;
    font-family: "Futura";
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 67vh;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    letter-spacing: normal;
    color: white;
    background-color: #ba8750;
    border: 1px solid #ba8750;
    bottom: 0;
    z-index: 90;
    width: 75%;
    /* margin: auto;*/
  }

  .description {
    overflow: hidden;
    height: auto;
  }

  .textoDescription {
    letter-spacing: unset;
    width: 85%;
    font-size: 15px;
    line-height: 20px;
    margin-top: 76px;
    height: auto;
    overflow: hidden;
    padding-bottom: 127px;
    font-family: "Futura";
    font-weight: 700;
  }

  .salaDeEventos {
    bottom: 97px;
    width: 90%;
  }

  .image-holder {
    width: 100%;
    height: 430px;
  }
  .text-holder {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .cajaTitulo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .containerDeSalas {
    width: 100%;
  }

  .caja {
    padding: 1px;
  }
  .imgContainer.mobileElement {
    height: 73vh;
  }

  .containerPrincipal {
    background: white;
  }

  .title {
    width: 100%;
    font-size: 28px;
    line-height: 31px;
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .image2 {
    height: 100%;
  }

  .containerTitle {
    height: 90px;
  }

  .descriptionTextHolder {
    color: black;
  }
}
