.elementor-36303 .elementor-element.elementor-element-796fc15{--display:flex;}.elementor-36303 .elementor-element.elementor-element-0d1f768{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6aa9a05 */.brx-ro-hero{
  background:#f7f8fb;
  padding:72px 20px 84px;
  font-family:Poppins, sans-serif;
}

.brx-ro-hero__container{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:56px;
}

.brx-ro-hero__content{
  width:100%;
  max-width:620px;
}

.brx-ro-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:9px 16px;
  margin-bottom:18px;
  border-radius:999px;
  background:#fff4cc;
  color:#1c244b;
  font-size:13px;
  line-height:1.3;
  font-weight:700;
}

.brx-ro-hero__title{
  margin:0 0 20px;
  color:#1c244b;
  font-size:52px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-0.02em;
}

.brx-ro-hero__title span{
  color:#ffb905;
}

.brx-ro-hero__text{
  margin:0 0 30px;
  color:#686766;
  font-size:18px;
  line-height:1.7;
  font-weight:400;
  max-width:580px;
}

.brx-ro-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:34px;
}

.brx-ro-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease;
}

.brx-ro-hero__btn--primary{
  background:#ffb905;
  border:1px solid #ffb905;
  color:#1c244b;
}

.brx-ro-hero__btn--primary:hover,
.brx-ro-hero__btn--primary:focus{
  background:#1c244b;
  border-color:#1c244b;
  color:#ffffff;
}

.brx-ro-hero__btn--secondary{
  background:#ffffff;
  border:1px solid #d9deea;
  color:#1c244b;
}

.brx-ro-hero__btn--secondary:hover,
.brx-ro-hero__btn--secondary:focus{
  background:#1c244b;
  border-color:#1c244b;
  color:#ffffff;
}

