header {
  background: #060e2c;
  position: sticky;
  width: 100%;
  top: 0;
  padding: 18px 0px;
  z-index: 9999;
}
header .container {
  max-width: 1600px !important;
}
header .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
}
.nav-item:last-child .nav-link {
  color: #007cff !important;
  font-weight: 700;
}
nav ul.navbar-nav {
  padding-left: 15px;
}
body {
  font-family: "Poppins" !important;
}

main {
  overflow-x: hidden;
}

#popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#popup-content {
  position: relative;
  background: url("https://impulseworld.pro/propfirm/wp-content/uploads/2024/02/BANNER-WEB-BEYOND.png") !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 0;
  border-radius: 1vw;
  border: 1px solid white;
  width: max(80%, 740px);
  height: 60%;
}

#close-btn {
  position: absolute;
  top: 1vh;
  right: 1vw;
  background: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  cursor: pointer;
  color: white !important;
  font-size: 3vh;
}

.millon {
  display: block;
}

.short-millon {
  display: none;
}

@media (max-width: 768px) {
  .millon {
    display: none;
  }

  .short-millon {
    display: block;
  }
}

.tabla-datos .button a {
  color: #fff;
  text-decoration: none;
}
.seccion-banner img {
  width: 100%;
}
.nav-item {
  margin-right: 44px;
}
.search-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 70px;
}

.search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.search div {
  max-width: 290px;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.search div input {
  max-width: 290px;
  width: 100%;
  height: 40px;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  border: 1px solid rgba(226, 232, 240, 0.3);
  background: rgba(241, 241, 241, 0.1);
}
.search input:focus {
  outline: none;
}
.search div button {
  position: absolute;
  right: 10px;
  border: none;
  background: transparent;
  top: auto;
}
.search div i {
  color: #fff;
}

.btn-outline {
  width: 50%;
  font-family: Poppins;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  background: #000000;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 12px;
  transition: color 0.15sease -in-out, background-color 0.15sease -in-out,
    border-color 0.15sease -in-out, box-shadow 0.15sease -in-out;
}

.btn-blue {
  width: 50%;
  font-family: Poppins;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #007cff;
  border: 1px solid #007cff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 12px;
  transition: color 0.15sease-in-out, background-color 0.15sease-in-out,
    border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

@media (min-width: 992px) {
  .btn-outline {
    width: unset;
  }
  .btn-blue {
    width: unset;
  }
}

.btn-blue:hover {
  color: #fff;
}

.dropdown-menu.show {
  background: #060e2c;
}
ul.dropdown-menu.show li {
  margin-bottom: 15px;
}
ul.dropdown-menu.show li:last-child {
  margin: 0;
}
.dropdown-toggle.show::after {
  content: "\f077" !important;
}
a.dropdown-item {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  background: transparent !important;
}
.search-content .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 2em;
  color: #fff !important;
  border-radius: 12px;
  border: solid 1px #fff;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  /* vertical-align: 0.255em; */
  border: none !important;
  /* border-top: 0.3em solid; */
  /* border-ri0ght: 0.3em solid transparent; */
  border-bottom: 0;
  /* border-left: 0.3em solid transparent; */
  content: "\f078" !important;
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: 4px;
  color: white;
  font-size: 18px;
  position: absolute;
  right: 0%;
  transform: translatex(177%);
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    right: unset;
    color: #007cff;
    transform: unset;
  }
}

footer {
  background: #060e2c;
  padding: 50px 0px;
  border-top: solid 10px #007cff;
}
footer .menu ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
footer ul li {
  margin-bottom: 10px;
}
.redes a {
  margin-right: 10px;
}
.app {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.mail {
  padding-top: 10px;
}
.mail a {
  color: #fff;
}
footer strong {
  font-size: 18px;
  display: block;
  color: #007cff;
  margin-bottom: 20px;
}

footer .row:last-child {
  padding-top: 40px;
}
footer .row:last-child p {
  font-size: 14px;
  color: #777;
}
.item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  box-shadow: 4px 4px 29px rgba(0, 0, 0, 0.25);
  padding: 25px;
  border-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 210px;
}
.reglas-li-strong {
  color: #fff;
  display: inline;font-size: 1em;
  font-weight: 600;
} 
.item strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  height: 56px;
}
.seccion-preguntas .row .col-md-4 {
  margin-bottom: 20px;
}
.seccion-preguntas {
  padding: 100px 0px;
}
.seccion-preguntas h6 {
  font-size: 36px;
  font-weight: 700;
  color: #060e2c;
  text-align: center;
}
.seccion-preguntas .row {
  padding-top: 40px;
}
.seccion-banner {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36075.png);
  /*background: #060e2c;*/
  padding: 170px 0px;
  background-size: cover;
}
.item-textos h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #fff;
}
.item-textos h1 strong {
  color: #007cff;
}
.seccion-banner .container .row {
  align-items: Center;
}
.seccion-banner p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.item-textos a {
  max-width: max-content;
  padding: 10px 22px;
  border-radius: 12px;
  background: #007cff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-top: 20px;
  display: flex;
  text-decoration: none;
}
.seccion-datos {
  background: #060e2c;
  padding: 40px 0px;
}
.items-datos strong {
  font-size: 46px;
  color: #007cff;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
  display: block;
}
.items-datos {
  text-align: center;
}
.items-datos p {
  color: #a0aec0;
  font-size: 14px;
}
.seccion-home-impulsa {
  padding: 150px 0px;
}
.item-impulsa h2 {
  font-size: 48px;
  color: #060e2c;
  padding-right: 25px;
  padding-bottom: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.item-impulsa h2 strong {
  color: #007cff;
}
.item-impulsa p {
  font-size: 18px;
  color: #626262;
}
.item-impulsa img {
  width: 100%;
}
.seccion-home-impulsa .row {
  align-items: center;
}
.seccion-tabs .nav-tabs {
  display: flex;
  border: none;
  margin-top: 40px;
  justify-content: center;
}
.tab-content li {
  counter-increment: step-counter;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 25px;
  font-size: 14px;
  color: #626262;
  display: flex;
  display: grid;
  grid-template-columns: 25% 1fr;
  padding-left: 90px;
}
.tab-content li:before {
  position: absolute;
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 16px;
  background-color: rgba(0, 124, 255, 0.22);
  border: solid 1px #007cff;
  color: #007cff;
  font-weight: normal;
  padding: 3px 8px;
  left: 0px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content ul {
  padding: 0;
  list-style: none;
}
.tab-content li:after {
  content: "";
  position: Absolute;
  width: 1px;
  height: 100%;
  background: #007cff;
  left: 30px;
  bottom: -61px;
}
.tab-content li:last-child:after {
  display: none;
}
.tab-content li .linea {
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background: rgb(138 138 138 / 35%);
  left: 90px;
}
.tab-content li strong {
  /*width: 35%;*/
  font-size: 24px;
}
.nav-tabs .nav-link {
  max-width: 227px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border: none !important;
  border-bottom: solid 4px #ccc !important;
}
.nav-tabs .nav-link.active {
  border-color: #007cff !important;
}
.tab-content {
  border-radius: 24px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
  /* padding: 40px;*/
  background: #fff;
  margin-top: 20px;
}
.tab-content .tab-pane {
  padding: 40px;
  padding-bottom: 20px;
}
.seccion-tabs {
  padding: 100px 0px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36121.png);
  background-position: 0px 90px;
  background-size: 100%;
}
.seccion-tabs h3 {
  font-size: 36px;
  color: #060e2c;
  margin-bottom: 20px;
  font-weight: 700;
}
.seccion-tabs .container > p {
  font-size: 18px;
}

.seccion-desafio {
  padding: 100px 0px;
  background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Capa-1-2.png) !important;
  background: #060e2c;
  background-repeat: no-repeat;
  /* background-size: 100%; */
  background-position: left;
  background-position-x: left;
}
.seccion-desafio h4 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.selects {
  max-width: 1075px;
  margin: auto;
  /*border: solid;*/
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.44);
  margin-bottom: 40px;
}
.select select {
  height: 48px;
  width: 100%;
  border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  border: 1px solid var(--Color-botones, #007cff);
  background: rgba(6, 43, 99, 0.56);
  /* selctor desafio */
  appearance: none;
  box-shadow: 0px 0px 4px 0px rgba(0, 124, 255, 0.64);
}
.select select:focus {
  outline: none;
}
.select {
  position: relative;
}
.select i {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #fff;
}
.selects label {
  font-size: 18px;
  color: #a0aec0;
  margin-bottom: 10px;
}

.tabla-datos {
  max-width: 1075px;
  margin: auto;
  color: #fff;
}

.tabla-datos .tbl_fd {
  max-width: 576px;
}

.tabla-datos table {
  color: #fff;
}
.tabla tbody tr > td:first-child {
  color: #a0aec0;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.tabla tbody tr td {
  border-left: none;
  border-right: none;
  border-bottom: solid 1px rgb(160 174 192 / 10%);
  text-align: center;
}
tbody {
  border-color: transparent;
}
thead th {
  border: none;
  text-align: center;
  font-size: 18px;
}
thead tr {
  border: none;
}

tbody tr > td:nth-child(2) {
  background: #007cff24;
}

tbody tr > td:nth-child(4) {
  background: #007cff24;
}
.tabla-datos .button {
  content: no-open-quote;
  max-width: 358px;
  background: #007cff;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: w;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  text-transform: uppercase;
  margin-top: 70px;
}
.irs-grid {
  font-family: Poppins;
}
.seccion-desafios-1 {
  background: #060e2c;
  padding-bottom: 80px;
  height: auto;
}
.seccion-desafios-1 .bloque {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36123.png);
  height: 570px;
  border-radius: 25px;
  background-size: 100%;
  padding: 0px 50px;
}
.seccion-desafios-1 .row {
  align-items: center;
  /*padding: 0px 50px*/
  height: 100%;
}
.seccion-desafios-1 h4 {
  font-size: 72px;
  font-weight: 700;
  color: #007cff;
  line-height: 80px;
  margin-bottom: 20px;
}
.seccion-desafios-1 h4 strong {
  color: #fff;
  display: Block;
}
.seccion-desafios-1 p {
  font-size: 18px;
  max-width: 460px;
  line-height: 28px;
  color: #fff;
}
.seccion-desafios-1 a {
  font-size: 14px;
  max-width: 194px;
  background: #007cff;
  padding: 11px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
}
.seccion-desafios-1 a i {
  margin-left: 10px;
}

.price_range {
  font-family: Poppins;
}

