* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: bell;
  src: url("../fonts/BELL.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: belli;
  src: url("../fonts/BELLI.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: bulgattie;
  src: url("../fonts/Bulgattie.woff");
  font-weight: normal;
  font-style: normal;
}

body {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #f9f8f4;
  position: relative;
  font-size: 16px;
  overflow-x: hidden;
  font-family: belli;
  color: rgb(63, 63, 63);
}

/* -------------------- CONTENEDOR UNO -------------------- */
/* -------------------- CONTENEDOR UNO -------------------- */
/* -------------------- CONTENEDOR UNO -------------------- */

.contenedorUno {
  display: block;
  width: 100%;
  height: 68.75em; /* 1100px */
  aspect-ratio: 16/9;
  background-image: url(../img/Foto.png);
  background-position: center -9.375em; /* -150px */
  background-size: 162.5em; /* 2600px */
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-color: #cee0e7;
  overflow: hidden;
  position: relative;
}

.fondoNegro {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-color: #0000009c;
  mix-blend-mode: darken;
}

.titulo {
  color: white;
  display: block;
  width: fit-content;
  height: fit-content;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  /* border: solid 2px red; */
}

.tituloUno {
  display: block;
  width: fit-content;
  font-family: BELL;
  align-items: center;
  font-size: 1.875em; /* 30px */
  margin: 0 auto;
  text-shadow: 0.25em 0.25em 0.313em rgba(0, 0, 0, 0.596); /* 4px */ /* 4px */ /* 5px */
  /* border: solid 1px green; */
}

.tituloDos {
  display: block;
  width: fit-content;
  font-family: bulgattie;
  align-items: center;
  align-items: center;
  font-size: 10.625em; /* 170px */
  margin: 0 auto;
  text-shadow: 0.25em 0.25em 0.313em rgba(0, 0, 0, 0.596); /* 4px */ /* 4px */ /* 5px */
  /* border: solid 1px green;  */
}

/* -------------------- CONTENEDOR DOS -------------------- */
/* -------------------- CONTENEDOR DOS -------------------- */
/* -------------------- CONTENEDOR DOS -------------------- */

.contenedorDos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 25em; /* 400px */
  background-color: #f9f8f4;
  margin-top: 1.875em; /* 30px */
  margin-bottom: 1.875em; /* 30px */
  color: rgb(63, 63, 63);
  font-family: belli;
}

