/*   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;
}
/**/
/**/
/*  ///////  ALTURA  ////////  */
/**/
/**/
.alt-20 {
  display: flex;
  flex-direction: row;
  height: 20vh;
  margin: 0 auto;
  gap: 2%;
}
.alt-30 {
  display: flex;
  flex-direction: row;
  height: 30vh;
  margin: 0 auto;
  gap: 2%;
}
.alt-30-2 {
  display: flex;
  flex-direction: row;
  height: 35vh;
  padding: 2%;
  margin: 0 auto;
  background-color: #29303c;
}
.alt-40 {
  display: flex;
  flex-direction: row;
  height: 40vh;
  margin: 0 auto;
  gap: 3%;
}
.alt-50 {
  display: flex;
  flex-direction: row;
  height: 50vh;
  margin: 0 auto;
  gap: 2%;
  margin-bottom: 1%;
}
.alt-60 {
  display: flex;
  flex-direction: row;
  height: 60vh;
  margin: 0 auto;
  gap: 2%;
  margin-bottom: 1%;
}
.alt-75 {
  display: flex;
  flex-direction: row;
  height: 75vh;
  margin: 0 auto;
  gap: 2%;
}
.alt-100 {
  display: flex;
  flex-direction: row;
  height: 100vh;
  margin: 0 auto;
  gap: 2%;
}
.alt-libre {
  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;*/
}
/**/
/**/
/*  ///////  COLUMNAS  ////////  */
/**/
/**/
.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: 5%;
  /*height: 60vh;*/
  /*border: 3px dotted rgb(19, 110, 228);*/
}
.der1 {
  width: 50%;
}
.der1i {
  width: 50%;
  background-color: rgb(255, 255, 255);
  padding: 2%;
}
.der150 {
  height: 20%;
  /*background-color: rgb(41, 196, 207);*/
}
.der2 {
  width: 50%;
  padding: 2%;
}
.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;
}
.div50 {
  width: 100%;
  height: 100%;
  padding: 2%;
  color: #fff;
  background-color: #29303c;
}
.card1 {
  background: #fff;
  width: 40%;
  /*min-height: 600px;*/
  /*height: 70vh;*/
  overflow: hidden;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  /*box-shadow: 0 0 32px -16px rgb(0, 0, 0, 0.5);*/
  border-radius: 5px;
}
/**/
/**/
/*  ///////  TEXTO  ////////  */
/**/
/**/
.titulo1 {
  display: flex;
  width: 60%;
  margin: 0 auto;
  margin-top: 2%;
}
.p-der {
  font-size: 18px;
  line-height: 18px;
}
.p-caption1 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: rgba(196, 189, 189, 0.014);
  text-align: center;
  text-decoration: none;
}
.p-caption2 {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}
.p-full {
  font-size: 28px;
  line-height: 48px;
  color: #121212;
}
.h1-titulo1 {
  color: #121212;
  font-family: merriweather, Sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.2px;
}
.h2-full {
  color: #121212;
  font-size: 40px;
}
.h2-sub {
  /*color: #121212;*/
  font-size: 30px;
  line-height: 1.3em;
}
.h2-topserie {
  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;
}
/**/
/**/
/*  ///////  IMAGENES  ////////  */
/**/
/**/
.imagen-topwide {
  /* 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;*/
}

.col-imagentop1 {
  display: flex;
  width: 60%;
  height: 50vh;
  margin: 0 auto;
  /*border: 3px dotted rgb(19, 110, 228);*/
}
.col-imagenenmedio1 {
  display: flex;
  flex-direction: column;
  width: 40%;
  height: 85%;
  margin: 0 auto;
}

.divimagen1,
.divtxt1 {
  width: 50%;
  height: 80%;
  margin: 0 auto;
}
.figure1 {
  width: 100%;
  height: 100%;
  margin: 0 auto; /* para que se centre dentro de su contenedor */
}
.figure2 {
  width: 100%;
  height: 75%;
  margin: 0 auto; /* para que se centre dentro de su contenedor */
}
.imagen1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /*overflow: hidden;
  position: relative;
  animation: escalando 5s ease-out infinite normal;*/
}
.imagen2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  /*overflow: hidden;
  position: relative;
  animation: escalando 5s ease-out infinite normal;*/
}
.imagen3 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /*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*/
  }
  .alt-20,
  .alt-30,
  .alt-30-2,
  .alt-40,
  .alt-50,
  .alt-75,
  .alt-100,
  .alt-libre,
  .centroimg,
  .der,
  .col-imagenenmedio1 {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: auto;
    gap: 2%;
  }
  .izq,
  .centro,
  .centroimg,
  .divimagen1,
  .divtxt1,
  .card1 {
    width: 98%;
    height: auto;
    gap: 2%;
  }
  .titulo1 {
    width: 90%;
  }
  .h1-titulo1 {
    /*font-size: 26px;*/
    font-weight: 600;
    line-height: 1.2em;
  }
  .p-caption1 {
    font-size: 26px;
    line-height: 22px;
  }
  .col-imagentop1 {
    flex-direction: column;
    width: 95%;
    height: 50%;
    margin: 0 auto;
  }
  .divfull {
    width: 70%;
    height: 70%;
  }
}