.item-bloque {
  border-radius: 25px;
  /* background: red;*/
  padding: 25px;
  max-width: 320px;
  width: 100%;
}
.item-bloque strong {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: block;
  color: #060e2c;
  height: 72px;
  margin-bottom: 20px;
}
.item-bloque p {
  font-size: 14px;
  color: #626262;
}
.item-bloque a {
  font-size: 12px;
  font-weight: 600;
  color: #007cff;
}
.item-bloque a i {
  margin-left: 5px;
}
.seccion-porque .col-md-4 {
  margin-bottom: 40px;
}
.seccion-porque .col-md-4 .item-bloque {
  transition: all 0.5s;
}
.seccion-porque .col-md-4:hover .item-bloque img {
  filter: brightness(0) invert(1);
}
.seccion-porque .col-md-4:hover .item-bloque {
  background: #007cff;
}
.seccion-porque .col-md-4:hover .item-bloque p {
  color: #fff;
}
.seccion-porque .col-md-4:hover .item-bloque strong {
  color: #fff;
}
.seccion-porque .col-md-4:hover .item-bloque a {
  color: #fff !important;
}
.seccion-porque h4 {
  font-size: 36px;
  color: #060e2c;
  margin-bottom: 20px;
  font-weight: 700;
}
.seccion-porque {
  padding: 100px 0px;
}
.item-puntos strong {
  font-size: 28px;
  line-height: 36px;
  color: #060e2c;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.item-puntos p {
  font-size: 14px;
  color: #626262;
}
.item-puntos a {
  font-size: 12px;
  font-weight: 600;
  color: #007cff;
}

.item-puntos img {
  width: 100%;
}
.seccion-puntos-clave .row {
  align-items: Center;
}
.item-puntos-1 {
  padding-left: 50px;
}
.seccion-puntos-clave {
  padding: 100px 0px;
}
.seccion-puntos-clave h5 {
  font-size: 36px;
  color: #060e2c;
  margin-bottom: 20px;
  font-weight: 700;
}

.seccion-testimonios .row {
  max-width: 750px;
  margin: Auto;
}
.testimonios strong {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #060e2c;
}
.testimonios p {
  font-size: 14px;
  line-height: 20px;
}
.testimonios .fecha {
  font-size: 12px;
}
.testimonios .fecha span {
  font-weight: 600;
}
.seccion-testimonios img {
  width: 100%;
}
.seccion-testimonios .owl-carousel {
  display: block;
}

.seccion-testimonios .owl-dots {
  display: block !important;
  text-align: center;
  padding-top: 30px;
}
.seccion-testimonios .owl-dots button span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: block;
}
.seccion-testimonios .owl-dots button {
  margin: 0px 10px;
}
.seccion-testimonios .owl-dots button.active span {
  background: #060e2c;
}
.stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
.stars i {
  background: #00b67b;
  padding: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}
.seccion-testimonios h6 {
  font-size: 36px;
  color: #060e2c;
  margin-bottom: 20px;
  font-weight: 700;
}
.seccion-testimonios .owl-carousel {
  padding-top: 50px;
}
.seccion-testimonios {
  padding: 50px 0px;
}
.testimonios:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 68px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/pngwing-1.png);
  background-size: 100%;
  /** right: ;0*/
  right: -20px;
  top: -50px;
}
.testimonios {
  position: relative;
}
.owl-stage {
  padding-top: 30px;
}
.suscripcion {
  /* background: red; 
    height: 200px */
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 280px;
}
.seccion-suscripcion .container {
  padding: 40px 60px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Rectangle-113.png);
  /*background: #007cff; */
  background-size: 100%;
  border-radius: 12px;
}
.suscripcion input {
  height: 40px;
  width: 100%;
  background: transparent;
  padding-left: 15px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background: transparent;
  padding-left: 15px;
  border: solid 2px rgb(226 248 240 / 50%);
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
  outline: none;
}
.suscripcion input::placeholder {
  font-size: 12px;
  color: #fff;
}
.suscripcion input[type="submit"] {
  border: solid 2px #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.seccion-suscripcion h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 48px;
}
.embed-container {
  position: relative;
  padding-bottom: 30.25%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-nosotros header {
  /*position: relative;*/
  background: #060e2c;
}
.seccion-nosotros-informacion {
  padding: 50px 0px;
}
.seccion-nosotros-informacion .info {
  text-align: center;
}
.seccion-nosotros-informacion .info strong {
  font-size: 20px;
  font-weight: 600;
  color: #007cff;
}
.seccion-nosotros-informacion .info h1 {
  font-size: 48px;
  color: #060e2c;
  font-weight: 700;
}
.seccion-nosotros-informacion p {
  font-size: 18px;
}
.seccion-nosotros-informacion img {
  width: 100%;
}
.seccion-nosotros-informacion .row {
  align-items: center;
}
.seccion-nosotros-informacion .row .col-md-6 p {
  padding-left: 50px;
}
.seccion-nosotros-informacion .row.info-img {
  padding-top: 30px;
}
.logo-footer img {
  width: 100%;
  max-width: 220px;
}
.app img {
  width: 100%;
}
.search div input::placeholder {
  color: #fff;
}

.banner-nosotros h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
}
.banner-nosotros h2 strong {
  color: #007cff;
}
.banner-nosotros {
  padding-top: 50px;
}
.textos {
  position: absolute;
  left: auto;
  top: auto;
  max-width: 1000px;
  margin: auto;
}
.textos p {
  font-size: 18px;
  color: #c8c8c8;
}

.img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seccion-titulos-informacion {
  padding: 80px 0px;
}
.seccion-titulos-informacion p {
  padding: 0;
  margin: 0;
}
.informacion h3 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  color: #060e2c;
}
.informacion strong {
  font-size: 20px;
  display: block;
  color: #007cff;
  text-align: center;
  margin-bottom: 10px;
}
.informacion {
  max-width: 1000px;
  margin: auto;
}
.informacion a,
.informacion a:hover {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 212px;
  height: 44px;
  background: #007cff;
  border-radius: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  margin: auto;
  margin-top: 30px;
}
.seccion-contacto-informacion {
  /*padding: 100px 0px*/
}
.banner .info {
  text-align: center;
}
.banner {
  padding: 100px 0px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Rectangle-4043.png);
  background-size: cover;
}
.banner .info strong {
  font-size: 20px;
  color: #007cff;
  font-weight: 600;
  display: block;
}
.banner .info h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}
.seccion-contacto-informacion .banner-nosotros h2 {
  font-size: 36px;
  font-weight: 600;
}
.seccion-contacto-informacion .textos {
  padding: 0px 80px;
}
.seccion-contacto-informacion strong {
  font-size: 18px;
  color: #007cff;
  font-weight: 600;
}
.seccion-contacto-informacion .textos p {
  font-size: 20px;
  color: #fff;
}
.seccion-contacto-informacion .img {
  justify-content: flex-start;
}
.img img {
  width: 100%;
}

.banner .info p {
  color: #fff;
  font-size: 18px;
}
.container {
  max-width: 1400px !important;
}
.textos-contactos {
  max-width: 1176px;
  margin: Auto;
  padding: 50px 0px;
}
.textos-contactos h2 {
  font-size: 36px;
  line-height: 44px;
  color: #060e2c;
  font-weight: 600;
}
.textos-contactos p {
  font-size: 18px;
  color: #626262;
}
.textos-contactos a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.page-template-page-desafios .banner .info h1 {
  font-weight: 500;
}

.page-template-page-desafios .info h1 strong {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.page-template-page-desafios .info strong {
  margin-bottom: 20px;
}

.page-template-page-desafios .seccion-tabs h3 {
  text-align: center;
}
.desafios-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 50px;
  padding-top: 60px;
}
.page-template-page-desafios .tab-content li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 1.2em;
  color: #626262;
  padding-left: 40px;
  display: block;
}
.page-template-page-desafios .tab-content li:before {
  font-weight: 700;
  position: absolute;
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 5px;
  font-size: 11px;
  background-color: rgb(255 255 255);
  border: solid 2px #007cff;
  color: #007cff;
  font-weight: normal;
  padding: 3px 8px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.page-template-page-desafios .tab-content li:after {
  display: none;
}
.item-desafio h2 {
  font-size: 48px;
  font-weight: 700;
  color: #007cff;
}
.item-desafio h2 strong {
  font-size: 24px;
  font-weight: 600;
  color: #060e2c;
  display: block;
}
.item-desafio .item-precio {
  display: flex;
  align-items: center;
  gap: 20px;
  /* border: 1px dashed skyblue; */
}
.item-desafio:last-child {
  display: flex;
  padding-bottom: 50px;
}
.item-desafio .sub_title {
  color: rgb(13, 110, 253);
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.item-precio > a {
  font-size: 14px;
  color: #626262;
  font-weight: 600;
  text-decoration: underline;
}
/* .precios {
  border: 1px solid red;
} */
.precios p {
  font-size: 12px;
  color: #626262;
  font-weight: 500;
  margin-bottom: 10px;
}
.precios strong {
  color: #626262;
  display: block;
  font-size: 28px;
}
.precios a {
  max-width: 189px;
  background: red;
  display: flex;
  padding: 8px 60px;
  border-radius: 12px;
  background: #007cff;
  color: #fff !important;
  font-size: 14px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}
.page-template-page-desafios .tab-content {
  box-shadow: none;
}
.page-template-page-desafios .seccion-tabs {
  background: transparent;
}
.desafios-item:last-child {
  border: none;
}
.seccion-relacionados {
  padding: 100px 0px;
}
.seccion-relacionados .item strong {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.seccion-relacionados p {
  font-size: 18px;
  color: #616161;
}
.seccion-relacionados .item {
  height: auto;
  border-radius: 28px;
  padding: 40px;
  border: 2px solid #007cff;
  box-shadow: 3px 4px 66px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
}
.seccion-relacionados h5 {
  font-size: 36px;
  line-height: 44px;
  color: #060e2c;
  font-weight: 600;
  margin-bottom: 50px;
}
.seccion-relacionados .item ul li {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 35px;
  position: relative;
}
.seccion-relacionados .item ul {
  list-style: none;
  margin-top: 30px;
  padding: 0px;
  height: auto !important;
}
.seccion-relacionados .item a {
  display: flex;
  height: 44px;
  width: 100%;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  background: var(
    --gradiente-2,
    linear-gradient(
      137deg,
      #007cff 0%,
      #0150bb 55.84%,
      rgba(6, 11, 40, 0.47) 182.7%
    )
  );
}
.seccion-relacionados .item ul li:before {
  font-weight: 700;
  position: absolute;
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 5px;
  font-size: 14px;
  background-color: rgb(255 255 255);
  border: solid 2px #007cff;
  color: #007cff;
  font-weight: normal;
  padding: 3px 8px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.seccion-tabla {
  padding: 50px 0px;
}
.seccion-tabla .tabla tbody tr > td:first-child {
  color: #060e2c;
}
.seccion-tabla tbody tr > td:nth-child(2) {
  color: #007cff;
  background: rgba(0, 124, 255, 0.06);
}

.seccion-tabla tbody tr > td:nth-child(4) {
  color: #007cff;
  background: rgba(0, 124, 255, 0.06);
}
.seccion-tabla .tabla-datos table {
  color: #626262;
}
.seccion-tabla thead th {
  font-weight: 600;
}
.seccion-tabla .button {
  display: none;
}
.seccion-tabla h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #060e2c;
}
.seccion-tabla h4 strong {
  color: #007cff;
  font-size: 20px;
  line-height: 28px;
  display: block;
}
.seccion-tabla .titulo {
  text-align: center;
  margin-bottom: 0px;
}
.seccion-balance {
  height: 300px;
  background: #060e2c;
  padding: 50px 0px;
}
.seccion-balance h3 {
  font-size: 36px;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
}
.seccion-balance h3 strong {
  color: #007cff;
  font-size: 20px;
  line-height: 40px;
  display: block;
}
.seccion-proceso .tab-content {
  padding: 50px;
}
.seccion-proceso {
  padding: 30px 0px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36121.png);
  background-size: 100%;
}
.seccion-proceso .tab-content strong {
  color: #626262;
}
.seccion-proceso h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #060e2c;
  margin-bottom: 50px;
}
.seccion-video-detalle h2 {
  font-size: 36px;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  color: #060e2c;
  margin-bottom: 50px;
}
.breadcrumbs a {
  color: #626262;
}

.breadcrumbs {
  padding-top: 50px;
  font-size: 14px;
  color: #626262;
  text-transform: uppercase;
}
.breadcrumbs a {
  margin: 0px 10px;
}
.breadcrumbs span {
  margin: 0px 10px;
  color: #060e2c;
  font-weight: 600;
}
.seccion-video-detalle h2 strong {
  color: #007cff;
  font-size: 20px;
  line-height: 28px;
  display: block;
}
.seccion-video-detalle {
  padding: 30px 0px;
}

.video-detalle {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-detalle iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-elevate header {
  background: #060e2c;
  position: relative;
}
.seccion-banner-elevate h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-align: right;
  line-height: 60px;
}
.seccion-banner-elevate h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  line-height: 60px;
}
.seccion-banner-elevate h1 strong {
  font-size: 36px;
  color: #007cff;
  display: block;
}
.seccion-banner-elevate {
  /*: 400px; /*/
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/BANNER-DESKTOP-ELEVATE-no-logo-1.png);
  background-size: 100%;
}
.seccion-banner-elevate .row {
  align-items: center;
}
main .seccion-banner-elevate a {
  max-width: 180px;
  height: 44px;
  background: #007cff;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: Center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin-left: auto;
  margin-right: 0;
}
.video-elevate {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-elevate iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seccion-elevate-video {
  padding: 50px 0px;
  background-color: #060e2c;
  background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36044.png);
  background-size: 100%;
}
.seccion-elevate-informacion {
  padding: 30px 0px;
  background: #060e2c;
}
.info-textos {
  padding: 50px 0px;
  text-align: Center;
  border-radius: 18px;
  border: 2px solid var(--Color-botones, #007cff);
  background: var(--Azul-2, #060e2c);
}
.info-textos strong {
  font-size: 18px;
  color: #007cff!important;
  font-weight: 600;
}
.info-textos h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
.info-textos p {
  font-size: 18px;
  color: #fff;
}
.info-textos a {
  max-width: 223px;
  background: #007cff;
  padding: 6px 20px;
  border-radius: 12px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  margin-top: 1rem;
}
.seccion-contador {
  padding: 50px 0px;
  background: #060e2c;
  background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36229-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.seccion-contador .bloque-titulo h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  position: relative;
  max-width: max-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.seccion-contador .bloque-titulo strong {
  font-size: 18px;
  font-weight: 600;
  color: #007cff;
}
.seccion-contador .bloque-titulo {
  text-align: center;
}
.seccion-contador .bloque-titulo h3:before {
  content: "";
  width: 37px;
  height: 37px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/image-16.png);
  left: 0px;
  margin-right: 10px;
}
.seccion-contador .bloque-titulo h3:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/image-16.png);
  margin-left: 10px;
}
.bloque-cupo {
  background: #fff;
  border-radius: 12px;
  padding: 7px 44px;
  margin: auto;
  max-width: 483px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 99px;
  margin-top: 30px;
}
.bloque-cupo p {
  font-size: 24px;
  line-height: 32px;
  color: #060e2c;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.bloque-cupo strong {
  font-size: 60px;
  font-weight: 600;
  text-align: right;
  color: #007cff;
}