.brx-ro-hero__highlights{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.brx-ro-hero__highlight{
  background:#ffffff;
  border:1px solid #e7ebf3;
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 10px 28px rgba(28,36,75,0.06);
}

.brx-ro-hero__highlight strong{
  display:block;
  margin-bottom:6px;
  color:#1c244b;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

.brx-ro-hero__highlight span{
  display:block;
  color:#686766;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
}

.brx-ro-hero__media{
  width:100%;
  max-width:520px;
  position:relative;
}

.brx-ro-hero__image-wrap{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#dfe5f2;
  box-shadow:0 18px 48px rgba(28,36,75,0.16);
}

.brx-ro-hero__image{
  display:block;
  width:100%;
  height:100%;
  min-height:540px;
  object-fit:cover;
  object-position:center;
}

.brx-ro-hero__card{
  position:absolute;
  left:-24px;
  bottom:24px;
  width:100%;
  max-width:290px;
  padding:22px 22px 20px;
  border-radius:22px;
  background:#1c244b;
  box-shadow:0 16px 38px rgba(28,36,75,0.24);
}

.brx-ro-hero__card-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  margin-bottom:12px;
  border-radius:999px;
  background:#ffb905;
  color:#1c244b;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.brx-ro-hero__card-title{
  margin:0 0 10px;
  color:#ffffff;
  font-size:21px;
  line-height:1.3;
  font-weight:800;
}

.brx-ro-hero__card-text{
  margin:0;
  color:rgba(255,255,255,0.88);
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}

@media (max-width: 1024px){
  .brx-ro-hero{
    padding:64px 20px 76px;
  }

  .brx-ro-hero__container{
    flex-direction:column;
    align-items:flex-start;
    gap:40px;
  }

  .brx-ro-hero__content,
  .brx-ro-hero__media{
    max-width:100%;
  }

  .brx-ro-hero__title{
    font-size:44px;
  }

  .brx-ro-hero__image{
    min-height:460px;
  }

  .brx-ro-hero__card{
    left:20px;
    bottom:20px;
    max-width:300px;
  }
}

@media (max-width: 767px){
  .brx-ro-hero{
    padding:52px 16px 64px;
  }

  .brx-ro-hero__title{
    font-size:34px;
    line-height:1.16;
  }

  .brx-ro-hero__text{
    font-size:16px;
    margin-bottom:24px;
  }

  .brx-ro-hero__actions{
    flex-direction:column;
    align-items:stretch;
    margin-bottom:26px;
  }

  .brx-ro-hero__btn{
    width:100%;
  }

  .brx-ro-hero__highlights{
    grid-template-columns:1fr;
  }

  .brx-ro-hero__image{
    min-height:360px;
  }

  .brx-ro-hero__card{
    position:relative;
    left:auto;
    bottom:auto;
    max-width:100%;
    margin-top:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2170e1 */.brx-ro-services{
  padding:84px 20px;
  background:#f7f8fb;
  font-family:Poppins, sans-serif;
  color:#1c244b;
}

.brx-ro-services__container{
  max-width:1240px;
  margin:0 auto;
}

.brx-ro-services__intro{
  max-width:780px;
  margin:0 auto 42px;
  text-align:center;
}

.brx-ro-services__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:#fff4cc;
  color:#1c244b;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

.brx-ro-services__title{
  margin:0 0 16px;
  color:#1c244b;
  font-size:40px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.brx-ro-services__text{
  margin:0;
  color:#686766;
  font-size:18px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-services__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
}

.brx-ro-service-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  height:100%;
  border-radius:26px;
  border:1px solid #e7ebf3;
  background:#ffffff;
  box-shadow:0 14px 34px rgba(28,36,75,0.07);
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brx-ro-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(28,36,75,0.10);
  border-color:#ffb905;
}

.brx-ro-service-card--yellow{
  background:#fffaf0;
}

.brx-ro-service-card--light{
  background:#ffffff;
}

.brx-ro-service-card--navy{
  background:#1c244b;
  border-color:#1c244b;
}

.brx-ro-service-card__media{
  position:relative;
  overflow:hidden;
  min-height:240px;
  background:#dde3ef;
}

.brx-ro-service-card__image{
  display:block;
  width:100%;
  height:100%;
  min-height:240px;
  object-fit:cover;
  object-position:center;
}

.brx-ro-service-card__content{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:28px 28px 30px;
}

.brx-ro-service-card__badge{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  padding:7px 12px;
  margin-bottom:16px;
  border-radius:999px;
  background:#ffb905;
  color:#1c244b;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.brx-ro-service-card--navy .brx-ro-service-card__badge{
  background:#ffb905;
  color:#1c244b;
}

.brx-ro-service-card__title{
  margin:0 0 14px;
  color:#1c244b;
  font-size:28px;
  line-height:1.25;
  font-weight:800;
}

.brx-ro-service-card--navy .brx-ro-service-card__title{
  color:#ffffff;
}

.brx-ro-service-card__text{
  margin:0 0 22px;
  color:#686766;
  font-size:16px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-service-card--navy .brx-ro-service-card__text{
  color:rgba(255,255,255,0.88);
}

.brx-ro-services a.brx-ro-service-card__btn,
.brx-ro-services a.brx-ro-service-card__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:48px;
  margin-top:auto;
  padding:12px 20px;
  border:1px solid #1c244b;
  border-radius:14px;
  background:#1c244b;
  color:#ffffff;
  text-decoration:none;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.brx-ro-services a.brx-ro-service-card__btn:hover,
.brx-ro-services a.brx-ro-service-card__btn:focus,
.brx-ro-services a.brx-ro-service-card__btn:active{
  background:#ffb905;
  border-color:#ffb905;
  color:#1c244b;
  text-decoration:none;
  outline:none;
}

.brx-ro-services a.brx-ro-service-card__btn--light,
.brx-ro-services a.brx-ro-service-card__btn--light:visited{
  background:#ffffff;
  border-color:#ffffff;
  color:#1c244b;
}

.brx-ro-services a.brx-ro-service-card__btn--light:hover,
.brx-ro-services a.brx-ro-service-card__btn--light:focus,
.brx-ro-services a.brx-ro-service-card__btn--light:active{
  background:#ffb905;
  border-color:#ffb905;
  color:#1c244b;
  text-decoration:none;
  outline:none;
}

@media (max-width:1024px){
  .brx-ro-services{
    padding:76px 20px;
  }

  .brx-ro-services__title{
    font-size:34px;
  }

  .brx-ro-service-card__title{
    font-size:24px;
  }

  .brx-ro-service-card__media,
  .brx-ro-service-card__image{
    min-height:220px;
  }
}

@media (max-width:767px){
  .brx-ro-services{
    padding:62px 16px;
  }

  .brx-ro-services__intro{
    margin-bottom:32px;
    text-align:left;
  }

  .brx-ro-services__title{
    font-size:30px;
  }

  .brx-ro-services__text{
    font-size:16px;
  }

  .brx-ro-services__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .brx-ro-service-card__media,
  .brx-ro-service-card__image{
    min-height:210px;
  }

  .brx-ro-service-card__content{
    padding:24px 22px 26px;
  }

  .brx-ro-service-card__title{
    font-size:22px;
  }

  .brx-ro-services a.brx-ro-service-card__btn,
  .brx-ro-services a.brx-ro-service-card__btn:visited{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ac83af */.brx-ro-guide{
  padding:84px 20px;
  background:#ffffff;
  font-family:Poppins, sans-serif;
  color:#1c244b;
}

.brx-ro-guide__container{
  max-width:1240px;
  margin:0 auto;
}

.brx-ro-guide__intro{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.brx-ro-guide__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:#fff4cc;
  color:#1c244b;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

.brx-ro-guide__title{
  margin:0 0 16px;
  color:#1c244b;
  font-size:40px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.brx-ro-guide__text{
  margin:0;
  color:#686766;
  font-size:18px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-guide__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
  margin-bottom:34px;
}

.brx-ro-guide-card{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:30px 28px;
  border:1px solid #e8ecf4;
  border-radius:24px;
  background:#f8f9fc;
  box-shadow:0 12px 32px rgba(28,36,75,0.06);
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brx-ro-guide-card:hover{
  transform:translateY(-4px);
  border-color:#ffb905;
  box-shadow:0 16px 36px rgba(28,36,75,0.10);
}

/* TARJETA OSCURA */
.brx-ro-guide-card--dark{
  background:#1c244b;
  border-color:#1c244b;
}

.brx-ro-guide-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:20px;
  border-radius:16px;
  background:#1c244b;
  flex-shrink:0;
}

.brx-ro-guide-card--dark .brx-ro-guide-card__icon{
  background:#ffffff;
}

.brx-ro-guide-card__icon-dot{
  display:block;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#ffb905;
}

.brx-ro-guide-card__title{
  margin:0 0 14px;
  color:#1c244b;
  font-size:24px;
  line-height:1.3;
  font-weight:800;
}

.brx-ro-guide-card__text{
  margin:0 0 22px;
  color:#686766;
  font-size:16px;
  line-height:1.7;
  font-weight:400;
}

/* TEXTO TARJETA AZUL */
.brx-ro-guide-card--dark .brx-ro-guide-card__title,
.brx-ro-guide-card--dark h3.brx-ro-guide-card__title{
  color:#ffffff;
}

.brx-ro-guide-card--dark .brx-ro-guide-card__text,
.brx-ro-guide-card--dark p.brx-ro-guide-card__text{
  color:rgba(255,255,255,0.88);
}

.brx-ro-guide a.brx-ro-guide-card__link,
.brx-ro-guide a.brx-ro-guide-card__link:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:48px;
  padding:12px 20px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid #d9deea;
  color:#1c244b;
  text-decoration:none;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.brx-ro-guide a.brx-ro-guide-card__link:hover,
.brx-ro-guide a.brx-ro-guide-card__link:focus,
.brx-ro-guide a.brx-ro-guide-card__link:active{
  background:#1c244b;
  border-color:#1c244b;
  color:#ffffff;
  text-decoration:none;
  outline:none;
}

/* BOTÓN TARJETA AZUL */
.brx-ro-guide-card--dark a.brx-ro-guide-card__link,
.brx-ro-guide-card--dark a.brx-ro-guide-card__link:visited{
  background:#ffb905;
  border-color:#ffb905;
  color:#1c244b;
}

.brx-ro-guide-card--dark a.brx-ro-guide-card__link:hover,
.brx-ro-guide-card--dark a.brx-ro-guide-card__link:focus,
.brx-ro-guide-card--dark a.brx-ro-guide-card__link:active{
  background:#ffffff;
  border-color:#ffffff;
  color:#1c244b;
}

.brx-ro-guide__cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px 32px;
  border-radius:26px;
  background:#1c244b;
  box-shadow:0 16px 38px rgba(28,36,75,0.14);
}

.brx-ro-guide__cta-content{
  max-width:760px;
}

.brx-ro-guide__cta-title,
.brx-ro-guide__cta h3,
.brx-ro-guide .brx-ro-guide__cta-title,
.brx-ro-guide .brx-ro-guide__cta h3{
  margin:0 0 10px;
  color:#ffffff;
  font-size:28px;
  line-height:1.25;
  font-weight:800;
}

.brx-ro-guide__cta-text,
.brx-ro-guide__cta p,
.brx-ro-guide .brx-ro-guide__cta-text,
.brx-ro-guide .brx-ro-guide__cta p{
  margin:0;
  color:rgba(255,255,255,0.88);
  font-size:16px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-guide__cta-actions{
  flex-shrink:0;
}

.brx-ro-guide a.brx-ro-guide__btn,
.brx-ro-guide a.brx-ro-guide__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.brx-ro-guide a.brx-ro-guide__btn--primary,
.brx-ro-guide a.brx-ro-guide__btn--primary:visited{
  background:#ffb905;
  border:1px solid #ffb905;
  color:#1c244b;
}

.brx-ro-guide a.brx-ro-guide__btn--primary:hover,
.brx-ro-guide a.brx-ro-guide__btn--primary:focus,
.brx-ro-guide a.brx-ro-guide__btn--primary:active{
  background:#ffffff;
  border-color:#ffffff;
  color:#1c244b;
  text-decoration:none;
  outline:none;
}

@media (max-width:1024px){
  .brx-ro-guide{
    padding:76px 20px;
  }

  .brx-ro-guide__title{
    font-size:34px;
  }

  .brx-ro-guide__grid{
    gap:20px;
  }

  .brx-ro-guide__cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:767px){
  .brx-ro-guide{
    padding:62px 16px;
  }

  .brx-ro-guide__intro{
    margin-bottom:32px;
    text-align:left;
  }

  .brx-ro-guide__title{
    font-size:30px;
  }

  .brx-ro-guide__text{
    font-size:16px;
  }

  .brx-ro-guide__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .brx-ro-guide-card{
    padding:24px 22px;
  }

  .brx-ro-guide-card__title{
    font-size:22px;
  }

  .brx-ro-guide__cta{
    padding:24px 22px;
  }

  .brx-ro-guide__cta-title,
  .brx-ro-guide__cta h3,
  .brx-ro-guide .brx-ro-guide__cta-title,
  .brx-ro-guide .brx-ro-guide__cta h3{
    font-size:24px;
  }

  .brx-ro-guide__cta-actions{
    width:100%;
  }

  .brx-ro-guide a.brx-ro-guide__btn,
  .brx-ro-guide a.brx-ro-guide__btn:visited{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-305fa01 */.brx-ro-switch-cta{
  padding:84px 20px;
  background:#ffffff;
  font-family:Poppins, sans-serif;
  color:#1c244b;
}

.brx-ro-switch-cta__container{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:48px;
  padding:34px;
  border:1px solid #e7ebf3;
  border-radius:30px;
  background:linear-gradient(135deg,#fffdf7 0%,#f7f8fb 100%);
  box-shadow:0 18px 42px rgba(28,36,75,0.08);
}

.brx-ro-switch-cta__media{
  width:100%;
  max-width:470px;
  flex-shrink:0;
}

.brx-ro-switch-cta__image-wrap{
  overflow:hidden;
  border-radius:24px;
  background:#dfe5f2;
  box-shadow:0 14px 34px rgba(28,36,75,0.10);
}

.brx-ro-switch-cta__image{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center;
}

.brx-ro-switch-cta__content{
  width:100%;
  max-width:620px;
}

.brx-ro-switch-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:#ffb905;
  color:#1c244b;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

.brx-ro-switch-cta__title{
  margin:0 0 16px;
  color:#1c244b;
  font-size:38px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.02em;
}

.brx-ro-switch-cta__text{
  margin:0 0 24px;
  color:#686766;
  font-size:17px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-switch-cta__list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0 0 28px;
  padding:0;
}

.brx-ro-switch-cta__item{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.brx-ro-switch-cta__check{
  display:block;
  width:22px;
  height:22px;
  margin-top:3px;
  flex-shrink:0;
  border-radius:50%;
  background:#1c244b;
  position:relative;
}

.brx-ro-switch-cta__check::after{
  content:"";
  position:absolute;
  top:6px;
  left:6px;
  width:10px;
  height:6px;
  border-left:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  transform:rotate(-45deg);
}

.brx-ro-switch-cta__item-text{
  margin:0;
  color:#1c244b;
  font-size:16px;
  line-height:1.65;
  font-weight:500;
}

.brx-ro-switch-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.brx-ro-switch-cta a.brx-ro-switch-cta__btn,
.brx-ro-switch-cta a.brx-ro-switch-cta__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.brx-ro-switch-cta a.brx-ro-switch-cta__btn--primary,
.brx-ro-switch-cta a.brx-ro-switch-cta__btn--primary:visited{
  background:#1c244b;
  border:1px solid #1c244b;
  color:#ffffff;
}

.brx-ro-switch-cta a.brx-ro-switch-cta__btn--primary:hover,
.brx-ro-switch-cta a.brx-ro-switch-cta__btn--primary:focus,
.brx-ro-switch-cta a.brx-ro-switch-cta__btn--primary:active{
  background:#ffb905;
  border-color:#ffb905;
  color:#1c244b;
  text-decoration:none;
  outline:none;
}

@media (max-width:1024px){
  .brx-ro-switch-cta{
    padding:76px 20px;
  }

  .brx-ro-switch-cta__container{
    flex-direction:column;
    align-items:flex-start;
    gap:34px;
    padding:28px;
  }

  .brx-ro-switch-cta__media,
  .brx-ro-switch-cta__content{
    max-width:100%;
  }

  .brx-ro-switch-cta__title{
    font-size:32px;
  }

  .brx-ro-switch-cta__image{
    min-height:320px;
  }
}

@media (max-width:767px){
  .brx-ro-switch-cta{
    padding:62px 16px;
  }

  .brx-ro-switch-cta__container{
    padding:22px;
    border-radius:24px;
  }

  .brx-ro-switch-cta__title{
    font-size:28px;
  }

  .brx-ro-switch-cta__text{
    font-size:16px;
  }

  .brx-ro-switch-cta__image{
    min-height:240px;
  }

  .brx-ro-switch-cta__actions{
    width:100%;
  }

  .brx-ro-switch-cta a.brx-ro-switch-cta__btn,
  .brx-ro-switch-cta a.brx-ro-switch-cta__btn:visited{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b7d5fd */.brx-ro-why{
  padding:84px 20px;
  background:#f7f8fb;
  font-family:Poppins, sans-serif;
}

.brx-ro-why__container{
  max-width:1240px;
  margin:0 auto;
}

.brx-ro-why__intro{
  max-width:760px;
  margin:0 auto 44px;
  text-align:center;
}

.brx-ro-why__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:#fff4cc;
  color:#1c244b;
  font-size:13px;
  font-weight:700;
}

.brx-ro-why__title{
  margin:0 0 16px;
  color:#1c244b;
  font-size:40px;
  line-height:1.2;
  font-weight:800;
}

.brx-ro-why__text{
  margin:0;
  color:#686766;
  font-size:18px;
  line-height:1.7;
}

.brx-ro-why__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.brx-ro-why-card{
  background:#ffffff;
  border-radius:22px;
  padding:28px 24px;
  border:1px solid #e7ebf3;
  box-shadow:0 12px 28px rgba(28,36,75,0.05);
  text-align:left;
}

.brx-ro-why-card__icon{
  width:46px;
  height:46px;
  border-radius:12px;
  background:#1c244b;
  margin-bottom:18px;
  position:relative;
}

.brx-ro-why-card__icon::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#ffb905;
  top:16px;
  left:16px;
}

.brx-ro-why-card__title{
  margin:0 0 10px;
  font-size:20px;
  color:#1c244b;
  font-weight:800;
}

.brx-ro-why-card__text{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#686766;
}

@media (max-width:1024px){

  .brx-ro-why__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .brx-ro-why__title{
    font-size:34px;
  }

}

@media (max-width:767px){

  .brx-ro-why{
    padding:64px 16px;
  }

  .brx-ro-why__grid{
    grid-template-columns:1fr;
  }

  .brx-ro-why__title{
    font-size:28px;
  }

  .brx-ro-why__text{
    font-size:16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a73ab2 */.brx-ro-process{
  padding:84px 20px;
  background:#ffffff;
  font-family:Poppins, sans-serif;
  color:#1c244b;
}

.brx-ro-process__container{
  max-width:1240px;
  margin:0 auto;
}

.brx-ro-process__intro{
  max-width:760px;
  margin:0 auto 44px;
  text-align:center;
}

.brx-ro-process__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:#fff4cc;
  color:#1c244b;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

.brx-ro-process__title{
  margin:0 0 16px;
  color:#1c244b;
  font-size:40px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-0.02em;
}

.brx-ro-process__text{
  margin:0;
  color:#686766;
  font-size:18px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-process__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
  margin-bottom:34px;
}

.brx-ro-process-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:30px 24px 28px;
  border:1px solid #e7ebf3;
  border-radius:24px;
  background:#f8f9fc;
  box-shadow:0 12px 30px rgba(28,36,75,0.06);
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brx-ro-process-card:hover{
  transform:translateY(-4px);
  border-color:#ffb905;
  box-shadow:0 16px 36px rgba(28,36,75,0.10);
}

.brx-ro-process-card__number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin-bottom:20px;
  border-radius:16px;
  background:#1c244b;
  color:#ffffff;
  font-size:20px;
  line-height:1;
  font-weight:800;
  flex-shrink:0;
}

.brx-ro-process-card__title{
  margin:0 0 12px;
  color:#1c244b;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
}

.brx-ro-process-card__text{
  margin:0;
  color:#686766;
  font-size:15px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-process__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px 32px;
  border-radius:26px;
  background:#1c244b;
  box-shadow:0 16px 38px rgba(28,36,75,0.14);
}

.brx-ro-process__bottom-content{
  max-width:760px;
}

.brx-ro-process__bottom-title,
.brx-ro-process__bottom h3,
.brx-ro-process .brx-ro-process__bottom-title,
.brx-ro-process .brx-ro-process__bottom h3{
  margin:0 0 10px;
  color:#ffffff;
  font-size:28px;
  line-height:1.25;
  font-weight:800;
}

.brx-ro-process__bottom-text,
.brx-ro-process__bottom p,
.brx-ro-process .brx-ro-process__bottom-text,
.brx-ro-process .brx-ro-process__bottom p{
  margin:0;
  color:rgba(255,255,255,0.88);
  font-size:16px;
  line-height:1.7;
  font-weight:400;
}

.brx-ro-process__bottom-actions{
  flex-shrink:0;
}

.brx-ro-process a.brx-ro-process__btn,
.brx-ro-process a.brx-ro-process__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:14px;
  text-decoration:none;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  transition:background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.brx-ro-process a.brx-ro-process__btn--primary,
.brx-ro-process a.brx-ro-process__btn--primary:visited{
  background:#ffb905;
  border:1px solid #ffb905;
  color:#1c244b;
}

.brx-ro-process a.brx-ro-process__btn--primary:hover,
.brx-ro-process a.brx-ro-process__btn--primary:focus,
.brx-ro-process a.brx-ro-process__btn--primary:active{
  background:#ffffff;
  border-color:#ffffff;
  color:#1c244b;
  text-decoration:none;
  outline:none;
}

@media (max-width:1024px){
  .brx-ro-process{
    padding:76px 20px;
  }

  .brx-ro-process__title{
    font-size:34px;
  }

  .brx-ro-process__grid{
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
  }

  .brx-ro-process__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:767px){
  .brx-ro-process{
    padding:62px 16px;
  }

  .brx-ro-process__intro{
    margin-bottom:32px;
    text-align:left;
  }

  .brx-ro-process__title{
    font-size:30px;
  }

  .brx-ro-process__text{
    font-size:16px;
  }

  .brx-ro-process__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .brx-ro-process-card{
    padding:24px 22px;
  }

  .brx-ro-process-card__title{
    font-size:20px;
  }

  .brx-ro-process__bottom{
    padding:24px 22px;
  }

  .brx-ro-process__bottom-title,
  .brx-ro-process__bottom h3,
  .brx-ro-process .brx-ro-process__bottom-title,
  .brx-ro-process .brx-ro-process__bottom h3{
    font-size:24px;
  }

  .brx-ro-process__bottom-actions{
    width:100%;
  }

  .brx-ro-process a.brx-ro-process__btn,
  .brx-ro-process a.brx-ro-process__btn:visited{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-074b8a2 */.brx-final-cta-ro{
  font-family:Poppins, sans-serif;
  padding:80px 20px;
  background:linear-gradient(135deg,#1c244b 0%, #24305e 100%);
  color:#ffffff;
}

.brx-final-cta-ro__inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.brx-final-cta-ro__eyebrow{
  display:inline-block;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:#ffb905;
  color:#1c244b;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}

.brx-final-cta-ro__title,
.brx-final-cta-ro h2.brx-final-cta-ro__title,
.brx-final-cta-ro .brx-final-cta-ro__title{
  margin:0 0 18px;
  font-size:40px;
  line-height:1.16;
  font-weight:800;
  color:#ffffff;
  letter-spacing:-0.5px;
}

.brx-final-cta-ro__text,
.brx-final-cta-ro p.brx-final-cta-ro__text,
.brx-final-cta-ro .brx-final-cta-ro__text{
  margin:0 auto 30px;
  max-width:760px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,0.88);
}

.brx-final-cta-ro__buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.brx-final-cta-ro a.brx-final-cta-ro__btn,
.brx-final-cta-ro a.brx-final-cta-ro__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 26px;
  border-radius:12px;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  border:1px solid transparent;
  box-sizing:border-box;
  transition:background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

/* BOTÓN 1 — amarillo → blanco */
.brx-final-cta-ro a.brx-final-cta-ro__btn--primary,
.brx-final-cta-ro a.brx-final-cta-ro__btn--primary:visited{
  background:#ffb905;
  color:#1c244b;
  border-color:#ffb905;
}

.brx-final-cta-ro a.brx-final-cta-ro__btn--primary:hover,
.brx-final-cta-ro a.brx-final-cta-ro__btn--primary:focus,
.brx-final-cta-ro a.brx-final-cta-ro__btn--primary:active{
  background:#ffffff;
  color:#1c244b;
  border-color:#ffffff;
  text-decoration:none;
  outline:none;
}

/* BOTÓN 2 — blanco → amarillo */
.brx-final-cta-ro a.brx-final-cta-ro__btn--secondary,
.brx-final-cta-ro a.brx-final-cta-ro__btn--secondary:visited{
  background:#ffffff;
  color:#1c244b;
  border-color:#ffffff;
}

.brx-final-cta-ro a.brx-final-cta-ro__btn--secondary:hover,
.brx-final-cta-ro a.brx-final-cta-ro__btn--secondary:focus,
.brx-final-cta-ro a.brx-final-cta-ro__btn--secondary:active{
  background:#ffb905;
  color:#1c244b;
  border-color:#ffb905;
  text-decoration:none;
  outline:none;
}

/* blindaje span interno */
.brx-final-cta-ro__btn:hover span,
.brx-final-cta-ro__btn:focus span,
.brx-final-cta-ro__btn:active span{
  color:inherit;
}

@media (max-width:1024px){
  .brx-final-cta-ro__title,
  .brx-final-cta-ro h2.brx-final-cta-ro__title,
  .brx-final-cta-ro .brx-final-cta-ro__title{
    font-size:34px;
  }
}

@media (max-width:767px){
  .brx-final-cta-ro{
    padding:60px 20px;
  }

  .brx-final-cta-ro__title,
  .brx-final-cta-ro h2.brx-final-cta-ro__title,
  .brx-final-cta-ro .brx-final-cta-ro__title{
    font-size:30px;
  }

  .brx-final-cta-ro__text,
  .brx-final-cta-ro p.brx-final-cta-ro__text,
  .brx-final-cta-ro .brx-final-cta-ro__text{
    font-size:17px;
  }

  .brx-final-cta-ro__buttons{
    flex-direction:column;
  }

  .brx-final-cta-ro a.brx-final-cta-ro__btn,
  .brx-final-cta-ro a.brx-final-cta-ro__btn:visited{
    width:100%;
  }
}/* End custom CSS */