﻿@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-Regular.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "light-Rubik";
  src: url(../fonts/Rubik-Light.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Medium-Rubik";
  src: url(../fonts/Rubik-Medium.ttf) format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-Bold.ttf) format("truetype");
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  word-wrap: break-word;
  position: relative;
}

body {
  font-family: Rubik;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #ffffff;
}

.mw-xl-container {
  max-width: 1168px !important;
  margin-inline: auto;
}

/*Contenedor de las secciones*/
.alpha-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.primary-btn-small {
  font-size: 14px;
  background-color: #2e58eb;
  color: #ffffff;
  padding: 10px 28px;
  border: transparent;
  border-radius: 30px;
  display: inline-block;
  transition: all ease-in-out 0.1s;
  text-align: center;
  text-decoration: none !important;
}

.light-btn-small {
  font-size: 14px;
  background-color: transparent;
  color: #2e58eb;
  padding: 10px 28px;
  border: solid 1px #2e58eb;
  border-radius: 30px;
  transition: all ease-in-out 0.1s;
  text-decoration: none !important;
  text-align: center;
}

.light-btn-small:hover {
  border-color: rgba(46, 88, 235, 0.7);
  color: rgba(46, 88, 235, 0.7);
}

.light-btn {
  font-size: 20px;
  background-color: transparent;
  color: #2e58eb;
  padding: 16px 83px;
  border: solid 1px #2e58eb;
  border-radius: 30px;
  transition: all ease-in-out 0.1s;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

.light-btn:hover {
  border-color: rgba(46, 88, 235, 0.7);
  color: rgba(46, 88, 235, 0.7);
}

.primary-btn {
  font-size: 20px;
  background-color: #2e58eb;
  color: #ffffff;
  padding: 16px 83px;
  border: transparent;
  border-radius: 30px;
  display: inline-block;
  transition: all ease-in-out 0.1s;
  text-align: center;
  text-decoration: none !important;
}

.primary-btn:hover {
  background-color: rgba(46, 88, 235, 0.7);
  color: #ffffff;
}

@media screen and (min-width: 1160px) {
  .alpha-container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1159px) {
  .alpha-container {
    max-width: 992px;
  }
}

@media screen and (max-width: 1025px) {
  .alpha-container {
    max-width: 696px;
  }
}

@media screen and (max-width: 321px) {
  .alpha-container {
    max-width: 290px;
  }
}

/* Header */

.header-white {
  transition: all ease-in-out 0.2s;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1) !important;
}

header {
  position: fixed;
  padding: 20px 73px;
  z-index: 100;
  width: 100%;
  margin-left: 0 !important;
  transition: all ease-in-out 0.3s;
  background-color: #ffffff;
}