.bloques {
  background: linear-gradient(#060e2c, #060e2c) padding-box,
    linear-gradient(to bottom, #007cff, #007cff00) border-box;
  border-radius: 12px;
  border: 2px solid transparent;
  padding-top: 50px;
}
.bloque-contador .item-contador {
  font-size: 92px;
  font-weight: 600;
  color: #fff;
}
.bloque-contador .contador {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
  justify-items: center;
}
.bloque-contador .contador h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.cartel {
  position: relative;
}
.cartel:after {
  content: "";
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/unnamed-file.png);
  width: 8px;
  height: 29px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  top: 0px;
  position: absolute;
  right: -50px;
  top: 34%;
}
.cartel:last-child:after {
  display: none;
}
.bloque-contador {
  padding-bottom: 50px;
}
.seccion-participa {
  background: #060e2c;
  padding: 30px 0px;
}
.participa-textos {
  text-align: center;
}
.participa-textos h4 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.participa-textos strong {
  color: #007cff;
}
.participa-textos p {
  font-size: 18px;
  color: #a0aec0;
}
.participa-fases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
  margin: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  color: #fff;
  justify-items: center;
  padding-top: 40px;
  gap: 40px;
}
.item-fases {
  padding: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border: solid;
  background: linear-gradient(#060e2c, #060e2c) padding-box,
    linear-gradient(to bottom, #007cff, #007cff00) border-box;
  border-radius: 12px;
  border: 1px solid transparent;
  /* padding-top: 50px; */
  width: 100%;
}
.item-fases strong {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.item-fases p {
  font-size: 14px;
  line-height: 20px;
  color: #a0aec0;
}
.item-fases .duracion {
  font-size: 14px;
  font-weight: 500;
}

.barra-informacion {
  padding: 50px 0px;
  background: #0044a9;
}
.barra {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.items-barra span {
  display: flex;
  align-items: center;
}
.items-barra span img {
  margin-right: 10px;
}
.seccion-reglas {
  padding: 50px 0px;
  background: #060e2c;
}
.reglas h6 {
  font-size: 36px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.reglas strong {
  font-size: 18px;
  font-weight: 600;
  color: #007cff;
  display: block;
}
.reglas {
  background: linear-gradient(#060e2c, #060e2c) padding-box,
    linear-gradient(to bottom, #007cff, #007cff00) border-box;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 50px;
}

.reglas ul li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0px;
  font-size: 14px;
  color: #e3e3e3;
  padding-left: 40px;
  display: block;
}
.reglas ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 5px;
  font-size: 13px;
  background-color: #007cff;
  /* border: solid 2px #007cff;*/
  color: #060e2c;
  font-weight: normal;
  padding: 3px 8px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.seccion-premios {
  padding: 50px 0px;
  background: #060e2c;
}
.seccion-premios .premios {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
.premios strong {
  font-size: 18px;
  color: #007cff;
  font-weight: 600;
  display: block;
}
.premios h6 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.lista-item,
.lista-item-night {
  display: grid;
  grid-template-columns: 50px 1fr;
  max-width: 265px;
  /* display: flex; */
  align-items: center;
  justify-items: center;
  height: 35px;
  border-radius: 3px;
  /*border: 0.5px solid #FFB547;
    background: linear-gradient(91deg, rgba(255, 181, 71, 0.62) -0.5%, rgba(255, 181, 71, 0.00) 104.07%);*/
  color: #fff;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 0.5px solid var(--Azul-1, #062b63);
  background: linear-gradient(
    91deg,
    rgba(0, 9, 217, 0.62) -0.5%,
    rgba(0, 9, 217, 0) 104.07%
  );
}
.lista-item-night {
  background: linear-gradient(91deg, #751bdc -0.5%, #751bdc00 104.07%);
  border: 0.5px solid #007cff;
}

.lista-item:nth-child(1),
.lista-item-night:nth-child(1) {
  border: 0.5px solid #ffb547;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(255, 181, 71, 0) 104.07%
  ) !important;
}
.lista-item:nth-child(2),
.lista-item-night:nth-child(2) {
  border: 0.5px solid #838383;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(171, 171, 171, 0.62) -0.49%,
    rgba(255, 255, 255, 0) 104.07%
  );
}
.lista-item:nth-child(3),
.lista-item-night:nth-child(3) {
  border-radius: 3px;
  border: 0.5px solid #874811;

  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(161, 78, 0, 0.62) -0.49%,
    rgba(161, 78, 0, 0) 104.07%
  );
}
.lista-item p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}
.lista-item-night p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}
.lista-item-1,
.lista-item-1-night {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr;
  height: 35px;
  /* background: red; */
  align-items: center;
  /*     justify-items: center; */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 0.5px solid #0062d4;
  background: linear-gradient(
    270deg,
    rgba(36, 0, 255, 0) -2.66%,
    rgba(0, 29, 134, 0.62) 96.48%
  );
  margin-bottom: 10px;
}
.lista-item-1-night {
  background: linear-gradient(91deg, #751bdc -0.5%, #751bdc00 104.07%);
  border: 0.5px solid #007cff;
}
.lista-item-1 img,
.lista-item-1-night img {
  margin: auto;
}
.lista-item-1 .numero,
.lista-item-1-night .numero,
.lista-item-1 .premio-lista,
.lista-item-1-night .premio-lista {
  font-size: 12px;
  margin: auto;
}

.lista-item-1:nth-child(2),
.lista-item-1-night:nth-child(2) {
  border: 0.5px solid #ffb547;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(255, 181, 71, 0) 104.07%
  ) !important;
}
.lista-item-1:nth-child(3),
.lista-item-1-night:nth-child(3) {
  border: 0.5px solid #838383;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(171, 171, 171, 0.62) -0.49%,
    rgba(255, 255, 255, 0) 104.07%
  ) !important;
}
.lista-item-1:nth-child(4),
.lista-item-1-night:nth-child(4) {
  border: 0.5px solid #874811;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(161, 78, 0, 0.62) -0.49%,
    rgba(161, 78, 0, 0) 104.07%
  ) !important;
}
.lista-item-titulo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  color: #626262;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 582px;
  margin: auto;
  margin-bottom: 10px;
}
.lista {
  margin-top: 40px;
}
.video-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos-anteriores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 50px;
}
.seccion-video-anteriores {
  padding-top: 30px;
  padding-bottom: 100px;
  background: #060e2c;
  background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Rectangle-4042-3.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.seccion-video-anteriores h4 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.seccion-video-anteriores strong {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: #007cff;
}
.seccion-video-anteriores a {
  max-width: 300px;
  margin: auto;
  display: flex;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/primary.png);
  height: 44px;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 40px;
}
.page-template-page-elevate-night header {
  position: relative;
  background: #000;
}
.page-template-page-elevate-night .seccion-banner-elevate a {
  background: #007cff;
}
.page-template-page-elevate-night .info-textos strong {
  color: #007cff;
}
.page-template-page-elevate-night .info-textos a {
  background: #007cff;
}
.page-template-page-elevate-night .bloques {
    background: linear-gradient(#060e2c, #060e2c) padding-box, linear-gradient(to bottom, #007cff, #007cff00) border-box;
    border-radius: 12px;
    border: 2px solid transparent;
    padding-top: 50px;
}
.page-template-page-elevate-night .seccion-contador .bloque-titulo strong {
  color: #007cff;
}

.banner .info {
  margin-top: 0px;
  text-align: center;
}
.seccion-categorias {
  padding: 100px 0px;
}
.categoria-1 {
  max-width: 852px;
  margin: auto;
}
.seccion-categorias h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.item-categoria {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  padding: 30px;
  border-radius: 12px;
}
.item-categoria a {
  font-size: 12px;
  padding: 30px 0px;
  display: flex;
  text-decoration: none;
  color: #4e5662;
  width: 100%;
  border-bottom: solid 1px #a6a6a6;
}
.item-categoria a i {
  margin-right: 20px;
}
.title {
  display: flex;
  gap: 10px;
  align-items: Center;
}
.categoria-1 > h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.page-template-page-elevate-night footer {
  background: #000;
  border-top: solid 10px #007cff;
}
.page-template-page-elevate-night .seccion-banner-elevate {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/BANNER-DESKTOP-ELEVATE-no-logo-1.png);
  /*background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/BANNER-DESKTOP-ELEVATE-no-logo-1-9.png);*/
  background-size: 100%;
}
.page-template-page-elevate-night
  .seccion-banner-elevate
  .col-md-6:last-child
  .item-elevate {
  text-align: right;
}
.page-template-page-elevate-night .seccion-elevate-video {
  background: #04000d;
  background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Group-36312.png);
  background-size: 100%;
}
.page-template-page-elevate-night .info-textos {
    padding: 50px 0px;
    text-align: Center;
    border-radius: 18px;
    border: 2px solid #007cff;
    background: #060e2c;
}
.page-template-page-elevate-night .seccion-contador {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36229-1.png);
  background-size: 100%;
  background-color: #04000d;
}
.page-template-page-elevate-night .seccion-elevate-informacion {
  background: #04000d;
}
.page-template-page-elevate-night .bloque-cupo strong {
  color: #007cff;
}
.page-template-page-elevate-night .seccion-participa {
  background: #04000d;
}
.page-template-page-elevate-night .item-fases {
  background: linear-gradient(#04000d, #04000d) padding-box,
    linear-gradient(to bottom, #751bdc, #751bdc00) border-box;
}
.page-template-page-elevate-night .participa-textos strong {
  color: #007cff;
}
.page-template-page-elevate-night .barra-informacion {
  background: #007cff;
}
.page-template-page-elevate-night .reglas {
  background: linear-gradient(#04000d, #04000d) padding-box,
    linear-gradient(to bottom, #751bdc, #751bdc00) border-box;
}
.page-template-page-elevate-night .seccion-reglas {
  background: #04000d;
}
.page-template-page-elevate-night .reglas strong {
  color: #007cff;
}
.page-template-page-elevate-night .reglas ul li:before {
  background: #007cff;
}
.page-template-page-elevate-night .seccion-video-anteriores {
  background: #04000d;
}
.page-template-page-elevate-night .seccion-video-anteriores strong {
  color: #007cff;
}
.page-template-page-elevate-night .seccion-video-anteriores a {
    max-width: 300px;
    margin: auto;
    display: flex;
    /* background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/primary.png); */
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #004042;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 40px;
    padding: 12px 20px;
    flex-direction: column;
    gap: 12px;
    border-radius: 12px;
    background: #1486ff;
	
  /* Estilo transparaente anterior
   *  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Group-36029.png);
  background-size: 100%;
  padding: 34px; */
}

/* ---------------------------------------------------------------------------------------------------------  */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.page-template-page-hall-of-fame .seccion-hall {
  padding: 100px 0px;
  /*	background: #064e2c*/
}
.logo-hall {
  text-align: center;
}
.logo-hall img {
  max-width: 464px;
  width: 100%;
}
.card-hall {
  text-align: center;
}
.card-hall img {
  max-width: 1026px;
}
.logo-hall p {
  color: #fff;
  font-size: 24px;
}
.logo-hall strong {
  color: #007cff;
}
.logo-hall-impulse {
  text-align: center;
}
.logo-hall-impulse img {
  max-width: 374px;
}

.seccion-hall-1 img {
  display: none;
}
.seccion-hall-1 .img-1 {
  display: block;
}

.info-img {
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 780px;
  margin: auto;
}
.info-img img {
  width: 100%;
}
.info-1 {
  max-width: 780px;
  margin: auto;
  text-align: center;
}
.info-1 strong {
  font-size: 24px;
  color: #007cff;
  font-weight: normal;
}
.info-1 h2,
.info-1 h3 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
.info-1 p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.seccion-hall-1 {
  background: var(--divisores, rgba(0, 68, 169, 0.32));
  padding: 100px 0px 50px 0px;
}
.seccion-hall-2 {
  padding: 100px 0px;
}
.seccion-hall-3 {
  background: var(--divisores, rgba(0, 68, 169, 0.32));
  padding: 50px 0px;
}
.seccion-hall-3 .row {
  align-items: center;
}
.seccion-hall-4 {
  padding: 50px 0px;
}
.seccion-hall-4 .row {
  align-items: center;
}
.info-3 {
  text-align: left;
}
.info-4 {
  text-align: left;
}

.img-3 img {
  width: 100%;
}
.img4 img {
  width: 100%;
}
.seccion-hall-6 {
  background: var(--divisores, rgba(0, 68, 169, 0.32));
  padding: 50px 0px;
}
.seccion-hall-8 {
  background: var(--divisores, rgba(0, 68, 169, 0.32));
  padding: 50px 0px;
}
.seccion-hall-7 {
  padding: 50px 0px;
}
.seccion-hall-7 .row {
  align-items: Center;
}
.seccion-hall-6 .row {
  align-items: Center;
}

.seccion-hall-7 .row {
  align-items: center;
}
.seccion-hall-8 .row {
  align-items: center;
}
.seccion-hall-8-1 {
  padding: 50px 0px;
}
.seccion-hall-8-1 .row {
  align-items: center;
}

.info-5 .info-1 {
  text-align: left;
}
.logo-9 {
  text-align: center;
}
.logo-9 img {
  max-width: 411px;
}
.seccion-hall-10 {
  background: var(--divisores, rgba(0, 68, 169, 0.32));
  padding: 50px 0px;
}
.seccion-hall-11 {
  padding: 50px 0px;
}
.seccion-hall-10 .row {
  align-items: Center;
}
.seccion-hall-11 .row {
  align-items: Center;
}
.seccion-hall-12 .mapa:before {
  display: none;
}
.seccion-hall-8-1 {
  position: relative;
  display: flex;
  justify-content: center;
}
.seccion-hall-8-1:before {
  content: "";
  position: absolute;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Line-1-4.png);
  width: 80%;
  height: 44px;
  background-size: 100%;
  bottom: 70px;
  left: auto;
}

.seccion-nosotros-informacion .row.info-img {
  max-width: 100% !important;
}

.page-template-page-contacto main input {
  border-radius: 12px !important;
  border: 1px solid var(--Azul-1, #062b63) !important;
  background: rgba(147, 190, 255, 0.1) !important;
  height: 40px;
  color: #a0aec0 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.page-template-page-hall-of-fame {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Hall-of-Fame-4.png);
  background-size: cover;
}
.lista-hall .col-item {
  background: red;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 4px solid #dfe8f2;
  background: linear-gradient(
    224deg,
    rgba(6, 14, 44, 0.4) 11.47%,
    rgba(0, 68, 169, 0.4)
  );
  height: 68px;
  color: #fff;
  align-items: center;
  justify-items: center;
  border-radius: 20px;
  max-width: 574px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.lista-hall .col-item:hover {
  border-radius: 20px;
  border: 4px solid #dfe8f2;
  background: var(
    --Card,
    linear-gradient(
      222deg,
      #06305b 11.26%,
      #0044a9 35.04%,
      #0b6bd1 54.85%,
      #0044a9 70.91%,
      #081f49 92.57%
    )
  );
  box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.55);
}
.lista-hall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: Auto;
  padding-top: 40px;
}
.lista-hall .col-item:nth-child(4) {
  /*	border-radius: 20px;
border: 4px solid #DFE8F2;
*/
  background: var(
    --Card,
    linear-gradient(
      222deg,
      #06305b 11.26%,
      #0044a9 35.04%,
      #0b6bd1 54.85%,
      #0044a9 70.91%,
      #081f49 92.57%
    )
  );
  box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.55);
}
.seccion-hall-3 .hall-img-3 {
  display: block;
}
.seccion-hall-3 .img-3 .movil-3 {
  display: none;
}
.seccion-hall-4 .hall-img-3 {
  display: block;
}
.seccion-hall-4 .img4 .movil-3 {
  display: none;
}
.logo-5 {
  text-align: center;
}
.logo-5 img {
  max-width: 615px;
}
.seccion-hall-5 {
  padding-bottom: 50px;
}

.page-template-page-contacto main textarea {
  border-radius: 12px !important;
  border: 1px solid var(--Azul-1, #062b63) !important;
  background: rgba(147, 190, 255, 0.1) !important;
  /* height: 40px;*/
  color: #a0aec0 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.page-template-page-contacto main button {
  height: 44px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: #007cff !important;
  border: none !important;
  padding: 8px 45px !important;
}

main .textos a {
  height: 36px;
  max-width: max-content;
  background: #007cff;
  display: flex;
  padding: 8px 35px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  display: none;
}
.textos strong:nth-child(1) {
  display: none;
}
.seccion-hall-9 {
  padding-bottom: 50px;
}
.mapa {
  position: relative;
}
.mapa:before {
  content: "";
  position: absolute;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Line-1-4.png);
  width: 100%;
  height: 44px;
  background-size: 100%;
  bottom: -35px;
  left: 0px;
}
.logo-5 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  main .banner .info h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .seccion-categorias {
    padding-top: 50px;
  }
  #faq_detalle_content .col-md-8 {
    position: Relative !important;
    top: auto !important;
    padding-bottom: 50px;
  }
  #popup-content {
    width: 325px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .seccion-suscripcion .container {
    background-size: cover;
  }
  .page-template-page-desafios .tab-content li:before {
    border: solid 2px #626262;
    color: #626262;
    width: 24px;
    height: 24px;
  }
  .item-desafio .item-precio {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: Center;
  }
  .item-desafio h2 {
    color: #060e2c;
  }
  .item-desafio h2 strong {
    display: none;
  }
  .precios {
    width: 100%;
  }
  .precios a {
    max-width: 100%;
  }
  .precios p {
    display: none;
  }
  .precios strong {
    display: none;
  }
  .desafios-item {
    grid-template-columns: 1fr;
  }
  .movil i {
    display: block !important;
  }
  .home .item-textos h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .container-fluid .movil {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
    align-items: center;
  }
  .navbar-toggler-icon {
    display: none !important;
  }
  .movil .fa-bars {
    color: #fff;
  }
  .header-principal .container {
    padding: 0px;
  }
  .container-fluid {
    padding: 0px !important;
  }
  .navbar-collapse {
    background: #060e2c;
    padding-bottom: 20px;
  }
  .search-content {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fa-user {
    color: #fff;
  }
  .banner-nosotros h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .banner-nosotros .textos {
    padding: 0px 20px;
  }
  .lista-item-titulo {
    display: none;
  }

  .page-template-page-elevate-night .info-textos {
    padding: 50px 0px !important;
    text-align: Center;
    border-radius: 18px;
    border: 2px solid var(--Color-botones, #007cff) !important;
    background: #04000d !important;
  }
  .seccion-nosotros-informacion .info h1 {
    font-size: 28px;
  }
  .seccion-nosotros-informacion .info strong {
    font-size: 18px;
  }
  .seccion-nosotros-informacion .info p {
    font-size: 16px;
  }
  .info-img .col-md-6:nth-child(1) {
    padding: 0px;
  }

  .seccion-nosotros-informacion .row .col-md-6 p {
    padding-left: 0px;
    font-size: 16px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-contacto main .banner {
    padding: 60px 0px 30px 0px;
  }
  .page-template-page-contacto .info strong {
    font-size: 12px;
  }
  .page-template-page-contacto .info h1 {
    font-size: 28px;
  }
  .page-template-page-contacto .info p {
    font-size: 12px;
  }
  .page-template-page-contacto .textos-contactos h2 {
    font-size: 24px;
  }
  .page-template-page-contacto .textos-contactos p {
    font-size: 14px;
  }
  .textos-contactos .col-md-12 {
    margin-top: 30px;
  }
  .page-template-page-contacto .textos-contactos a {
    font-size: 14px;
  }
  main .textos a {
    display: flex;
    margin: auto;
  }
  .page-template-page-contacto .banner-nosotros .textos h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
  .page-template-page-contacto .textos p {
    font-size: 12px;
  }
  main .textos strong:nth-child(1) {
    display: block;
    text-align: center;
  }
  main .textos strong:nth-child(2) {
    display: none;
  }
  .seccion-banner-elevate .item-elevate {
    text-align: center;
  }
  @media (min-width: 768px) {
    #banner_elevate {
      width: 434.003px;
      height: 439.003px;
    }
  }

  @media (max-width: 767px) {
    #banner_elevate {
      width: 100%;
      /* 			height: 439.003px; */
    }
  }

  .seccion-banner-elevate .item-elevate h1 {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }
 .seccion-banner-elevate .item-elevate h2 {
    text-align: center;
    font-size: 24px;
    line-height: 45px;
  }
  .seccion-banner-elevate .item-elevate h1 strong {
    font-size: 28px;
  }
  .seccion-elevate-informacion .info-textos strong {
    font-size: 12px;
  }
  .seccion-elevate-informacion .info-textos h2 {
    font-size: 28px;
  }
  .seccion-elevate-informacion .info-textos p {
    font-size: 12px;
    padding: 0px 15px;
  }
  .seccion-elevate-informacion .info-textos a {
    font-size: 12px;
    height: 36px;
  }

  .seccion-banner-elevate {
    padding: 30px 0px;
  }
  .seccion-banner-elevate img {
    width: 100%;
  }
  .seccion-contador .bloque-titulo strong {
    font-size: 12px;
  }
  .seccion-contador .bloque-titulo h3 {
    font-size: 28px;
    max-width: 300px;
    margin: auto;
  }
  .bloque-cupo {
    max-width: 270px;
    padding: 7px 18px;
    height: 65px;
  }
  .bloque-contador .item-contador {
    font-size: 40px;
  }
  .bloque-contador .contador h3 {
    font-size: 10px;
  }
  .participa-textos h4 {
    font-size: 28px;
  }
  .participa-textos p {
    font-size: 12px;
    padding: 0px 10px;
  }
  .participa-fases {
    grid-template-columns: 1fr;
  }
  .item-fases strong {
    font-size: 24px;
  }
  .item-fases p {
    font-size: 12px;
  }
  .item-fases .duracion {
    font-size: 14px;
  }
  .cartel:after {
    width: 5px;
    right: -20px;
  }
  .barra {
    gap: 20px;
  }
  .items-barra span {
    font-size: 14px;
    flex-direction: column;
  }
  .reglas h6 {
    font-size: 28px;
  }
  .reglas strong {
    font-size: 12px;
  }
  .seccion-reglas {
    padding: 50px 15px;
  }
  .reglas ul {
    padding: 0px;
  }
  .reglas {
    padding: 20px;
  }
  .bloque-cupo p {
    font-size: 14px;
    line-height: 20px;
  }
  .seccion-premios .premios {
    grid-template-columns: 1fr;
  }
  .bloque-cupo strong {
    font-size: 36px;
  }
  .seccion-banner-elevate .item-elevate a {
    display: none;
  }
  .premios-left {
    margin-bottom: 40px;
  }
  .img {
    flex-direction: column;
    overflow: hidden;
    border-radius: 25px;
  }
  .lista-item-1 {
    grid-template-columns: 50px 1fr 1fr;
  }
  /* 	.lista-item-1 .premio-lista {
		display: none

	}  */
  .videos-anteriores {
    grid-template-columns: 1fr;
  }
  .seccion-video-anteriores h4 {
    font-size: 28px;
  }
  .seccion-video-anteriores h4 strong {
    font-size: 12px;
  }
  .premios h6 {
    font-size: 28px;
  }
  .premios h6 strong {
    font-size: 12px;
  }
  main .movil-contacto {
    display: block;
  }
  main .desktop-contacto {
    display: none;
  }
  main .textos {
    position: relative;
    padding: 40px !important;
    background: #060e2c;
  }
  .seccion-proceso h2 {
    font-size: 24px;
  }
  .seccion-tabla h4 {
    font-size: 24px;
  }
  .seccion-relacionados .item strong {
    font-size: 24px;
  }
  .seccion-relacionados .item ul li:before {
    color: #626262;
    border: solid 2px #626262;
  }
  main .seccion-relacionados .item {
    box-shadow: none;
    border: none;
  }
  .seccion-relacionados .item p {
    display: none;
  }
  .seccion-relacionados .item ul {
    margin-top: 0px;
  }
  .seccion-relacionados h5 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .seccion-tabla h4 strong {
    font-size: 16px;
  }
  .seccion-proceso {
    background: transparent;
  }
  .seccion-proceso .tab-content {
    box-shadow: none;
  }
  .seccion-balance h3 {
    font-size: 24px;
  }
  .seccion-balance h3 strong {
    font-size: 20px;
  }
  .seccion-tabla {
    padding: 20px 0px;
  }
  .seccion-relacionados {
    padding: 20px 0px;
  }
  .seccion-relacionados .item ul li {
    font-size: 16px;
  }
  .seccion-video-detalle {
    padding: 30px 0px !important;
  }
  .seccion-proceso {
    padding: 30px 0px;
  }
  .seccion-proceso h2 {
    margin-bottom: 0px;
  }
  .seccion-proceso .tab-content {
    padding: 1em;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  main .seccion-video-detalle strong {
    font-size: 20px;
  }
  .seccion-video-detalle h2 {
    font-size: 28px;
  }

  .detalle .info h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .detalle .info strong {
    font-size: 12px;
  }
  .detalle .info p {
    font-size: 14px;
  }

  .page-template-page-desafios .tab-content li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .desafios-item {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .item-desafio h2 {
    font-size: 24px;
  }
  .page-template-page-desafios .seccion-tabs {
    padding-top: 50px;
  }
  .page-template-page-desafios .banner {
    padding-bottom: 50px;
  }

  .page-template-page-desafios .seccion-tabs h3 {
    font-size: 28px;
  }
  .page-template-page-desafios .banner .info h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .page-template-page-desafios .banner .info h1 strong {
    font-size: 28px;
  }
  .page-template-page-desafios .info strong {
    font-size: 20px;
  }
  .page-template-page-nosotros .img img {
    width: 100%;
    height: 474px;
    object-fit: cover;
    border-radius: 25px;
  }

  .informacion strong {
    font-size: 18px;
  }
  .informacion h3 {
    font-size: 20px;
    max-width: 300px;
    margin: Auto;
    line-height: 28px;
  }
  .informacion a {
    font-size: 12px;
  }

  .item-textos {
    padding-top: 30px;
  }
  .item-textos a {
    max-width: 100%;
    justify-content: center;
  }

  .home .item-textos h1 {
    font-size: 33px;
    line-height: 44px;
  }
  .seccion-banner .col-md-6:nth-child(1) {
    margin-bottom: 20px;
  }
  .item-impulsa h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .seccion-home-impulsa .row {
    flex-direction: column-reverse;
  }
  .seccion-home-impulsa .col-md-6:nth-child(1) {
    margin-bottom: 20px;
  }
  .seccion-tabs {
    background: transparent;
    padding-top: 0px;
  }
  .tab-content li {
    grid-template-columns: 1fr;
    font-size: 12px;
    line-height: 16px;
  }
  .tab-content li strong {
    font-size: 14px;
  }
  .tab-content .tab-pane {
    padding: 0px 15px;
  }
  .seccion-tabs {
    padding-bottom: 0px;
  }
  .seccion-desafios-1 h4 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .seccion-desafios-1 p {
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .seccion-desafios-1 a {
    margin: Auto;
    max-width: 100%;
  }
  .seccion-datos .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 25px;
  }
  .home .seccion-datos .items-datos strong {
    font-size: 36px;
    line-height: 44px;
  }
  .items-datos p {
    font-size: 12px;
  }
  .seccion-datos .col-md-3 {
    border: /*solid 1px #a0aec0*/ solid 0.5px rgb(160 174 192 / 23%);
  }
  .seccion-datos .col-md-3:nth-child(1) {
    border-top: none;
    border-left: none;
  }
  .seccion-datos .col-md-3:nth-child(2) {
    border-top: none;
    border-right: none;
  }
  .seccion-datos .col-md-3:nth-child(3) {
    border-left: none;
    border-bottom: none;
  }
  .seccion-datos .col-md-3:nth-child(4) {
    border-right: none;
    border-bottom: none;
  }
  .items-datos {
    padding: 20px;
  }
  .seccion-tabs h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .seccion-desafio h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .seccion-tabs .nav-tabs {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .seccion-tabs .nav-tabs .nav-link {
    font-size: 18px;
  }
  .selects .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
  .selects label {
    font-size: 12px;
    height: 35px;
    margin: 0;
  }
  .select select {
    font-size: 12px;
    height: 32px;
    margin-top: 10px;
  }
  .selects .row .col-md-4 {
    padding: 0px 5px;
  }
  .select i {
    font-size: 12px;
    right: 10px;
    top: 21px;
  }
  .tabla tbody tr td {
    font-size: 12px !important;
  }
  thead th {
    font-size: 12px;
  }
  .seccion-desafios-1 .bloque {
    padding: 0px 25px;

    background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Group-36110-2.png) !important;
    background-size: 100% !important;
  }
  .seccion-porque h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .item-bloque strong {
    font-size: 20px;
  }
  .item-bloque {
    max-width: 100%;
  }
  .item-bloque p {
    font-size: 18px;
  }
  .item-bloque a {
    font-size: 14px;
  }
  .seccion-porque,
  .seccion-puntos-clave {
    padding: 40px 0px;
  }
  .seccion-testimonios .owl-carousel {
    padding-top: 0px;
  }
  .seccion-testimonios {
    padding: 20px 0px 40px 0px;
  }
  .seccion-puntos-clave h5 {
    font-size: 24px;
  }
  .seccion-puntos-clave .container .reverse {
    flex-direction: column-reverse;
  }
  .item-puntos {
    padding-top: 30px;
    width: 90%;
    margin: 0px auto;
  }
  .item-puntos-1 {
    padding-left: 0px;
  }
  .item-puntos strong {
    font-size: 18px;
  }
  .item-puntos p,
  .testimonios p,
  .testimonios .fecha {
    font-size: 16px;
  }
  .item-puntos a {
    font-size: 16px;
  }
  .seccion-testimonios img {
    max-width: 90px;
    margin-bottom: 20px;
  }
  .seccion-testimonios h6 {
    font-size: 24px;
  }
  .seccion-suscripcion .container {
    background-size: cover;
    padding: 40px 20px;
  }
  .seccion-suscripcion h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  .suscripcion {
    grid-template-columns: 1fr;
  }
  .seccion-suscripcion {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  ._form_48 ._field-wrapper {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 1em !important;
  }

  ._form_48 ._button-wrapper {
    width: 100% !important;
  }

  .embed-container {
    padding-bottom: 50.25%;
  }
  .page-template-page-nosotros .movil-img {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .banner-nosotros .textos h2 {
    max-width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner-nosotros .textos p {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .seccion-elevate-informacion .info-textos h2 {
    padding: 0px 20px;
  }
}

.premios-right h6 p {
  margin-bottom: 0;
}

.seccion-preguntas {
  display: none;
}
.seccion-suscripcion {
  padding-bottom: 50px;
}
.movil-img {
  display: none;
}
.movil i {
  display: none;
}

.item-desafio h2 a {
  text-decoration: none;
}

.form-control-range {
  display: block;
  width: 100%;
}
.movil-contacto {
  display: none;
}
.item-textos a {
  color: #fff !important;
}

.navbar-brand img {
  max-width: 127px;
}
.single-faq main {
  overflow: visible;
}

#faq_detalle_content .col-md-8 {
  position: sticky;
  height: 100%;
  top: 150px;
}
.single-faq {
  overflow-x: hidden;
}

.page-template-page-elevate-night .seccion-banner-elevate h1 strong {
  color: #007cff;
}
.page-template-page-elevate-night .seccion-premios {
  background: #04000d;
}

.banner {
  padding: 100px 0px;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Rectangle-4043.png);
  background-size: cover;
}
.banner .info strong {
  font-size: 20px;
  color: #007cff;
  font-weight: 600;
  display: block;
}

.banner .info {
  text-align: center;
}
.banner .info h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}
.banner .info p {
  color: #fff;
  font-size: 18px;
}
.seccion-considerar-desafios {
  padding: 50px 0px;
  background: rgb(0 124 255 / 10%);
}
.seccion-considerar-desafios .col-md-4 .item-considerar {
  background: #fff;
  border-radius: 25px;
  padding: 20px 30px;
  height: 302px;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.seccion-considerar-desafios .col-md-4 .item-considerar:hover {
  background: #007cff;
  color: #fff !important;
}
.item-considerar:hover strong {
  color: #fff;
}
.item-considerar:hover p {
  color: #fff;
}
.item-considerar:hover img {
  filter: brightness(0) invert(1);
  /* -webkit-filter: invert(90%); filter: invert(90%;*/
}
.item-considerar strong {
  font-size: 28px;
  line-height: 36px;
  color: #060e2c;
  font-weight: 500;
  display: block;
  height: 72px;
  max-width: 250px;
  margin-bottom: 10px;
}
.item-considerar p {
  font-size: 14px;
  color: #626262;
  line-height: 20px;
}
.titulo-considerar h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #060e2c;
}
.titulo-considerar {
  margin-bottom: 50px;
  text-align: center;
}
.item-considerar img {
  margin-bottom: 10px;
}
.seccion-considerar-desafios .row {
  justify-content: center;
}

.seccion-considerar-tabla .tabla tbody tr > td:first-child {
  color: #060e2c;
}
.seccion-considerar-tabla tbody tr > td:nth-child(2) {
  color: #007cff;
  background: rgba(0, 124, 255, 0.06);
  font-weight: 600;
}

.seccion-considerar-tabla tbody tr > td:nth-child(4) {
  color: #007cff;
  background: rgba(0, 124, 255, 0.06);
}
.seccion-considerar-tabla .tabla-datos table {
  color: #626262;
  border: none;
}
.seccion-considerar-tabla thead th {
  font-weight: 600;
  border: none;
}
.seccion-considerar-tabla .button {
  display: none;
}
.seccion-considerar-tabla h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #060e2c;
}
.seccion-considerar-tabla h4 strong {
  color: #007cff;
  font-size: 20px;
  line-height: 28px;
  display: block;
}
.seccion-considerar-tabla .titulo {
  text-align: center;
  margin-bottom: 0px;
}
.tabla-datos {
  max-width: 1075px;
  margin: auto;
  color: #fff;
}
.tabla-datos table {
  color: #fff;
}
.tabla tbody tr > td:first-child {
  color: #a0aec0;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.tabla tbody tr td {
  border-left: none;
  border-right: none;
  border-bottom: solid 1px rgb(160 174 192 / 10%);
  text-align: center;
  font-weight: 600;
}
tbody {
  border-color: transparent;
}
thead th {
  border: none;
  text-align: center;
  font-size: 18px;
}
thead tr {
  border: none;
}

tbody tr > td:nth-child(2) {
  background: #007cff24;
}

tbody tr > td:nth-child(4) {
  background: #007cff24;
}
.tabla-datos .button {
  content: no-open-quote;
  max-width: 358px;
  background: #007cff;
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: w;
  margin: auto;
  font-size: 14px;
}
thead th {
  border: none;
  text-align: center;
  font-size: 18px;
}
thead tr {
  border: none;
}
.seccion-considerar-tabla {
  padding: 50px 0px;
}
.card-carrusel {
  border: solid;
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid rgba(1, 80, 187, 1);
}
.card-carrusel .titulo-item-carrusel strong {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  display: block;
  background: red;
  color: #fff;
  background: linear-gradient(
    137.16deg,
    #007cff 0%,
    #0150bb 55.84%,
    rgba(6, 11, 40, 0.47) 182.7%
  );

  padding: 10px;
}
.card-carrusel .contenido > p {
  font-size: 18px;
  line-height: 28px;
  text-align: Center;
  padding: 10px;
  margin: 0px;
  color: #616161;
}
.card-carrusel .info-carrusel {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
}
.card-carrusel .info-carrusel:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #545e64;
}
.card-carrusel .info-item p:first-child {
  margin-bottom: 0px;
}
.card-carrusel .info-item > strong,
.card-carrusel .info-item p:first-child strong {
  color: #5a5e64;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  height: 39px;
  display: block;
}
.card-carrusel .info-item {
  text-align: center;
}
.card-carrusel .info-item p {
  font-size: 14px;
  color: #626262;
  max-width: 160px;
  height: 43px;
}
.card-carrusel .info-item p strong {
  font-size: 14px;
  line-height: 20px;
}

.card-carrusel .contenido {
  padding: 0px 25px 30px 25px;
}
.card-carrusel .botones {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
.card-carrusel .botones .boton-seleccionar {
  height: 44px;
  border: none;
  outline: none;
  background: #007cff;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.card-carrusel .botones .boton-cambiar {
  font-size: 14px;
  font-weight: 500;
  color: #007cff;
  height: 44px;
  border: none;
  outline: none;
  background: transparent;
}
.precio-carrusel {
  text-align: center;
  max-width: 180px;
  margin: auto;
  padding: 20px 0px;
}
.precio-carrusel strong {
  font-size: 36px;
  line-height: 44px;
  color: #062b63;
  font-weight: 600;
}

.precio-carrusel p {
  font-size: 12px;
  text-align: left;
  color: #626262;
  margin-bottom: 5px;
}
main .contenido .info-item img {
  width: 33px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
.seccion-relacionados-personalizar {
  padding: 50px 0px;
}

.amr-option-group {
  margin-top: 32px;
  padding: 24px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #f5f5f5;
}

.amr-label {
  margin-top: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.2s ease;
  border: solid 2px #626262;
  border-radius: 12px;
  /* overflow: hidden;*/
  justify-content: center;
  align-items: center;
  height: 44px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #626262;
  text-transform: uppercase;
}
.amr-radiomenu input {
  display: none;
}

.amr-checkmark {
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #dedede;
  color: #dedede;
  /* margin-right: 12px; */
  font-size: 10px;
  transition: 0.2s ease;
  position: absolute;
  right: 5px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: transparent;
  top: 5px;
  opacity: 0;
}

.amr-option-holder input:checked + .amr-label .amr-checkmark {
  background: #007cff;
  opacity: 1;
}

.amr-option-holder input:checked + .amr-label {
  background-color: #fff;
}

.amr-label:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

input:checked + .amr-label {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #007cff;
  border-color: #007cff;
}
.radios-fases .amr-radiomenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 500px;
}
.radio-profile .amr-radiomenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.amr-option-holder input:checked + .amr-label .prime-radio {
  background: #007cff;
}

.prime-radio {
  font-size: 12px;
  background: #b1b1b1;
  width: 60px;
  text-align: center;
  border-radius: 12px;
  position: absolute;
  top: -9px;
  text-transform: none;
  color: #fff;
  font-weight: 600;
}

.no-disponible .amr-label,
.no-disponible input:checked + .amr-label {
  border-color: #b0b0b0;
  color: #b0b0b0;
}
.no-disponible input:checked + .amr-label .amr-checkmark {
  opacity: 0;
}
.prime.no-disponible .prime-radio {
  background: #b1b1b1;
}

.no-disponible input:checked + .amr-label .prime-radio {
  border-color: #b0b0b0;
  background: #b0b0b0;
}
.radio-modalidad .amr-radiomenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 10px;
}
.radio-balance .amr-radiomenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 10px;
}
.radio-modalidad-trading .amr-radiomenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 500px;
}
.radio-boletin .amr-radiomenu {
  max-width: 240px;
}
.seccion-personaliza-tu-desafio {
  padding: 50px 0px;
}
.seccion-personaliza-tu-desafio .contenido-desafios h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #007cff;
}
.contenido-desafios strong {
  font-size: 20px;
  line-height: 28px;
  color: #007cff;
  margin-bottom: 5px;
  display: block;
}
.fases,
.profile,
.modalidad,
.balance,
.boletin {
  margin-bottom: 30px;
}
.video-desafios {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-desafios iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seccion-personaliza-tu-desafio .col-md-6:nth-child(1) {
  padding-right: 50px;
  position: sticky;
  top: 150px;
  height: 100%;
}
main.personalizar {
  overflow: visible;
}
.page-template-page-personalizar-desafio {
  overflow-x: hidden;
}
.info-desafios {
  text-align: center;
  padding: 20px;
}
.info-desafios strong {
  font-size: 18px;
  line-height: 28px;
  color: #007cff;
  display: block;
  font-weight: 600;
}
.info-desafios p {
  font-size: 18px;
  line-height: 28px;
  color: #626262;
}
.info-desafios img {
  width: 18px;
  margin-left: 5px;
}
.seccion-relacionados-personalizar h5 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #060e2c;
  text-align: center;
}
.carrusel-personalizar .owl-nav {
  display: block !important;
}

