/* Typography */
/** cursor **/
html {
  cursor: url('images/gm-cursor.png'), auto !important;
}
/* Paleta */
/* Generales */
.c1 {
  color: #f77522;
}
.c2 {
  color: #f9be50;
}
.c3 {
  color: #55a229;
}
.c4 {
  color: #b0e950;
}
.c5 {
  color: #292929;
}
.color-gray {
  color: #afafaf;
}
.bg-c1 {
  background-color: #f77522;
  color: #FFF;
}
.bg-c2 {
  background-color: #f9be50;
  color: #FFF;
}
.bg-c3 {
  background-color: #55a229;
  color: #FFF;
}
.bg-c4 {
  background-color: #b0e950;
  color: #FFF;
}
.bg-c5 {
  background-color: #292929;
  color: #FFF;
}
html {
  font-size: 100%;
}
body {
  font-family: 'Barlow', sans-serif;
  color: #474747;
}
.bg-grey {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
}
p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
#title-eee {
  color: transparent;
}
h1.bi-text {
  background: url(images/bi-text.jpg) center center;
  background-size: cover;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 6.5rem;
  line-height: 5.5rem;
  margin-bottom: 50px;
  margin-top: 15px;
  letter-spacing: -3px;
}
p.lead {
  font-size: 1.5rem;
  line-height: 1.85rem;
}
h2 {
  font-weight: 600;
}
.tar {
  text-align: right;
}
span.pretitle {
  letter-spacing: 1px;
  color: #b0e950;
  font-size: 1.1rem;
}
h1.section-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  letter-spacing: -1px;
}
h1.section-title span {
  font-weight: 900;
}
h2.section-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 3rem;
}
h2.section-title span {
  font-weight: 900;
}
/* Generales */
[x-cloak] {
  display: none !important;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Barlow', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #f77522;
}
.main-content {
  overflow: hidden;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 10px 25px;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #f77522;
  color: #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.boton:hover {
  background-color: #55a229;
  color: #fff !important;
}
.boton.c2 {
  background-color: #f9be50;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #55a229;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #b0e950;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #292929;
  color: #FFF;
}
.boton.c5:hover {
  color: #FFF;
}
.boton.outline {
  background-color: transparent;
  color: #f77522;
  border: 1px solid #f77522;
}
.boton.outline:hover {
  color: #f77522 !important;
}
.boton.outline.c2 {
  color: #f9be50;
  border: 2px solid #f9be50;
}
.boton.outline.c2:hover {
  color: #f9be50;
}
.boton.outline.c3 {
  color: #55a229;
  border: 2px solid #55a229;
}
.boton.outline.c3:hover {
  color: #55a229;
}
.boton.outline.c4 {
  color: #b0e950;
  border: 2px solid #b0e950;
}
.boton.outline.c4:hover {
  color: #b0e950;
}
.boton.outline.c5 {
  color: #292929;
  border: 2px solid #292929;
}
.boton.outline.c5:hover {
  color: #292929;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
.big-number {
  font-size: 1.15rem;
  padding-right: 3px;
}
.green-gradient {
  background: linear-gradient(120deg, #4a8b26 40%, #86b439 100%);
  color: #FFF;
}
.green-gradient.with-big-logo {
  position: relative;
  z-index: 1;
}
.green-gradient.with-big-logo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(images/isologo-grey-big.png) right center no-repeat;
  mix-blend-mode: multiply;
  background-position: right -300px center;
  background-size: 80%;
  opacity: 0.5;
}
/***** BOTONES ESPECIALES *****/
.button {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  padding: 1.3rem 3rem;
  margin: 15px 0 0 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}
.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button--anthe {
  color: #fff;
  background: none;
}
.button--anthe::before {
  content: '';
  background: #55a229;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  transition: clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), background 0.3s;
}
.button--anthe:hover::before {
  background: #b0e950;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.button--anthe span {
  text-transform: uppercase;
  display: block;
  mix-blend-mode: color-dodge;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}
.button--anthe:hover span {
  transform: translate3d(-10px, 0, 0);
  mix-blend-mode: color-burn;
  color: #292929;
}
/***** FIN BOTONES ESPECIALES *****/
/***** linsk especiales *****/
.content__item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.link::before {
  content: '';
  /* show by default */
}
.link--leda {
  overflow: hidden;
  line-height: 2;
  text-transform: uppercase;
}
.link--leda::before {
  height: 2px;
  top: calc(100% - 5px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link--leda:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.link--leda::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  background: none;
  transform-origin: 100% 50%;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link--leda:hover::after {
  transform: translate3d(0, 0, 0);
}
.link--leda span {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link--leda:hover span {
  transform: translate3d(-150%, 0, 0);
}
.link-button {
  font-weight: 500;
  text-transform: uppercase;
  color: #f77522;
  transition: all 0.3s linear;
}
.link-button::after {
  content: "";
  font-family: 'FontAwesome';
  margin-left: 5px;
  transition: margin 0.2s ease;
}
.link-button:hover {
  color: #55a229 !important;
}
.link-button:hover::after {
  margin-left: 10px !important;
}
/***** fin links especiales *****/
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
}
ul.lista-iconos li::before {
  content: "";
  font-family: 'FontAwesome';
  color: #f77522;
  display: inline-block;
  margin-left: -25px;
  width: 25px;
}
/* HEADER */
#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #000000de, transparent);
  background-blend-mode: multiply;
  z-index: 100;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
#site-header .logo img {
  max-width: 300px;
}
.language-selector.en-desktop {
  padding-top: 8px;
  margin-left: 15px;
}
.language-selector img {
  width: 25px;
  margin-right: 5px;
}
.language-selector a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}
.gracias {
  padding-top: 100px;
  padding-bottom: 100px;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
/***** Menu *****/
.main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.main-menu li a {
  padding: 15px 25px;
  text-decoration: none;
  color: #202020;
}
.main-menu.not-responsive {
  display: flex;
}
.main-menu.responsive {
  text-align: center;
  align-self: center;
}
.navbar {
  padding: 0;
}
.navbar a {
  text-decoration: none;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  white-space: nowrap;
  cursor: pointer;
}
.nav-subtitle {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color: #55a229;
  font-size: 0.8rem;
  font-style: italic;
  padding: 17px 22px 10px 22px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffcb20;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  transition: 0.3s;
  border-radius: 6px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
.navbar .dropdown ul a {
  padding: 10px 24px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #474747;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #f77522;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.main-menu.responsive {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
#menu-responsive {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #454545;
  padding-bottom: 20px;
}
#menu-responsive .logo-responsive img {
  max-width: 200px;
  padding-top: 40px;
}
#menu-responsive li {
  border-bottom: 1px solid #4d4d4d;
}
#menu-responsive li a {
  color: #FFF;
}
#menu-responsive > ul li a {
  text-transform: uppercase;
}
#menu-responsive i {
  padding-left: 10px;
}
#menu-responsive .dropd {
  width: 100%;
  background-color: #6e6e6e;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