header .menu {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

header .menu .search {
  margin-right: 35px;
}

header .menu .search img {
  width: 35px;
}

header .menu .search input {
  border: none;
  border-bottom: solid 1px;
  border-color: #aaa9ad;
  height: 40px;
}

header .menu .search input:focus {
  outline: transparent;
}

header .menu a {
  margin-right: 47px;
  position: relative;
  z-index: 8;
}

header .menu .light-btn-small {
  background-color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 15px;
  width: 216px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 98%;
  letter-spacing: 0px;
}

header .menu .primary-btn-small {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 15px;
  width: 231px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
  line-height: 98%;
  letter-spacing: 0px;
}

header .menu .unset-btn {
  background-color: white;
  padding: 0 3px;
}

.content-menu-open {
  z-index: 100 !important;
  opacity: 1 !important;
}

.content-menu-open .wrap-menu {
  right: 0 !important;
}

.content-menu-open .wrap-menu .close {
  z-index: 999 !important;
}

.overflowY {
  overflow-y: hidden !important;
  overflow-x: hidden;
  position: unset;
}

header .container {
  max-width: 87%;
}

header .title {
  font-size: 50px;
  line-height: 62px;
  text-align: left;
  margin-top: 35%;
}

header .left {
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

header .primary-btn {
  margin-top: 20px;
  max-width: 280px !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}

header .right img {
  width: 80%;
  display: block;
  margin: 10% auto;
  margin-bottom: 0;
}

@media screen and (max-width: 1025px) {
  header {
    padding: 10px 30px !important;
    flex-wrap: nowrap !important;
    position: relative !important;
  }

  header .logo {
    width: 120px;
  }

  header .logo img {
    width: 100%;
  }

  header .menu {
    flex-wrap: nowrap !important;
  }

  header .menu a {
    font-size: 13px;
    padding: 7px 13px;
  }

  header .menu .light-btn-small {
    margin-right: 10px;
  }
}

@media screen and (max-width: 656px) {
  /*remove this*/
  .footer .uaf {
    width: 30% !important;
  }

  header {
    flex-flow: row !important;
    width: 100%;
    margin-bottom: 40px;
    min-height: 110px;
  }

  header .menu .light-btn-small {
    margin-right: 17px !important;
    visibility: visible;
  }

  header .menu button,
  header .menu a {
    margin-top: -53px;
  }

  header .menu .primary-btn-small {
    display: none;
  }

  header .menu .unset-btn {
    margin-top: -70px;
  }

  header .search {
    width: 90%;
    position: absolute;
    bottom: unset;
    top: 60px;
    left: 48%;
    transform: translate(-44%, 0);
  }

  header .search input {
    width: 90%;
  }
}

/* Footer START */

.footer {
  background-color: #26242b;
  padding: 60px 0;
  z-index: 98;
}

.footer p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

.footer .logo-container a {
  width: 25px;
  height: 25px;
}

.footer .footer-logo {
  gap: 5px;
}

.footer .footer-logo img {
  width: 80px;
}

.footer .footer-logo span {
  color: #ffff;
  font-size: 9px;
  line-height: 10px;
  word-wrap: break-word;
  width: 80px;
  margin-bottom: 5px;
}

.footer .social-links {
  gap: 0.7rem;
}

.footer .copy-write p {
  color: #aaa9ad;
  font-size: 14px;
  font-family: Rubik;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

.footer .sm-footer-divider {
  height: 1px;
  width: 100%;
  background-color: #ffff;
}

.footer ul li:not(:first-child) {
  margin-top: 16px;
}

.footer ul li:first-child {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #aaa9ad;
  word-wrap: break-word;
}

.footer .address {
  color: #ffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

.footer .policies {
  color: #2e58eb;
  word-wrap: break-word;
}

.footer .policies a {
  font-size: 14px !important;
  line-height: 22px !important;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-block: 115px;
  }

  .footer .copy-write,
  .footer .certifications-md-container {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 1200px) {
  .footer .social-links {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer-logo img {
    width: 151px;
  }

  .footer .footer-logo span {
    font-size: 12px;
    line-height: 12px;
    width: 110px;
  }
}

/* Footer END */

.content-menu {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.92);
  height: 100vh;
  opacity: 0;
  z-index: -1;
  top: 0;
  transition: all ease-in-out 0.1s;
}

.content-menu .bg-falseMenu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

.content-menu .wrap-menu {
  position: relative;
  width: 50%;
  height: 100vh;
  float: right;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  right: -200%;
  transition: all ease-in-out 0.3s;
  overflow-y: scroll !important;
  z-index: 9;
}

.content-menu .wrap-menu .close {
  position: absolute;
  top: 48px;
  right: 40px;
  z-index: 9999;
}

.content-menu .wrap-menu .close:focus {
  outline: none;
}

.content-menu .wrap-menu .list-menu {
  width: 450px;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  float: right;
  padding: 80px 0 50px 0;
}

.content-menu .wrap-menu .list-menu .nav-tabs {
  width: 100%;
  margin-bottom: 12px;
}

.content-menu .wrap-menu .list-menu .nav-tabs li {
  width: 50%;
}

.content-menu .wrap-menu .list-menu .nav-tabs li:first-child {
  text-align: left;
  flex: 1;
}

.content-menu .wrap-menu .list-menu .nav-tabs li:nth-child(2) {
  text-align: right;
  flex: 1;
}

.content-menu .wrap-menu .list-menu .nav-tabs li a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Rubik";
  font-weight: 400;
  border: none;
  color: #44444f;
}

.content-menu .wrap-menu .list-menu .nav-tabs li .active {
  border-bottom: solid 2px #2e58eb;
  color: #44444f;
}

.content-menu .wrap-menu .list-menu .hardGray {
  font-size: 14px;
}

.content-menu .wrap-menu .list-menu .tab-content {
  margin-top: 35px;
}

.content-menu .wrap-menu .list-menu .tab-content .tab-pane ul {
  padding: 0;
}

.content-menu .wrap-menu .list-menu .tab-content .tab-pane ul li {
  padding: 16px 0;
  list-style-type: none;
  border-bottom: solid 0.5px #aaa9ad;
}

.content-menu .wrap-menu .list-menu .tab-content .tab-pane ul li a {
  color: #26242b;
}

.content-menu .wrap-menu .list-menu .tab-content .tab-pane a {
  font-family: Rubik;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}

.content-menu .wrap-menu .list-menu .tab-content .tab-pane .btn-content {
  margin-top: 80px;
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: center;
}

.content-menu .wrap-menu .list-menu .tab-content .tab-pane .btn-content a {
  font-size: 15px;
  flex: 1;
}

@media screen and (max-width: 1025px) {
  .content-menu .wrap-menu {
    width: 100%;
  }

  .content-menu .wrap-menu .list-menu {
    width: 75%;
    float: unset;
    position: relative;
  }
}

@media screen and (max-width: 576px) {
  .content-menu .wrap-menu {
    padding: 20px 20px 90px 20px;
  }

  .content-menu .wrap-menu .list-menu .tab-content {
    margin-top: 10px;
  }
}

/*Banner*/

/*Movil*/

.banner-slide {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  gap: 66px;
}

.banner-slide .vector {
  display: none;
}

.banner-section .sc-vector {
  display: none;
}

.banner-image {
  width: 343px;
  height: 326px;
  overflow: hidden;
  border-radius: 32px;
  z-index: 1;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slide .description {
  display: flex;
  width: 189px;
  min-height: 54px;
  padding: 0 14px;
  position: absolute;
  border-radius: 13px;
  background: #2e58eb;
  right: 3%;
  bottom: 50%;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-family: "light-Rubik";
  color: #ffff;
  line-height: 17px;
  letter-spacing: -1px;
  z-index: 2;
}

.big-title {
  font-size: 33px;
  line-height: 37px;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "Medium-Rubik";
}

.banner-content {
  margin: 0 33px;
}

.banner-content span {
  color: #2e58eb;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.movil-shadow {
  position: absolute;
  width: 355px;
  height: 292px;
  border-radius: 30px;
  background: #f9f8fd;
  top: 10%;
  right: 12%;
  z-index: 0;
}

.right-shadow {
  display: none;
}

.left-shadow {
  display: none;
}

.banner-section .splide__pagination {
  bottom: 0;
  left: 0;
  padding: 0 1em;
  position: relative;
  margin-top: 13px;
}

.banner-section .splide__pagination__page.is-active {
  background: #ff62e5;
  border: 1px solid #ff62e5;
  z-index: 2;
}

.banner-section .splide__pagination__page {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  z-index: 2;
  outline: none !important;
}

.banner-btn {
  display: flex;
  width: 100%;
  min-height: 48px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #2e58eb;
  color: #ffff;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
}

.btn-conteiner {
  margin-top: 36px;
}

/*Table*/
@media screen and (min-width: 767px) {
  .movil-shadow {
    display: none;
  }

  .banner-image {
    width: 586px;
    height: 557px;
    border-radius: 59px;
    z-index: 1;
  }

  .banner-slide .description {
    width: 324px;
    min-height: 93px;
    padding: 0 25px;
    right: 3%;
    bottom: 36%;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    z-index: 2;
  }

  .banner-section .sc-vector {
    display: block;
    position: absolute;
    top: 6%;
    right: 12px;
    z-index: 10;
  }

  .banner-content {
    text-align: center;
  }

  .banner-content p {
    font-size: 18px;
    margin: 0 40px;
  }

  .big-title {
    font-weight: 700;
  }

  .btn-conteiner {
    display: flex;
    justify-content: center;
  }

  .banner-btn {
    width: 50%;
    border-radius: 40px;
  }

  .banner-section .splide__pagination__page {
    width: 24px;
    height: 24px;
  }
}

/* desktop */
@media screen and (min-width: 1160px) {
  .banner-section {
    height: 50%;
    margin-top: 156px;
  }

  .banner-section .sc-vector {
    display: none;
  }

  .banner-slide {
    width: 100%;
    min-height: 557px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .banner-content {
    margin: 80px 0;
    padding: 0 135px;
    width: 523px;
    text-align: left;
  }

  .banner-content p {
    font-size: 20px;
    margin: 0;
  }

  .big-title {
    font-size: 50px !important;
    line-height: 55px;
    font-weight: 700;
    font-family: "Rubik";
  }

  .medium-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    font-family: "Medium-Rubik";
  }

  .big-subtitle {
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Rubik";
  }

  .banner-image {
    width: 586px;
    height: 557px;
    overflow: hidden;
    border-radius: 59px;
  }

  .banner-image.secondary {
    width: 577px;
    height: 450px;
    border-radius: 4px;
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  }

  .right-shadow {
    display: block;
    position: absolute;
    width: 559px;
    height: 496px;
    border-radius: 69px;
    background: #f6f7ff;
    z-index: 0;
    right: 72px;
    bottom: 45px;
  }

  .left-shadow {
    display: block;
    position: absolute;
    width: 591px;
    height: 444px;
    border-radius: 45px;
    background: #f6f7ff;
    z-index: 1;
    right: 24px;
    top: 52px;
  }

  .btn-conteiner {
    margin-top: 15%;
    display: block;
  }

  .banner-btn {
    display: inline-block;
    width: 100%;
    padding: 13px 0px;
  }

  .banner-slide .description {
    display: flex;
    padding: 0 25px;
    font-size: 32px;
    font-family: "light-Rubik";
    position: absolute;
    width: 324px;
    min-height: 93px;
    border-radius: 13px;
    background: #2e58eb;
    color: #ffff;
    right: 7.5%;
    bottom: 5%;
    justify-content: center;
    align-items: center;
    box-shadow: none;
  }

  .description.secondary {
    bottom: 19%;
  }

  .banner-slide .vector {
    display: block;
    position: absolute;
    right: 3%;
    bottom: 30%;
  }

  .banner-slide .vector.secondary {
    bottom: 45%;
  }

  .banner-section .splide__pagination {
    bottom: 2.5em;
    left: 168px;
    padding: 0 1em;
    position: absolute;
    z-index: 5;
  }

  .banner-section .splide__pagination__page {
    width: 24px;
    height: 24px;
  }

  .banner-slide .description {
    right: -15px;
  }
}

@media screen and (min-width: 1440px) {
  .banner-content {
    padding-left: 0;
  }

  .banner-section .splide__pagination {
    left: 105px;
  }

  .banner-slide .vector {
    right: -70px;
    bottom: 34%;
    width: 59px;
    height: 51px;
  }
}

/*Home Cards*/
.card-home-content {
  width: 100%;
  height: 487px;
  margin-top: 66px;
  margin-bottom: 450px;
  background: #f9f8fd;
}

.movil-cards {
  padding-top: 104px;
}

.description-content {
  margin: 0 21px;
}

.desktop-cards {
  display: none;
}

.subtitle {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  padding-top: 18px;
  margin-right: 30px;
}

.card-section {
  position: relative;
}

.cardSlide.splide__slide {
  display: flex;
  justify-content: center;
}

.cardSlide .image-container {
  width: 300px;
  height: 300px;
}

.cardSlide .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cardSlide .big-title {
  margin-top: 20px;
}

.card-description {
  text-align: center;
}

.splide-card {
  background: #ffffff;
  border-radius: 24px;
  width: 347px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 27px;
}

.cardSplide .splide__pagination {
  bottom: 0;
  left: -2px;
  padding: 0 1em;
  position: relative;
  margin-top: 13px;
  z-index: 10;
}

.cardSplide .splide__pagination__page.is-active {
  background: #ff62e5;
  border: 1px solid #ff62e5;
  z-index: 10;
}

.cardSplide .splide__pagination__page {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  z-index: 10;
  outline: none !important;
}

/*Table*/
@media screen and (min-width: 767px) {
  .card-home-content {
    width: 100%;
    height: 850px;
    margin-top: 66px;
    margin-bottom: 80px;
    background: #f9f8fd;
  }

  .card-home-content .subtitle {
    padding-top: 0;
  }

  .description-content {
    margin: 0 0 76px 0;
  }

  .splide-card {
    width: 270px;
    height: 490px;
    border-radius: 18px;
  }

  .cardSlide .image-container {
    width: 230px;
    height: 230px;
  }

  .cardSlide .big-title {
    font-size: 24px;
  }

  .card-description {
    font-size: 14px;
  }

  .movil-cards.alpha-container {
    padding-right: 0;
    margin-right: 0;
    margin-left: 1rem;
  }
}

/*desktop*/
@media screen and (min-width: 1160px) {
  .movil-cards {
    display: none;
  }

  .card-home-content {
    margin-top: 134px;
    margin-bottom: 400px;
    padding: 148px 140px;
    width: 100%;
    height: 710px;
    position: relative;
    background: #f9f8fd;
  }

  .desktop-cards {
    display: block;
  }

  .card-title-content {
    width: 521px;
  }

  .card-home-content .subtitle {
    font-size: 20px;
    padding-top: 18px;
    width: 264px;
  }

  .movil-cards.alpha-container {
    padding-right: 15px;
    margin-right: auto;
  }
}

.card1 {
  margin-top: 10%;
}

.card2,
.card3 {
  margin-top: 20%;
}

.card-Alpha {
  max-width: 355px;
  height: 488px;
  padding: 33px 38px;
  background-color: #ffffff;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.card-Alpha h4,
.card-Alpha p {
  text-align: center;
}

.card-Alpha .image {
  height: 244px;
  width: 260px;
  display: block;
  margin: 0 auto;
}

.card-Alpha .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-Alpha h4 {
  margin-top: 30px;
  font-size: 24px;
  color: #26242b;
}

.card-Alpha p {
  margin-top: 10px;
  font-size: 14px;
}

.carrusel-container {
  position: relative;
  padding-top: 72px;
  background: #ffff;
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 2000px) {
  .carrusel-container {
    display: block;
  }
}

.carrusel-container .movil-shadow {
  position: absolute;
  width: 465px;
  height: 463px;
  background: #f9f8fd;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.carrusel-title {
  margin: 0 36px;
  position: relative;
  z-index: 1;
}

.carrusel-title .big-title {
  margin-bottom: 16px;
}

.simple-carrusel .item {
  display: flex;
  justify-content: center;
}

.simple-carrusel .image-conter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simple-carrusel .image-conter .image {
  width: 374px;
  height: 380px;
}

.simple-carrusel .image-conter .image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.simple-carrusel .image-popup {
  position: relative;
  top: -16%;
}

.simple-carrusel .image-popup .vector {
  position: absolute;
  right: -32px;
  top: -24%;
}

.simple-carrusel .description {
  display: flex;
  flex-direction: column;
  padding: 32px 21px;
  font-size: 15px;
  width: 244px;
  border-radius: 28px;
  background: #2e58eb;
  color: #ffff;
  justify-content: center;
  opacity: 0;
  transition: ease-in-out opacity 0.5s;
}

.simple-carrusel .description .client-desk-data {
  display: none;
}

.simple-carrusel .splide__slide.is-active .description {
  opacity: 1;
  transition: ease-in-out opacity 0.5s;
}

.client-data {
    align-self: flex-start;
    padding-left: 24px;
}

.client-data span {
  text-transform: uppercase;
  font-size: 13px;
}

.client-data h3 {
  font-size: 27px;
  font-family: Rubik;
  line-height: 30px;
  letter-spacing: -1px;
}

.simple-carrusel .splide__pagination {
  bottom: 0;
  left: -2px;
  padding: 0 1em;
  position: relative;
  margin-top: 13px;
  z-index: 10;
}

.simple-carrusel .splide__pagination__page.is-active {
  background: #ff62e5;
  border: 1px solid #ff62e5;
  z-index: 10;
}

.simple-carrusel .splide__pagination__page {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  z-index: 10;
  outline: none !important;
}

@media screen and (min-width: 767px) {
  .carrusel-container.alpha-container {
    max-width: 100%;
    padding-inline: 0;
    margin-inline: 0;
  }

.client-data {
    margin-top: 10%;
}
  .carrusel-title {
    margin-bottom: 56px;
  }

  .carrusel-title p {
    font-size: 20px;
  }

  .carrusel-title .big-title {
    font-size: 35px;
  }

  .simple-carrusel .image-conter {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .simple-carrusel .image-popup {
    position: absolute;
    top: 60%;
    right: -50px;
  }

  .simple-carrusel .image-conter .image {
    width: 513.84px;
    height: 488.411px;
  }

  .simple-carrusel .image-conter .image img {
    border-radius: 59px;
  }

  .simple-carrusel .description {
    padding: 24px 19px;
    font-size: 16px;
    width: 300px;
    border-radius: 9px;
    opacity: 0;
    transition: ease-in-out opacity 0.5s;
  }

    .client-info {
        display: none;
    }

  .carrusel-track {
    min-height: 600px;
    z-index: 5 !important;
  }

  .simple-carrusel .image-popup .vector {
    position: absolute;
    display: block;
    right: -25px;
    top: -40%;
    width: 51px;
  }

  .simple-carrusel .splide__slide.is-prev .image-popup .vector {
    display: none;
  }
}

@media screen and (min-width: 1160px) {
  .carrusel-title {
    margin: 0 140px 66px 140px;
  }

.carrusel-slide {
    display: flex;
    justify-content: center;
    height: 898px;
  }

  .simple-carrusel {
    background: #ffff;
    height: 798px;
  }

  .carrusel-track {
    height: 798px;
  }

  .simple-carrusel .splide__slide {
    margin-right: 29rem;
  }

  .simple-carrusel .item {
    padding-right: 20%;
  }

  .simple-carrusel .image-popup {
    position: unset;
  }

  .simple-carrusel .image-popup .vector {
    position: absolute;
    display: block;
    right: -40%;
    margin-left: 50%;
    top: 20%;
    width: 51px;
  }

  .simple-carrusel .image-conter {
    position: relative;
  }

  .simple-carrusel .image-conter .image img {
    width: 586px;
    height: 557px;
    border-radius: 59px;
    object-fit: cover;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  }

  .simple-carrusel .splide__slide.is-active .description {
    animation: slideIn 0.5s ease-out forwards;
  }

  .simple-carrusel .splide__arrow--prev {
    width: 70px;
    height: 70px;
    background: transparent;
    border: 1px solid black;
    opacity: 1;
  }

  .simple-carrusel .splide__arrow--next {
    width: 70px;
    height: 70px;
    background: transparent;
    border: 1px solid black;
    opacity: 1;
  }

  .simple-carrusel .splide__arrow--prev {
    left: calc(18% - 40px);
  }

  .simple-carrusel .splide__arrow--next {
    right: calc(18% - 40px);
  }

  .simple-carrusel .description {
    font-weight: 400;
    display: flex;
    padding: 15px 25px;
    font-size: 20px;
    position: absolute;
    width: 335px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #2e58eb;
    color: #ffff;
    left: 364px;
    bottom: 0;
    justify-content: center;
    box-shadow: -50px 60px 100px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: slideOut 1s ease-out forwards;
    font-family: "Medium-Rubik";
  }

  .simple-carrusel .description .client-desk-data {
    display: block;
    font-family: "Rubik";
    color: #ffff;
  }

  .simple-carrusel .description p,
  .simple-carrusel .description span {
    font-size: 17px;
    line-height: 25px;
  }

  .simple-carrusel .description .client-desk-data h3 {
    display: block;
    margin: 0;
    padding: 0;
    color: #ffff;
    font-size: 23px;
    font-family: "Medium-Rubik";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .simple-carrusel .splide__arrow {
    top: 32%;
    z-index: 2;
  }

  .social-media-icon {
    margin-top: 48px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1440px) {
    .carrusel-title {
        margin-inline: auto;
        max-width: 1168px;
    }

    .client-data {
        margin-top: 20%;
        align-self: flex-start;
        padding-left: 24px;
        position: relative;
        left: -35px;
    }
}

@media screen and (min-width: 1600px) {
    .client-data {
        left: 0;
    }
}

@media screen and (max-width: 1160px) {
  .six-content {
    margin-top: 100px;
    position: relative;
    background-color: #f9f8fd;
    min-height: 667px;
    margin-bottom: 94px;
    overflow: hidden;
  }

  .six-container {
    display: flex;
    flex-direction: column;
  }

  .six-data {
    padding: 88px 36px 0;
    margin-bottom: 72px;
  }

  .info .big-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: -1px;
    margin-bottom: 46px;
  }

  .info .b1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 44px;
  }

  .carrusel-wrapper {
    height: 582px;
    position: relative;
    overflow: hidden;
  }

  .carousel-container {
    width: 100%;
    height: 1167px;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
    transform: rotate(-25deg);
    position: absolute;
    right: -100px;
    top: -200px;
  }

  .carousel {
    position: relative;
    width: 16%;
    height: 100%;
  }

  .carousel ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: scroll 10s linear infinite;
  }

  .carousel#carousel-1 ul {
    animation: scroll-reverse 10s linear infinite;
  }

  .carousel ul:hover {
    animation-play-state: paused;
  }

  .carousel#carousel-1 ul:hover {
    animation-play-state: paused;
  }

  .carousel li {
    list-style: none;
    margin: 15px -10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .carousel img {
    background-color: transparent;
    width: 148px;
    border-radius: 30px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
    height: 335px;
  }

  .carousel ul {
    display: flex;
    flex-direction: column;
    animation: scroll 10s linear infinite;
  }

  .carousel-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    animation: scroll 10s linear infinite;
  }
}

@media screen and (min-width: 766px) and (max-width: 1160px) {
  .six-data {
    padding: 176px 36px 0 36px;
    width: 368px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .six-container {
    flex-direction: row;
  }

  .carrusel-wrapper {
    width: 100%;
    right: 0;
    height: 582px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
  }

  .info .big-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 115.5%;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .info .b1 {
    font-size: 20px;
    line-height: 26px;
  }

  .carousel-container {
    width: 50%;
  }

  .six-content a {
    width: 280px;
  }
}

@media screen and (min-width: 1160px) {
  .six-data {
    padding: 140px 0 0 140px;
    width: 100%;
  }

  .six-content {
    margin-top: 100px;
    background-color: #f9f8fd;
    min-height: 667px;
    position: relative;
    overflow: hidden;
  }

  .six-container {
    display: flex;
    gap: 20px;
  }

  .info .big-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    font-family: Rubik;
    width: unset;
  }

  .info .b1 {
    padding: 44px 0;
    width: 285px;
  }

  .carrusel-wrapper {
    width: 50%;
  }

  .carousel-container {
    width: 100%;
    height: 1167px;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
    transform: rotate(-25deg);
    position: absolute;
    right: -50px;
    top: -200px;
  }

  .carousel {
    position: relative;
    width: 16%;
    height: 100%;
  }

  .carousel ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: scroll 10s linear infinite;
  }

  .carousel#carousel-1 ul {
    animation: scroll-reverse 10s linear infinite;
  }

  .carousel ul:hover {
    animation-play-state: paused;
  }

  .carousel#carousel-1 ul:hover {
    animation-play-state: paused;
  }

  .carousel li {
    list-style: none;
    margin: 15px -10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .carousel img {
    background-color: transparent;
    width: 258px;
    border-radius: 30px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
    height: 527px;
  }

  .carousel ul {
    display: flex;
    flex-direction: column;
    animation: scroll 10s linear infinite;
  }

  .carousel-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    animation: scroll 10s linear infinite;
  }
}