#carrusel-challenge .owl-nav {
  display: block !important;
}
.carrusel-personalizar {
  padding: 0px 60px;
}
#carrusel-challenge .owl-nav button {
  position: absolute;
  top: 45%;
  font-size: 50px !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.carrusel-personalizar .owl-nav button {
  position: absolute;
  top: 45%;
  /*left: 0p'*/
  font-size: 50px !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
#carrusel-challenge .owl-prev {
  left: 0px;
}
#carrusel-challenge .owl-next {
  right: 0px;
}
.carrusel-personalizar .owl-prev {
  left: 0px;
}
.carrusel-personalizar .owl-next {
  right: 0px;
}

button.owl-prev span:before {
  content: "\f053";
  font-family: "fontawesome";
  font-size: 35px;
}

button.owl-prev span {
  font-size: 0px;
  position: relative;
  color: #aea0c0;
}
button.owl-next span:before {
  content: "\f054";
  font-family: "fontawesome";
  font-size: 35px;
}
button.owl-next span {
  position: relative;
  font-size: 0px;
  color: #ada0c0;
}
.seccion-fixed-desafios {
  display: none;
  position: fixed;
  height: auto;
  width: 100%;
  background: #fff;
  bottom: 0px;
  padding: 30px 0px;
  background: #ffffff;
  border-top: 1px solid #007cff;
  box-shadow: 0px -1px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.bloque-desafio {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
  max-width: 600px;
}
.seccion-fixed-desafios .container {
  max-width: 1200px !important;
  margin: auto;
}
.bloque-desafio-1 p {
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  margin: 0px;
}
.bloque-desafio-1 strong {
  font-size: 28px;
  line-height: 36px;
  color: #007cff;
  display: block;
  margin-top: 10px;
}
.bloque-desafio-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.bloque-desafio-2 span {
  font-size: 16px;
  line-height: 24px;
  color: #060e2c;
  font-weight: 700;
  position: relative;
}
.bloque-desafio-2 span:nth-child(1) {
  border-right: solid 1px #626262;
  width: 100%;
  text-align: center;
}
.precios-desafio p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  color: #626262;
}
.precios-desafio strong {
  font-size: 32px;
  color: #626262;
  font-weight: 600;
  display: block;
}
.precios-desafio button {
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 25px;
  background: #007cff;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
}
.precios-desafio {
  max-width: 208px;
  text-align: center;
}
.modal-body {
  text-align: center;
}
.info-desafio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 400px;
  margin: auto;
  gap: 20px;
}
.info-desafio span {
  font-size: 16px;
  line-height: 24px;
  color: #060e2c;
  font-weight: 700;
  border-right: solid 1px;
}
.info-desafio span:nth-child(2) {
  border: none;
}
.info-desafio span:nth-child(4) {
  border: none;
}
.modal-dialog {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}

