.contacto .lineVertical {
  margin: 4% 4%;
  background-color: var(--aqua);
  width: 5%;
  position: relative;
  height: 10em;
}
.contacto .sec1 {
  padding: 6% 0%;
  background-image: url("../img/contacto/coberlum-contacto-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.contacto .sec1 h1 {
  font-size: 29px;
  font-weight: 600;
}
.contacto .sec2 {
  text-align: center;
  padding: 6% 0%;
}
.contacto .sec2 h2 {
  font-size: 45px;
  color: var(--azul);
  font-weight: 600;
}
.contacto .sec2 p {
  font-size: 25px;
}
.contacto .sec3 .row .col-md-6 {
  padding: 0;
}
.contacto .sec3 .customPadding {
  background-image: url("../img/nosotros/coberlum-nosotros-pilares-fondo.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 5% !important;
}
.contacto .sec3 .customBG {
  background-image: url("../img/contacto/coberlum-contacto-socio.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.contacto .sec3 h3 {
  color: var(--azul);
  font-weight: 700;
}
.contacto .sec4 {
  padding: 6% 0%;
}
.contacto .sec4 .lineHorizontal {
  margin: 1% 0% 5% 46%;
  width: 8%;
  background-color: var(--aqua);
  height: 4px;
}
.contacto .sec4 .box {
  margin-bottom: 12%;
}
.contacto .sec4 .box h4 {
  font-size: 18px;
  font-weight: 700;
}
.contacto .sec4 .box a {
  text-decoration: none;
  color: var(--gris);
  font-size: 15px;
  margin-left: 10%;
}
.contacto .sec4 .box .lineGris {
  margin-top: 7%;
  border-bottom: 1px solid lightgray;
  margin-left: 10%;
}