@media screen and (min-width: 1440px) {
  .six-data {
    padding: 140px 0 0 0;
  }

  .carousel-container {
    width: 105%;
    right: -50px;
  }

  .carousel img {
    width: 245px;
  }

  .info .b1 {
    width: 375px;
  }
}

.schedule-date {
  background: #f9f8fd;
  display: flex;
  height: 792px;
  justify-content: center;
  align-items: center;
}

.date-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.date-image {
  width: 349px;
  height: 312px;
}

.date-image img {
  width: 100%;
  height: 100%;
}

.date-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.center-button,
.date-button {
  display: none;
}

@media screen and (max-width: 1160px) {
  .left-side {
    order: 1;
  }

  .date-image {
    order: 2;
  }

  .center-button {
    display: flex;
    order: 3;
    width: 100%;
    padding-top: 8%;
    justify-content: center;
  }

  .light-btn {
    width: 90%;
  }

}

@media screen and (min-width: 767px) {
    .light-btn {
        width: 50%;
        padding: 16px 50px;
        font-weight: 600;
    }

    .date-content {
        margin: 80px 0;
    }

    .date-content .big-title {
        text-align: center;
    }

    .date-image {
        width: 539px;
        height: 483px;
    }
}

@media screen and (min-width: 1160px) {
  .date-content {
    flex-direction: row;
  }

  .date-image {
    width: 604px;
    height: 541px;
  }

  .date-button {
    display: flex;
    padding-top: 8%;
  }

  .date-content .big-title {
    text-align: left;
  }

  .light-btn {
    width: auto;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .date-content {
    margin-inline: auto;
    justify-content: space-between;
    gap: 45px;
  }

  .date-image img {
    width: 604px;
    height: 541px;
  }
}

.future-invest-section {
  display: flex;
  align-items: center;
  height: 661px;
  overflow: hidden;
}

.future-invest-section p {
  margin: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .future-invest-section a {
    width: 80%;
  }
}

@media screen and (max-width: 1160px) {
  .future-invest-section a {
    width: auto;
  }
}

@media screen and (min-width: 1160px) {
  .future-invest-section .info-invest {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .future-invest-section .info .big-title {
    width: auto;
  }
}

.banner-section.educa-desk {
  display: none;
}

.banner-section.educa-movil {
  position: relative;
}

.banner-educa {
  margin-bottom: 80px;
}

.banner-educa button {
  width: 36px;
  height: 36px;
}

.educa-arrows-content {
  display: flex;
  position: absolute;
  bottom: 16%;
  right: 8%;
}

.educa-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.banner-educa-content {
  padding: 0 21px;
  margin-bottom: 27px;
}

.banner-educa-content p {
  margin-bottom: 15px;
}

.educa-slide span {
  font-size: 13px;
  font-weight: 400;
  color: #2e58eb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.educa-info {
  position: relative;
  display: flex;
  justify-content: center;
}

.educa-slide .image-content {
  width: 371px;
  height: 303px;
}

.educa-slide .image-content img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.image-background {
  width: 314px;
  height: 310px;
  left: -20px;
  top: 17%;
  background: #f6f7ff;
  border-radius: 27px;
  position: absolute;
}

.educa-description {
  margin-top: 85px;
  padding: 0 21px;
}

.educa-description .big-subtitle {
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  margin: 15px 0 30px;
}

.educa-description .litle-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.educa-description .ctn-btn {
  margin-top: 40px;
}

.banner-section.educa-movil .splide__pagination {
  margin-block: 140px;
}

@media screen and (min-width: 767px) {
  .banner-educa-content .big-title {
    font-size: 35px;
    margin-bottom: 19px;
    line-height: 115.5%;
  }

  .banner-educa-content p {
    width: 279px;
  }

  .educa-slide .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
  }

  .banner-educa-content {
    padding: 0 36px;
    margin-bottom: 47px;
  }

  .educa-movil.alpha-container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .educa-info {
    margin-left: 10px;
    right: -20px;
  }

  .image-background {
    width: 614px;
    height: 461px;
    background: #f6f7ff;
    border-radius: 80px;
    position: absolute;
    top: 15%;
  }

  .educa-description {
    padding: 0 36px;
  }

  .ctn-btn .banner-btn {
    width: 280px;
  }

  .banner-section.educa-movil .splide__pagination {
    margin: 22px 0 80px;
    position: relative;
    left: -39%;
  }
}

@media (min-width: 767px) and (max-width: 1160px) {
  .educa-slide .image-content {
    width: 933.753px;
    height: 365px;
  }
}

@media screen and (min-width: 1160px) {
  .banner-section.educa-movil {
    display: none;
  }

  .banner-section.educa-desk {
    display: block;
    margin-top: 120px;
    position: relative;
  }

  .educa-slide {
    width: 100%;
    height: 679px;
    display: flex;
    gap: 60px;
    flex-direction: row;
  }

  .banner-educa-content {
    margin: 80px 0 80px 8%;
    padding: 0 36px;
    width: 55%;
  }

  .banner-educa-content .big-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    font-family: Rubik;
  }

  .banner-educa-content p {
    width: 100%;
  }

  .ctn-btn {
    margin-top: 40px;
  }

  .educa-arrows-content .splide__arrow--prev {
    left: -3em;
    background: transparent;
    border: 1px solid;
    opacity: 1;
    outline: none;
  }

  .educa-arrows-content .splide__arrow--prev:disabled,
  .educa-arrows-content .splide__arrow--next:disabled {
    opacity: 0.5;
  }

  .educa-arrows-content .splide__arrow--next {
    right: -3em;
    background: transparent;
    border: 1px solid;
    opacity: 1;
    outline: none;
  }

  .image-background {
    width: 600px;
    height: 679px;
    top: 0;
    left: 56%;
    background: #f6f7ff;
    border-radius: 69px;
    position: absolute;
  }

  .educa-info {
    margin-left: 0;
    right: 0;
    width: 100%;
  }

  .educa-slide .image-content {
    position: absolute;
    top: 10%;
    border-radius: 20px;
    width: 577px;
    height: 470px;
    object-fit: cover;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.1);
  }

  .educa-slide .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .litle-description p {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-educa .splide__pagination {
    bottom: 5.5em;
    left: 10%;
    padding: 0 1em;
    position: relative;
    z-index: 10;
    justify-content: left;
  }

  .banner-educa .description {
    display: flex;
    padding: 0 25px;
    font-size: 32px;
    position: absolute;
    width: 345px;
    min-height: 119px;
    border-radius: 13px;
    background: #2e58eb;
    color: #ffff;
    right: 50px;
    bottom: 20%;
    justify-content: center;
    align-items: center;
    box-shadow: -50px 60px 100px 0px rgba(0, 0, 0, 0.1);
  }

  .educa-info .vector {
    position: absolute;
    right: 0px;
    bottom: 50%;
  }

  .blue-shadow {
    position: absolute;
    width: 45%;
    height: 380px;
    background: #e2e3ff4d;
    border-top-right-radius: 272px;
    bottom: -30%;
    left: -90px;
  }
}

@media screen and (min-width: 1440px) {
  .banner-educa-content {
    padding-inline: 0;
    margin-inline: 0;
    width: 65%;
  }

  .educa-info .image-content {
    right: 0;
  }

  .banner-educa .splide__pagination {
    padding: 0;
    left: 9%;
  }

  .educa-arrows-content {
    right: 10%;
  }
}
.our-products-section {
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.blue-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f9f8fd;
}

.our-products-section .content {
  position: relative;
  display: flex;
  color: #26242b;
  padding-top: 140px;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 80px;
  z-index: 1;
}

.our-products-section .content .info {
  padding-inline: 16px;
}

.our-products-section .content .info .big-title {
  margin-bottom: 0;
}

.our-products-section .content .paraf {
  margin-top: 18px;
}

.our-products-section .content .paraf br {
  display: none;
}

.our-products-section .content .btn-content {
  margin-top: 24px;
}

.btn-content .primary-btn {
  font-size: 15px;
  padding: 13px 85px;
  width: 100%;
}

.our-products-section .cards {
  display: none;
}

.our-products-section .card-product.cardSplide {
  margin-top: 43px;
}

.our-products-section .product-card {
  width: 342px;
  min-height: 496px;
  padding: 33px;
  background: #ffff;
  border: 1px solid #ffff;
  border-radius: 32px;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  margin: 30px 0;
  box-shadow: 0 0 26px -4px rgba(0, 0, 0, 0.2);
}

.product-card-active {
  background: #2e58eb !important;
}

