.elementor-784 .elementor-element.elementor-element-4f4f93b{--display:flex;--min-height:40rem;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-784 .elementor-element.elementor-element-b9a0767 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b9a0767 */.benefits {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0b3c78, #1b66c9);
  padding: 40px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}

/* LOGOS */
.brands {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.brand {
  background: #e0e0e0;
  border-radius: 16px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* CONTENIDO */
.content {
  display: flex;
  justify-content: center;
}

.text {
  max-width: 520px;
  text-align: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #1b66c9;
  color: #1b66c9;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.badge span {
  background: #1b66c9;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.text p {
  font-size: 28px;
  line-height: 1.3;
  color: #0b3c78;
  margin-bottom: 30px;
}

/* BOTONES */
.buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: #1b66c9;
  color: #ffffff;
}

.btn-primary:hover {
  background: #0b3c78;
  transform: translateY(-2px);
}

.btn-success {
  background: #2bb673;
  color: #ffffff;
}

.btn-success:hover {
  background: #1e9a5f;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .text p {
    font-size: 22px;
  }
}/* End custom CSS */