.fecha {
  border-right: solid 1px;
  position: relative;
}
.fechaTitulo {
  display: block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fechaTitulo span {
  font-size: 6.25em; /* 100px */
}

.descripDos {
  border-left: solid 0.063em; /* 1px */
}

.cuentaRegre {
  display: flex;
  gap: 2.5em; /* 40px */
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 1.25em; /* 20px */
}

.regre {
  line-height: 1;
}

.cuenta {
  font-size: 3.438em; /* 55px */
}

.subtex {
  font-size: 1.25em; /* 20px */
}

.descripDos p {
  display: block;
  width: 37em; /* 592px */
  height: fit-content;
  padding: 1.7em; /* 60px */
  margin-left: 3.125em; /* 50px */
  margin-right: 3.125em; /* 50px */
  /* border: solid 1px blue; */
  font-size: 1.688em; /* 27px */
  text-align: justify;
}

.advertencia {
  display: block;
  height: 2.6em; /* 50px */
  width: 100%;
  color: white;
  font-size: 1.375em; /* 22px */
  background-color: rgb(116, 134, 68);
  text-align: center;
  padding-top: 0.72em; /* 12px */
}

/* -------------------- CONTENEDOR TRES -------------------- */
/* -------------------- CONTENEDOR TRES -------------------- */
/* -------------------- CONTENEDOR TRES -------------------- */

.contenedorTres {
  height: 52em; /* 700px */
  background-color: rgb(255, 255, 255);
  padding-top: 5.5em; /* 50px */
  font-size: 16px;
}

.contenedorMatri {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  width: 93.75em; /* 1500px */
}

.grupo {
  display: grid;
  grid-template-rows: 1fr 0.7fr 0.1fr;
  height: 40.625em; /* 650px */
  width: 31.25em; /* 500px */
  background-color: #f9f8f4;
  margin: 0 auto;
  text-decoration: none;
  color: rgb(63, 63, 63);
  border-radius: 0.313em; /* 5px */
  overflow: hidden;
}

.iglesiaImagen {
  background-color: #f9f8f4;
  background-image: url(../img/iconos/iglesia.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.civilImagen {
  background-color: #f9f8f4;
  background-image: url(../img/iconos/deSolyBarro.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.grupoTexto {
  background-color: #f9f8f4;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.688em; /* 27px */
  line-height: 1.2;
  padding-top: 1.25em; /* 20px */
}

.maps {
  background-color: rgb(116, 134, 68);
  color: white;
  justify-content: center;
  text-align: center;
  font-size: 1.438em; /* 23px */
  padding-top: 0.188em; /* 3px */
}

/* rgb(51, 40, 22) */

/* -------------------- CONTENEDOR CUATRO -------------------- */
/* -------------------- CONTENEDOR CUATRO -------------------- */
/* -------------------- CONTENEDOR CUATRO -------------------- */

.contenedorCuatro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 43.75em; /* 700px */
  background-color: #f9f8f4;
  font-size: 16px;
}

.bloqueFrUno {
  display: flex;
  width: 100%;
  /* border: solid 1px green; */
  justify-content: right;
}

.bloqueFrDos {
  display: flex;
  width: 100%;
  height: 100%;
  /* border: solid 1px purple; */
  justify-content: left;
}

.imagenCodigo {
  width: 56.25em; /* 900px */
  height: 100%;
  background-image: url(../img/imagenCodigo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* border: solid 1px blue; */
}

.textoCodigo {
  width: 56.25em; /* 900px */
  height: 100%;
  /* border: solid 1px red; */
  text-align: center;
  padding-top: 6.875em; /* 110px */
}

.textoCodigo p {
  font-size: 1.875em; /* 30px */
  height: 6.25em; /* 100px */
  padding-top: 1.875em; /* 30px */
}

.hombreMujer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 80%;
}

.genero {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 3.75em; /* 60px */
  padding-right: 3.75em; /* 60px */
}

.hmTitulo {
  font-size: 1.875em; /* 30px */
  padding-top: 0.367em; /* 11px en base a 30 */
  margin: 0.667em; /* 20px en base a 30  */
  background-color: rgb(116, 134, 68);
  color: white;
  border-radius: 0.233em; /* 7px en base a 30  */
}

#titUno {
  padding-top: 2.4em; /* 60px */
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgb(63, 63, 63);
  font-size: 1.563em; /* 25px */
}

#titDos {
  padding-top: 2.4em; /* 60px */
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgb(63, 63, 63);
  font-size: 1.563em; /* 25px */
}

#titTres {
  padding-top: 2.4em; /* 60px */
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgb(63, 63, 63);
  font-size: 1.563em; /* 25px */
}

#titCuatro {
  padding-top: 2.4em; /* 60px */
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgb(63, 63, 63);
  font-size: 1.563em; /* 25px */
}