.product-card .front {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-card .front svg {
  position: relative;
  bottom: 0;
}

.product-card .back {
  color: white;
  transform: rotateY(180deg);
  position: relative;
  height: 100%;
}

.product-card .back .back-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-card .back p {
  color: white;
  bottom: 80px;
}

.product-card .back svg {
  position: relative;
  transform: rotateY(180deg);
  bottom: 0;
}

.product-card img {
  width: 209px;
  height: 187px;
}

.product-card h3 {
  font-size: 33px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: -1px;
}

.product-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.flipped {
  transform: rotateY(180deg);
}

.card-product.cardSplide .splide__pagination {
  margin-top: 40px;
}

@media (min-width: 767px) and (max-width: 1160px) {
  .our-products-section .alpha-container {
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 1rem;
  }
}

@media screen and (min-width: 767px) {
  .btn-content .primary-btn {
    width: auto;
  }
}

@media screen and (min-width: 1160px) {
  .our-products-section {
    margin-bottom: 200px;
    padding-bottom: 0;
  }

  .blue-background {
    height: 888px;
  }

  .our-products-section .content .btn-content {
    margin-top: 56px;
  }

  .btn-content .primary-btn {
    font-size: 15px;
    padding: 13px 85px;
  }

  .our-products-section .content .paraf br {
    display: block;
  }

  .our-products-section .product-card {
    margin: 2rem 0;
    box-shadow: 0 0 26px -4px rgba(0, 0, 0, 0.1);
  }

  .our-products-section .content .paraf {
    margin-top: 32px;
    font-size: 22px;
  }
}

.buy-and-sell,
.account-type {
  min-height: 810px;
  margin-bottom: 20%;
  overflow: hidden;
}

.blue-circle {
  position: absolute;
  right: 0;
  top: 40%;
  width: 810px;
  height: 810px;
  border-radius: 50%;
  background: #e2e3ff4d;
  z-index: 1;
}

.tabs {
  margin-top: 74px;
  width: 95%;
}

.tab {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa9ad;
}

.tab.active {
  padding-bottom: 5px;
  border-bottom: 1px solid #2e58eb;
  color: #2e58eb;
}

.tab-menu {
  display: flex;
  gap: 55px;
  list-style: none;
  padding: 0;
}

.tab-menu li {
  cursor: pointer;
}

.tab-contents {
  margin-top: 41px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content .card-display {
  display: flex;
  gap: 27px;
  flex-direction: column;
}

.card-display.card-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-display.card-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-display.card-cols-3,
.card-display.card-cols-1 {
  margin-inline: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-display .item-card {
  position: relative;
  min-height: 233px;
  border-radius: 28px;
  padding: 24px;
  background: #2e58eb;
  color: #ffff;
  text-align: center;
  z-index: 2;
}

.item-card img {
  width: 38px;
  height: 38px;
  margin-bottom: 30px;
}

.item-card h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -1px;
  text-align: left;
  margin-left: 16px;
}

.item-card p {
  position: relative;
  color: #ffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 48px;
  bottom: -10%;
  text-align: left;
}

.item-card.movil div {
  display: flex;
}

.item-card.desk {
  display: none;
}

@media screen and (min-width: 767px) {
  .card-display.card-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-display.card-cols-3,
  .card-display.card-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab-content .card-display {
    display: grid;
    gap: 27px;
  }

  .item-card.movil {
    display: none;
  }

  .item-card.desk {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-card img {
    width: 75px;
    height: 75px;
    margin-bottom: 30px;
  }

  .item-card h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -1px;
    text-align: center;
    margin-left: 0;
  }

  .item-card p {
    position: relative;
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 48px;
    bottom: -10%;
    text-align: center;
  }

  .blue-circle {
    right: -30%;
    top: 10%;
  }
}

@media screen and (min-width: 1160px) {
  .blue-circle {
    position: absolute;
    top: 0;
    right: -98px;
    width: 810px;
    height: 810px;
    border-radius: 50%;
    background: #e2e3ff4d;
    z-index: 1;
  }

  .card-display.card-cols-4,
  .tab-content .card-display {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-display.card-cols-3,
  .card-display.card-cols-1 {
    margin-inline: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-display .item-card {
    min-height: 370px;
  }

  .buy-and-sell,
  .account-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .card-display.card-cols-4,
  .tab-content .card-display {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}

.our-services {
  margin-bottom: 200px;
}

.our-services .info .big-title {
  width: 100%;
  padding-left: 21px;
}

.our-services .services-content {
  margin-top: 108px;
  display: flex;
  gap: 61px;
  flex-direction: column;
  padding-inline: 21px;
}

.our-services .services-content p {
  font-size: 20px;
  width: 248px;
}

.our-services .image-content-m {
  position: relative;
  width: 361px;
  height: 343px;
}

.our-services .image-content-m img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 60px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  right: -28%;
}

.our-services .image-content img {
  display: none;
}

.our-services .service {
  display: flex;
  gap: 27px;
  margin-right: 16px;
}

.our-services .service img {
  height: 49px;
  width: 49px;
}

@media screen and (min-width: 767px) {
  .our-services .image-content-m {
    display: none;
  }

  .our-services .image-content img {
    display: flex;
    object-fit: cover;
  }

  .our-services .content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .our-services .services-content {
    padding-inline: 0;
    margin-top: 70px;
  }

  .our-services .image-content {
    display: flex;
    align-items: center;
    border-radius: 20px;
  }

  .our-services .image-content img {
    height: 547px;
    border-radius: 70px;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 1160px) {
  .our-services .services-content {
    margin-top: 108px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 61px;
    padding-left: 21px;
  }

  .our-services .service {
    display: flex;
    gap: 27px;
    margin-right: 16px;
  }

  .our-services .service img {
    height: 49px;
    width: 49px;
  }
}

@media screen and (min-width: 1440px) {
  .our-services .services-content {
    gap: 20px;
  }

  .our-services .image-content {
    width: 40%;
  }
}

/*Text Descripcion*/
.purpose-section {
  margin-top: 80px;
}

div.highlight {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2e58eb;
}


.purpose h1 {
  margin-top: 26px;
  font-family: "Medium-Rubik";
  font-weight: 500;
  font-size: 37px;
  line-height: 114.2%;
  color: #26242b;
  width: 365px;
}

.purpose p {
    margin-top: 26px;
    font-family: "Medium-Rubik";
    font-weight: 500;
    font-size: 37px;
    line-height: 114.2%;
    color: #26242b;
    width: 365px;
}

.purpose span {
  font-family: "Medium-Rubik";
  font-size: 37px;
  font-weight: 500;
  line-height: 114.2%;
  color: #2e58eb;
}

/*our-view*/
.our-view {
  position: relative;
  margin-top: 96px;
}

.shadow-box {
  width: 430px;
  height: 620px;
  position: absolute;
  background: #f9f8fd;
  z-index: 0;
  border-radius: 80px 0;
  top: -50px;
}

.our-view-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-view-content .image-container {
  width: 399px;
  height: 357px;
}

.our-view-content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul.data-content {
  padding: 0;
  margin: 0;
}

.data-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 60px 45px;
  align-items: flex-start;
  gap: 27px;
}

.data-list img {
  width: 41px;
  height: 41px;
  object-fit: contain;
}

.data-list .big-title {
  font-size: 24px;
}

.data-list p {
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  .purpose h1 {
    width: 100%;
  }

    .purpose p {
        width: 100%;
    }

  .shadow-box {
    top: -15px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f9f8fd;
    z-index: 0;
    border-radius: 80px 0 0 80px;
  }

  .our-view-content {
    margin-bottom: 80px;
  }

  .our-view-content .image-container {
    width: 531px;
    height: 476px;
  }

  .data-list {
    margin: 31px 45px;
  }

  .data-list .big-title {
    line-height: 25px;
  }
}

@media screen and (min-width: 1160px) {
  .shadow-box {
    display: none;
  }

  .desk-shadow-box {
    top: -5%;
    width: 681px;
    height: 859px;
    position: relative;
    background: #f9f8fd;
    z-index: 0;
    display: flex;
    border-radius: 41px;
    justify-content: center;
    align-items: center;
  }

  .our-view {
    padding: 36px;
  }

  .purpose-section {
    min-height: 482px;
    margin: 140px auto 240px;
  }

  div.highlight {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2e58eb;
  }

  .purpose-content {
    padding: 0 80px;
    margin: auto;
  }

  .purpose h1 {
    margin-top: 57px;
    font-family: "Medium-Rubik";
    font-weight: 500;
    font-size: 60px !important;
    line-height: 114.2%;
    color: #26242b;
  }

    .purpose p {
        margin-top: 57px;
        font-family: "Medium-Rubik";
        font-weight: 500;
        font-size: 60px !important;
        line-height: 114.2%;
        color: #26242b;
    }

  .purpose span {
    font-family: "Medium-Rubik";
    font-size: 60px;
    font-weight: 500;
    line-height: 114.2%;
    color: #2e58eb;
  }

  .our-view-content .image-container {
    width: 563px;
    height: 505px;
    position: relative;
    z-index: 1;
  }

  .our-view-content {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 44px;
  }

  ul.data-content {
    width: 480px;
  }

  .data-list img {
    width: 62px;
    height: 62px;
  }

  .data-list p {
    font-size: 20px;
  }

  .data-list {
    margin: 53px 0;
  }
}

@media screen and (min-width: 1440px) {
  .purpose-content {
    padding: 0;
  }

  .our-view {
    padding: 0px;
  }
}

.values-section {
  margin-top: 60px;
  padding-bottom: 150px;
}

.values-section .content {
  position: relative;
}

.values-section .info {
  margin-top: 76px;
  margin-left: 21px;
  padding-right: 3rem;
}

.values-section .values-content {
  margin-top: 55px;
  display: grid;
  gap: 30px;
}

.values-section .image-content {
  width: 361px;
  height: 343px;
  position: relative;
  right: -15%;
  z-index: 5;
}

.values-section .image-content img {
  width: 100%;
  border-radius: 35px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.values-section .value {
  display: flex;
  gap: 16px;
}

.values-section .value .value-descipcion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
}

.values-section .value h4 {
  font-family: "Medium-Rubik";
  font-size: 24px;
  font-weight: 500;
  line-height: 23px;
}

.values-section .value img {
  height: 49px;
  width: 49px;
}

.value-descipcion p {
  font-size: 14px;
  color: #787878;
}

@media screen and (min-width: 768px) {
  .values-section {
    margin-top: 125px;
  }

  .values-section .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .values-section .image-content img {
    height: 600px;
    width: 600px;
    position: relative;
    left: -91%;
    border-radius: 60px;
  }

  .values-section .info {
    margin: 0;
    padding-right: 1rem;
  }

  .values-section .info .highlight {
    font-size: 20px;
  }
}

.profile-section {
  position: relative;
  padding-bottom: 100px;
}

.big-blue-background {
  height: 100%;
  width: 100%;
  background: #f9f8fd;
  position: absolute;
  top: 0px;
}

.profile {
  position: relative;
  padding-top: 150px;
  z-index: 1;
}

.profile h2 {
  font-family: "Rubik";
  font-size: 33px;
  font-weight: 800;
  line-height: 37px;
  margin-bottom: 49px;
  word-wrap: break-word;
}

.profile p {
  font-family: Rubik;
  line-height: 24px;
  word-wrap: break-word;
}

.center {
  display: flex;
  justify-content: center;
}

.profile-section .blue-circle {
  width: 597px;
  height: 597px;
  right: 30%;
  top: 5%;
}

.profil-cards {
  margin-top: 60px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 57px;
}

.profil-cards .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 349px;
  height: 522px;
  margin-inline: auto;
  padding: 24px;
  text-align: center;
  background: #ffff;
  border: 1px solid #ffff;
  border-radius: 35px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
}

.profil-cards .card img {
  width: 286px;
  height: 256px;
}

.profil-cards .card h3 {
  font-size: 27px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 0px !important;
  margin-top: -1.5rem;
}

.profil-cards .card p {
  margin-bottom: 0px !important;
}

.profil-cards .card a {
  font-size: 15px;
  font-weight: 700;
  padding-block: 17px;
}

.profil-cards .primary-btn-small {
  line-height: 14.67px;
}

@media screen and (min-width: 768px) {
  .description.two-columns {
    column-count: 2;
    column-gap: 20px;
    text-align: left;
  }

  .big-blue-background {
    height: 75%;
  }

  .profil-cards {
    flex-direction: row;
    gap: 16px;
    margin-top: 90px;
  }

  .profil-cards .card {
    margin-inline: 0;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.1);
  }

  .profile-section .blue-circle {
    top: unset;
    bottom: 7%;
    left: unset;
    right: -27%;
  }
}

.stockbrokers-section {
  min-height: 1096px;
  background: #f9f8fd;
}

.stockbrokers-section .splide.thumbnail {
  max-width: 1160px;
  margin-inline: auto;
}

.stockbrokers-section .item {
  display: flex;
  justify-content: center;
}

.stockbrokers-section .big-title {
  margin-bottom: 80px;
  font-size: 40px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 43px;
  word-wrap: break-word;
}

.stockbrokers-section .image {
  display: flex;
  justify-content: center;
}

.stockbrokers-section .image img {
  width: 366.949px;
  height: 414.233px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0px 20.264px 40.528px 0px rgba(0, 0, 0, 0.2);
}

.stockbrokers-section .container {
  padding: 134px 0;
  margin-top: 50px;
}

.stockbrokers-section .info-content {
  width: 366.949px;
  display: flex;
  flex-direction: column;
}

.stockbrokers-section .vector {
  position: absolute;
  right: 12px;
  top: -117px;
  width: 38px;
  height: 35px;
}

.stockbrokers-section .list-name {
  position: relative;
  min-height: 92px;
}

.stockbrokers-section .list-name h2 {
  position: relative;
  left: 23px;
  top: -25px;
  font-size: 25px;
  font-family: "Rubik";
  font-weight: 400;
  color: #ffff;
  border-radius: 6.546px;
  background: #2e58eb;
  width: 280.784px;
  padding: 16px;
  padding-right: 150px;
}

.stockbrokers-section .description p {
  padding-left: 24px;
  font-size: 13px;
  height: 120px;
}

.stockbrokers-section .description .social-media-icon {
  margin-left: 0;
  padding-left: 24px;
}

.stockbrokers-section .description .social-media-icon {
  padding-left: 18px;
}

@media screen and (min-width: 768px) {
  .stockbrokers-section .image img {
    box-shadow: none;
    height: 385px;
  }
}

@media screen and (min-width: 1440px) {
  .stockbrokers-section .description p {
    height: 90px;
  }
}

.stockbrokers-section .vector {
  top: -86px;
  right: -30px;
}

.arrow-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid black;
  opacity: 1;
}

.arrow-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid black;
  opacity: 1;
}

.dropdown button {
  font-size: 13px;
  text-transform: uppercase;
  color: #26242b;
  width: 100%;
  background: transparent;
  border: none;
  padding-left: 0;
}

.dropdown-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #767e937f;
  border-radius: 7px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #ffff;
}

.dropdown-menu::-webkit-scrollbar-button {
  display: none;
}

.dropdown-menu {
  max-height: 190px;
  overflow: auto;
  cursor: pointer;
}

.show > .btn-secondary.dropdown-toggle,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #26242b !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.options .row {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
}

.selects-content select {
  border: 0;
}

.pagination-container {
  position: relative;
  margin-top: 80px;
  height: 100px;
}

.document {
  display: none;
}

.document.visible {
  display: block;
}

#paginationControls {
  margin-top: 10px;
  position: absolute;
  right: 5%;
  display: flex;
  gap: 25px;
}

.page-btn {
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #ccc;
}

.corp-information {
  min-height: 683px;
  margin-top: 100px;
}

.corp-information .big-title {
  font-size: 40px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 43px;
  word-wrap: break-word;
  margin-bottom: 49px;
}

.document {
  padding: 30px 0;
  border-bottom: solid 1px #aaa9ad;
}

