/*   comentarios  */
/*   # para id    */
/*   . para class */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #444;
  font-family: "Lato", sans-serif;
  background-color: rgb(235, 229, 223);
  margin: 0; /* para que haya margen sup */
  font-size: 22px;
  line-height: 31px;
}
.col20 {
  display: flex;
  flex-direction: row;
  height: 20vh;
  margin: 0 auto;
  gap: 2%;
}
.col30 {
  display: flex;
  flex-direction: row;
  height: 30vh;
  margin: 0 auto;
  gap: 2%;
}
.col40 {
  display: flex;
  flex-direction: row;
  height: 40vh;
  margin: 0 auto;
  gap: 2%;
}
.col50 {
  display: flex;
  flex-direction: row;
  height: 50vh;
  margin: 0 auto;
  gap: 2%;
}
.col75 {
  display: flex;
  flex-direction: row;
  height: 75vh;
  margin: 0 auto;
  gap: 2%;
}
.col100 {
  display: flex;
  flex-direction: row;
  height: 100vh;
  margin: 0 auto;
  gap: 2%;
}
.collibre {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 2%;
}
/* usar mejor a-sabias2, la url img va en html y no en css  */
.full {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  background: url(img/hill.jpg) no-repeat center center fixed;
  background-size: cover;
  /*overflow: hidden;*/
}
.izq {
  width: 20%;
  /*border: 3px dotted rgb(243, 71, 19);*/
}
.centro {
  width: 35%;
  /*border: 3px dotted rgb(39, 228, 39);*/
}
.centroimg {
  display: flex;
  flex-direction: row;
  width: 35%;
  gap: 2%;
  /*border: 3px dotted rgb(36, 245, 36);*/
}

.der {
  display: flex;
  flex-direction: row;
  width: 45%;
  gap: 2%;
  /*border: 3px dotted rgb(19, 110, 228);*/
}
.der1 {
  width: 50%;
}
.der150 {
  height: 20%;
  /*background-color: rgb(41, 196, 207);*/
}
.der2 {
  width: 50%;
}
.divfull {
  width: 50%;
  height: 50%;
  margin: auto;
  padding: 5%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.397);
  border-radius: 15px;
}
.titulo1 {
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.pder {
  font-size: 18px;
  line-height: 18px;
}
.pcaption1 {
  font-size: 18px;
  line-height: 18px;
  background-color: rgba(196, 189, 189, 0.014);
  text-align: center;
}
.pfull {
  font-size: 28px;
  line-height: 48px;
  color: #121212;
}
.h1titulo1 {
  color: #121212;
  font-family: merriweather, Sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.2px;
}
.h2full {
  color: #121212;
  font-size: 40px;
}
.h2sub {
  /*color: #121212;*/
  font-size: 30px;
  line-height: 1.3em;
}
.h2topserie {
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  bottom: 45%;
  right: 15%;
  font-size: 3rem;
  background-color: black;
  padding: 15px;
}
.recuadro {
  height: 100%;
  padding: 5%;
  font-style: italic;
  background-color: rgb(187, 179, 179);
  color: #121212;
  font-family: merriweather, Sans-serif;
  font-size: 26px;
  line-height: 2.1em;
}
.imagentopwide {
  /* una col, elementos se agregan hacia abajo -rows- */
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 60vh;
  margin: 0 auto; /* para que se centre dentro de su contenedor */
  padding: 0;
  /*justify-content: center;
  align-items: center;
  /*border: 3px dotted rgb(108, 153, 108);*/
  /*margin-top: -35px;*/
}

.imagentop1 {
  display: flex;
  width: 60%;
  height: 50vh;
  margin: 0 auto;
}
.imagenenmedio1 {
  display: flex;
  flex-direction: column;
  width: 35%;
  height: 85%;
  margin: 0 auto;
}

.divimagen1,
.divtxt1 {
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
.figure1 {
  width: 100%;
  height: 80%;
  margin: 0 auto; /* para que se centre dentro de su contenedor */
}
.figuretop1 {
  width: 80%;
  height: 50%;
  margin: 0 auto;
}
.img1,
.imgtop1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  /*overflow: hidden;
  position: relative;
  animation: escalando 5s ease-out infinite normal;*/
}

.toplink {
  position: absolute;
  top: 5%;
  left: 2%;
}

/*  //////////////////////////////////////////////  */

@media screen and (max-width: 1200px) {
  body {
    background-repeat: repeat; /* ya no repite abajo, se vera el bg color*/
  }
  .col20,
  .col30,
  .col40,
  .col50,
  .col75,
  .col100,
  .collibre,
  .centroimg,
  .der,
  .imagenenmedio1 {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: auto;
    gap: 2%;
  }
  .izq,
  .centro,
  .centroimg,
  .divimagen1,
  .divtxt1 {
    width: 95%;
    height: auto;
    gap: 2%;
  }
  .titulo1 {
    width: 90%;
  }
  .h1titulo1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2em;
  }
  .imagentop1 {
    flex-direction: column;
    width: 90%;
    height: 50%;
    margin: 0 auto;
  }
  .divfull {
    width: 70%;
    height: 70%;
  }
}
