@import url(header.css);
.contenedor-subtitulo {
  width: 100%;
}
.section-1 {
  margin: 20px 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 20px;
  height: auto;
  overflow-X:hidden;
}
.subtitulo {
  text-align: center;
  width: 100%;
  font-size: 32px;
}
.section-columna1 {
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0 10px;
  max-width: 500px;
}
.informacion-drchau {
  width: 100%;
}
.section-columna1 p {
  color: var(--color-texto);
  width: 100%;
}
.section-columna2 {
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
.section-columna2 img {
  width: 100%;
  border: 5px solid #282828;
}

.mensaje {
  height: auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0 0 0;
  padding: 0 10px;
  align-items: center;
  background: url(../../IMG/Sobre/bannersociedades.png) fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 0;
  overflow:hidden;
}
.mensaje-columna .mensaje-parrafo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: var(--color-primario);
}
.sociedades {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.sociedades img {
  width: 100%;
  max-width: 180px;
  height: 150px;
}
.sociedades img:nth-child(1) {
  height: 140px;
  max-width: 160px;
}
.sociedades img:nth-child(6) {
  height: 290px;
  max-width: 200px;
}
.sociedades img:nth-child(7) {
  height: 100px;
  max-width: 130px;
}
.section-2 {
  padding: 15px 0px 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  height: 1550px;
  background: var(--color-texto);
  background: url(../../IMG/Sobre/BANNERPAISESFONDO-29.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.section-2 .paises .contenedor-subtitulo .subtitulo {
  margin-bottom: 20px;
  color: var(--color-primario);
  font-size: 32px;
}
.section-2 .paises .contenedor-subtitulo .parrafo {
  margin-bottom: 20px;
  color: var(--color-primario);
  font-size: 14px;
}
.section-2-columna .parrafo {
  color: var(--color-primario);
  font-size: 18px;
}
.contenedor-subtitulo .parrafo {
  color: var(--color-primario);
}
.paises {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 140px;
  height: 1300px;
}
.paises-columna1 {
  width: 100%;
  height: 400px;
  margin: auto 0;
  opacity: 0;
  background: #484848;
  max-width: 500px;
}
.paises-columna1 img {
  width: 100%;
  height: 100%;
  border: 8px solid #282828;
  object-fit: cover;
}
.paises-columna2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 400px;
  opacity: 0;
}
.paises .paises-columna2 .subtitulo {
  color: var(--color-primario);
  font-size: 18px;
}
.paises .paises-columna2 .parrafo {
  color: var(--color-primario);
  font-size: var(--parrafo);
}
.lista-paises {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pais {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.pais img {
  width: 50px;
  height: 50px;
}
.porcentaje-pais {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.porcentaje {
  width: 93%;
  height: 20px;
  background: rgb(255, 255, 255);
  max-width: 300px;
  position: relative;
  content: "";
}
.porcentaje::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  background: #ff1616a2;
  /* z-index: -1; */
}
@keyframes carga {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.pais:nth-child(2) .porcentaje::before {
  max-width: 70%;
}
.pais:nth-child(3) .porcentaje::before {
  max-width: 60%;
}
.pais:nth-child(4) .porcentaje::before {
  max-width: 50%;
}
.pais:nth-child(5) .porcentaje::before {
  max-width: 45%;
}
.pais:nth-child(6) .porcentaje::before {
  max-width: 40%;
}
.pais:nth-child(7) .porcentaje::before {
  max-width: 35%;
}
.pais:nth-child(8) .porcentaje::before {
  max-width: 30%;
}
.pais:nth-child(9) .porcentaje::before {
  max-width: 50%;
}
.pais:nth-child(10) .porcentaje::before {
  max-width: 30%;
}
.pais:nth-child(11) .porcentaje::before {
  max-width: 50%;
}

label {
  color: var(--color-primario);
  font-size: var(--parrafo);
}
.section-banner {
  margin: 40px 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.section-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-banner .banner-texto {
  padding: 10px;
  position: absolute;
  background: #28282880;
  width: 90%;
}
.banner-texto .subtitulo {
  color: var(--color-primario);
  font-size: 20px;
}
.cita {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 10px;
  margin: 40px 0;
}
.cita-columna1 {
  width: 100%;
  max-width: 620px;
  height: 100%;
  margin: 0;
}
.cita-columna1 img {
  width: 100%;
}
.cita .cita-columna2 {
  width: 100%;
  max-width: 700px;
}
.footer{
  margin-top: -20px !important;
}
@media (min-width: 850px) {
  .header2 {
    height: 100vh;
  }
  .section-1 {
    justify-content: space-around;
  }
  .section-1 .section-columna1 {
    margin-top: 30px;
  }
  .section-columna1 .parrafo {
    text-align: left;
  }
  .section-columna2 img {
    width: 70%;
    height: 400px;
  }
  .paises {
    justify-content: space-around;
    margin-bottom: 240px;
  }
  .mensaje {
    padding: 0;
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mensaje .mensaje-columna1 {
    /* display: block; */
    width: 100%;
    margin: 0;
    position: relative;
    height: 100%;
  }
  .mensaje-parrafo {
    flex-direction: column;
  }
  .mensaje-columna {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mensaje-parrafo .subtitulo {
    color: var(--color-primario);
    max-width: 800px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 35px;
  }

  .section-2 {
    height: 980px;
  }
  .section-banner {
    height: 500px;
  }
  .section-banner .banner-texto {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 900px;
    height: 150px;
  }

  .paises-columna1 {
    height: 500px;
  }
  .paises-columna1 img {
    margin: auto;
  }
  .paises {
    height: 600px;
  }
  .informacion-drchau .parrafo {
    color: var(--color-texto);
    font-size: 14px !important;
  }
}