.mujer {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

/* -------------------- CONTENEDOR CINCO -------------------- */
/* -------------------- CONTENEDOR CINCO -------------------- */
/* -------------------- CONTENEDOR CINCO -------------------- */

.contenedorCinco {
  display: flex;
  width: 100%;
  height: 42em; /* 700px */
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  justify-content: center;
}

.contenedorColectivo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.contenedorCinco div {
  /* border: solid 1px red; */
  height: 100%;
}

.colectivoTexto {
  position: relative;
  height: fit-content;
}

.textoBloq {
  position: absolute;
  width: 23.333em;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875em;
  text-align: justify;
  /* border: solid 2px blue; */
}

.textoBloq p {
  /* border-style: double;
  border-width: 10px;
  border-color: rgb(116, 134, 68); */
  padding: 2em;
  background-color: #f9f8f4;
}

.textoBloq span {
  display: block;
  width: 100%;
  font-size: 1.667em;
  text-align: left;
  margin-bottom: 0.5em;
  padding: 0.333em;
  border-radius: 0.233em;
  background-color: #f9f8f4;
}

.colectivoCuentas {
  display: grid;
  grid-template-rows: 0.8fr 1fr 1fr 1fr;
}

/* .colectivoCuentas div {
  border: solid 1px green;
} */

.sine {
  position: relative;
}

.sine a {
  position: absolute;
  width: fit-content;
  height: fit-content;
  padding: 1em;
  color: white;
  background-color: rgb(116, 134, 68);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875em;
  border-radius: 0.233em;
  text-decoration: none;
}

.bbva {
  position: relative;
}

.bbva div {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875em;
  text-align: center;
  line-height: 1.5;
}

.ibk {
  position: relative;
}

.ibk div {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875em;
  text-align: center;
  line-height: 1.5;
}

.casa {
  position: relative;
}

.casa div {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875em;
  text-align: center;
  line-height: 1.5;
}

.footer {
  background-color: rgb(116, 134, 68);
  color: white;
  text-align: center;
  padding: 0.313em;
  font-size: 16px;
}

/* -------------------- RESPONSIVE RESPONSIVE RESPONSIVE -------------------- */
/* -------------------- RESPONSIVE RESPONSIVE RESPONSIVE -------------------- */
/* -------------------- RESPONSIVE RESPONSIVE RESPONSIVE -------------------- */

@media (max-width: 2200px) {
  .contenedorColectivo {
    width: 75%;
  }
}

@media (max-width: 1930px) {
  body {
    font-size: 13px;
  }

  .advertencia {
    height: 2.6em; /* 50px */
  }

  .contenedorTres {
    font-size: 14px;
  }

  .contenedorCuatro {
    font-size: 15px;
  }

  .contenedorCinco {
    font-size: 14px;
  }
}

@media (max-width: 1750px) {
  .contenedorCuatro {
    font-size: 14px;
  }
  .contenedorCinco {
    font-size: 14px;
  }
}

@media (max-width: 1620px) {
  body {
    font-size: 10px;
  }

  .contenedorDos {
    height: 32em; /* 320px */
  }

  .fechaTitulo {
    scale: 120%;
  }

  .descripDos p {
    width: 32em; /* 320px */
    padding: 1.7em; /* 17px */
    margin-left: 3em; /* 30px */
    margin-right: 3em; /* 30px */
    font-size: 2em; /* 20px */
    /* border: solid 1px RED; */
  }

  .advertencia {
    font-size: 1.7em; /* 22px */
    padding-top: 0.7em; /* 12px */
  }

  .contenedorTres {
    font-size: 13px;
  }

  .contenedorCuatro {
    font-size: 13px;
  }

  .contenedorCinco {
    font-size: 13px;
  }
}

@media (max-width: 1550px) {
  .contenedorCuatro {
    font-size: 11px;
  }

  .genero {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contenedorCinco {
    font-size: 11px;
  }

  .footer {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: 9px;
  }

  .contenedorDos {
    height: 37em; /* 320px */
  }

  .descripDos p {
    width: 30em; /* 270px */
    padding: 1.7em; /* 15.3px */
    margin-left: 2em; /* 18px */
    margin-right: 2em; /* 18px */
    font-size: 2.1em; /* 18.9 */
  }
  .advertencia {
    font-size: 1.8em; /* 22px */
  }

  .contenedorTres {
    font-size: 11px;
  }

  .imagenCodigo {
    width: 46em; /* 900px */
  }

  .textoCodigo {
    width: 46em; /* 900px */
  }
  .contenedorCinco {
    font-size: 10px;
  }

  .footer {
    font-size: 10px;
  }
}

@media (max-width: 1100px) {
  body {
    font-size: 8px;
  }
  .advertencia {
    font-size: 1.9em; /* 22px */
  }
  .contenedorTres {
    font-size: 10px;
  }

  .contenedorCuatro {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.7fr;
    height: 95em;
    padding-top: 30px;
    padding-bottom: 55px;
    font-size: 11px;
  }

  .bloqueFrUno {
    justify-content: center;
  }

  .bloqueFrDos {
    justify-content: center;
  }

  .hombreMujer {
    height: 100%;
  }

  .imagenCodigo {
    width: 60em;
  }

  .textoCodigo {
    width: 60em;
    padding-top: 0em;
  }

  .hmTitulo {
    padding-top: 0.7em;
    margin: 0.667em;
    border-radius: 0.233em;
  }

  #titUno {
    padding-bottom: 0.57em;
    font-size: 1.7em; /* 25px */
  }

  #titDos {
    padding-bottom: 0.57em;
    font-size: 1.7em; /* 25px */
  }

  #titTres {
    padding-bottom: 0.57em;
    font-size: 1.7em; /* 25px */
  }

  #titCuatro {
    padding-bottom: 0.57em;
    font-size: 1.7em; /* 25px */
  }

  .contenedorCinco {
    height: 80em; /* 700px */
  }

  .contenedorColectivo {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .contenedorCinco {
    font-size: 9px;
  }

  .footer {
    font-size: 13px;
  }
}