#menu-responsive .dropd li {
  border: none;
}
#menu-responsive .dropd a {
  font-size: 0.9rem;
  padding-top: 8px;
  text-transform: unset;
  padding-bottom: 8px;
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #FFF;
  margin-right: 12px;
}
#menu-close {
  position: absolute;
  top: 25px;
  right: 28px;
  color: #FFF;
}
.toolbar {
  justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 10px;
  align-items: center;
}
.toolbar-link {
  color: #cdcdcd;
  display: inline-flex;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.toolbar-link:not(:first-child) {
  margin-left: 25px;
}
.toolbar-link i {
  padding-right: 10px;
  color: #fff;
}
.content .boton {
  margin-top: 25px;
}
/***** Sections *****/
.bloques-full .bloque-texto h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin-bottom: 20px;
}
.bloques-full .bloque-texto p.lead {
  color: #f9f9f9;
}
.heading {
  height: 240px;
  background: url(images/bg-heading3.jpg) center top;
  background-size: cover;
}
.dark-section {
  background-color: #222;
  color: #d1d1d1;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
  color: #f9f9f9;
}
#presentation {
  background: url('../assets/images/bg_grid.png') no-repeat bottom center #222;
}
.bg-img-ovly {
  background: url('images/bg-ovly.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.bg-img-ovly::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000e1a96;
  mix-blend-mode: multiply;
}
.compensation-programs {
  background: url('images/bg-grafico.jpeg') no-repeat right center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.compensation-programs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000e1a9d;
  mix-blend-mode: multiply;
}
.compensation-programs p {
  margin-bottom: 0;
}
.col-compensation .wrap {
  padding: 35px 40px;
  border-radius: 5px 5px 5px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #ffffffeb;
  color: #292929;
}
.col-compensation .wrap p {
  margin-bottom: 0;
}
.col-compensation .wrap a.link-contenido:hover {
  color: inherit !important;
}
.col-compensation .wrap a.link-contenido:hover .icono img {
  transform: scale(1.2);
}
.col-compensation .icono {
  margin-bottom: 20px;
}
.col-compensation .icono img {
  width: 80px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.slider-outer {
  background: #222;
}
.slider {
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.9));
}
.swiper-container {
  -webkit-clip-path: ellipse(100% 55% at 48% 44%);
  clip-path: ellipse(100% 55% at 48% 44%);
}
.card-icon {
  margin-bottom: 10px;
}
.numbered-items .wrap .item {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}
.numbered-items .wrap span {
  font-size: 2.5rem;
}
.wrap-play-button {
  margin-top: 15px;
  margin-left: 20px;
}
.btn-play {
  max-width: 45px;
  margin-right: 10px;
  margin-left: 10px;
}
/******* CTA PREFOOTER *****/
.cta-prefooter {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #55a229;
  background: linear-gradient(120deg, #55a229 30%, #b0e950);
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.cta-prefooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('images/flechas.png') no-repeat left center;
}
.cta-prefooter p {
  margin-bottom: 0;
}
.title-cta {
  font-size: 3rem;
  letter-spacing: -2px;
  line-height: 3rem;
}
.col-texto .card-icon {
  width: 80px;
}
.bloque-elenex .bloque-imagen {
  background: url('images/bloque-elenex.png') no-repeat center center;
  background-size: cover;
}
.bloque-suppliers .bloque-imagen {
  background: url('images/bloque-suppliers.jpg') no-repeat center center;
  background-size: cover;
}
.become-customer .bloque-imagen {
  background: url('images/bloque-customer.jpg') no-repeat center center;
  background-size: cover;
}
.benefits-sales-organization .bloque-imagen {
  background: url('images/bloque-sales-organization.jpg') no-repeat right center;
  background-size: cover;
}
.become-broker .bloque-imagen {
  background: url('images/why-become-broker.jpg') no-repeat right center;
  background-size: cover;
}
.procedure .bloque-imagen {
  background: url('images/bloque-procedure.jpg') no-repeat right center;
  background-size: cover;
}
.why-partner .bloque-imagen {
  background: url('images/partner-with-us.jpg') no-repeat right center;
  background-size: cover;
}
.brokers-serve .bloque-imagen {
  background: url('images/brokers-serve.jpg') no-repeat right center;
  background-size: cover;
}
.referral-partners .bloque-imagen {
  background: url('images/referral-partners.jpg') no-repeat right center;
  background-size: cover;
}
.elenex .bloque-imagen {
  background: url('images/about-us-elite-energy.jpg') no-repeat right center;
  background-size: cover;
}
.elenex .bloque-texto {
  padding-top: 60px;
  padding-bottom: 60px;
}
/***** FAQs *****/
.faqs {
  background-color: #222;
}
.faqs h1 {
  color: #e3e3e3;
}
/***** Accordion *****/
.accordion .readless {
  display: none;
}
.accordion .opened .readmore {
  display: none;
}
.accordion .opened .readless {
  display: block;
}
.accordion .item-faq {
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 16px;
  border: 1px solid #e3e3e3;
}
.accordion .item-faq .pregunta {
  padding: 15px 40px 15px 20px;
  position: relative;
}
.accordion .item-faq .pregunta span {
  font-weight: 700;
  font-size: 1.2rem;
}
.accordion .item-faq .pregunta::after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 2rem;
  transition: all 0.3s;
}
.accordion .item-faq.opened .pregunta {
  border-bottom: 1px solid #e3e3e3;
}
.accordion .item-faq.opened .pregunta::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .item-faq h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0;
}
.accordion .item-faq p {
  margin-bottom: 0;
}
.accordion .pregunta {
  cursor: pointer;
}
.accordion .respuesta {
  padding: 40px;
}
/*** accordion contenido
/***** Accordion *****/
.accordion-content-wrapper .item-acc {
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 16px;
  border: 1px solid #e3e3e3;
}
.accordion-content-wrapper .item-acc .acctitle {
  padding: 40px;
  position: relative;
}
.accordion-content-wrapper .item-acc .acctitle span {
  font-weight: 700;
  font-size: 1.2rem;
}
.accordion-content-wrapper .item-acc h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0;
}
.accordion-content-wrapper .item-acc p {
  margin-bottom: 0;
}
.accordion-content-wrapper .acctitle {
  cursor: pointer;
}
.accordion-content-wrapper .acc_content {
  padding: 0 40px 40px;
}
.item-plan-description {
  -webkit-box-shadow: 46px 91px 41px -96px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 46px 91px 41px -96px rgba(0, 0, 0, 0.25);
  box-shadow: 46px 91px 41px -96px rgba(0, 0, 0, 0.25);
  padding: 60px;
  display: flex;
}
.item-plan-description img {
  max-width: 100px;
}
.item-plan-description .item-description {
  flex-grow: 3;
}
.item-plan-description .item-icono {
  padding: 60px 60px 60px 0;
  flex: none;
}
.contact .wrap-contact .form-floating {
  margin-bottom: 30px !important;
}
.item-elenex {
  margin-bottom: 20px;
}
.item-elenex .titulo {
  color: #f9be50;
  font-weight: 400;
}
.item-elenex .titulo span {
  font-weight: 900;
}
.item-elenex .wrap {
  border-radius: 10px;
  padding: 40px 50px;
  background-color: #24242487;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(7px);
}
.item-broker-serve span {
  color: #f9be50;
  font-size: 4rem;
}
.item-broker-serve .wrap {
  padding: 20px;
  /*   p{
         line-height: 1.4em;
         font-size: 1rem;
      } */
}
/******** FOOTER *******/
#site-footer {
  background: url('images/bg_footer.jpg') no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
}
#site-footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000e1ad1;
  z-index: -1;
  mix-blend-mode: multiply;
}
#site-footer h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #f9be50;
}
.footer-col {
  margin-bottom: 40px;
}
.lista-items li {
  font-weight: 600;
}
.lista-items li:not(:last-child) {
  margin-bottom: 6px;
}
.lista-items li::before {
  font-family: 'FontAwesome';
  color: #b0e950 !important;
  content: "";
  padding-right: 5px;
  font-size: 0.9rem;
}
.redes-data a {
  margin-right: 20px;
  font-size: 1.3rem;
}
a:hover {
  color: #f77522 !important;
}
.contact-info-footer a {
  color: #fff;
}
.contact-info-footer a:hover {
  color: #f9be50;
}
.redes-data {
  margin-top: 20px;
}
.redes-data a:hover .fa-linkedin {
  color: #0e76a8;
}
.redes-data a:hover .fa-facebook {
  color: #2453b1;
}
.redes-data a:hover .fa-youtube {
  color: #c4302b;
}
.redes-data a:hover .fa.fa-instagram {
  color: transparent;
  background: -o-radial-gradient(107% 30%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 107% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.row-footer-cols {
  border-bottom: 1px solid #ffffff52;
  margin-bottom: 20px;
}
.row-footer-cols a {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(to right, #ff8f10, #15f245 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.row-footer-cols a:hover {
  background-position: 0 100%;
}
.conditions-links {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.conditions-links a:not(:last-child) {
  margin-right: 7px;
}
.conditions-links a:not(:last-child)::after {
  font-family: 'FontAwesome';
  color: #f77522 !important;
  content: "";
  padding-left: 10px;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #55a229;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
.contact .wrap-contact .form-control {
  background: #fff0;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  color: #fff;
  font-size: 1.3rem;
}
/******* FORM CONTACT ********/
textarea {
  min-height: 160px !important;
}
.form-check-input:checked {
  background-color: #f77522;
  border-color: #f77522;
}
.wrap-contact-form .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0 !important;
  color: #fff;
}
.wrap-contact-form .form-check {
  color: #fff;
  font-size: 1.1rem;
}
.wrap-contact-form .form-control {
  background: #fff0;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  color: #fff;
  font-size: 1.3rem;
}
.wrap-contact-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.wrap-contact-form .form-floating {
  margin-bottom: 30px;
}
.wrap-contact-form .boton {
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1399.98px) {
  .bloques-full .bloque-texto {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 1400px) {
  h1.bi-text {
    text-align: right;
  }
  .bloques-full .bloque-texto {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767.98px) {
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .swiper-slide h2 {
    font-size: 2.3rem;
    line-height: 2.3rem;
    margin-top: 0;
  }
  .swiper-slide .wrap {
    width: 75%;
  }
  .row.iom,
  .container.iom > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navegacion-noticias {
    flex-wrap: wrap;
  }
  .navegacion-noticias .previous,
  .navegacion-noticias .next {
    flex: 100%;
  }
  .navegacion-noticias .next {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px;
  }
  .item-broker-serve span {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .row-contents {
    --bs-gutter-x: 7rem;
  }
  .more-gutter {
    --bs-gutter-x: 4rem;
  }
  .item-staff {
    --bs-gutter-x: 2.5rem;
  }
  .two-columns {
    column-count: 2;
    column-gap: 5em;
  }
}
@media (max-width: 575.98px) {
  #site-header .wrap {
    flex-direction: column;
  }
  .ptb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .dark-section .bloque-texto {
    padding-bottom: 0;
  }
  .item-acc .readmore {
    margin-top: 11px;
  }
  .xs-small,
  #xs-small {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  #xs-medium {
    font-size: 3.8rem !important;
    line-height: 3.8rem !important;
  }
}
@media (max-width: 767.98px) {
  h1.bi-text {
    font-size: 4.5rem !important;
    line-height: 4.5rem;
    margin-bottom: 20px;
  }
  h2.section-title {
    line-height: 2.8rem;
  }
  .heading {
    height: 140px;
  }
}
@media (min-width: 768px) {
  #site-header .logo img {
    max-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .swiper-slide h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 10px;
  }
  .swiper-slide .wrap {
    width: 85%;
  }
  .heading {
    height: 190px;
  }
}
@media (max-width: 991.98px) {
  .bloque-imagen {
    min-height: 500px;
  }
  .dark-section {
    padding-bottom: 20px;
  }
  .row-bloques .bloque {
    margin-bottom: 70px;
  }
  .lead.ps-xl-4 {
    text-align: left;
    margin-bottom: 30px;
  }
  h1.bi-text {
    text-align: left;
    margin-bottom: 10px;
  }
  .dark-section .bloque-texto {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .buttons-links {
    display: flex;
    align-items: center;
  }
  .buttons-links .wrap-play-button {
    margin-left: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .buttons-links .wrap-play-button {
    margin-top: 26px;
    margin-left: 0px;
  }
  .conditions-links {
    margin-bottom: 20px;
  }
  .col-compensation {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .item-plan-description {
    display: block;
    padding: 50px 30px;
  }
  .item-plan-description .item-icono {
    padding: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .elenex .bloque-texto {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .compensation-programs .container {
    max-width: 600px;
  }
  h1.bi-text {
    font-size: 4rem !important;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h1.bi-text {
    font-size: 5rem !important;
    line-height: 5rem;
    letter-spacing: -2px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .buttons-links {
    display: flex;
    align-items: center;
  }
  h2 {
    font-size: 2.15rem;
    line-height: 2.4rem;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
  }
  .contact-info-footer {
    display: flex;
    justify-content: space-between;
  }
  .contact-info-footer a {
    color: #fff;
  }
  .contact-info-footer a:hover {
    color: #f9be50;
  }
  .lead.ps-xl-4 {
    text-align: right;
  }
  h1.bi-text {
    text-align: right;
  }
  #xl-medium {
    font-size: 4rem !important;
    line-height: 4rem;
  }
}
