@font-face {
  font-family: BOGLEREGULAR;
  font-style: normal;
  font-weight: 400;
  src: local("BOGLEREGULAR"), url("../fonts/bogle/BOGLEREGULAR.woff") format("woff");
}
@font-face {
  font-family: BOGLEITALIC;
  font-style: italic;
  font-weight: 400;
  src: local("BOGLEITALIC"), url("../fonts/bogle/BOGLEITALIC.woff") format("woff");
}
@font-face {
  font-family: BOGLEBOLD;
  font-style: normal;
  font-weight: 700;
  src: local("BOGLEBOLD"), url("../fonts/bogle/BOGLEBOLD.woff") format("woff");
}
@font-face {
  font-family: BOGLEBOLDITALIC;
  font-style: italic;
  font-weight: 700;
  src: local("BOGLEBOLDITALIC"), url("../fonts/bogle/BOGLEBOLDITALIC.woff") format("woff");
}
@font-face {
  font-family: BOGLEBLACK;
  font-style: normal;
  font-weight: 900;
  src: local("BOGLEBLACK"), url("../fonts/bogle/BOGLEBLACK.woff") format("woff");
}
@font-face {
  font-family: BOGLEBLACKITALIC;
  font-style: italic;
  font-weight: 900;
  src: local("BOGLEBLACKITALIC"), url("../fonts/bogle/BOGLEBLACKITALIC.woff") format("woff");
}
.bogle-regular {
  font-family: BOGLEREGULAR;
}

.bogle-italic {
  font-family: BOGLEBOLDITALIC !important;
}

.bogle-medium {
  font-family: BOGLEBOLD;
}

.bogle-bold {
  font-family: BOGLEBLACK;
}