.docs-container {
  margin-top: 40px;
}

.docs-container ul {
  display: grid;
  padding: 0;
}

.docs-info {
  display: flex;
  align-items: center;
  gap: 32px;
}

.docs-info p {
  font-size: 20px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 23px;
  word-wrap: break-word;
  max-width: 60%;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}

.our-team {
  min-height: 683px;
  background: #f9f8fd;
  padding-bottom: 100px;
}

.our-team .content {
  display: flex;
  padding-top: 80px;
  justify-content: center;
  gap: 35px;
  flex-direction: column;
  align-items: start;
}

.our-team .content .medium-title {
  color: #26242b;
  font-size: 40px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 43px;
  word-wrap: break-word;
}

.our-team .content .info p {
  padding: 30px 0 30px;
}

.our-team .content .postulation-cta {
  border-radius: 40px;
  background: #2e58eb;
  color: #ffff;
  padding: 15px 56px;
  font-family: "Rubik";
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.our-team .content .image-container {
  width: 390px;
  height: 350px;
  position: relative;
  margin-left: -0.8rem;
}

.our-team .content .image-container .circle {
  background: #e2e3ff4d;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  left: 7%;
  bottom: 10px;
}

.our-team .content .image-container img {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .our-team .info {
    width: 100%;
    text-align: center;
  }

  .our-team .medium-title {
    font-size: 35px;
    line-height: 40.42px;
  }

  .our-team .content .info p {
    padding: 16px 0 30px;
  }

  .our-team .content .image-container {
    width: 492px;
    height: 440px;
    margin-inline: auto;
  }

  .our-team .content .postulation-cta {
    width: 280px !important;
  }
}

.recond-section {
  position: relative;
  display: flex;
  padding-block: 100px 60px;
}

.recond-section .alpha-container.flex-content {
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

.recond-section .info .big-title {
  color: #26242b;
  font-size: 40px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 43px;
  word-wrap: break-word;
}

.recond-section .info p {
  margin-top: 33px;
}

.recond-section .blue-shadow {
  width: 100%;
  left: -18%;
  height: 380px;
  border-top-right-radius: 100px;
  bottom: -51%;
  z-index: 10;
  position: absolute;
  background-color: #e2e3ff4d;
}

.recond-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
}

.recond-icons .imagen {
  width: 115px;
  height: 130px;
  margin: 20px;
}

.recond-icons .imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.recond-icons .imagen img:hover {
  filter: unset;
}

.administrative-profile {
  margin-block: 120px 50px;
}

.administrative-profile h2 {
  font-size: 40px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 43px;
  word-wrap: break-word;
  margin-bottom: 49px;
}

.profile-description {
  margin-inline: 21px;
}

.profile-description p {
  font-family: Rubik;
  line-height: 24px;
  word-wrap: break-word;
}

.banner-top {
  margin-top: 80px;
}

.banner-administrative .educa-arrows-content {
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 8%;
}

.banner-administrative-content {
  margin: 80px 0 80px 8%;
  padding: 0 14% 0 36px;
  width: 40%;
}

.banner-administrative-content h1 {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .banner-section {
    margin-top: 70px;
  }

  .administrative-profile h2 {
    font-size: 35px;
    line-height: 40.42px;
    font-weight: 700;
  }

  .profile-description p {
    line-height: 30px;
  }

  .banner-administrative .banner-administrative-content .simple-title {
    font-weight: 700;
    line-height: 34.65px;
  }

  .banner-administrative .litle-description p {
    font-size: 14px;
  }

  .corp-information .options .row {
    gap: 50px;
    flex-direction: row !important;
  }

  .recond-section .blue-shadow {
    border-top-right-radius: 160px;
    width: 53%;
    bottom: -35%;
    left: 0;
  }

  .recond-section {
    max-width: 1160px;
    margin-inline: auto;
    padding-block: 120px 100px;
  }

  .recond-section .info {
    margin-top: 3rem;
  }

  .recond-section .info p {
    width: 390px;
  }

  .recond-icons .info h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 57.75px;
  }
}

@media screen and (min-width: 1440px) {
  .banner-section {
    margin-top: 120px;
  }

  .values-section .image-content {
    right: unset;
    width: 50%;
    height: 648px;
  }

  .values-section .image-content img {
    height: 649px;
    width: 682px;
    left: -152px;
  }

  .profile h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 57.75px;
  }

  .values-section {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .values-section .content {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    height: 100%;
  }

  .values-section .values-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }

  .values-section .info {
    margin-top: 76px;
    margin-left: 0;
    padding-right: 0;
  }

  .purpose-section {
    margin: 140px auto 0px;
    padding-bottom: 5rem;
  }

  .big-blue-background {
    height: 70%;
    top: -50px;
  }

  .profile p {
    line-height: 30px;
  }

  .administrative-profile h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 57.75px;
  }

  .profile-section .blue-circle {
    width: 597px;
    height: 597px;
    left: -18%;
    top: 8%;
  }

  .administrative-profile .banner-top {
    margin-top: 120px;
  }

  .profile-description p {
    font-size: 30px;
    font-weight: 500;
    line-height: 48.5px;
  }

  .profile-section .mw-container {
    max-width: 1060px;
    margin-inline: auto;
  }

  .profil-cards {
    gap: 100px;
    margin-top: 100px;
  }

  .profil-cards .card {
    display: flex;
    align-items: center;
    width: 507px;
    min-height: 762px;
    padding: 48px;
    text-align: center;
    background: #ffff;
    border: 1px solid #ffff;
    border-radius: 35px;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  }

  .profil-cards .card img {
    width: 380px;
    height: 341px;
  }

  .profil-cards .card .simple-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 57.75px;
  }

  .profil-cards .card a {
    width: 320px;
  }

  .administrative-profile .profile-description {
    max-width: 1160px;
    margin-inline: auto;
  }

  .our-team .content {
    align-items: center;
    gap: 0px;
    flex-direction: row;
    max-width: 1160px;
    margin-inline: auto;
    align-items: center;
  }

  .our-team .content .info {
    width: 40%;
    text-align: left;
  }

  .our-team .content .info .medium-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 57.75px;
    width: 400px;
  }

  .our-team .content .info p {
    width: 260px;
  }

  .our-team .content .image-container {
    height: 547px;
    width: 547px;
    top: -4%;
  }

  .our-team .content .image-container .circle {
    height: 547px;
    width: 547px;
    top: -4%;
  }

  .corp-information {
    max-width: 1160px;
    margin-inline: auto;
  }

  .corp-information #paginationControls {
    right: 0;
  }

  .docs-container ul {
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
  }

  .recond-section .blue-shadow {
    left: -25%;
    bottom: -45%;
    border-radius: 160px;
  }

  .recond-section .alpha-container.flex-content {
    flex-direction: row !important;
  }
}

/* Article page */

@media screen and (min-width: 1440px) {
  .mw-container {
    max-width: 1168px;
    margin-inline: auto;
  }
}
/* Hero section start */
.article-section {
  position: relative;
  margin-top: 380px;
  min-height: 600px;
  z-index: 10;
  max-width: 1440px;
  margin-inline: auto;
}

.article-section #article {
  padding-top: 130px;
  background-color: #f9f8fd;
  border-top-left-radius: 25px;
  padding-inline: 2rem;
}

.article-section .article-description.mw-container {
  padding-bottom: 70px;
}

.article-section .article-rich-text {
  margin-top: 20px;
}

.article-section .article-img {
  width: 100%;
  min-height: 390.23px;
  min-width: 411.37px;
  border-radius: 30px;
  top: -310px;
  right: -65px;
}

.article-section .article-img img {
  border-radius: 30px;
  object-fit: cover;
}

.article-section .article__category {
  color: #2e58eb;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
}

.article-section .article__title {
  font-family: "Medium-Rubik";
  font-weight: 500;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: -1px;
  margin-bottom: 19px;
}

.article-section .article__preview {
  line-height: 24px;
  letter-spacing: 0px;
}

.article-section .article-author {
  gap: 19px;
}

.article-section .article-author__image img {
  width: 78.25px;
  height: 77px;
  object-fit: cover;
}

.article-section .article-author-details {
  gap: 5px;
}

.article-section .article-author-details__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.article-section .article-author-details__post_date {
  margin-bottom: -5px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #aaa9ad;
}

.article-section .article-author-details-socials img {
  width: 22px;
}

.article-section .article-description {
  line-height: 24px;
  letter-spacing: 0px;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .article-section {
    margin-top: 120px;
  }

  .article-section .article__title {
    font-family: "Rubik";
    font-weight: 700;
  }

  .article-section .article-img {
    width: 40%;
    height: 485px;
    top: -150px;
    float: right;
    position: relative !important;
    transform: translateX(-40px) !important;
  }

  .article-section .article-author {
    margin-bottom: 30px;
  }

  .article-section .article-description {
    font-size: 17px;
    line-height: 30px;
    gap: 1.5rem;
    font-size: 20px;
    line-height: 30px;
  }

  .article-section .article-rich-text {
    margin-top: 40px;
  }

  .article-section .article-rich-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .article-section .article__section_shrink-item {
    width: 50%;
    flex-shrink: 0;
    margin-top: 0px;
  }

  .article-section #main-image {
    position: relative !important;
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
  }

  .article-section .article-img img {
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
  }

  .article-section .top-flex-row {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .article-section {
    margin-top: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .article-section {
    margin-top: 125px;
  }

  .article-section #article {
    background-color: inherit;
    padding-top: 60px;
  }

  .article-section .article__section_shrink-item {
    width: 30%;
    padding-top: 6rem;
  }

  .article-section .article__section_shrink-item p {
    font-size: 20px;
    line-height: 28px;
  }

  .article-section .article-description {
    margin-top: 0 !important;
  }

  .article-section .article-img {
    text-align: right;
    top: 0px !important;
    width: 683px;
    height: 557px;
    right: 0px;
  }

  .article-section .article-img img {
    width: 683px;
    height: 557px;
    border-radius: 30px;
  }

  .article-section #main-image {
    width: fit-content;
    border-radius: 30px;
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  }

  .hero-columns {
    justify-content: space-between;
  }
}
/* Hero section end */
/* Image Quote (Umbraco component) styles START */
#alternative-article-media-section {
  margin-top: 180px;
  padding-bottom: 50px; /* Modificar breakpoints */
}

#alternative-article-media-section .blue-tooltip {
  position: absolute;
  background-color: hsla(227, 83%, 55%, 1);
  z-index: 100;
  color: white;
  border-radius: 26px;
  width: 191px;
  left: unset;
  padding: 26px;
  right: -100px;
  top: 10% !important;
  transform: translate(0, 0);
}

#alternative-article-media-section .blue-tooltip * {
  font-size: 21px !important;
  color: white;
}

#alternative-article-media-section #article {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #f9f8fd;
  border-top-left-radius: 25px;
}

#alternative-article-media-section .article__section_shrink-item {
  margin-top: 340px;
}

#alternative-article-media-section .article-img {
  width: 100%;
  min-height: 390.23px;
  min-width: 411.37px;
  transform: translateX(-45%);
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  overflow: unset;
}

#alternative-article-media-section .article-img img {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  object-fit: cover;
}

#alternative-article-media-section .article__title {
  padding-top: 150px;
}

#alternative-article-media-section
  #alternative-article-media-description-flex-container {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  #alternative-article-media-section .article-img {
    border-radius: 30px;
    float: right;
    position: relative !important;
    width: min-content;
    top: -130px;
  }

  #alternative-article-media-section .alternative-body-text p {
    font-size: 20px;
    line-height: 30px;
  }

  #alternative-article-media-section .blue-tooltip {
    right: unset;
    left: -190px;
    width: 263px;
  }

  #alternative-article-media-section .blue-tooltip * {
    font-size: 23px !important;
    font-weight: 700;
  }

  #alternative-article-media-section .alternative-article-media-description {
    font-size: 20px;
  }

  #alternative-article-media-section .article__title {
    padding-top: 200px;
  }

  #alternative-article-media-section .article__section_shrink-item {
    margin-top: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  #alternative-article-media-section {
    padding-bottom: 0px;
  }

  #alternative-article-media-section .article__section_shrink-item {
    order: 2;
    width: 50%;
    padding: 0;
    max-width: 550px;
  }

  #alternative-article-media-section .blue-tooltip {
    width: 298px;
    padding: 40px;
    right: -81px;
    left: unset;
    top: unset !important;
    bottom: 70px;
    height: fit-content;
  }

  #alternative-article-media-section .blue-tooltip * {
    font-size: 32px !important;
  }

  #alternative-article-media-section #alternative-container {
    display: flex;
    margin-bottom: 190px;
    gap: 6rem;
  }

  #alternative-article-media-section .article__title {
    padding: 0;
    font-weight: 500;
    font-family: "Medium-Rubik";
    margin-bottom: 50px;
  }

  #alternative-article-media-section .article-description p {
    font-size: 20px;
    line-height: 30px;
  }

  #alternative-article-media-section .article-img {
    text-align: left;
    left: 40px;
    position: relative !important;
  }

  #alternative-article-media-section
    #alternative-article-media-description-flex-container {
    display: flex;
  }

  #alternative-article-media-section .alternative-article-media-description {
    width: 50%;
  }

  #alternative-article-media-section .description-first-paragraph {
    font-size: 20px !important;
    line-height: 30px;
  }

  #alternative-article-media-section #xl-gray-background {
    top: -6rem;
    width: 962px;
    height: 760px;
    background: hsla(238, 100%, 94%, 0.3);
    right: -119px;
    display: block !important;
    border-radius: 100px;
  }
}
/* Image Quote (Umbraco component) styles END */