@media (max-width: 940px) {
  .contenedorTres {
    font-size: 9px;
  }

  .contenedorCinco {
    font-size: 10px;
  }
}

@media (max-width: 855px) {
  body {
    font-size: 10px;
  }
  .contenedorUno {
    background-size: 128.571em; /* 900px */

    background-position: center -5.714em; /* 40px */
  }

  .fecha {
    border-right: 0px;
  }

  .descripDos {
    border-left: 0px;
  }

  .contenedorDos {
    grid-template-columns: 1fr;
    grid-template-rows: 0.6fr 1fr;
    height: 70em; /* 320px */
  }

  .descripDos p {
    position: absolute;
    width: 30em; /* 270px */
    padding: 2.5em; /* 15.3px */
    margin-left: 0em; /* 18px */
    margin-right: 0em; /* 18px */
    font-size: 2.3em; /* 18.9 */
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 1px black;
  }
  .advertencia {
    font-size: 2em; /* 22px */
  }

  .contenedorTres {
    height: 93em; /* 700px */
    padding-top: 3.125em; /* 50px */
  }

  .contenedorMatri {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4em;
    width: 40em; /* 1500px */
    /* border: solid 1px; */
  }

  .contenedorTres {
    font-size: 13px;
  }

  .contenedorCuatro {
    height: 100em;
    font-size: 15px;
  }

  .hombreMujer {
    height: 90%;
  }

  .imagenCodigo {
    width: 50em;
    background-image: url(../img/imagenCodigo2.png);
  }

  .textoCodigo {
    width: 45em;
  }

  .hmTitulo {
    padding-top: 1.1em;
    margin: 0.667em;
    border-radius: 0.233em;
  }
  .contenedorCinco {
    font-size: 13px;
  }

  .footer {
    font-size: 15px;
  }
}

