@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100&display=swap");
@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Light.woff2") format("woff2"),
    url("fonts/Metric-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Regular.woff2") format("woff2"),
    url("fonts/Metric-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Medium.woff2") format("woff2"),
    url("fonts/Metric-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-SemiBold.woff2") format("woff2"),
    url("fonts/Metric-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Bold.woff2") format("woff2"),
    url("fonts/Metric-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0.8em 0.4em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: Metric, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  min-width: 170px;
  border-radius: 5px;
  background-clip: border-box;
  border: 2px solid transparent;
  min-width: 170px;
}

.btn-rojo {
  background-color: #ed0149;
}

.wrap {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full {
  width: 100%;
}

p {
  font-family: Metric;
}

h2 {
  font-size: 48px;
  font-family: Metric;
}

h3 {
  font-size: 60px;
}

.section-padding {
  padding: 3rem 0rem;
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

.fondo-green {
  background: #008f63;
}

.fondo-purple {
  background: #5a6af2;
}

.fondo-morado {
  background-color: #151950;
}

.fondo-grey {
  background: #f4f7fd;
}

.d-none {
  display: none !important;
}

.pick-separation {
  display: flex;
  justify-content: center;
  background: #f4f7fd;
  align-items: center;
}

.container-success-case h2 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-top: 80px;
  margin-bottom: 40px;
}

.container-success-case h3 {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

.container-success-case p {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.box-cuentan-section h3 {
  color: #000;
  font-family: Metric;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.99%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.card-cuentan {
  width: 175px;
  height: 103px;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-cards-cuentan {
  display: flex;
  gap: 20px;
}

.container-success-case a {
  border-radius: 4px;
  background: #3240ff;
  display: inline-flex;
  height: 35px;
  padding: 9px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  width: 165px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.container-success-case a:hover {
  background-color: #0037cb;
}

.bg-grey-ligth {
  background: #f4f7fd;
  padding-bottom: 80px;
}

@media only screen and (min-width: 991px) {
  .banner-principal {
    min-height: 80px;
  }

  .rigth-banner-img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    position: absolute;
    right: 0;
  }

  .tns-nav {
    padding-left: 0px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px !important;
    padding-right: 30px;
    position: relative;
    bottom: 140px;
  }

  #tns1-ow .tns-nav button {
    display: inline-block;
    width: 25px;
    height: 25px;
  }

  .box-banner-top {
    width: 1052px;
  }

  .box-cards {
    height: 494px;
    display: flex;
  }

  .bg-sf-home {
    background-color: #edf5ff;
    height: 416px;
    position: relative;
  }

  .box-text-banner {
    width: 610px;
  }

  .align-box-banner {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    height: 100%;
  }

  .icon-scroll {
    position: absolute;
    bottom: -40px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-principal {
    min-height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-principal {
    background-image: url(/landings-progress-abril-2021/images/banner-principal-mob-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 991px) {
  .banner-principal .cont-banner-principal {
    position: absolute;
    width: 100%;
    min-height: 448px;
    overflow: hidden;
  }

  .p-0-desktop {
    padding: 0px;
  }
}

.footer {
  background: #f4f7fd;
  padding: 2.2rem 0.9rem;
  position: relative;
  color: #fff;
  padding-top: 10rem;
}

.footer-grey {
  background-color: #e7eaf5;
  height: 144px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.to-top-icon a img:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
}

.copy-section {
  color: #172834;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .col--px {
  padding-top: 0.6rem;
  margin: 0;
  padding-bottom: 2rem;
}

.footer-visit__wrap h5 {
  font-size: 15px;
  font-weight: normal;
  font-family: "bogle-reg";
  margin: 0 0 1.6rem;
  padding-top: 1.6rem;
  text-align: center;
  color: #1c355e;
  margin-right: 10px;
  font-weight: 700;
}

.footer-visit__logos a:first-child {
  margin-right: 0px;
}

.footer-visit__logos {
  justify-content: flex-start;
  gap: 20px;
}

.footer-visit__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media only screen and (min-width: 1200px) {
  .banner-principal .cont-banner-principal {
    min-height: 525px;
  }
}

.banner-principal .cont-banner-principal .now {
  overflow: hidden;
}

.banner-principal .cont-banner-principal .now img.this {
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .banner-principal .cont-banner-principal .now img.this {
    max-height: 448px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-principal .cont-banner-principal .now img.this {
    max-height: 525px;
  }
}

@media only screen and (max-width: 1920px) {
  .banner-principal .cont-banner-principal .now img.this {
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .banner-principal .cont-banner-principal .now img.this {
    width: 115%;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-principal .cont-banner-principal .now img.this {
    width: 122%;
  }
}

@media only screen and (max-width: 1128px) {
  .banner-principal .cont-banner-principal .now img.this {
    width: 128%;
  }
}

@media only screen and (max-width: 991px) {
  .banner-principal .cont-banner-principal .now img.this {
    display: none;
  }
}

.banner-principal .cont-banner-principal .box-texto-banner-principal {
  position: absolute;
  top: 2.6%;
  max-width: 820px;
}
@media only screen and (max-width: 991px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal {
    position: relative;
  }
}

.banner-principal .cont-banner-principal .box-texto-banner-principal h1 {
  font-family: Metric;
  font-weight: 500;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 500;
}

.banner-principal .cont-banner-principal .box-texto-banner-principal h1 {
  line-height: 60px;
}

@media only screen and (max-width: 991px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal h1 {
    margin-top: 3rem;
    font-size: 34px;
    line-height: 34px;
  }
}

.banner-principal .cont-banner-principal .box-texto-banner-principal p {
  font-family: Metric;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1140px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal p {
    font-size: 24px;
    line-height: 24px;
  }
}

/* .banner-principal .cont-banner-principal .box-texto-banner-principal img {
  width: 150px;
  height: 45px;
} */

@media only screen and (max-width: 991px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal img {
    margin-top: 1rem;
  }
}

.banner-principal .cont-banner-principal .box-texto-banner-principal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  max-width: 270px;
}

@media only screen and (max-width: 991px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal a {
    min-height: auto;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner-principal .cont-banner-principal .box-texto-banner-principal a:hover {
  background-color: #b90138;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .expectativas {
    padding-top: 0px;
  }
}

.expectativas h3 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .expectativas h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 1rem;
    font-weight: 400;
  }
}

.expectativas p {
  color: #172834;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
  width: 468px;
}

.align-screen-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.align-screen-img-two {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.consiste {
  background-color: #f4f7fd;
  padding: 100px 0px;
}

.section-division {
  padding: 100px 0px;
}

.porcent-green {
  color: #fff;
  text-align: center;
  font-family: Metric;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 0%;
  margin: 0px;
}

.porcent-parraf {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.circle-green {
  width: 148px;
  height: 148px;
  background-color: #00cf00;
  border-radius: 100%;
  position: absolute;
  left: -40px;
  bottom: -40px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.expectativas .cifra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.expectativas {
  margin-top: 100px;
  margin-bottom: 80px;
}

.box-consist h3 {
  color: #0038ff;
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-consist h2 {
  color: #00174f;
  width: 631px;
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box-consist p {
  color: #00174f;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-capac h3 {
  color: #008f63;
  width: 467px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-capac h2 {
  color: #00174f;
  width: 467px;
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box-capac p {
  color: #00174f;
  width: 467px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.margin-323 {
  margin-top: 60px;
}

.card-course {
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
  padding: 0;
}

.card-course img {
  width: 100%;
}

.card-course h3 {
  color: #0f0000;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-course p {
  color: #0f0000;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.card-course-interior {
  padding: 20px;
}

.list-course h4 {
  color: #656565;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 125.49%;
  margin-left: -20px;
  margin-bottom: 5px;
}

.list-course li {
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  list-style: url(/img-new/like.png);
  margin-bottom: 10px;
}

.list-course {
  padding: 0px 24px;
}

.list-course a {
  color: #3240ff;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 0%;
  text-decoration-line: underline;
}

.btn-courses {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-courses a {
  width: 230px;
  height: 35px;
  margin: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #fe0038;
  color: #fe0038;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.section-courses {
  background: #f4f7fd;
  padding: 100px 0px;
}

.tab-new-courses {
  gap: 20px;
}

.tab-content > .active {
  display: flex;
}

.bg-section-purple {
  background-color: #4a009c;
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url(/img-new/bg-cuadritos-purple.png);
  margin-bottom: -120px;
  position: relative;
}

.rectangle-green {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;

  width: 40%;
}

.solicitud-two {
  position: relative;
  min-height: 15rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0rem;
  border-radius: 153px;
  background: #ff8d00;
  margin-bottom: -110px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solicitud-two .contenedor-solicitud {
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: unset;
}

.solicitud-two h2 {
  color: #fff;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.solicitud-two p {
  color: #fff;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
}

.btn-amarillo {
  border-radius: 4px;
  background: #ff8d00;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-yellow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item-custom-courses button {
  border-radius: 12px !important;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0);
  height: 45px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.box-list-courses ul {
  gap: 25px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fe0038;
  border: none !important;
}

button:focus {
  outline: none;
}

.why-learn h2 {
  color: #fff;
  /* h2 */
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why-learn p {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-title-learn h3 {
  color: #090909;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.99%;
}

.card-text-learn p {
  color: #090909;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-learn {
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
  height: 485px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 274px;
  z-index: 1;
}

.card-learn:hover {
  transform: translateY(0.5rem);
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.learn-box {
  justify-content: space-around;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .expectativas .cifra {
    max-height: 100%;
    border-left: 0px;
    margin-bottom: 0.5rem;
  }
}

.expectativas .cifra span {
  color: #62de7f;
  font-family: Metric;
  font-weight: 500;
  font-size: 55px;
  margin-right: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .expectativas .cifra span {
    min-width: 65px;
    font-size: 34px;
  }
}

.expectativas .cifra p {
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #172834;
  width: 173px;
}

@media only screen and (max-width: 1200px) {
  .expectativas .cifra p {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .expectativas .cifra p {
    font-weight: 300;
    font-size: 28px;
  }
}

.transforme {
  color: #fff;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media only screen and (max-width: 991px) {
  .transforme {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}

.transforme .col-lg-12 h2 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .transforme .col-lg-12 h2 {
    font-size: 34px;
    margin: 0 0 25px;
    font-weight: 300;
    letter-spacing: -0.025em;
  }
}

.transforme .col-lg-12 p {
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .transforme .col-lg-12 p {
    font-size: 26px;
    line-height: 28px;
    font-weight: 200;
  }
}

.transforme .box-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .transforme .box-card {
    padding: 0rem 1rem;
  }
}

.transforme .box-card .card {
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  padding: 1.5rem;
  color: #4f5d6c;
  text-align: center;
  margin-top: 2rem;
  max-width: 271px;
  border-radius: 0px;
  padding-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
}

@media only screen and (max-width: 991px) {
  .transforme .box-card .card {
    max-width: 100%;
  }
}

.transforme .box-card .card:hover {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.transforme .box-card .card a {
  text-decoration: none;
}

.transforme .box-card .card img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.transforme .box-card .card h6 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 1rem;
}

.transforme .box-card .card p {
  font-size: 17px;
  color: #4f5d6c;
  line-height: 1.2;
  margin-bottom: 0;
  margin: 0 0 20px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .transforme .box-card .card p {
    font-size: 18px;
    font-weight: 300;
    color: #4f5d6c;
  }
}

.seccion-carrusel {
  background-color: #edf5ff;
  background-image: url(/img-new/background-banner.png);
}

.seccion-carrusel .tns-controls {
  display: none;
}

.section-banner-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-top h5 {
  text-align: left;
}

.section-banner-top p {
  text-align: left;
}

.seccion-carrusel .box-cards .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seccion-carrusel .box-cards .imagen img {
  width: 50px;
  height: 50px;
}

.seccion-carrusel .box-cards .texto h5 {
  font-family: Metric;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

@media only screen and (max-width: 991px) {
  .seccion-carrusel .box-cards .texto h5 {
    margin-top: 1rem;
  }
}

.seccion-carrusel .box-cards .texto p {
  color: #000;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
  margin-top: 20px;
}

.seccion-carrusel .box-cards .boton-carrusel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .seccion-carrusel .box-cards .boton-carrusel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}

.seccion-carrusel .box-cards .boton-carrusel .btn {
  max-height: 50px;
  background-color: #225eff;
  background-clip: border-box;
  border: 2px solid transparent;
  font-size: 15px;
  line-height: 21px;
  font-family: Metric;
  padding: 1rem 3rem;
  min-width: 270px;
}

.seccion-carrusel .box-cards .boton-carrusel .btn:hover {
  background-color: #0037cb;
  color: #fff;
}

#tns1-ow button {
  display: none;
}

#tns1-ow .tns-nav button {
  display: inline-block;
}

.tns-nav {
  padding-left: 5%;
}

.tns-nav button {
  display: inline-block;
  border-radius: 100%;
  margin: 0 6px;
  padding: 0;
  background: transparent;
  border-color: #008f63;
  border: 1px solid #008f63;
  opacity: 0.5;
}

.tns-nav button::before {
  content: attr(
    data-nav
  ); /* Usa el valor del atributo data-nav como contenido */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.seccion-carrusel .tns-controls {
  display: block;
}

#tns1-ow button {
  display: block;
}

button[data-controls="prev"] {
  display: none !important;
}

.seccion-carrusel .tns-controls {
  display: block;
  padding-left: 0px;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px !important;
  padding-right: 0;
  position: relative;
  bottom: 167px;
}

button[data-action="start"] {
  display: none !important; /* Oculta el botón */
}

button[data-action="stop"] {
  display: none !important; /* Oculta el botón */
}

button[data-controls="next"] {
  background-image: url("/img-new/Group\ 561.svg");
  text-indent: -9999px; /* Oculta el texto */
  overflow: hidden; /* Oculta el desbordamiento del texto */
  white-space: nowrap; /* Evita el espacio en blanco */
  /* Puedes agregar otros estilos según tus necesidades */
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}

.tns-nav button.tns-nav-active {
  color: #fff !important;
}

.tns-nav button {
  background-color: #fff;
  color: #333;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  position: relative;
}

button.tns-nav-active:focus {
  outline: unset !important;
}

button.tns-nav-active {
  background: #008f63;
  border-color: transparent;
  opacity: 1;
}

.banner-secundario {
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .banner-secundario {
    padding: 2rem 0rem;
    position: relative;
    background-image: url(/landings-progress-abril-2021/images/banner-secundario-mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width: 991px) {
  .banner-secundario img {
    display: none;
  }
}

.banner-secundario .box-botones-banner-secundario {
  position: absolute;
  top: 10%;
  max-width: 850px;
}

@media only screen and (max-width: 1500px) {
  .banner-secundario .box-botones-banner-secundario {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .banner-secundario .box-botones-banner-secundario {
    position: relative;
    max-width: 850px;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-secundario .box-botones-banner-secundario .col-lg-12 h2 {
  font-weight: 300;
}

@media only screen and (max-width: 1500px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.banner-secundario .box-botones-banner-secundario .col-lg-12 h6 {
  font-size: 32px;
  margin-top: 1.3rem;
}

@media only screen and (max-width: 1500px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 h6 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 h6 {
    font-size: 22px;
    line-height: 22px;
  }
}

.banner-secundario .box-botones-banner-secundario .col-lg-12 p {
  font-size: 22px;
  margin-top: 1rem;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .banner-secundario .box-botones-banner-secundario .col-lg-12 p {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-secundario .box-botones-banner-secundario .botones-banner-secundario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.banner-secundario .box-botones-banner-secundario .botones-banner-secundario a {
  min-width: 270px;
  margin-right: 1rem;
}

@media only screen and (max-width: 991px) {
  .banner-secundario
    .box-botones-banner-secundario
    .botones-banner-secundario
    a {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.banner-secundario
  .box-botones-banner-secundario
  .botones-banner-secundario
  a:hover {
  background-color: #b90138;
  color: #fff;
}

.banner-secundario
  .box-botones-banner-secundario
  .botones-banner-secundario
  a.no-bg {
  background-color: transparent;
  border: 2px solid #6aa3ff;
}

.banner-secundario
  .box-botones-banner-secundario
  .botones-banner-secundario
  a.no-bg:hover {
  border: 2px solid rgba(106, 163, 255, 0.6);
}

.logos .box-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1360px) {
  .logos .box-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .logos .box-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.logos .box-logos .col-lg-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 21%;
  -webkit-box-flex: 0;
  flex: 0 0 21%;
  max-width: 21%;
}

@media only screen and (max-width: 1360px) {
  .logos .box-logos .col-lg-1 {
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media only screen and (max-width: 991px) {
  .logos .box-logos .col-lg-1 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .logos .box-logos .col-lg-1 img {
    margin-bottom: 1.8rem;
    max-width: 130px;
  }
}

.colaborando .texto-colaborando h2 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

.texto-colaborando-two h2 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.texto-colaborando-two p {
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
  color: #fff;
}

.text-032 {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #172834;
  text-align: center;
}

.text-033 {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.cards-colaborando-two {
  margin-top: 40px;
}

.cards-colaborando-two .col-lg-4 {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .colaborando .texto-colaborando h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.colaborando .texto-colaborando p {
  margin: 1.5rem 0rem;
  font-size: 26px;
  line-height: 1.35;
  font-family: Metric;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .colaborando .texto-colaborando p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 100;
  }
}

.colaborando .cards-colaborando h4 {
  color: #83db3b;
  text-align: center;
  font-family: Metric;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px;
}

.colaborando .cards-colaborando-two h4 {
  color: #f4f7fd;
  text-align: center;
  font-family: Metric;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .colaborando .cards-colaborando h4 {
    font-size: 28px;
    letter-spacing: -0.025em;
  }
}

.colaborando .cards-colaborando p {
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .colaborando .cards-colaborando p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 200;
  }
}

.colaborando .botones-colaborando {
  margin-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .colaborando .botones-colaborando {
    margin-top: 1rem;
  }
}

.colaborando .botones-colaborando .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .colaborando .botones-colaborando .col-lg-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.colaborando .botones-colaborando .col-lg-12 a {
  min-width: 320px;
  margin-right: 2rem;
}

.colaborando .botones-colaborando .col-lg-12 a:hover {
  background-color: #b90138;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .colaborando .botones-colaborando .col-lg-12 a {
    margin-bottom: 1.5rem;
    min-width: auto;
    margin-right: 0rem;
  }
}

.colaborando .botones-colaborando .col-lg-12 a.no-bg {
  background-color: transparent;
  border: 2px solid #6aa3ff;
}

.colaborando .botones-colaborando .col-lg-12 a.no-bg:hover {
  border: 2px solid rgba(106, 163, 255, 0.6);
  color: #fff;
}

.informacion .titulo-info h2 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .informacion .titulo-info h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 1.5rem;
  }
}

.informacion .iconos-info .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.informacion .iconos-info .col-lg-4 img {
  width: 50px;
  margin-right: 1.5rem;
}

.informacion .iconos-info .col-lg-4 svg {
  margin-right: 1.5rem;
}

.informacion .iconos-info .col-lg-4 h6 {
  font-size: 19px;
}

.informacion .iconos-info .col-lg-4 a {
  color: #4f5d6c;
  text-decoration: none;
}

.informacion .iconos-info .col-lg-4 p {
  font-size: 15px;
  line-height: 1.35;
}

@media only screen and (max-width: 991px) {
  .informacion .iconos-info .col-lg-4 p {
    font-size: 15.5px;
    font-weight: 300;
  }
}

footer {
  position: relative;
  background-color: #e7eaf4;
  padding-bottom: 1rem;
  padding-top: 13rem;
}

@media only screen and (max-width: 991px) {
  footer {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  footer .left-footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

footer .left-footer img {
  max-width: 120px;
}

footer .left-footer img:hover {
  opacity: 0.5;
}

footer .left-footer .copy {
  max-width: 450px;
  margin-top: 5px;
  margin-left: 0px;
  padding-bottom: 28px;
  font-size: 13px;
  color: #909090;
  margin-bottom: 0px;
}

footer .left-footer .marca {
  max-width: 450px;
  color: #4c5255;
  font-family: Metric;
  font-size: 0.87em;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0px;
}

footer .left-footer .marca a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

footer .left-footer .marca a:hover {
  opacity: 0.5;
}

footer .right-footer {
  position: relative;
}

@media only screen and (max-width: 991px) {
  footer .right-footer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

footer .right-footer .rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  footer .right-footer .rrss {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
}

footer .right-footer .rrss a:hover {
  opacity: 0.7;
}

footer .right-footer .rrss a img {
  width: 22px;
  height: 22px;
  margin-left: 2.8rem;
}

@media only screen and (max-width: 991px) {
  footer .right-footer .rrss a img {
    margin-left: 0rem;
    margin-right: 2.8rem;
  }
}

footer .right-footer .nav-footer {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
  padding-left: 0px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: Metric;
  font-size: 13px;
}

@media only screen and (max-width: 991px) {
  footer .right-footer .nav-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .right-footer .nav-footer a {
  color: #000;
  margin-left: 1rem;
  border-left: 1.3px solid #a2a4ab;
  padding-left: 0.5rem;
  height: 15px;
}

@media only screen and (max-width: 991px) {
  footer .right-footer .nav-footer a {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 1rem;
    font-size: 15px;
  }
  footer .right-footer .nav-footer a:last-child {
    margin-bottom: 0px;
  }
}

footer .right-footer .nav-footer a:first-child {
  border-left: 0px;
}

footer .right-footer .nav-footer a:hover {
  text-decoration: none;
  opacity: 0.5;
}

footer .right-footer .powered {
  position: absolute;
  bottom: 8%;
  right: 0%;
}

@media only screen and (max-width: 991px) {
  footer .right-footer .powered {
    position: relative;
    bottom: 0%;
    right: 0%;
  }
}

footer .right-footer .powered p {
  color: #4c5255;
  font-size: 15px;
  font-family: Metric;
  margin-top: 55px;
  font-weight: 300;
}

footer .right-footer .powered p a {
  font-weight: 500;
  color: #000;
}

footer .right-footer .powered p a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.solicitud {
  position: relative;
  min-height: 15rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0rem;
  border-radius: 153px;
  background: #ff8d00;
  margin-bottom: -110px;
  z-index: 1;
}

.solicitud-two {
  position: relative;
  min-height: 15rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0rem;
  border-radius: 153px;
  background: #7758ff;
  margin-bottom: -110px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .solicitud {
    padding-bottom: 2rem;
    margin-bottom: 0px;
    background-image: url(/landings-progress-abril-2021/images/bg-solicitud.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.solicitud img {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .solicitud img {
    display: none;
  }
}

.solicitud .contenedor-solicitud {
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 30%;
}

@media only screen and (max-width: 991px) {
  .solicitud .contenedor-solicitud {
    padding-top: 2.2rem;
    padding-bottom: 1rem;
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
  }
}

.solicitud .contenedor-solicitud .row {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.solicitud .contenedor-solicitud .row .col-lg-9 h2 {
  font-family: Arial;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .solicitud .contenedor-solicitud .row .col-lg-9 h2 {
    font-size: 34px;
  }
}

.solicitud .contenedor-solicitud .row .col-lg-9 p {
  color: #fff;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
}

@media only screen and (max-width: 1100px) {
  .solicitud .contenedor-solicitud .row .col-lg-9 p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .solicitud .contenedor-solicitud .row .col-lg-9 p {
    margin-top: 0.5rem;
    font-size: 24px;
    font-weight: 100;
  }
}

.solicitud .contenedor-solicitud .row .col-lg-3 .btn {
  margin-top: 1.5rem;
  width: 260px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.by-lfi-content h2 {
  font-family: Metric;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  color: #000;
}

.btn.footer {
  border-radius: 4px;
  background: #3240ff;
  width: 230px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  display: inline-flex;
  height: 35px;
  padding: 9px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-cities__wrap {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.logo-cities__city h6 {
  color: #172834;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

.logo-cities__city a {
  color: #00cf00;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.99%;
  text-decoration: none;
}

.logo-cities__city {
  flex: 1 0 25%;
  /* flex: 2; */
  margin: 0px -8rem 0 0;
}

.logo-cities__city p {
  color: #172834;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.icon-scroll {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.icon-scroll:hover {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.solicitud .contenedor-solicitud .row .col-lg-3 .btn:hover {
  color: #fff;
  background-color: #b90138;
}

@media only screen and (max-width: 991px) {
  .solicitud .contenedor-solicitud .row .col-lg-3 .btn {
    font-size: 14px;
    width: 100%;
  }
}

.chat {
  position: fixed;
  top: 50%;
  right: -64px;
  z-index: 20;
  height: 90px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.chat.active {
  -webkit-transform: translateX(-64px);
  transform: translateX(-64px);
}

@media only screen and (min-width: 991px) {
  section.banner-principal.formulario {
    min-height: 845px;
  }
}

@media only screen and (max-width: 991px) {
  section.banner-principal.formulario {
    background-image: url(/landings-progress-abril-2021/images/bg-formulario-mob.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 991px) {
  section.banner-principal.formulario .cont-content {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 845px;
  }
}

@media only screen and (max-width: 991px) {
  section.banner-principal.formulario .cont-content {
    position: relative;
  }
}

section.banner-principal.formulario .cont-content img.full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  section.banner-principal.formulario .cont-content img.full {
    display: none;
  }
}

section.banner-principal.formulario .cont-content .box-texto-banner-principal {
  top: 1%;
  max-width: 100%;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  section.banner-principal.formulario
    .cont-content
    .box-texto-banner-principal {
    position: relative;
  }
}

section.banner-principal.formulario
  .cont-content
  .box-texto-banner-principal
  .col-lg-12
  img {
  margin-top: 1rem;
  /* width: 150px;
  height: 45px; */
}

section.banner-principal.formulario
  .cont-content
  .box-texto-banner-principal
  .col-lg-6 {
  margin-top: 3rem;
}

section.banner-principal.formulario
  .cont-content
  .box-texto-banner-principal
  .texto {
  margin-top: 2rem;
}

section.banner-principal.formulario
  .cont-content
  .box-texto-banner-principal
  .texto
  h1 {
  margin: 0 0 25px;
  font-family: Metric;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.025em;
  font-size: 70px;
  line-height: 65px;
  margin-bottom: 0px;
  padding-top: 1rem;
}

@media only screen and (max-width: 991px) {
  section.banner-principal.formulario
    .cont-content
    .box-texto-banner-principal
    .texto
    h1 {
    font-size: 34px;
    line-height: 34px;
  }
}

section.banner-principal.formulario
  .cont-content
  .box-texto-banner-principal
  .texto
  p {
  color: #4f5d6c;
  margin-bottom: 50px;
  font-size: 36px;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 0.9;
  font-family: Metric;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 991px) {
  section.banner-principal.formulario
    .cont-content
    .box-texto-banner-principal
    .texto
    p {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 991px) {
  #FormProgress {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 991px) {
  #FormProgress {
    margin-bottom: 3.5rem;
  }
}

#FormProgress .cont-form {
  position: relative;
  padding: 45px 50px;
  background-color: rgba(245, 246, 247, 0.95);
  max-width: 420px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 991px) {
  #FormProgress .cont-form {
    padding: 1.5rem;
  }
}

#FormProgress .cont-form::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-top: 18px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.5);
  border-bottom: 18px solid transparent;
}

@media only screen and (max-width: 991px) {
  #FormProgress .cont-form::before {
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.5);
    border-bottom: 15px solid transparent;
  }
}

#FormProgress .cont-form form h4 {
  color: #000;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 15px;
  font-family: Metric;
  font-weight: 300;
  letter-spacing: -0.025em;
}

@media only screen and (max-width: 991px) {
  #FormProgress .cont-form form h4 {
    font-size: 24px;
  }
}

#FormProgress .cont-form form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

#FormProgress .cont-form form .form-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  display: block;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  color: #8285a0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: -8px;
}

#FormProgress .cont-form form .form-group label a {
  display: inline-block;
  min-height: auto;
}

#FormProgress .cont-form form .form-group label a:hover {
  background-color: transparent;
  color: #0037cb;
  text-decoration: none;
}

#FormProgress .cont-form form .form-group label a#btnMensaje {
  position: relative;
  padding: 0 0 4px 15px;
  font-size: 13px;
  display: inline-block;
}

#FormProgress .cont-form form .form-group label a#btnMensaje:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid #6bc2ff;
  border-bottom: 5px solid transparent;
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#FormProgress .cont-form form .form-group label a#btnMensaje.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

#FormProgress .cont-form form .form-group label a#btnMensaje.non-before {
  color: #8285a0;
  padding-left: 0px;
}

#FormProgress .cont-form form .form-group label a#btnMensaje.non-before:before {
  display: none;
}

#FormProgress .cont-form form .form-group label span {
  color: red;
}

#FormProgress .cont-form form .form-group p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  display: block;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  color: #8285a0;
  padding-bottom: 4px;
}

#FormProgress .cont-form form .form-group input,
#FormProgress .cont-form form .form-group select {
  width: 100%;
  max-width: 370px;
  padding: 3px 10px 4px;
  color: #000;
  border: 1px solid #dadde0;
  -webkit-box-shadow: 0 1px 1px 0 transparent;
  box-shadow: 0 1px 1px 0 transparent;
  border-radius: 0;
  outline: none;
  margin-top: -10px;
}

#FormProgress .cont-form form .form-group select {
  font-weight: 500;
  margin-bottom: 0px;
}

#FormProgress .cont-form form .form-group a.btn.btn-rojo.demostracion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 10px;
  min-height: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 6%;
}

#FormProgress .cont-form form .form-group a.btn.btn-rojo.demostracion:hover {
  color: #fff;
  background-color: #b90138;
}

@media only screen and (max-width: 991px) {
  #FormProgress .cont-form form .form-group a.btn.btn-rojo.demostracion {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-visit__logos img.zoomIn {
    min-width: 103px;
    min-height: 103px;
  }
}

#FormProgress .cont-form form .form-group textarea {
  visibility: hidden;
  height: 0rem;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.03s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.03s;
  -webkit-transition: height 1s;
  /* For Safari 3.1 to 6.0 */
  transition: height 1s;
}

#FormProgress .cont-form form .form-group textarea.crece {
  visibility: visible;
  height: 4rem;
  min-height: 4rem;
  max-height: 6rem;
}

footer.footer-formulario {
  padding-top: 40px;
}

.banner-principal
  .cont-banner-principal
  .box-texto-banner-principal
  a.link-progress {
  min-height: auto !important;
}
.banner-principal
  .cont-banner-principal
  .box-texto-banner-principal
  a.link-progress:hover {
  background-color: transparent;
}

.logos .box-logos .col-lg-1 .new-box {
  max-width: 170px;
}

.logos .box-logos .col-lg-1 .new-box img {
  width: 100%;
}

.tooltip-inner {
  /* background: #151950; */
  background: #492974;
  border: none;
  color: #f7fdfe;
  font-size: 1rem;
  padding: 0.45rem 0.5rem;
}

.bs-tooltip-left .arrow::before {
  /* border-left-color: #151950; */
  border-left-color: #492974;
}

@media only screen and (min-width: 991px) {
  .logos .box-logos .col-lg-1 .new-box img.achs-logo {
    width: 70%;
  }

  .hidden-img-fix {
    display: block;
  }

  .visible-img-fix {
    display: none;
  }
}

.banner-principal .cont-banner-principal .box-texto-banner-principal p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal h1 {
    font-size: 55px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner-principal .cont-banner-principal .box-texto-banner-principal h1 {
    margin-top: 3rem;
    font-size: 34px;
    line-height: 34px;
  }
}

#FormProgress .cont-form.exito {
  background-color: #151950;
  color: #fff;
  border-radius: 15px;
}

#FormProgress .cont-form.exito h2 {
  text-align: center;
}

#FormProgress .cont-form.exito h3 {
  font-size: 22px;
}

#FormProgress .cont-form.exito::before {
  display: none;
}

@media only screen and (max-width: 991px) {
  #FormProgress .cont-form.exito h2 {
    font-size: 26px;
  }
  #FormProgress .cont-form.exito h3 {
    font-size: 18px;
    text-align: center;
  }
}

/* NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES - NUEVO STYLES -  */

.box-text-banner h1 {
  color: #000;
  font-family: Metric;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}

.box-text-banner p {
  color: #000;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.99%;
}

.btn-info-sf {
  display: inline-flex;
  height: 35px;
  padding: 9px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  color: #3240ff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border: 1px solid #3240ff;
  text-decoration: none !important;
}

.nav-link-custom {
  color: #000 !important;
  font-family: Metric;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.nav-link-custom:hover {
  color: #fe0038 !important;
}

.nav-link-btn-navbar {
  border-radius: 4px;
  background: #fe0038;
  display: inline-flex;
  height: 35px;
  padding: 9px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-left: 15px;
  border: 1px solid #fe0038;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff !important;
}

.nav-link-btn-navbar:hover {
  background-color: transparent;
  color: #fe0038 !important;
  border: 1px solid #fe0038;
}

/* MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES - MOBILE NEWS STYLES -  */

@media only screen and (max-width: 992px) {
  .rigth-banner-img img {
    width: 100%;
    margin-bottom: -50px;
  }

  .align-screen-img img {
    width: 100%;
  }

  .img-macbook {
    width: 100%;
  }

  .footer-visit__logos {
    justify-content: flex-start;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .footer-visit__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
  }

  .footer-visit__logos img.zoomIn {
    width: 100%;
  }

  .logo-cities__wrap {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    gap: 40px;
  }

  .footer-grey {
    background-color: #e7eaf5;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    align-items: center;
    text-align: center;
  }

  .banner-principal .cont-banner-principal .box-texto-banner-principal a {
    min-height: auto;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .expectativas h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .copy-section p {
    margin: 0px;
  }

  .expectativas .cifra {
    max-height: 100%;
    border-left: 0px;
    margin-bottom: 3.5rem;
    display: flex;
    gap: 0px;
    width: 100%;
  }

  .expectativas p {
    width: auto;
  }

  .icon-scroll {
    display: none;
  }

  .bg-sf-home {
    flex-direction: column-reverse;
  }

  .rigth-banner-img {
    margin: 0;
    padding: 0;
  }

  .expectativas {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .expectativas .cifra p {
    font-weight: 300;
    font-size: 15px;
  }

  .expectativas .cifra span {
    min-width: 30px;
    font-size: 34px;
  }

  .cifra span img {
    width: 20px;
  }

  .expectativas .cifra span {
    margin-right: 5px;
  }

  .box-cards-cuentan {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .card-cuentan {
    width: 45%;
    height: 103px;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-cuentan-section h3 {
    color: #000;
    font-family: Metric;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.99%;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .bg-grey-ligth {
    background: #f4f7fd;
    padding-bottom: 40px;
  }

  .solicitud {
    position: relative;
    min-height: 15rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0rem;
    border-radius: 0px;
    background: #ff8d00;
    margin-bottom: -110px;
    z-index: 1;
  }

  .container-success-case h2 {
    font-family: Arial;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .colaborando .cards-colaborando h4 {
    font-size: 40px;
    letter-spacing: -0.025em;
  }

  .footer {
    background: #f4f7fd;
    padding: 0px;
    position: relative;
    color: #fff;
    padding-top: 7rem;
  }

  .footer-visit__logos {
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .footer-visit__logos img.zoomIn {
    min-width: 103px;
    min-height: auto;
  }

  .by-lfi-content h2 {
    font-family: Metric;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
    line-height: 35px;
    color: #000;
    margin-bottom: 20px;
  }

  .footer-visit__logos img {
    width: 100%;
  }

  .nav-link-btn-navbar {
    margin-left: 0px;
    width: 180px;
    margin-bottom: 10px;
  }
}

/* MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - MOBILE NEWS STYLES INDEX-TWO - */

@media only screen and (max-width: 576px) {
  .margin-323 {
    display: flex;
    flex-direction: column-reverse;
  }

  .tab-content > .active {
    display: flex;
    flex-direction: column;
  }

  .seccion-carrusel .box-cards .texto h5 {
    font-family: Metric;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 15px;
  }

  .seccion-carrusel .box-cards .texto p {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .tab-content > .active {
    display: block;
  }

  .seccion-carrusel .box-cards .texto h5 {
    font-family: Metric;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 15px;
  }

  .seccion-carrusel .box-cards .texto p {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .seccion-carrusel .box-cards .texto h5 {
    font-family: Metric;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 15px;
  }

  .seccion-carrusel .box-cards .texto p {
    padding: 0px 15px;
  }

  .card-learn {
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
    height: 360px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 45% !important;
  }

  .bg-sf-home {
    flex-direction: row;
  }
}

@media only screen and (max-width: 992px) {
  .box-consist h2 {
    width: auto;
  }

  .tns-visually-hidden {
    display: none;
  }

  .img-mobile-width {
    width: 100%;
  }

  .box-capac p {
    width: auto;
  }

  .box-capac h2 {
    width: auto;
  }

  .box-capac h3 {
    width: auto;
  }

  #tns1-ow button {
    display: none;
  }

  .tns-nav {
    padding-left: 5%;
    margin-top: 90px;
    margin-bottom: 20px;
  }

  #tns1 > .tns-item {
    padding-right: 0px !important;
  }

  .section-banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }

  .circle-green {
    left: 0px;
    bottom: -40px;
  }

  .box-consist h3 {
    margin-top: 65px;
  }

  .consiste {
    background-color: #f4f7fd;
    padding: 60px 0px;
  }

  .section-division {
    padding: 60px 0px;
  }

  .hidden-img-fix {
    display: none;
  }

  .visible-img-fix {
    display: block;
  }

  .margin-323 {
    margin-top: 60px;
  }

  .box-list-courses ul {
    gap: 10px;
  }

  .bg-section-purple {
    background-color: #4a009c;
    padding-top: 50px;
    padding-bottom: 200px;
    background-image: url(/img-new/bg-cuadritos-purple.png);
    margin-bottom: -145px;
  }

  .card-learn {
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(128, 122, 122, 0.15);
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 85%;
  }

  .solicitud-two {
    position: relative;
    min-height: 15rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0rem;
    border-radius: 0px;
    background: #7758ff;
    width: 100%;
    margin-bottom: -110px;
    z-index: 1;
  }

  .solicitud-two h2 {
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .solicitud-two p {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.99%;
  }

  .seccion-carrusel .box-cards .texto h5 {
    margin-top: 2rem;
  }

  .bg-sf-home {
    background-color: #edf5ff;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tab-content > .active {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    gap: 10px;
    overflow: hidden;
  }

  .box-consist h2 {
    width: 100%;
  }

  .rigth-banner-img img {
    width: 100%;
  }

  .box-banner-top {
    width: auto;
    padding-left: 15px;
  }

  .tns-nav {
    padding-left: 0px;
    max-width: 1230px;
    margin-left: 21px;
    margin-right: auto;
    padding-left: 5px !important;
    padding-right: 30px;
    position: relative;
    bottom: 140px;
  }
  .seccion-carrusel .tns-controls {
    display: block;
    padding-left: 0px;
    max-width: 1016px;
    margin-left: 135px;
    margin-right: auto;
    padding-left: 5px !important;
    padding-right: 0;
    position: relative;
    bottom: 167px;
  }
}

@media only screen and (min-width: 992px) {
  .no-p-l-wrap {
    padding-left: 0px;
  }
}

/*NUEVO SOBRE SITEFINITY 06-09-2023*/

button#toTop{
  border: none;
  background: transparent;
}

.box-text-banner .icon-scroll {
  cursor: default;
}

.box-text-banner .icon-scroll:hover {
  transform: translateY(0rem);
  cursor: default;
  transition: unset;
  -webkit-transition: unset;
}

.seccion-carrusel .tns-nav {
  padding-top: 1rem;
}
