.nosotros .lineVertical {
  background-color: var(--aqua);
  width: 4px;
  height: 61%;
  margin-left: 109%;
  margin-top: 44%;
}
.nosotros .lineHorizontal {
  background-color: var(--aqua);
  width: 20%;
  height: 4px;
  margin: 6% 0%;
}
.nosotros .sec1 {
  padding: 6% 0%;
  background-image: url("../img/nosotros/coberlum-nosotros-banner-header.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.nosotros .sec1 h1 {
  font-size: 29px;
  font-weight: 600;
}
.nosotros .sec2 h2 {
  font-size: 38px;
}
.nosotros .sec2 h4 {
  font-size: 20px;
}
.nosotros .sec3 {
  padding: 6% 0%;
  background-image: url("../img/nosotros/coberlum-nosotros-fondo-azul.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.nosotros .sec3 .btn-cta {
  padding: 2% 0%;
  border-color: white;
  color: white;
  font-size: 13px;
  width: 35%;
}
.nosotros .sec4 {
  padding: 6% 0%;
}
.nosotros .sec4 h2 {
  font-size: 38px;
}
.nosotros .sec4 .d-flex p {
  font-size: 15px;
}
.nosotros .sec4 .btn-cta {
  width: 20%;
  font-size: 13px;
  padding: 1.2% 0%;
}
.nosotros .sec5 {
  background-image: url("../img/nosotros/coberlum-nosotros-pilares-fondo.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6% 0%;
}
.nosotros .sec5 .lineHorizontal {
  width: 10%;
  margin: 2% 44% 3%;
}
.nosotros .sec5 h2 {
  font-size: 38px;
}
.nosotros .sec5 .btn-cta {
  background-color: white;
  color: var(--gris);
  border-color: lightgrey;
}
.nosotros .sec5 .btn-cta:hover {
  background-color: var(--azul);
  color: var(--blanco);
  border-color: var(--azul);
}
.nosotros .sec5 button p {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
.nosotros .sec6 .customBg {
  background-image: url("../img/nosotros/coberlum-nosotros-img-02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.nosotros .sec6 .col-md-6 {
  padding: 6% 4%;
}
.nosotros .sec6 .col-md-6 h2 {
  font-size: 38px;
}
.nosotros .sec6 .btn-cta {
  font-size: 14px;
  padding: 2.4% 0%;
  width: 39%;
  text-transform: none;
}
@media (max-width: 574px) and (min-width: 0px) {
  .nosotros .sec3 h2 {
    font-size: 35px;
    text-align: center;
  }
  .nosotros .sec3 .lineaHorizontalMobile {
    border-bottom: 4px solid var(--aqua);
    width: 20%;
    margin-left: 40%;
    margin-bottom: 4%;
  }
  .nosotros .sec3 p {
    text-align: center;
  }
  .nosotros .sec3 .btn-cta {
    width: 100%;
    padding: 2% 0%;
    font-size: 18px;
  }
  .nosotros .sec3 .col-md-4 {
    margin-top: 5%;
    text-align: center;
  }
  .nosotros .sec4 {
    text-align: center;
  }
  .nosotros .sec4 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nosotros .sec4 .lineHorizontal {
    margin-left: 40%;
  }
  .nosotros .sec4 .col-md-6 {
    margin-bottom: 5%;
  }
  .nosotros .sec4 .btn-cta {
    margin-top: 0px !important;
    width: 100%;
    padding: 2.3%;
    font-size: 16px;
  }
  .nosotros .sec5 .accordion-item {
    border-radius: 0 !important;
    margin-bottom: 2%;
  }
  .nosotros .sec5 .accordion-button {
    color: var(--gris);
  }
  .nosotros .sec5 .accordion-button:not(.collapsed) {
    background-color: var(--azul);
    color: white;
    border-radius: 0px;
  }
  .nosotros .sec5 .accordion-button.collapsed::after {
    background: url("../img/nosotros/icono-check-01.webp");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-right: 0.5em;
  }
  .nosotros .sec5 .accordion-button:not(.collapsed)::after {
    background: url("../img/nosotros/icono-check-01.webp");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-right: 0.5em;
  }
  .nosotros .sec6 {
    padding: 6% 3%;
  }
  .nosotros .sec6 h2 {
    text-align: center;
    font-size: 35px !important;
  }
  .nosotros .sec6 p {
    text-align: center;
  }
  .nosotros .sec6 .btn-cta {
    width: 100%;
  }
  .nosotros .sec6 .lineaHorizontalMobile {
    border-bottom: 4px solid var(--aqua);
    width: 20%;
    margin-left: 40%;
    margin-bottom: 4%;
  }
  .nosotros .sec6 .customBg {
    height: 400px;
    background-size: cover;
  }
}