/* Insight Information (Umbraco component) style START */
#insight-container {
  padding-bottom: 20px;
  margin-bottom: 60px;
}

#article-media-section .article-media-title {
  position: relative;
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
  font-family: Medium-Rubik;
  padding-left: 45px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  margin-top: 4rem;
}

#article-media-section #article-media-gray-background {
  background: hsla(238, 100%, 94%, 0.3);
  border-radius: 50px 0px 0px 50px;
  height: 100%;
  position: absolute !important;
  width: 100%;
  z-index: 0;
  left: 16px;
}

#article-media-section .article-media-container {
  position: relative;
  height: fit-content;
  background-color: white;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#article-media-section .article-media-info {
  padding-top: 70px;
  position: relative;
}

#article-media-section .md-graph-img {
  left: 40px;
}

#article-media-section .article-media-container picture img {
  width: 100% !important;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (min-width: 768px) {
  #article-media-section {
    padding-left: 0;
    padding-bottom: 80px;
    margin-top: 95px;
  }

  #insight-container {
    padding-bottom: 0px;
  }

  #article-media-section .md-article-media-title {
    top: -9rem;
    font-size: 33px;
    font-family: Rubik;
    font-weight: 700;
    line-height: 37px;
    word-wrap: break-word;
  }

  #article-media-section .article-media-info {
    padding-top: 0px !important;
    position: relative;
    top: 0 !important;
    max-width: 1188px !important;
    width: 90vw;
    padding-top: 5rem !important;
    left: unset;
    font-size: 20px;
    line-height: 30px;
  }

  #article-media-section .article-media-container {
    text-align: center;
    background-color: transparent;
    padding-top: 0px;
    height: 496px;
    width: 696px !important;
    margin-inline: auto;
    right: unset;
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative !important;
  }

  #article-media-section .article-media-container picture img {
    width: 100% !important;
    object-fit: cover;
    border-radius: 30px;
  }

  #article-media-section #article-media-gray-background {
    height: 95%;
    margin-left: 140px;
    top: 150px;
    border-bottom-left-radius: 30px;
  }
}

@media screen and (min-width: 1440px) {
  #article-media-section {
    margin-top: 0rem;
    padding-bottom: 120px;
    padding-top: 0px;
    height: 100%;
    border-top: 0px;
  }

  #article-media-section .img-container {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }

  #article-media-section .article-media-container {
    margin-top: 32px;
    width: 750px !important;
    height: 507px;
    display: static !important;
    flex-shrink: 0;
    margin-top: 0px;
  }

  #article-media-section .article-media-title {
    position: relative !important;
    z-index: 10;
    max-width: 1188px;
    margin-inline: auto;
    padding-inline: 2rem;
    background: transparent;
    top: 0;
    margin-bottom: -1rem;
  }

  #article-media-section .article-media-container picture img {
    border-radius: 15px 0 15px 0;
  }

  #article-media-section #article-media-gray-background {
    height: 120%;
    left: 37%;
    top: -10%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }

  #article-media-section .article-media-info {
    max-width: 380px;
    position: static !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 1rem;
  }
}

.timer-content {
  min-width: 124px;
}

.our-initiatives {
  position: relative;
  margin-bottom: 80px;
}

.initiatives-shadow {
  position: absolute;
  width: 100%;
  height: 477px;
  background: #f9f8fd;
  z-index: 0;
}

.our-initiatives .content {
  position: relative;
  margin: 0 36px;
  padding-top: 42px;
  z-index: 1;
}

.our-initiatives .content h1 {
  font-family: "Rubik";
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 115.5%;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.initiatives-splide-container {
  margin-top: 36px;
}

.initiative-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-initiatives .splide__arrows {
  width: 90%;
  height: 100%;
  position: absolute;
  margin: 0px 10%;
}

.our-initiatives .splide__arrow--prev {
  width: 50px;
  height: 50px;
  left: -2%;
  top: 42%;
  background: transparent;
  border: 1px solid black;
  opacity: 1;
  z-index: 2;
}

.our-initiatives .splide__arrow--next {
  width: 50px;
  height: 50px;
  right: 9%;
  top: 42%;
  background: transparent;
  border: 1px solid black;
  opacity: 1;
  z-index: 2;
}

.initiative-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.initiative-slide .image-container {
  width: 343px;
  height: 326px;
  border-radius: 32px;
}

.initiative-slide .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.initiative-slide .description {
  width: 323px;
  min-height: 249px;
  border-radius: 31px;
  background: #2e58eb;
  position: relative;
  top: -64px;
  padding: 28px 44px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.initiative-slide .description .icon-container {
  width: 81px;
  height: 22px;
}

.icon-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.initiative-slide .description p {
  color: #ffff;
  font-family: "Medium-Rubik";
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}

.initiative-btn {
  width: 342px;
  height: 48px;
}

.initiative-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #2e58eb;
  font-weight: 700;
  border: 1px solid #2e58eb;
  border-radius: 40px;
}

.initiatives-splide .splide__pagination {
  bottom: 0;
  left: 0;
  padding: 0 1em;
  position: relative;
  margin-top: 40px;
  z-index: 10;
}

.initiatives-splide .splide__pagination__page.is-active {
  background: #ff62e5;
  border: 1px solid #ff62e5;
  z-index: 10;
}

.initiatives-splide .splide__pagination__page {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  z-index: 10;
  outline: none !important;
}

@media screen and (min-width: 767px) {
  .our-initiatives .alpha-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .our-initiatives .splide__arrows {
    width: 90%;
    height: 100%;
    position: absolute;
    margin: 0px 10%;
  }

  .our-initiatives .splide__arrow--prev {
    width: 50px;
    height: 50px;
    left: -2%;
    top: 42%;
    background: transparent;
    border: 1px solid black;
    opacity: 1;
    z-index: 2;
  }

  .our-initiatives .splide__arrow--next {
    width: 50px;
    height: 50px;
    right: 9%;
    top: 42%;
    background: transparent;
    border: 1px solid black;
    opacity: 1;
    z-index: 2;
  }

  .initiative-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 72px;
  }

  .our-initiatives .content p br {
    display: none;
  }

  .initiative-slide .image-container {
    width: 341px;
    height: 471px;
  }

  .initiative-slide .image-container img {
    object-fit: cover;
    border-radius: 20px;
  }

  .initiative-slide .description {
    display: none;
    width: 266px;
    min-height: 296px;
    border-radius: 20px;
    top: 0;
    right: 16%;
    padding: 41px 21px;
  }

  .initiative-slide .description p {
    font-size: 22px;
    line-height: 30px;
  }

  .initiative-btn {
    width: 280px;
  }

  .splide__slide.is-active .initiative-slide .description {
    display: flex;
    animation: slideIn 0.5s ease-out forwards;
  }

  .splide__slide.is-active .initiative-content {
    padding-left: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .our-initiatives .splide__arrow--prev {
    width: 70px;
    height: 70px;
    left: 6%;
  }

  .our-initiatives .splide__arrow--next {
    width: 70px;
    height: 70px;
    right: 14%;
  }
}

@media screen and (min-width: 1440px) {
  .initiatives-splide {
    margin-top: 47px;
  }

  .initiatives-shadow {
    height: 696px;
  }

  .our-initiatives .content {
    margin: auto;
    padding-top: 124px;
  }

  .our-initiatives .content h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .initiative-slide .image-container {
    width: 581px;
    height: 552px;
  }

  .initiative-slide .image-container img {
    object-fit: contain;
    border-radius: 59px;
  }

  .initiative-slide .description {
    width: 400px;
    border-radius: 29px;
    top: 0;
    right: 16%;
    padding: 51px 48px;
  }

  .initiative-slide .description .icon-container {
    width: 128px;
    height: 34px;
  }

  .initiative-slide .description p {
    font-size: 30px;
    line-height: 36px;
  }

  .initiative-content {
    margin-bottom: 36px;
  }

  .initiative-btn {
    display: none;
    width: 209px;
    margin-right: 480px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .splide__slide.is-active .initiative-btn {
    display: flex;
    opacity: 1;
  }

  @media screen and (min-width: 1200px) {
    .our-initiatives .splide__arrow--prev {
      width: 70px;
      height: 70px;
      left: 6%;
    }

    .our-initiatives .splide__arrow--next {
      width: 70px;
      height: 70px;
      right: 14%;
    }
  }
}

.informative-section {
  width: 100%;
  min-height: 761px;
  background: #f9f8fd;
  padding: 104px 15px;
}

.informative-text {
  margin-top: 30px;
}

@media screen and (min-width: 767px) {
  .informative-text {
    /*        max-height: 400px;*/
    column-count: 2;
    column-gap: 23px;
    margin-top: 61px;
  }

  .informative-text p {
    font-size: 16px;
  }
}

/*Videos*/
.custom-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  position: relative;
}

.custom-pagination-button {
  flex: 1;
  height: 2px;
  background: #eee;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-pagination-button.active {
  background: #3b82f6;
}

.pagination-buttons button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.videos-section {
  width: 100%;
  margin-bottom: 120px;
  margin-top: 80px;
}

.videos-section .splide__slide {
  width: 1161px;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.5;
}

.videos-section .splide__slide.is-active {
  opacity: 1;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  /*    border-radius: 80px;*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#player {
  width: 100%;
  height: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  color: white;
  background-color: transparent;
  border: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
}

.play-button svg {
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}

.play-button:hover {
  opacity: 1.5;
}

.plyr__controls {
  display: flex !important;
  justify-content: center !important;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  max-width: 200px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-right: 0 !important;
}

.video-data {
  display: flex;
  margin-top: 36px;
  margin-inline: 36px;
  gap: 24px;
  flex-direction: column;
}

.video-data .title {
  color: #2e58eb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.video-data .contributors {
  color: #787878;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.video-controls-container {
  margin: 0 36px;
}

.custom-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  flex-direction: row-reverse;
}

.pagination-buttons {
  display: flex;
  gap: 24px;
}

.pagination-buttons .prev,
.pagination-buttons .next {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  opacity: 1;
  outline: none;
}

.pagination-buttons .prev:disabled,
.pagination-buttons .next:disabled {
  opacity: 0.4;
}

.page-counter {
  font-size: 13px;
  color: #26242b;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .video-data {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    flex-direction: row;
  }
}

@media screen and (min-width: 1160px) {
  .videos-section {
    width: 100%;
    margin-bottom: 120px;
  }

  .video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }

  .video-controls-container {
    margin: 0 17%;
  }

  .custom-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    flex-direction: row;
  }
}

/*Podcast*/

.podcast-section {
  background: #f9f8fd;
  padding: 136px 0;
  position: relative;
}

.podcast-area {
  margin: 0 36px;
}

.podcast-content {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  flex-direction: column;
}

.podcast-content .span-title {
  color: #2e58eb;
  font-family: Rubik;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.podcast-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.podcast-title {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
}

.podcast-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.podcast-link {
  display: none;
  width: 280px;
  padding: 16px 56px 17px 56px;
  background: #ffff;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #2e58eb;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #2e58eb;
}

.podcast-media {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  margin-top: 80px;
  margin-inline: 10px;
}

.podcast-section .controls {
  display: flex;
  align-items: center;
}

.podcast-section .btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-section .btn-play-pause {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0066ff;
  color: #0066ff;
  font-size: 14px;
}

.podcast-list {
  margin-top: 86px;
  height: 414px;
  overflow: auto;
}

.podcast-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.podcast-list::-webkit-scrollbar-thumb {
  background: #2e58eb;
}

.podcast-list::-webkit-scrollbar-track {
  background: #f9f8fd;
  border-right: 1px solid #2e58eb;
}

.podcast-list::-webkit-scrollbar-button {
  display: none;
}

.podcast-list ul {
  margin: 0;
  padding: 0;
}

.podcast-list ul .list {
  display: flex;
  align-items: center;
  padding: 29px 0;
  margin: 0 12px;
}

.podcast-list ul .list:not(:last-child) {
  border-bottom: 2px solid #aaa9ad;
}

.podcast-list ul .list .category {
  color: #2e58eb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.podcast-list ul .list h3 {
  font-family: "Medium-Rubik";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -1px;
  width: 300px;
}

.podcast-list ul .list p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  width: 500px;
}

.podcast-list ul .list .time {
  display: flex;
  align-items: center;
  gap: 42px;
}

.podcast-list ul .list .time span {
  color: #aaa9ad;
}

.player-container {
  background-color: white;
  border-radius: 40px;
  padding: 20px 30px;
  height: 64px;
  width: 360px;
  box-shadow: -50px 60px 100px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-prev,
.btn-next {
  color: #0066ff;
  font-size: 20px;
  border: none;
}

.time-display {
  color: #666;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 500;
}

.volume-controls {
  display: flex;
  align-items: center;
}

.volume-icon {
  color: #555;
  margin-right: 10px;
}

.volume-slider {
  -webkit-appearance: none;
  width: 100px;
  height: 2px;
  border-radius: 2px;
  background: #26242b;
  outline: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff62e5;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff62e5;
  cursor: pointer;
  border: none;
}

.player {
  width: 360px;
  background-color: transparent;
  text-align: center;
}

#waveform {
  margin-bottom: 15px;
}

#waveform div .scroll {
  overflow-x: hidden !important;
}

.player-container .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.player-container input[type="range"] {
  width: 100px;
  display: none;
}

.player-container .time {
  font-size: 14px;
  color: #555;
}

.right-blue-circle {
  position: absolute;
  border-radius: 50%;
  width: 753px;
  height: 753px;
  background: #e2e3ff4d;
  top: 50px;
  left: 5%;
}

.podcast-link.bottom-btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .podcast-section .alpha-container {
    max-width: 100%;
  }
  .podcast-area {
    margin: 0;
  }

  .podcast-content {
    padding: 50px 15px;
  }

  .podcast-list ul .list .category {
    display: none;
  }

  .podcast-list ul .list h3 {
    font-size: 16px;
    width: auto;
  }

  .podcast-list ul .list p {
    font-size: 13px;
    width: auto;
    height: 46px;
    overflow: hidden;
  }

  .podcast-list ul .list .time {
    gap: 14px;
  }

  .podcast-list ul .list {
    gap: 18px;
  }

  .player {
    width: 687px;
  }

  .player-container {
    height: 64px;
  }

  .player-container input[type="range"] {
    display: block;
  }

  .player-container {
    width: 517px;
  }

  .podcast-link.mid-btn {
    display: none;
  }

  .podcast-link.bottom-btn {
    display: flex;
    margin-top: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .podcast-section .alpha-container {
    max-width: 1440px;
  }

  .videos-section .splide {
    max-width: 1440px;
    margin-inline: auto;
  }


  .video-controls-container {
    margin-inline: auto;
    max-width: 1168px;
  }

  .video-data {
    margin-left: 0;
  }

  .podcast-area {
    margin: 0;
  }

  .podcast-info {
    width: 400px;
  }

  .podcast-content {
    display: flex;
    padding: 50px 0;
    gap: 85px;
    justify-content: space-between;
    flex-direction: row;
  }

  .podcast-media {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 630px;
    gap: 25px;
    margin-top: 0;
    margin-inline: 0;
  }

  .player-container input[type="range"] {
    display: block;
  }

  .player-container {
    width: 100%;
  }

  .podcast-section .btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0 10px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .podcast-section .btn-play-pause {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #0066ff;
    color: #0066ff;
    font-size: 14px;
    margin: 0 15px;
  }

  .podcast-list {
    min-width: 1180px;
  }

  .podcast-list ul .list {
    gap: 75px;
  }

  .podcast-list ul .list h3 {
    font-size: 20px;
    width: 300px;
  }

  .podcast-list ul .list p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    width: 500px;
    height: auto;
    overflow: auto;
  }

  .player {
    width: 100%;
    background-color: transparent;
    text-align: center;
  }

  .podcast-link {
    align-self: flex-start;
  }

  .podcast-link.mid-btn {
    display: flex;
  }

  .podcast-link.bottom-btn {
    display: none;
  }
}

