.imgPrincipalContainer {
  position: relative;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

.containerBlanco {
  width: 63%;
  height: auto;
  position: relative;
  background-color: #ffff;
  bottom: 293px;
  left: 50%;
  /* float: left; */
  display: block;
  overflow: hidden;
  transform: translateX(-50%);
  padding: 50px 10px;
}

.image1 {
  display: block;
  width: 216%;
  position: relative;
  height: 620px;
  object-fit: cover;
}

.primerCuadrado {
  width: 100%;
  position: relative;
  height: 150px;
  /* background-color: aquamarine; */
}

.titulo {
  width: 100%;
  position: relative;
  height: auto;
  /* background-color: #616b6c; */
}
.descripcion {
  width: 100%;
  position: relative;
  height: auto;
  /* background-color: #c8ff7f; */
  font-family: "BitstreamArrus";
  letter-spacing: 2px;
  line-height: 1.5;
}

.seccionCuadrados {
  width: 80%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 70px auto;
  /* background-color: #ff7fa8; */
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}

.cuadradosIzq {
  position: relative;
  float: left;
  width: 100%;
  /* height: 96%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /* top: 10%; */
  flex-wrap: wrap;
  align-content: center;
}

.cuadradoDer {
  /* position: relative; */
  /* float: right; */
  width: 100%;
}

.cuadrado {
  width: fit-content;
  margin: 0 auto;
  height: fit-content;
  border: 1px solid black;
  padding: 13px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 30%;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 3px;
  font-family: "RepleteSans-SemiBold";
  letter-spacing: 2;
}

.texto {
  width: 100%;
  position: relative;
  height: auto;
  /* background-color: #4617d7; */
  line-height: 2;
}

.textoTitulo {
  position: relative;

  margin: 0 auto;

  width: fit-content;

  font-size: 45px;

  font-family: "Futura";

  text-align: center;

  text-transform: uppercase;
}

.textoDescripcion {
  color: #b9874f;
  text-align: center;
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
  position: relative;
  top: 20%;
  margin-top: 29px;
}

.cuadradoGrande:hover {
  border: 1px solid #b9874f;
  background-color: #b9874f;
  color: white;
}
.cuadradoGrande:hover .textoQueHacerCuadrado {
  color: white;
}
.cuadradoGrande {
  border: 1px solid black;
  padding: 13px;
  padding-left: 50px;
  width: 28%;
  font-size: 21px;
  padding-right: 50px;
  font-family: "Futura";
  text-transform: uppercase;
  text-align: center;
  line-height: 27px;
  margin-bottom: 2%;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.queHacerPocitos:hover {
  color: white;
}

.textoQueHacerCuadrado {
  text-align: center;
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  /* margin-left: 10px; */
}
.cento:hover {
  background-color: #b9874f;
}
.cento {
  /* border: 1px solid black; */

  /* padding: 13px; */

  /* width: fit-content; */

  /* border: 1px solid black; */

  /* padding: 13px; */

  /* padding-left: 50px; */

  /* width: fit-content; */

  /* padding-right: 50px; */

  /* font-family: 'RepleteSans-SemiBold'; */

  /* text-transform: uppercase; */

  border: 1px solid black;

  padding: 13px;

  padding-left: 50px;

  width: fit-content;

  padding-right: 50px;

  font-family: "RepleteSans-SemiBold";

  text-transform: uppercase;

  text-align: center;

  line-height: 16px;
}
.queHacerCento:hover {
  color: white;
}

.queHacerCento {
  font-family: "BitstreamArrus";

  text-transform: lowercase;

  color: #b9874f;

  text-align: center;
}

.ciudadVieja:hover {
  background-color: #b9874f;
}

.ciudadVieja {
  /* border: 1px solid black; */

  /* padding: 13px; */

  /* width: fit-content; */

  /* border: 1px solid black; */

  /* padding: 13px; */

  /* padding-left: 50px; */

  /* width: fit-content; */

  /* padding-right: 50px; */

  /* font-family: 'RepleteSans-SemiBold'; */

  /* text-transform: uppercase; */

  border: 1px solid black;

  padding: 13px;

  padding-left: 50px;

  width: fit-content;

  padding-right: 50px;

  font-family: "RepleteSans-SemiBold";

  text-transform: uppercase;

  text-align: center;

  line-height: 16px;
}

.queHacerCiudadVieja:hover {
  color: white;
}

.queHacerCiudadVieja {
  font-family: "BitstreamArrus";
  text-transform: lowercase;
  color: #b9874f;
  text-align: center;
}

.carrasco:hover {
  background-color: #b9874f;
}

.carrasco {
  border: 1px solid black;
  padding: 13px;
  padding-left: 50px;
  width: fit-content;
  padding-right: 50px;
  font-family: "RepleteSans-SemiBold";
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
}

.queHacerCarrasco:hover {
  color: white;
}

.queHacerCarrasco {
  font-family: "BitstreamArrus";
  text-transform: lowercase;
  color: #b9874f;
  text-align: center;
}
.destinos:hover {
  background-color: #b9874f;
  color: white;
  border: 1px solid #b9874f;
}

.destinos {
  border: 1px solid black;
  padding: 0;
  padding-left: 0;
  width: calc(100% - 2px);
  padding-right: 0;
  font-family: "Futura";
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  height: 60px;
  /* display: flex; */
  margin: 0 auto;
  /* top: 50%; */
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .5s all ease-in-out;
}

.textoDentroPocitos {
  display: none;
  position: relative;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-family: "Futura";
  font-weight: 700;
  line-height: 3;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.textoDentro {
  position: relative;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-family: "Futura";
  font-weight: 700;
  line-height: 3;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.queHacer {
  background-image: url(/logo2.png);
  background-size: 20px;
  padding-bottom: 25px;
}

.aparece {
  display: block !important;
}

.desaparece {
  display: none;
}

.imagePocitos {
  width: 100%;
  margin-top: 40px;
}

.hoverCuadrados:hover {
  color: white;
}

.quedaMarcado {
  display: block !important;
  background-color: #b9874f;
  color: white;
  color: white;
}

.quedaMarcadoTexto {
  color: white;
}

.seccionCuadrados{
  display: none !important;
}

@media screen and (max-width: 770px) {
  .image1 {
    height: 354px;
    width: 100%;
  }

  .containerBlanco {
    bottom: 0px;
    width: 100%;
    padding-bottom: 40px;
  }

  .primerCuadrado {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    /* top: -50px; */
    /* z-index: 1; */
  }
  .cuadrado {
    font-size: 23px;
    font-family: "Futura";
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    top: -24px;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: normal;
    color: white;
    background-color: #ba8750;
    border: 1px solid #ba8750;
    top: 18px;
    z-index: 90;
  }

  .titulo {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }

  .textoTitulo {
    font-size: 20px;
    line-height: 31px;
    padding-top: 35px;
    font-weight: 300;
  }

  .descripcion {
    line-height: 1.2;
    /* padding-top: 28px; */
    font-family: "Futura";
  }

  .seccionCuadrados {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* padding-top: 40px; */
    margin-top: 45px;
    display: none !important;
  }

  .cuadradosIzq {
    height: auto;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }

  .cuadradoGrande {
    margin-bottom: 10px;
    width: 90%;
    padding: unset;
    margin: 0 auto;
    padding-top: 6px;
    height: 39px;
    padding-bottom: 6px;
  }

  .cuadradoGrande {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    color: white;
    background-color: black;
    border: none;
    align-items: center;
    font-family: "Futura";
    font-size: 16px;
    font-weight: 700;
  }

  .cuadradoDer {
    width: 90%;
    padding-top: 0px;
    height: auto;
    float: unset;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: black;
    border: 1px solid black;
  }

  .destinos {
    width: 100%;
    padding: unset;
    margin-top: 0px;
    padding: 0px;
    height: auto;
    border: none;
    font-family: "Futura";
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .textoDentro {
    font-size: 14px;
    line-height: 24px;
    text-align: unset;
    width: 90%;
    font-weight: 300;
  }

  .textoDentroPocitos {
    font-size: 15px;
    line-height: 2;
    padding-top: 20px;
    font-weight: 300;
  }

  .textoDescripcion {
    font-size: 14px;
    color: black;
    width: 90%;
    letter-spacing: normal;
    font-weight: 300;
  }
  .queHacer {
    padding-bottom: 0px;
  }
  .imgPrincipalContainer {
    height: 80vh;
  }

  .imgPrincipalContainer img {
    height: 100%;
    width: 100%;
  }

  .ramblaQueHacerBody {
    width: 90vw;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