body {
  color: #545454;
  font-family: BOGLEREGULAR, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.fondo-bg {
  background-image: url("../img/onda3.svg?v=2");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.walmart-default {
  color: #0071dc;
}

.walmart-secondary {
  color: #76bc21 !important;
}

.walmart-y {
  color: #ffc220;
}

.walmart-g {
  color: #75b52a;
}

.walmart-b {
  color: #0071dc;
}

.walmart-db {
  color: #041e42;
}

.walmart-note {
  color: #ee7601;
}

.walmart-bg-b {
  background-color: #0071dc;
}

.walmart-bg-y {
  background-color: #ffc220;
}

.walmart-bg-g {
  background-color: #75b52a;
}

.walmart-bg-a {
  background-color: #4cc4db;
}

.walmart-bg-db {
  background-color: #041e42;
}

.walmart-grad-bnf1 {
  background: linear-gradient(to bottom, #494dae 0%, #372451 100%);
}

.walmart-grad-bnf2 {
  background: linear-gradient(to bottom, #0074dc 0%, #012d89 100%);
}

.walmart-grad-bnf3 {
  background: linear-gradient(to bottom, #76b429 0%, #477d0a 100%);
}

.walmart-grad-cajah {
  color: #fff;
  background: linear-gradient(to bottom, #372451 0%, #494dae 80%, #494dae 100%);
}

.cls-1 {
  fill: #ffc01b;
}

.title-caja {
  margin-top: -17px;
  max-width: 280px;
}

.div-caja-herramientas {
  color: #fff;
}
.div-caja-herramientas svg {
  max-height: 80px;
}
.div-caja-herramientas svg .cls-1 {
  fill: #fff;
}
.div-caja-herramientas svg:hover .cls-1 {
  fill: #ffc01b;
}
.div-caja-herramientas .col-6:hover {
  color: #ffc01b;
}
.div-caja-herramientas .col-6:hover .cls-1 {
  fill: #ffc01b;
}

.wbg-img-1 {
  background-image: url("../img/banners/MarketplaceBanner.png");
  background-position: bottom center;
  background-color: #062043;
}

.fixed-menu {
  background-color: transparent;
  opacity: 1;
  margin-bottom: 5rem;
}

.navbar-brand img {
  max-width: 240px;
}

.fixed-menu.scrolled {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fixed-menu.scrolled .navbar picture,
.fixed-menu.scrolled .navbar img {
  transition: 500ms ease;
  max-width: 190px !important;
  height: auto;
}

strong,
.fw-bold {
  font-family: BOGLEBOLD;
}

.div-oportunidades .col-md-4 {
  border-right: none;
  border-bottom: 1px solid #7D7D7D;
}
.div-oportunidades .col-md-4:last-child {
  border-right: none;
  border-bottom: none;
}

/* Bootstrap */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847, 110, 181, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  border: 0;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  border: 1;
  box-shadow: none;
}

.navbar-nav {
  font-family: "BOGLEBOLD", sans-serif;
  font-size: 1.1rem;
}

.navbar-nav .nav-link.active {
  color: #0071dc;
}

.navbar-nav .nav-link {
  color: #0071dc;
  line-height: 1.1;
}
.navbar-nav .nav-link:hover {
  color: #76bc21;
}

ul.navbar-nav li.nav-item {
  margin: 0 0.5rem;
}

p.resaltar {
  color: #fdbd01;
}

.lista-capacitacion {
  list-style: square;
}
.lista-capacitacion li::marker {
  color: #fdbd01;
}

.lista-numerada li::marker {
  color: #fdbd01;
}

.no-list-style {
  list-style: none;
}

.btn-wgreen,
.btn-wgreen:active {
  background-color: #75b52a;
  color: #fff;
}
.btn-wgreen:hover,
.btn-wgreen:active:hover {
  background-color: #75b52a;
  color: #fff;
}

.btn-wblue,
.btn-wblue:active {
  background-color: #0071dc;
  color: #fff;
}
.btn-wblue:hover,
.btn-wblue:active:hover {
  background-color: #0071dc;
  color: #fff;
}

.btn-wyellow,
.btn-wyellow:active {
  background-color: #fdb729;
  color: #fff;
}
.btn-wyellow:hover,
.btn-wyellow:active:hover {
  background-color: #fdb729;
  color: #fff;
}

.b_line {
  color: #fff !important;
  border: 1px solid;
  opacity: 1;
}

.wbg-orange {
  background-color: #fc6261;
}

.wbg-yellow {
  background-color: #fdbd01;
}

.wbg-green {
  background-color: #76bc21 !important;
}

.wbg-blue {
  background-color: #4cc4db !important;
}

.wbg-main {
  background-color: #2f6eb5 !important;
}

.wbg-footer {
  background-color: #1381db;
}

.wbg-gy {
  background-color: #eaeaea !important;
}

.wbg-b-pro {
  background-color: #0074dc;
}

.wbg-bblue {
  background-color: #494dae;
}

.footer {
  color: #fff;
  font-size: 0.8rem;
}
.footer a:hover {
  color: #ffc220;
}
.footer .f-contacto img {
  width: 50px;
  height: auto;
  margin: 0;
  padding: 0;
}
.footer .f-contacto li:last-child {
  margin-top: -10px;
}
.footer .f-contacto li:nth-last-child(2) {
  margin-top: -20px;
}

.accordion-button {
  color: #fff;
  text-transform: uppercase;
  font-family: BOGLEBOLD;
}
.accordion-button img {
  max-width: 80px;
  height: auto;
  margin-right: 0.5rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
}

.accordion-item:first-child .accordion-button {
  background-color: #fdbd01;
}
.accordion-item:first-child .accordion-body {
  color: #ffc220;
}

.accordion-item:nth-child(2) .accordion-button {
  background-color: #0071dc;
}
.accordion-item:nth-child(2) .accordion-body {
  color: #0071dc;
}

.accordion-item:nth-child(3) .accordion-button {
  background-color: #78bf23;
}
.accordion-item:nth-child(3) .accordion-body {
  color: #75b52a;
}

.accordion-body img {
  max-width: 160px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.contactanos {
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.h5,
h5 {
  font-size: 1.15rem;
  line-height: 1.1;
}

.pasos-4 {
  display: none;
}

.img-pasos-4 {
  display: block;
}

a.txt-y {
  color: #ffb71b;
  font-family: "BOGLEBOLD", sans-serif;
}

.requisitos {
  color: #fff;
  line-height: 1;
  border: none;
}
.requisitos img {
  max-width: 75px;
  margin-top: 0.95rem;
}
.requisitos .card-body .hover-state {
  display: block;
  opacity: 1;
}
.requisitos .card-body .hover-state p {
  font-size: 1.1rem;
  line-height: 1.2;
}
.requisitos .card-body:hover .normal-state {
  display: block;
}
.requisitos .card-body:hover .hover-state {
  display: block;
}
.requisitos .card-title {
  font-size: 1.2rem;
}

.beneficios {
  color: #fff;
  line-height: 1;
  border: none;
}
.beneficios .card-title {
  font-size: 1.1rem;
}
.beneficios .card-body {
  font-size: 0.95rem;
  line-height: 1.2;
  min-height: 100px;
}
.beneficios img {
  max-width: 75px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.r-testimonial .col-5 {
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.9rem;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: center;
}

.footer {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin: 0.3rem 0;
}
.footer div[class^=col-] {
  margin: 0.5rem 0;
}

#sliderRequerimientos img {
  max-width: 72px;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}

#sliderTestimonios {
  margin-bottom: 20px;
}
#sliderTestimonios .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#sliderTestimonios .carousel-indicators {
  margin-bottom: -2rem;
}
#sliderTestimonios .carousel-indicators [data-bs-target] {
  background-color: #041e42;
}

.logos img {
  max-width: 200px;
}

.pasos-4 p {
  font-size: 1rem;
  margin: 0;
}

.step-1 {
  text-align: end;
  margin-top: 280px;
}
.step-1 .fs-4 {
  color: #4a4aae;
}

.step-2 {
  text-align: end;
  margin-top: 70px;
  left: 120px;
}
.step-2 .fs-4 {
  color: #0071dc;
}

.step-3 {
  margin-top: 70px;
  right: 120px;
}
.step-3 .fs-4 {
  color: #4cc4db;
}

.step-4 {
  margin-top: 280px;
  right: 0;
}
.step-4 .fs-4 {
  color: #75b52a;
}

p.step-info {
  line-height: 1.2;
}

.fade-in {
  opacity: 0.6 !important;
}

.text-hide {
  display: none;
}

.slide-up {
  animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  background-color: #1381db;
}
.offcanvas.show:not(.hiding) .navbar-nav .nav-link.active,
.offcanvas.showing .navbar-nav .nav-link.active {
  color: white;
}
.offcanvas.show:not(.hiding) .navbar-nav .nav-link,
.offcanvas.showing .navbar-nav .nav-link {
  color: white;
}
.offcanvas.show:not(.hiding) .navbar-nav .nav-link:hover,
.offcanvas.showing .navbar-nav .nav-link:hover {
  color: #f9b222;
}
.offcanvas.show:not(.hiding) ul.navbar-nav li.nav-item,
.offcanvas.showing ul.navbar-nav li.nav-item {
  margin: 0 0.5rem;
}
.offcanvas.show:not(.hiding) ul.navbar-nav li.nav-item:last-child a.nav-link,
.offcanvas.showing ul.navbar-nav li.nav-item:last-child a.nav-link {
  color: white !important;
  text-decoration: underline;
}
.offcanvas.show:not(.hiding) ul.navbar-nav li.nav-item:last-child a.nav-link:hover,
.offcanvas.showing ul.navbar-nav li.nav-item:last-child a.nav-link:hover {
  color: #f9b222 !important;
}

.div-sesiones {
  color: #fff;
  margin: 5rem 0 2rem 0;
}
.div-sesiones .col-md-3 {
  max-width: 200px;
}
.div-sesiones .col-6 {
  background-color: #0071dc;
  text-align: center;
  padding: 1.5rem 0;
}
.div-sesiones .col-6:last-child {
  background-color: #75b52a;
}
.div-sesiones p.numero {
  font-size: 5rem;
  line-height: 1;
  font-family: BOGLEREGULAR;
  margin: 0;
}
.div-sesiones p.descripcion {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: BOGLEBOLD;
  margin: 0;
}

.div-modulos {
  text-align: center;
}
.div-modulos img {
  max-width: 220px;
  margin: 1rem auto 0 auto;
}

.m1-list,
.m2-list,
.m3-list {
  padding-left: 0;
  margin: 1rem 0;
  font-family: BOGLEBLACK;
  font-size: 1.05rem;
}
.m1-list li,
.m2-list li,
.m3-list li {
  color: #fff;
  text-align: center;
  margin: 0.8rem auto;
  margin: 0.8rem 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  min-height: 72px !important;
  max-width: 100%;
}

.m1-list li {
  background-color: #e29d13;
}

.m2-list li {
  background-color: #0074dc;
}

.m3-list li {
  background-color: #76b429;
}

.texto-svg {
  font-size: 21px;
  font-family: "BOGLEBOLD", sans-serif;
  fill: #606060;
}

/* SVG Ruta del crecimiento */
.st0 {
  fill: none;
}

.st1 {
  fill: #606060;
}

.st2 {
  fill: #DDEDFA;
}

.st3 {
  fill: #9EC0E2;
}

.st4 {
  fill: none;
  stroke: #DDEDFA;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.st5 {
  fill: #9EC0E2;
  stroke: #DDEDFA;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

text .texto-svg {
  fill: #606060;
}

text:hover .texto-svg {
  fill: #0071dc;
}

.text-aviso a {
  color: #2f6eb5;
  font-family: "BOGLEBOLD", sans-serif;
}
.text-aviso a:hover {
  color: #76bc21;
}

.text-justify {
  text-align: justify;
}

.circle-check {
  background-color: #78bf23;
  color: white;
  border-radius: 50%;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
}

@keyframes slide-up {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Media Queries */
@media (min-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .div-oportunidades .col-md-4 {
    border-right: 1px solid #7D7D7D;
    border-bottom: none;
  }
  .div-oportunidades .col-md-4:last-child {
    border-right: none;
    border-bottom: none;
  }
  .requisitos .card-body {
    min-height: 175px;
  }
  .requisitos .card-body .hover-state {
    display: none;
  }
  .requisitos .card-body:hover .normal-state {
    display: none;
  }
  .requisitos .card-body:hover .hover-state {
    animation: fadeIn 0.5s;
    display: block;
  }
  .beneficios .card-body {
    min-height: 300px;
  }
  .beneficios img {
    max-width: 85px;
  }
  .r-testimonial .col-5 {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.3;
    text-align: center;
  }
  .logos img {
    max-width: 280px;
  }
  .m1-list li,
  .m2-list li,
  .m3-list li {
    max-width: 80%;
  }
  .div-modulos {
    text-align: center;
  }
  .div-modulos img {
    max-width: 758px;
    width: 100%;
    margin: 0 auto;
  }
  .title-caja {
    margin-top: -24px;
    max-width: 400px;
  }
  .div-caja-herramientas svg {
    max-height: 100px;
  }
  .texto-svg {
    font-size: 19.2799px;
  }
}
@media (min-width: 992px) {
  .beneficios .card-body {
    min-height: 260px;
  }
  .beneficios img {
    max-width: 85px;
  }
  .requisitos .card-body {
    min-height: 240px;
  }
  .accordion-body img {
    max-width: 180px;
  }
}
/* Test */
@media (min-width: 1200px) {
  .pasos-4 {
    display: block;
  }
  .img-pasos-4 {
    display: none;
  }
  #svgSteps {
    max-width: 500px;
  }
  .step-1 {
    margin-top: 280px;
    left: 50px;
  }
  .step-2 {
    margin-top: 70px;
    left: 110px;
  }
  .step-3 {
    margin-top: 70px;
    right: 110px;
  }
  .step-4 {
    margin-top: 280px;
    right: 50px;
  }
}
@media (min-width: 1400px) {
  .pasos-4 {
    display: block;
  }
  .img-pasos-4 {
    display: none;
  }
  #svgSteps {
    max-width: 700px;
  }
  .step-1 {
    margin-top: 280px;
    left: 0;
  }
  .step-2 {
    margin-top: 70px;
    left: 120px;
  }
  .step-3 {
    margin-top: 70px;
    right: 120px;
  }
  .step-4 {
    margin-top: 280px;
    right: 0;
  }
}/*# sourceMappingURL=styles.3.0.css.map */