/* FAQ page */

.faq-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 96px;
  min-height: 600px;
  z-index: 10;
}

.faq-section .big-title {
  line-height: 37px;
  margin-bottom: 56px;
}

.faq-container {
  padding: 10px 30px !important;
  width: 100%;
  max-width: 1161px;
  margin-right: auto;
  margin-left: auto;
}

.accordion * {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: "Rubik";
}

.accordion .card {
  border: 0px;
  border-bottom: 1px solid #dad9de !important;
}

.accordion .card-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.accordion .card-header {
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.chevron {
  border: none;
  background-image: url(../assets/Iconos/chevron.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: inherit;
  min-height: 15px;
  min-width: 15px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.chevron:focus {
  outline: none;
}

.accordion .btn-link {
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 600;
  text-decoration: none;
  color: #26242b;
  gap: 1rem;
}

.accordion .btn-link:focus {
  outline: none;
  box-shadow: none;
}

.accordion .btn-link[aria-expanded="true"] {
  color: #2e58eb;
}

.accordion .btn-link[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

@media screen and (min-width: 656px) {
  .faq-section {
    margin-top: 126px;
  }

  .faq-section .big-title {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .accordion .btn-link {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-section {
    margin-top: 190px;
    padding: 48px 50px;
  }
}

@media screen and (min-width: 1440px) {
  .faq-section {
    margin-top: 180px;
  }

  .faq-section .big-title {
    font-weight: 700;
    margin-bottom: 90px;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
    vertical-align: middle;
  }
}

.download-materials-section {
  min-height: 600px;
}

.download-material {
  display: flex;
  justify-content: space-around;
}

.download-material .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.download-materials-section form {
  width: 426px;
}

.material-img {
  width: 359px;
  height: 321px;
}

.material-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-img.bttom {
  display: none;
}

.e-mail-form input {
  border: none;
  border-bottom: 1px solid #26242b;
}

.download-material .principal-btn {
  padding: 16px 56px 17px 56px;
  width: 370px;
  border-radius: 40px;
}

.download-material .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.download-materials-section form {
  width: 426px;
}

.e-mail-form input {
  border: none;
  border-bottom: 1px solid #26242b;
}

@media screen and (min-width: 768px) {
  .material-img {
    width: 550px;
    height: 492px;
    align-self: center;
  }

  .download-materials-section .umbraco-forms-form {
    display: flex;
    justify-content: center;
  }

  .material-flex-content {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1440px) {
  .material-img.btncenter {
    display: none;
  }

  .material-img.bttom {
    display: flex;
  }

  .download-materials-section .umbraco-forms-form {
    display: flex;
    justify-content: left;
  }
}

/*styles*/
.flex {
  display: flex;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.principal-btn {
  background: #2e58eb;
  color: #ffff;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
}

.space-top-and-bottom {
  margin: 15% 0;
}

.simple-title {
  font-family: "Medium-Rubik";
  font-weight: 500;
  color: #26242b;
}

.flex-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}

.jsc {
  justify-content: space-between;
}

.b1 {
  font-size: 20px;
}

.unset-btn {
  background: transparent;
  text-align: center;
  border: none;
}

.unset-btn:focus {
  outline: transparent !important;
}

@media screen and (max-width: 1025px) {
  .unset-btn {
    font-size: 15px;
  }
}

*:disabled {
  opacity: 0.4;
}

/* Popup styles START */
#home-popup .modal-content {
  border-radius: 16px !important;
}

#home-popup h3 {
  color: #373737;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  word-wrap: break-word;
}

#home-popup p {
  color: black;
  font-size: 12px;
  font-family: Rubik;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

#home-popup button.close {
  right: 0.5rem;
  top: 0.5rem;
}

#home-popup .popup-img {
  background-color: #f9f8fd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  padding-right: 6rem !important;
}

#home-popup .popup-img img {
  width: 205px;
  height: 185px;
}

#home-popup .container-fluid {
  padding-left: 10px !important;
}

#home-popup #popup-submit {
  padding: 10px 83px !important;
  font-weight: 700;
  line-height: 14.67px;
  font-size: 15px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px !important;
  }
}

@media screen and (min-width: 768px) {
  #home-popup h3 {
    font-size: 20px;
    line-height: 23px;
  }

  #home-popup p {
    font-size: 14px;
    line-height: 22px;
  }

  #home-popup .popup-img img {
    width: 300px !important;
    height: 275px !important;
  }

  #home-popup .popup-img {
    padding-right: 9rem !important;
  }

  #home-popup button.close {
    right: 0.8rem;
    top: 1rem;
  }

  #home-popup button.close img {
    width: 24px;
    height: 24px;
  }
}

/* Popup styles END */

.splide__arrow:disabled {
  opacity: 0.3 !important;
}

/* FAQ page */

.faq-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 96px;
  min-height: 600px;
  z-index: 10;
}

.faq-section .big-title {
  line-height: 37px;
  margin-bottom: 56px;
}

.faq-container {
  padding: 10px 30px !important;
  width: 100%;
  max-width: 1168px;
  margin-right: auto;
  margin-left: auto;
}

.accordion * {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Rubik";
}

.accordion .card {
  border: 0px;
  border-bottom: 1px solid #dad9de !important;
}

.accordion .card-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.accordion .card-header {
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.chevron {
  border: none;
  background-image: url(../assets/Iconos/chevron.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: inherit;
  min-height: 15px;
  min-width: 15px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.chevron:focus {
  outline: none;
}

.accordion .btn-link {
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 600;
  text-decoration: none;
  color: #26242b;
  gap: 1rem;
}

.accordion .btn-link:focus {
  outline: none;
  box-shadow: none;
}

.accordion .btn-link[aria-expanded="true"] {
  color: #2e58eb;
}

.accordion .btn-link[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

@media screen and (min-width: 656px) {
  .faq-section {
    margin-top: 126px;
  }

  .faq-section .big-title {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .accordion .btn-link {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-section {
    margin-top: 190px;
    padding: 48px 50px;
  }
}

@media screen and (min-width: 1440px) {
  .faq-container {
    padding: 0px !important;
  }

  .faq-section {
    margin-top: 180px;
  }

  .faq-section .big-title {
    font-weight: 700;
    margin-bottom: 90px;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
    vertical-align: middle;
  }
}

/* Search results START */
.results-section {
  max-width: 1248px;
  margin-inline: auto;
  padding-bottom: 80px;
}

.tags-container {
  gap: 0px 20px;
}

.results-section .results-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.results-section .search_result {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  border-bottom: 1px solid #aaa9ad;
}

.results-section .search_result .result__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  word-wrap: break-word;
  margin: 0;
}

.results-section .search_result .result__date {
  color: #aaa9ad;
  font-size: 13px;
  text-transform: lowercase;
  letter-spacing: 1px;
  word-wrap: break-word;
  margin: 0;
}

.results-section .search_result .result__description {
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
}

.results-section .search_result .result__category {
  color: #2e58eb;
  font-size: 13px;
  letter-spacing: 1px;
  word-wrap: break-word;
}

.category-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.category-checkbox:checked + .tag {
  color: #0056b3;
  border-color: #0056b3;
}

.results-section .tag {
  font-size: 13px;
  word-wrap: break-word;
}

.tag {
  padding: 10px 18px;
  border-radius: 28px;
  color: #aaa9ad;
  font-size: 13px;
  border: solid 1px #dad9de;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px !important;
  cursor: pointer;
}

.tag:hover {
  color: #2e58eb;
  border: solid 1px #2e58eb;
  transition: border 0.2s;
}

.tag:focus {
  outline: transparent;
  box-shadow: none;
}

.tag-active {
  color: #2e58eb;
  border: solid 1px #2e58eb;
}

.results-section .tag-item {
  display: inline-block;
}

.no-results-section {
  margin-top: 5rem;
}

.no-results-section .no_results__title {
  font-size: 33px;
  font-family: Rubik;
  font-weight: 600;
  line-height: 37px;
  word-wrap: break-word;
}

.no-results-section .no_results__image {
  margin-inline: auto;
  width: 336px;
  height: 291px;
}

@media screen and (min-width: 768px) {
  .results-section {
    padding-top: 50px;
  }

  .no-results-section .no_results__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
  }

  .no-results-section .no_results__message {
    font-size: 18px;
    line-height: 27px;
  }

  .no-results-section .no_results__image {
    margin-inline: auto;
    width: 489px;
    height: 439px;
  }
}

@media screen and (min-width: 1024px) {
  .no-results__text-container {
    width: 430px;
    margin-inline: auto;
  }

  .no-results-section .no_results__title {
    font-size: 50px;
    line-height: 55px;
    width: 350px;
    margin-inline: auto;
  }

  .no-results-section .no_results__message {
    font-size: 20px;
    line-height: 27px;
    width: 490px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1025px) {
  .results-section {
    padding-top: 130px;
  }
}

@media screen and (min-width: 1440px) {
  .results-section {
    padding: 130px 0px 100px 0px !important;
  }
}
/* Search results END */

/* Alpha Informa START */
.news.articles-sections .alpha-container,
.news.articles-sections .articles-content {
  padding: 0 !important;
  max-width: 100vw;
}

.news.articles-sections .cards-slot {
  margin-top: 40px;
}

.news.articles-sections {
  margin-top: 100px;
}

.download-materials-section.sub-title p {
  max-width: 520px;
}

#Important-News .news-banner-slide {
  display: grid;
}

#Important-News .news-arrows {
  display: flex;
  gap: 20px;
  justify-content: end;
  padding-inline: 2rem;
  margin-top: 3rem;
}

#Important-News .splide__arrow--prev {
  left: -3em;
}

#Important-News .splide__arrow--next {
  right: -3em;
}

#Important-News .splide__arrow {
  position: unset;
  background: transparent;
  border: none;
  opacity: 1;
  outline: none;
}