.close {
  position: absolute;
  right: 10px;
  top: 3px;
  outline: none;
  border: none;
  background: transparent;
  font-size: 24px;
}
.modal-header {
  padding: 20px !important;
  border: none !important;
}
.modal .titulo-desafio,
.modal .titulo_modalidad {
  font-size: 28px;
  line-height: 36px;
  color: #007cff;
  display: block;
  margin-bottom: 20px;
}
.modal-body > p {
  font-size: 16px;
  line-height: 24px;
  color: #060e2c;
  font-weight: 700;
  text-align: left;
}
main .btn-primary {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 12px;
  padding: 8px 25px;
  height: 44px;
}
main .btn-default {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  color: #060e2c;
}
.modal-footer {
  border: none !important;
}

@media (max-width: 768px) {
  .seccion-home-impulsa {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  body .seccion-relacionados .item ul {
    height: auto;
  }
  .carrusel-personalizar {
    padding: 0px 20px;
  }
  .card-carrusel .info-item p {
    height: auto;
  }
  main #carrusel-challenge {
    padding: 0px;
  }

  main .seccion-desafios-home h3 {
    font-size: 28px;
    line-height: 32px;
  }
  main .seccion-desafios-home .mensaje p {
    font-size: 14px;
    line-height: 20px;
  }
  main .seccion-desafios-home .mensaje strong {
    font-size: 28px;
    line-height: 38px;
  }
  main .seccion-desafios-home .mensaje a {
    max-width: 100%;
    padding: 28px 16px;
  }
  main .seccion-desafios-home .mensaje {
    padding: 30px 20px;
  }

  main .seccion-personaliza-tu-desafio .col-md-6:nth-child(1) {
    padding-right: 15px;
    position: relative;
    top: auto;
    height: 100%;
  }
  main .radio-profile .amr-radiomenu {
    grid-template-columns: 1fr 1fr;
  }
  main .radio-modalidad .amr-radiomenu {
    grid-template-columns: 1fr 1fr;
  }
  main .radio-balance .amr-radiomenu {
    grid-template-columns: 1fr 1fr;
  }

  .seccion-personaliza-tu-desafio .contenido-desafios h2 {
    font-size: 24px;
    text-align: center;
  }
  main .titulo-considerar h4 {
    font-size: 24px;
    line-height: 35px;
  }
  main .seccion-relacionados-personalizar h5 {
    font-size: 24px;
    line-height: 34px;
  }
  main .bloque-desafio {
    grid-template-columns: 1fr;
  }
  main .precios-desafio {
    margin: auto;
  }
  main .bloque-desafio-2 {
    padding: 20px 0px;
  }
  main .select-comparar {
    grid-template-columns: 1fr;
  }
  .seccion-cards .col-md-4 {
    margin-bottom: 20px;
  }
}
.page-template-page-comparar {
  overflow-x: hidden;
}

