@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

.container_lanieve {
  max-width: 734px;
  margin: auto;
  background-color: #eef5f8;
}

.cabezote {
  max-width: 734px;
  height: auto;
}

.cuerpo {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 16px;
  margin-bottom: 10px;
}

.centro {
    padding-left: 50px;
    padding-right: 50px;
}

.titulo {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 20pt;
  text-align: center;
}

.claro {
  color: #1588b8;
}

.oscuro {
  color: #27348b;
}

.img-quienes {
  width: auto;
  height: auto;
  margin-left: 210px;
  margin-top: 3px;
}

.img-circulo {
  width: auto;
  height: auto;
  margin-left: 150px;
  margin-top: 3px;
}

.icono-ajustado {
  display: block;
  margin: 0 auto 8px auto;
}

.corporativos {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  margin: 0;
  text-align: center;
  font-size: 12pt;
  color: #27348b;
  
}

.footer-lanieve {
    background-image: url(../image/footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 145.5px;
    color: white;
    width: 100%;
    max-width: 734px;
    padding: 20px;
    margin: auto;
    margin-top: 10px;
    box-sizing: border-box;
}

.siguenos {
    text-align: left;
    font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.footer-iconos {
    margin-right: 10px;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}