@media (max-width: 752px) {
  .contenedorCuatro {
    font-size: 14px;
  }

  .contenedorCinco {
    font-size: 11px;
  }
  .contenedorCinco {
    font-size: 13px;
  }
  .contenedorCinco {
    height: 90em;
  }

  .textoBloq {
    width: 20em;
  }
  .footer {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .contenedorDos {
    height: 75em; /* 320px */
  }

  .descripDos p {
    width: 23em; /* 270px */
    padding: 2em; /* 15.3px */
  }

  .advertencia {
    font-size: 2.2em; /* 22px */
  }

  .contenedorCuatro {
    font-size: 12px;
  }

  .contenedorCinco {
    font-size: 10px;
  }
  .contenedorColectivo {
    width: 100%;
  }

    .footer {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 6px;
  }
  .contenedorUno {
    background-size: 116.667em; /* 700px */
    background-position: center -6px; /* -30px */
  }

  .contenedorDos {
    height: 85em; /* 320px */
  }

  .descripDos p {
    width: 22em; /* 270px */
    font-size: 2.8em; /* 18.9 */
    padding: 1.8em 1em 1em 1em; /* 15.3px */
  }
  .advertencia {
    font-size: 2.5em; /* 22px */
  }

  .contenedorTres {
    font-size: 10px;
  }
  .contenedorCuatro {
    font-size: 11px;
  }

  .contenedorCinco {
    font-size: 9px;
  }

}

@media (max-width: 550px) {
  .contenedorCuatro {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.3fr;
    height: 115em;
    padding-top: 30px;
    padding-bottom: 55px;
    font-size: 11px;
  }

  .hombreMujer {
    height: 90%;
  }

  .imagenCodigo {
    width: 40em;
    background-image: url(../img/imagenCodigo3.png);
  }

  .textoCodigo {
    width: 40em;
  }

  .hmTitulo {
    padding-top: 1em;
  }

  #titUno {
    padding-bottom: 0.5em;
    font-size: 1.563em; /* 25px */
  }

  #titDos {
    padding-bottom: 0.5em;
    font-size: 1.563em; /* 25px */
  }

  #titTres {
    padding-bottom: 0.5em;
    font-size: 1.563em; /* 25px */
  }

  #titCuatro {
    padding-bottom: 0.5em;
    font-size: 1.563em; /* 25px */
  }
}

@media (max-width: 460px) {
  body {
    font-size: 6px;
  }
  .contenedorUno {
    background-size: 110em; /* 630px */
    background-position: center 0em;
  }

  .fechaTitulo {
    scale: 150%;
  }

  .contenedorDos {
    grid-template-rows: 0.45fr 1fr;
    height: 105em; /* 320px */
  }

  .descripDos p {
    width: 22em; /* 270px */
    line-height: 1.6;
  }
  .advertencia {
    font-size: 2.7em; /* 22px */
  }

  .contenedorMatri {
    width: 33em; /* 1500px */
  }

  .contenedorTres {
    font-size: 11px;
  }

  .contenedorCuatro {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.2fr;
    height: 105em;
    padding-top: 30px;
    padding-bottom: 55px;
    font-size: 11px;
  }

  .hombreMujer {
    height: 80%;
  }

  .imagenCodigo {
    width: 35em;
    background-image: url(../img/imagenCodigo3.png);
  }

  .textoCodigo {
    width: 35em;
  }

  .hmTitulo {
    padding-top: 1em;
  }

  #titUno {
    padding-bottom: 0.57em;
    font-size: 1.563em; /* 25px */
  }

  #titDos {
    padding-bottom: 0.57em;
    font-size: 1.563em; /* 25px */
  }

  #titTres {
    padding-bottom: 0.57em;
    font-size: 1.563em; /* 25px */
  }

  #titCuatro {
    padding-bottom: 0.57em;
    font-size: 1.563em; /* 25px */
  }

  .textoBloq {
    width: 18em;
  }
}

@media (max-width: 376px) {
  body {
    font-size: 5.5px;
  }

  .contenedorDos {
    height: 110em; /* 320px */
  }
  .descripDos p {
    padding: 2.5em 1em 1em 1em; /* 15.3px */
  }

  .contenedorUno {
    background-size: 109.091em; /* 600px */
    background-position: center 0em;
  }

  .contenedorMatri {
    width: 32em; /* 1500px */
  }

  .contenedorTres {
    font-size: 10px;
  }

  .contenedorCuatro {
    font-size: 10px;
  }
}