#Important-News .news-banner-slide .banner-content {
  order: 2;
  margin: 0;
  margin-top: 120px;
  margin-inline: 2rem;
}

#Important-News .news-banner-slide .news-banner-image {
  width: 361px;
  height: 343px;
  float: right;
  border-radius: 30px;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.2);
}

#Important-News .news-banner-slide .news-banner-image::before {
  content: "";
  width: 70%;
  height: 370px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 3%;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  background-color: hsla(238, 100%, 94%, 0.3);
}

#Important-News .news-banner-slide .news-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

#Important-News .news-banner-slide .simple-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
}

#Important-News .splide__pagination {
  display: block;
  bottom: 0;
  left: 0;
  padding: 0 1em;
  position: relative;
  margin-top: 30px;
  z-index: 10;
  text-align: center;
}

#Important-News .splide__pagination__page {
  width: 24px;
  height: 24px;
}

#Important-News .splide__pagination__page {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  z-index: 10;
  outline: none !important;
}

#Important-News .splide__pagination__page.is-active {
  background: #ff62e5;
  border: 1px solid #ff62e5;
  z-index: 10;
}

.download-materials-section .big-title {
  max-width: 80%;
  margin-bottom: 30px;
}

.download-materials-section .material-img {
  width: 373px;
  height: 333px;
}

.download-materials-section .umbraco-forms-container {
  padding-left: 0px;
  padding-right: 0px;
}

.download-materials-section form {
  width: 100%;
}

.download-materials-section form .principal-btn {
  font-size: 15px;
  line-height: 14.67px;
  background-color: #2e58eb;
  color: #ffffff;
  padding: 16px 83px;
  border: transparent;
  border-radius: 30px;
  display: inline-block;
  transition: all ease-in-out 0.1s;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700;
  width: 280px;
}

.download-materials-section form .col-md-12 {
  padding-inline: 0;
}

.download-materials-section form .umbraco-forms-fieldset {
  padding: 0;
}

.download-materials-section .umbraco-forms-form {
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #Important-News .news-banner-slide {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #Important-News .news-arrows {
    position: absolute;
  }

  #Important-News .news-banner-slide .news-image-side {
    margin-top: 3rem;
    order: 2;
  }

  #Important-News .news-banner-slide .banner-content {
    text-align: left;
    margin-left: 1.5rem;
    margin-top: 5rem;
  }

  #Important-News .news-banner-slide .simple-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 43px;
  }

  #Important-News .news-banner-slide .news-banner-image {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 408px;
    height: 548px;
    box-shadow: unset;
  }

  #Important-News .news-banner-slide .news-banner-image::before {
    content: "";
    width: 429px;
    height: 514px;
    position: absolute;
    z-index: -1;
    left: unset;
    right: 5px;
    top: 2%;
    border-radius: 20px;
    background-color: hsla(238, 100%, 94%, 0.3);
  }

  #Important-News .news-banner-slide .news-banner-image img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #Important-News .news-banner-slide .banner-content p {
    margin-inline: 0px;
  }

  #Important-News .splide__pagination {
    bottom: -60px;
  }

  .download-materials-section .download-material .content {
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }

  .download-materials-section .sub-title p {
    font-size: 20px;
    width: 520px;
  }

  .download-materials-section form {
    width: 265px;
  }

  .download-materials-section form .principal-btn {
    padding: 16px 30px;
    width: 265px;
  }

  .download-materials-section
    .download-material
    .content
    .material-flex-content {
    order: 2;
  }

  .download-material .material-img {
    width: 550px;
    height: 492px;
  }

  .download-materials-section .umbraco-forms-form {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  #Important-News .splide__pagination {
    text-align: left;
    padding-left: 0;
    bottom: 85px;
  }

  #Important-News .news-arrows {
    padding-inline: 0;
    margin-top: 0;
    bottom: -60px;
  }

  #Important-News .news-banner-slide .banner-content {
    margin-inline: 0;
    width: 80%;
    margin-top: 0;
    padding-left: 0;
  }

  #Important-News .news-banner-slide .news-image-side {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  #Important-News .news-banner-slide .news-banner-image {
    width: 661px;
    height: 538px;
    border-radius: 30px;
  }

  #Important-News .news-banner-slide .news-banner-image::before {
    content: "";
    width: 692px;
    height: 505px;
    position: absolute;
    z-index: -1;
    left: unset;
    right: 52px;
    top: 85px;
    border-radius: 45px;
    background-color: hsla(238, 100%, 94%, 0.3);
  }

  #Important-News .news-banner-slide .news-banner-image img {
    border-radius: 30px;
  }

  .download-materials-section .big-title {
    width: 440px;
  }

  .download-materials-section .sub-title p {
    width: 470px !important;
  }

  .download-materials-section form {
    width: 420px;
  }

  .download-materials-section .download-material .content {
    justify-content: space-between;
    align-items: end;
    margin-top: -17rem;
  }

  .download-material .material-img {
    width: 575px;
    height: 514px;
    display: block;
  }

  .download-materials-section .umbraco-forms-form {
    margin-top: 0;
  }
}

/* Alpha Informa END */

/* OTHER POST ITEMS START */
.other-news {
  padding-block: 120px 200px;
  position: relative;
}

.other-news .big-title {
  margin-bottom: 32px;
  font-weight: 600;
}

.other-news .tags .row {
  gap: 5px;
  margin-top: 40px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-left: 1rem;
}

.other-news .tag-item .tag {
  margin-top: 0px;
  white-space: nowrap;
}

.other-news-content {
  max-width: 1160px;
  margin-inline: auto;
}

/* Solo si no tiene filtros */
.other-news.non-filtered::before {
  content: "";
  width: 100%;
  height: 55%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  border-top-left-radius: 20px;
  background-color: hsla(238, 100%, 94%, 0.3);
}

.other-news-banner .article.visible {
  width: 219px;
  margin-inline: 0;
}

.other-news-banner .article.visible .item-image {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}

.other-news-banner .article.visible .item-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.other-news-banner .splide__arrow--prev {
  left: -3em;
}

.other-news-banner .splide__arrow--next {
  right: -3em;
}

.other-news-banner .splide__arrow {
  position: unset;
  background: transparent;
  border: none;
  opacity: 1;
  outline: none;
}

.other-news-banner .cards-banner-arrows-content {
  display: flex;
  position: absolute;
  bottom: -80px;
  width: 100%;
  right: 0;
  justify-content: space-between;
  align-items: start;
  padding-right: 0.5rem;
}

.other-news-banner .seeMore {
  display: block;
  position: absolute;
  left: -77vw;
  bottom: -20px;
}

.other-news-banner .seeMore {
  display: block;
  position: unset;
}

.other-news .tags .row::-webkit-scrollbar {
  height: 4px;
}

.other-news .tags .row::-webkit-scrollbar-track {
  background: #eee;
}

.other-news .tags .row::-webkit-scrollbar-button {
  display: none;
}

.other-news .tags .row::-webkit-scrollbar-thumb {
  background-color: #3b82f6;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .other-news.non-filtered {
    background-color: #ffffff;
  }

  .other-news.non-filtered::before {
    content: "";
    width: 0;
    height: 0;
  }

  .other-news.filtered::before {
    content: "";
    width: 99vw;
    height: 60%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 35%;
    left: unset;
    border-top-left-radius: 45px;
    background-color: hsla(238, 100%, 94%, 0.3);
  }

  .other-news .big-title {
    margin-bottom: 60px;
    font-size: 35px;
    line-height: 40.42px;
    font-weight: 700;
  }

  .other-news-banner .article.visible {
    width: 249px;
  }

  .other-news-banner .article.visible .item-image {
    height: 327px;
  }
}

@media screen and (min-width: 1440px) {
  .other-news .big-title {
    font-size: 50px;
    line-height: 55px;
  }

  .other-news-banner .article.visible {
    width: 219px;
  }

  .other-news-banner .article.visible .item-image {
    height: 320px;
  }

  .other-news.filtered::before {
    content: "";
    width: 100vw;
    height: 50%;
    position: absolute;
    z-index: -1;
    right: -5%;
    top: 45%;
    left: unset;
    border-top-left-radius: 45px;
    background-color: hsla(238, 100%, 94%, 0.3);
    border-bottom-left-radius: 45px;
  }

  .other-news-banner .cards-banner-arrows-content {
    bottom: -100px;
  }
}

/* OTHER POST ITEMS END */

/*Download the app  */
.download-app {
  margin-top: 80px;
  padding-top: 40px;
  background-color: #f9f8fd;
  text-align: left;
}

.download-app h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 20px 20px 20px;
}

.download-app p {
  font-size: 16px;
  color: #26242b;
  margin: 20px;
}

.store-buttons {
  margin: 36px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.store-buttons img {
  width: 140px;
  height: auto;
}

.download-btn {
  display: flex;
  background-color: #2e58eb;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 20px;
  text-align: center;
  justify-content: center;
}

.screenshots-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  top: 0;
  overflow: hidden;
  height: 200px;
}

.screenshots {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  position: absolute;
  height: 200px;
}

.screenshots #screenshot-1 {
  width: 135px;
  border-radius: 15px;
}

.screenshots #screenshot-2 {
  width: 101px;
  margin-top: 35px;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .download-app h1 {
    font-size: 35px;
  }
  .download-app .screenshots img {
    width: 180px;
  }
  .download-app .data-content {
    width: 50%;
    margin-top: 160px;
  }

  .download-app .download-btn {
    width: 280px;
  }

  .store-buttons {
    margin: 36px 20px;
    justify-content: flex-start;
  }

  .download-app .screenshots-container {
    width: 50%;
    height: 100%;
    display: block;
  }

  .screenshots {
    width: 500px;
  }

  .download-app p {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 80px;
  }

  .screenshots #screenshot-1 {
    width: 250px;
    height: 556px;
    border-radius: 22px;
  }

  .screenshots #screenshot-2 {
    width: 203px;
    height: 443px;
    margin-top: 57px;
    border-radius: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .download-app .alpha-container {
    display: flex;
    height: 710px;
    padding-right: 0;
    margin-inline: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .download-app .alpha-container {
    display: flex;
    height: 710px;
    max-width: 1168px;
    padding: 0;
  }

  .download-app .data-content {
    margin-left: 0px;
  }

  .download-app h1 {
    font-size: 50px;
    margin-left: 0px;
  }

  .download-app p,
  .store-buttons {
    margin-left: 0px;
  }

  .download-app .screenshots-container {
    justify-content: end;
    display: flex;
  }
}

button.splide__arrow:focus {
  outline: inherit;
}

.download-content {
  display: flex;
  flex-wrap: wrap;
}

.download-material-item {
  width: 288px;
}

.download-material-preview {
  width: 215px;
  height: 298px;
  border-radius: 20px;
  background: linear-gradient(180deg, #77c3ef 33.85%, #428ed3 99.48%);
  box-shadow: 8px 8px 20px 4px rgba(0, 0, 0, 0.18);
}

.download-material-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.download-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #ff62e5;
  border: none;
  border-radius: 50px;
}

.material-item-label {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  font-size: 20px;
}

.material.pagination-controls {
  display: none;
}

@media screen and (max-width: 767px) {
  .download-content {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .download-material-item {
    width: 290px;
    flex: 0 0 80%;
    max-width: 70%;
  }

  .material.pagination-controls {
    display: block;
  }

  .prev-material,
  .next-material,
  .prev-material:focus,
  .next-material:focus {
    position: unset;
    background: transparent;
    border: none;
    opacity: 1;
    outline: none;
  }
}

.download-app-video {
  text-align: left;
}

.download-app-video h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 20px 20px 20px;
}

.download-app-video p {
  font-size: 16px;
  color: #26242b;
  margin: 20px;
}

.video-background {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border: none;
}

.video-background video {
  width: 98%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
  border: none;
}

@media (min-width: 768px) {
  .download-app-video h1 {
    font-size: 35px;
  }

  .download-app-video p {
    font-size: 20px;
    margin-right: 80px;
  }

  .video-background {
    position: relative;
    width: 100%;
    height: 850px;
    overflow: hidden;
    border: none;
  }
}


@media (min-width: 1024px) {
    .video-background {
        height: 1024px;
    }
}

@media screen and (min-width: 1440px) {
  .download-app-video .desktop-back-video {
    position: absolute;
    z-index: 1;
    width: 100%;
  }

  .download-app-video h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 20px 20px 0;
  }

  .download-app-video .data-content {
    width: 585px;
    margin-top: 160px;
    margin-left: 114px;
  }

  .download-app-video .download-btn {
    width: 280px;
    margin-left: 0;
  }

  .download-app-video p {
    font-size: 20px;
    margin-right: 80px;
    margin-left: 0;
  }

  .video-background {
    position: relative;
    z-index:0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .video-background video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
    border: none;
  }
}

/*Animaciones*/
@keyframes slideIn {
  from {
    margin-left: 200px;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes scroll {
  to {
    transform: translateY(calc(-50% - 0.1rem));
  }
}

@keyframes scroll-reverse {
  from {
    transform: translateY(calc(-50% - 0.1rem));
  }
}