.select-comparar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin: auto;
  align-items: flex-end;
  padding: 0px 25px;
  gap: 20px;
}
.select-comparar select {
  /* Frame 36131 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;

  width: 100%;
  /*height: 48px;*/

  background: #f0f1f2;
  border: 1px solid #b8b8b8;
  /* selctor desafio */
  box-shadow: 0px 0px 4px rgba(0, 124, 255, 0.64);
  border-radius: 12px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  color: #626262;
  font-weight: 500;
}

.select1 span {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: 500;
  color: #798595;
  display: block;
  text-align: center;
}
.seccion-cards .container {
  max-width: 1200px !important;
  margin: auto;
  padding: 50px 25px;
}
.seccion-comparar {
  padding-top: 50px;
}
.seccion-cards .boton-cambiar {
  display: none;
}
body .modal-content {
  border-radius: 20px;
}
.page-template-page-comparar .banner h1 {
  max-width: 700px;
  margin: auto;
}
.home-2-desafios {
  padding-top: 80px;
}
.home-desafios-tabs {
  padding-top: 50px;
}

.home-desafios-tabs h3 {
  text-align: center;
}
.home-desafios-tabs {
  background: transparent;
}
#carrusel-one {
  max-width: 772px;
  margin: auto;
}
#carrusel-challenge {
  padding: 0px 60px;
}
.prime-card .card-carrusel {
  max-width: 376px;
  margin: Auto;
}
.seccion-desafios-home h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.seccion-desafios-home .mensaje {
  text-align: Center;
  text-align: Center;
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/03/Banner-Personaliza-tu-desafio.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
  border-radius: 25px;
}

.seccion-desafios-home .mensaje p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 800px;
  margin: auto;
  color: #fff;
  margin-bottom: 30px;
}
.seccion-desafios-home .mensaje strong {
  font-size: 48px;
  line-height: 60px;
  display: block;
  color: #007cff;
}

.seccion-desafios-home a {
  height: 24px;
  background: #007cff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: auto;
  padding: 20px 16px;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.home-desafios-tabs .tab-content {
  box-shadow: none;
}
.modal .datos-modal p {
  font-size: 16px;
  line-height: 24px;
  color: #060e2c !important;
  font-weight: 700;
  text-align: left;
}
.inputs-left {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.inputs-right {
  display: flex;
  gap: 10px;
}
.input {
  text-align: left;
  width: 100%;
}
.input input,
.input select {
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
  border: solid 1px #a0aec0;
  border-radius: 12px;
  height: 40px;
}
.select-1 {
  position: relative;
}
.select-1 img {
  position: Absolute;
  right: 10px;
  top: 13px;
  pointer-events: none;
}
.select-1 select {
  appearance: none;
}
.input strong {
  color: #626262;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 10px;
}
.input span {
  color: #ff5757;
  margin-left: 5px;
}
.datos-modal {
  padding-top: 20px;
}
.modal {
  z-index: 9999 !important;
}
@media (max-width: 768px) {
  .inputs-left {
    flex-direction: column;
  }
  .inputs-right {
    flex-direction: column;
  }
  .modal-footer {
    justify-content: center;
    flex-direction: column;
  }
}

.no-disponible .amr-label,
.no-disponible input:checked + .amr-label {
  border-color: #b0b0b0;
  color: #b0b0b0;
  box-shadow: none !important;
}
.btnEnviarFormCliente {
  border-radius: 12px !important;
  padding: 10px 25px !important;
  height: 44px;
  max-width: 125px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #007cff !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: "Poppins";
  letter-spacing: 0.3px;
}
.modal-footer button.btn-default {
  font-size: 14px;
  font-weight: bold;
  color: #060e2c;
  text-decoration: underline;
  text-decoration-line: 1px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.select1 {
  position: relative;
}
.img1 img {
  position: absolute;
  top: 70px;
  right: 12px;
  pointer-events: none;
}
.select1 select {
  appearance: none;
}
.select2 .img1 img {
  position: absolute;
  top: 70px;
  right: 12px;
  pointer-events: none;
}

.seccion-cards .row {
  /* Estilos de diseño, como flexbox o grid, pueden ser aplicados según tus necesidades */
  display: flex;
  flex-wrap: wrap;
}

/*Oculta el cuarto y últimos elementos si hay más de tres elementos en el contenedor */
/*.row .item-card:nth-last-child(n+4) {
    display: none;
}*/
.item-card {
  flex: 0 0 auto;
  width: 0;
  transition: width 0.3s ease; /* Transición suave */
}

/* Estilos adicionales */
.ocultar-mensaje {
  display: none;
}

.con-carrusel {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.mensaje-selecciona {
  height: 589px;
  width: 391px;
  width: 391px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-mensaje {
  max-width: 200px;
  text-align: center;
}
.seccion-relacionados .item ul {
  height: 240px;
}

@media (max-width: 480px) {
  #carrusel-challenge .owl-next {
    right: -40px;
  }
  #carrusel-challenge .owl-prev {
    left: -40px;
  }
}

.home2 .tab-pane {
  padding-top: 0px;
}
.home2 .tab-pane .owl-stage {
  padding-top: 0px;
}

.home2 .seccion-tabs .nav-tabs {
  margin: 0px;
}

.home2 .nav-tabs .nav-link.active {
  color: #007cff !important;
  background-color: #fff;
  border-color: #007cff !important;
}
.home2 .nav-tabs .nav-link {
  max-width: 227px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border: none !important;
  border-bottom: solid 4px #ccc !important;
  color: #a0aec0;
}

/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/*ESTILIZADO DE ELEVATE SWING*/
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.page-template-page-elevate-swing footer {
  background: #000;
  border-top: solid 10px #004042;
}
.page-template-page-elevate-swing .seccion-banner-elevate {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/BANNER-DESKTOP-ELEVATE-no-logo-1.png);
  /* background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/04/BANNER_DESKTOP_ELEVATE_SWING-no-logo.png); */
  background-size: 100%;
  padding: 89px 0px 0px 0px;
}
.page-template-page-elevate-swing
  .seccion-banner-elevate
  .col-md-6:last-child
  .item-elevate {
  text-align: right;
}
.page-template-page-elevate-swing
  .seccion-banner-elevate
  .col-md-6:last-child
  .item-elevate
  h1 {
  color: #1486ff;
}
.page-template-page-elevate-swing .seccion-elevate-video {
  background: #030018;
  background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Group-36312.png);
  background-size: 100%;
}
.page-template-page-elevate-swing .info-textos {
  display: flex;
  padding: 36px 230px 40px 230px;
  flex-direction: column;
  align-items: center;

  border-radius: 18px;
  border: 2px solid #1486ff;
  background: #000;
  gap: 20px;
}

/* .page-template-page-elevate-swing .info-textos>strong {
	color: #1486ff
} */

.page-template-page-elevate-swing .seccion-contador {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Frame-36229-1.png);
  background-size: 100%;
  background-color: #04000d;
}
.page-template-page-elevate-swing .seccion-elevate-informacion {
  background: #04000d;
}
.page-template-page-elevate-swing .bloque-cupo strong {
  color: #004042;
}
.page-template-page-elevate-swing .seccion-participa {
  background: #000;
  height: 280px;
  display: grid;
  place-items: center;
}
.page-template-page-elevate-swing .item-fases {
  background: linear-gradient(#04000d, #04000d) padding-box,
    linear-gradient(to bottom, #751bdc, #751bdc00) border-box;
}
.page-template-page-elevate-swing .participa-textos strong {
  color: #1486ff;
}

.page-template-page-elevate-swing .reglas {
  /* 	    background: linear-gradient(#04000d, #04000d) padding-box, linear-gradient(to bottom, #751bdc, #751bdc00) border-box; */
  background: #000;
  border: 2px solid #1486ff;
}

.page-template-page-elevate-swing .seccion-reglas {
  background: #000;
}

.page-template-page-elevate-swing .reglas strong {
  color: #1486ff;
}

.page-template-page-elevate-swing .reglas ul li:before {
  background: #1486ff;
}

.page-template-page-elevate-swing .seccion-video-anteriores {
  background: #04000d;
}

.page-template-page-elevate-swing .seccion-video-anteriores strong {
  color: #004042;
}

.page-template-page-elevate-swing .seccion-video-anteriores a {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/Group-36029.png);
  background-size: 100%;
  padding: 34px;
}

.page-template-page-elevate-swing .bloques {
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to bottom, #1486ff, #1486ff00) border-box;
  border-radius: 18px;
  border: 2px solid transparent;
  padding-top: 50px;
}

.page-template-page-elevate-swing .info-textos a {
  max-width: 223px;
  background: #1486ff;
  padding: 6px 20px;
  border-radius: 12px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  margin-top: 1rem;
}

.page-template-page-elevate-swing .info-textos p strong {
  color: #1486ff;
}

.page-template-page-elevate-swing .seccion-contador .bloque-titulo strong {
  color: #1486ff;
}

.page-template-page-elevate-swing .seccion-contador {
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/05/Rectangle-4042.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.page-template-page-elevate-swing .barra-informacion {
  background: #1486ff;
}

.page-template-page-elevate-swing .barra-informacion .items-barra span {
  color: #004042;
}

.seccion-weekly-updates {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: #000;
  color: #a0aec0;
  font-size: 18px;
  height: 260px;
  padding: 20px;
  margin-top: 30px;
}

.seccion-weekly-updates h3 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.seccion-weekly-updates h3 span {
  color: #1486ff;
}

.seccion-weekly-updates span {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.seccion-weekly-updates p {
  color: #a0aec0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.seccion-weekly-updates button {
  display: inline-flex;
  height: 48px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #004042;
  font-size: 16px;
  font-weight: 700;

  border-radius: 12px;
  border: none;
  background: #1486ff;
}

.page-template-page-elevate-swing .seccion-premios {
  background: #000;
}

.page-template-page-elevate-swing .premios strong {
  color: #1486ff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.lista-item-swing {
  display: grid;
  grid-template-columns: 50px 1fr;
  max-width: 265px;
  align-items: center;
  justify-items: center;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 0.5px solid var(--Azul-1, #062b63);
  background: linear-gradient(91deg, #004042 -0.5%, rgba(0, 9, 217, 0) 104.07%);
}
.lista-item-swing {
  background: linear-gradient(91deg, #004042 -0.5%, #00404200 104.07%);
  border: 0.5px solid #1486ff;
}

.lista-item-swing:nth-child(1) {
  border: 0.5px solid #ffb547;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(255, 181, 71, 0) 104.07%
  ) !important;
}

.lista-item-swing:nth-child(2) {
  border: 0.5px solid #ababab;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(171, 171, 171, 0.62) -0.49%,
    rgba(255, 255, 255, 0) 104.07%
  );
}

.lista-item-swing:nth-child(3) {
  border-radius: 3px;
  border: 0.5px solid #a14e00;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(161, 78, 0, 0.62) -0.49%,
    rgba(161, 78, 0, 0) 104.07%
  );
}

.lista-item-swing p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}

.lista-item-1-swing {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr;
  height: 35px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 0.5px solid #0062d4;
  background: linear-gradient(
    270deg,
    rgba(36, 0, 255, 0) -2.66%,
    #1486ff 96.48%
  );
  margin-bottom: 10px;
}

.lista-item-1-swing:nth-child(2) {
    border: 0.5px solid #0062D4;
    background: linear-gradient(91deg, rgb(118 71 255 / 62%) -0.5%, rgba(255, 181, 71, 0) 104.07%) !important;
}

.lista-item-1-swing:nth-child(3) {
	border: 0.5px solid #0062D4;
    background: linear-gradient(91deg, rgb(126 71 255 / 62%) -0.5%, rgb(126 78 237 / 62%) -0.49%, rgb(98 83 213 / 0%) 104.07%) !important;
}

.lista-item-1-swing:nth-child(4) {
    border: 0.5px solid #0062D4;
    background: linear-gradient(91deg, rgb(75 71 255 / 62%) -0.5%, rgb(99 124 255 / 62%) -0.49%, rgba(161, 78, 0, 0) 104.07%) !important;
}

.lista-item-1-swing {
  /* 	background: linear-gradient(91deg, #1486ff -0.5%, #1486ff00 104.07%); */
  background: linear-gradient(91deg, rgb(118 71 255 / 62%) -0.5%, rgba(255, 181, 71, 0) 104.07%) !important;
  /* 	border: 0.5px solid #004042; */
  border: 0.5px solid #0062D4;
}

.lista-item-1-swing .numero,
.lista-item-1-swing .premio-lista {
  font-size: 12px;
}

.lista-item-1-swing img {
  margin: auto;
}

/* .lista-1-swing {
	filter: blur(5px);
} */
/* 
.lista-item-titulo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    color: #626262;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 582px;
    margin: auto;
    margin-bottom: 10px;
} 
.lista{
	margin-top: 40px
} */

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

.lista-item-1,
.lista-item-1-night {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 1fr;
  height: 35px;
  /* background: red; */
  align-items: center;
  /*     justify-items: center; */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 0.5px solid #062b63;
  background: linear-gradient(
    270deg,
    rgba(36, 0, 255, 0) -2.66%,
    rgba(0, 29, 134, 0.62) 96.48%
  );
  margin-bottom: 10px;
}
.lista-item-1-night {
  background: linear-gradient(91deg, #751bdc -0.5%, #751bdc00 104.07%);
  border: 0.5px solid #007cff;
}
.lista-item-1 img,
.lista-item-1-night img,
.numero {
  margin: auto;
}
.lista-item-1:nth-child(2),
.lista-item-1-night:nth-child(2) {
  border: 0.5px solid #ffb547;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(255, 181, 71, 0) 104.07%
  ) !important;
}
.lista-item-1:nth-child(3),
.lista-item-1-night:nth-child(3) {
  border: 0.5px solid #838383;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(171, 171, 171, 0.62) -0.49%,
    rgba(255, 255, 255, 0) 104.07%
  ) !important;
}
.lista-item-1:nth-child(4),
.lista-item-1-night:nth-child(4) {
  border: 0.5px solid #874811;
  background: linear-gradient(
    91deg,
    rgba(255, 181, 71, 0.62) -0.5%,
    rgba(161, 78, 0, 0.62) -0.49%,
    rgba(161, 78, 0, 0) 104.07%
  ) !important;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

.page-template-page-elevate-swing .cartel:not(:last-child):after {
  content: "";
  background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/04/dos_puntos_elevate_swing.png);
  width: 8px;
  height: 29px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  top: 0px;
  position: absolute;
  right: -50px;
  top: 34%;
}

.page-template-page-elevate-swing {
  background: #000;
}

.page-template-page-elevate-swing .seccion-video-anteriores {
  background: #000;
}

.page-template-page-elevate-swing .seccion-video-anteriores a {
  max-width: 300px;
  margin: auto;
  display: flex;
  /*     background: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/primary.png); */
  height: 44px;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #004042;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 40px;

  padding: 12px 20px;
  flex-direction: column;
  gap: 12px;

  border-radius: 12px;
  background: #1486ff;
}

.page-template-page-elevate-swing .seccion-banner-elevate h1 strong {
  color: #1486ff;
}

/* Oculta la barra superior de Google (navegador) si apareciera */
.goog-te-banner-frame, .goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }

/* Opcional: oculta el selector original del widget y deja solo tus botones */
#google_translate_element { height: 0; overflow: hidden; }

@media (max-width: 425px) {
  .page-template-page-elevate-swing .info-textos {
    padding: 0;
  }
}

@media (max-width: 426px) {
  .lista-item-1,
  .lista-item-1-night,
  .lista-item-1-swing {
    height: 50px;
  }

  .lista-item-1 .numero,
  .lista-item-1-night .numero,
  .lista-item-1 .premio-lista,
  .lista-item-1-night .premio-lista,
  .lista-item-1-swing .numero,
  .lista-item-1-swing .premio-lista {
    font-weight: 400;
  }
}


/* CODIGO TRADUCCION */


