@charset "UTF-8";
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "work-sans";
  src: url("../../fonts/work_sans/WorkSans-Bold.ttf");
  font-weight: 700;
}
* {
  font-family: "work-sans" !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: inherit !important;
}

a {
  text-decoration: none;
}

p,
ul {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.otgs-development-site-front-end {
  display: none;
}

.hidden {
  display: none;
}

.p0 {
  padding: 0px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header__top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 10px;
  margin: auto;
  background-color: #fff;
}
.header__top__left {
  display: flex;
  align-items: center;
}
.header__top__right {
  display: flex;
  width: 90%;
  justify-content: flex-end;
}
.header__top__cta {
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  transition: 0.3s all ease;
}
.header__top__cta:first-child {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
}
.header__top__cta:nth-child(2) {
  border-right: 1.5px solid #000;
}
.header__top__cta:hover {
  background-color: #488AF7;
  color: #fff;
  border-color: #488AF7;
}
.header__top__cta.active {
  background-color: #488AF7;
  color: #FFFFFF;
}
.header__top__cta--idiom {
  max-width: 70px;
  color: #fff;
  background-color: #1C1C1C;
  position: relative;
  padding: 7px 20px 7px 10px;
}
.header__top__cta--idiom::after {
  position: absolute;
  content: "";
  color: #fff;
  width: 20px;
  height: 6px;
  right: 0;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-down-header.svg");
  background-size: contain;
  transition: 0.3s transform ease;
}
.header__top__cta--idiom:hover {
  background-color: #1C1C1C;
}
.header__top__cta--idiom:hover .header__top__idiom--absolute {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
.header__top__cta--idiom:hover::after {
  transform: rotateX(180deg);
}
.header__top__idiom {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}
.header__top__idiom--absolute {
  position: absolute;
  top: 100%;
  background-color: #1C1C1C;
  width: 100%;
  right: 0;
  padding: 7px 10px;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
  z-index: 110;
}
.header__top__idiom--height {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.header__top__idiom--height:hover {
  opacity: 0.7;
}
.header__top__idiom--height:last-child {
  border: none;
}
.header__bottom {
  width: 100%;
  background-color: #050505;
  position: relative;
}
.header__bottom__container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom__left {
  display: flex;
  align-items: center;
  width: 120px;
}
.header__bottom__left__logo {
  width: 100%;
}
.header__bottom__blog {
  display: none;
  opacity: 1;
  width: calc(100% - 190px);
  align-items: center;
  justify-content: space-between;
}
.header__bottom__category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header__bottom__category.active img {
  transform: rotateX(180deg);
  transition: 0.3s transform ease;
}
.header__bottom__category p {
  color: #000;
}
.header__bottom__category img {
  transform: rotateX(0deg);
  transition: 0.3s transform ease;
}
.header__bottom__search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__bottom__search img {
  width: 28px;
}
.header__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__nav--user {
  width: 100%;
  justify-content: center;
}
.header__nav__list {
  list-style: none;
  display: flex;
  gap: 40px;
}
.header__nav__list--gap {
  gap: 20px;
}
.header__nav__list li {
  list-style: none;
}
.header__nav__list li.hidden {
  display: none;
}
.header__nav__list li.linkNew {
  position: relative;
}
.header__nav__list a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s all ease;
  position: relative;
  text-align: center;
}
.header__nav__list a:hover {
  color: #488AF7;
}
.header__nav__list a.active {
  color: #488AF7;
  position: initial;
}
.header__nav__list a.active::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 4px;
  bottom: 0;
  background-color: #488AF7;
  left: -10%;
}
.header__nav__list__item {
  padding: 27px 0;
}
.header__nav__list__item .imgArrowBlue {
  display: none;
}
.header__nav__list__item .imgArrowGray {
  display: none;
}
.header__nav__list__item .itemContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
}
.header__nav__list__item .itemContainer .imgContainer {
  cursor: pointer;
}
.header__nav__list__item--hover .itemContainer {
  position: relative;
  z-index: 1;
}
.header__nav__list__item--hover .itemContainer > a::after {
  content: "";
  background-image: url("../images/png/icon-row.png");
  width: 20px;
  height: 20px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: -34px;
  opacity: 0;
  transition: 0.3s ease opacity;
}
.header__nav__list__item--hover:hover .header-submenu {
  opacity: 1;
  pointer-events: all;
}
.header__nav__list__item--hover:hover .itemContainer > a::after {
  opacity: 1;
}
.header__nav__list__item--hover:hover .header-submenu__row {
  opacity: 1;
}
.header__nav__list__item--hover:hover a {
  color: #488AF7;
}
.header__nav__list__item--hover:hover .imgArrowWhite {
  filter: brightness(0) saturate(100%) invert(46%) sepia(67%) saturate(1980%) hue-rotate(199deg) brightness(99%) contrast(95%);
}
.header__nav__list__item--hover:hover .imgArrowGray {
  filter: brightness(0) saturate(100%) invert(44%) sepia(93%) saturate(2763%) hue-rotate(206deg) brightness(108%) contrast(94%);
}
.header__nav__list__item--hover:hover .header__nav__icon path {
  fill: #488AF7;
}
.header__nav__container {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 170px);
}
.header__nav__left {
  align-items: center;
  width: 70%;
  justify-content: flex-end;
}
.header__nav__right {
  align-items: center;
  width: 40%;
  justify-content: flex-end;
}
.header__nav__right.enterprise {
  width: 30%;
}
.header__nav__icon {
  margin: 0 0 3px 3px;
}
.header__nav__category {
  display: none;
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 70px);
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  background-color: #fff;
  padding-bottom: 120px;
  opacity: 0;
  pointer-events: none;
  transition: 0.7s all ease;
  border: 1px solid #050505;
}
.header__nav__category.active {
  opacity: 1;
  pointer-events: all;
}
.header__nav__category::-webkit-scrollbar {
  display: none;
}
.header__nav__category .categories {
  width: 85%;
  margin: 2.5rem 0 1.5rem 0;
}
.header__nav__category .categories__content {
  margin-bottom: 2rem;
}
.header__nav__category .categories__content:last-of-type {
  margin-bottom: 0;
}
.header__nav__category .categories__title a {
  width: 100%;
  display: flex;
  padding: 0 0 15px 0;
  border-bottom: 1px dashed #808080;
}
.header__nav__category .categories__title a h2 {
  width: 95%;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}
.header__nav__category .categories__title a h2.orange {
  color: #F2A46A;
}
.header__nav__category .categories__title a h2.purple {
  color: #9873D0;
}
.header__nav__category .categories__title a h2.green {
  color: #479F7C;
}
.header__nav__category .categories__title a h2.blue {
  color: #488AF7;
}
.header__nav__category .categories__subcategories a:first-of-type p {
  padding: 10px 0 10px 0;
}
.header__nav__category .categories__subcategories a p {
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.header__nav__category .bottom {
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid #989A95;
}
.header__nav__category .bottom__content {
  width: 85%;
  margin: 0 auto;
}
.header__nav__category .bottom__content p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #050505;
}
.header__nav__category .bottom__content a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #488AF7;
}
.header__nav__search {
  display: none;
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 833px);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  z-index: 1;
  background-color: #F8F8F8;
  opacity: 0;
  transition: 0.7s all ease;
}
.header__nav__search.active {
  opacity: 1;
  pointer-events: all;
}
.header__nav__search.inactive {
  display: none;
}
.header__nav__search::-webkit-scrollbar {
  display: none;
}
.header__nav__search .containerSearchBlog {
  width: 100%;
  margin: 22px 0;
  background-color: #F8F8F8;
}
.header__nav__search .searchBlog {
  width: 95%;
  display: flex;
  flex-direction: row;
}
.header__nav__search .searchBlog form {
  width: 100%;
  display: flex;
}
.header__nav__search .searchBlog__content {
  width: 100%;
  display: flex;
  padding: 28px 0 25px 42px;
}
.header__nav__search .searchBlog__input {
  width: 90%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background-color: #F8F8F8;
}
.header__nav__search .containerSubscribe {
  width: 90%;
}
.header__nav__search .containerImgSearch {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__nav__search .containerImgSearch img {
  width: 90%;
}
.header__hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__hamburger__line {
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  border-radius: 40px;
}
.header__hamburger__line:nth-child(2) {
  width: 60%;
}
.header-submenu {
  position: absolute;
  top: 100%;
  width: calc(90% - 200px);
  left: calc(5% + 100px);
  padding: 60px 0 0 0;
  background-color: #fff;
  transition: 0.3s all ease;
  border-radius: 4px;
  border: 1px solid #000;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.header-submenu--limit {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  margin-left: -150px;
  padding: 50px;
  left: unset;
}
.header-submenu--limit .titleMenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #989A95 !important;
  padding: 0 10px;
}
.header-submenu--limit ul li {
  padding: 15px 10px;
  transition: 0.3s ease all;
  border-radius: 4px;
}
.header-submenu--limit ul li:first-child {
  margin-top: 15px;
}
.header-submenu--limit ul li:hover {
  background-color: #EDF3FE;
}
.header-submenu--limit ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #000 !important;
  font-size: 18px;
}
.header-submenu--resources {
  width: calc(56% + 250px);
  max-width: 850px;
  margin-left: -250px;
}
.header-submenu--resources .flex-menu {
  display: flex;
}
.header-submenu--resources .flex-menu a {
  text-align: left;
}
.header-submenu--resources ul {
  flex: 1;
}
.header-submenu__container {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.header-submenu__dualCont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.header-submenu__dualCont .titleMenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 8px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #989A95 !important;
}
.header-submenu__dualCont--left {
  width: 35%;
  position: relative;
}
.header-submenu__dualCont--left_cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: column;
}
.header-submenu__dualCont--left::before {
  content: " ";
  position: absolute;
  right: 16px;
  bottom: 0px;
  width: 1px;
  height: 110%;
  background-color: #989A95;
}
.header-submenu__dualCont--right {
  width: 65%;
}
.header-submenu__dualCont--right_cont {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.header-submenu__image {
  max-width: 32px;
}
.header-submenu__title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.header-submenu__title::after {
  position: absolute;
  content: "";
  color: #fff;
  width: 20px;
  height: 20px;
  right: -35px;
  bottom: 3px;
  background-repeat: no-repeat;
  background-image: url("../images/svg/right__menu.svg");
  transition: 0.3s transform ease;
}
.header-submenu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.header-submenu__item {
  width: 330px;
  min-width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  gap: 10px;
  text-align: left !important;
}
.header-submenu__item::after {
  background-color: transparent !important;
}
.header-submenu__item:hover {
  background-color: #EDF3FE;
}
.header-submenu__subtitle {
  margin-bottom: 5px;
  color: #050505;
  font-size: 18px;
  font-weight: 600;
}
.header-submenu__description {
  font-size: 16px;
  color: #54564E;
  font-weight: 400;
}
.header-submenu__barDown {
  padding: 30px 0;
  background-color: #F9F9F9;
  border-top: 1px solid #989A95;
}
.header-submenu__barDown::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: -1000px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  min-width: calc(100vw + 1000px);
  pointer-events: none;
}
.header-submenu__barDown .container {
  width: 90%;
  max-width: 1500px;
  padding: 0 15px;
  display: flex;
  margin: auto;
}
.header-submenu__barDown p {
  margin-right: 1rem;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-submenu__barDown a {
  margin-right: 1rem;
  color: #488AF7;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-submenu__barDown a:hover {
  text-decoration: underline;
}
.header-submenu__barDown .content1 {
  width: 60%;
  display: flex;
}
.header-submenu__barDown .content1 a {
  color: #488AF7 !important;
  font-weight: 500;
}
.header-submenu__barDown .content2 {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.header-submenu__barDown .content2 a {
  display: flex;
  margin-right: 0;
}
.header-submenu__barDown .content2 a img {
  width: 20px;
  height: 20px;
}
.header-submenu__barDown .content2 a p {
  margin-left: 0.5rem;
  margin-right: 0;
  color: #488AF7;
  font-weight: 500;
}
.header .newService {
  padding: 1px 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1C4032;
  background-color: #C8E2D8;
}
.header .icon-go-to {
  width: 100%;
  height: 100%;
  max-width: 10px;
  max-height: 15px;
  margin-left: 5px;
}

.header.header--enterprise .header__top__cta.top_nav_community {
  font-weight: 600;
}
.header.header--enterprise .header__top__cta--idiom {
  background-color: #fff;
}
.header.header--enterprise .header__top__idiom {
  color: #000;
  font-weight: 600;
}
.header.header--enterprise .header__top__idiom--height {
  border-bottom: 1px solid #000;
}
.header.header--enterprise .header__top__idiom--height:last-child {
  border: none;
}
.header.header--enterprise .header__top__idiom--absolute {
  background-color: #fff;
}
.header.header--enterprise .header__nav__right {
  width: -moz-fit-content;
  width: fit-content;
}

.header.header--personal .header__top {
  background-color: #000;
}
.header.header--personal .header__top__icon {
  filter: brightness(1000000%);
}
.header.header--personal .header__top__cta {
  color: #fff;
}
.header.header--personal .header__top__cta:first-child {
  border-color: #fff;
}
.header.header--personal .header__top__cta--idiom {
  color: #fff;
  background-color: #000;
}
.header.header--personal .header__top__idiom--absolute {
  background-color: #000;
}
.header.header--personal .header__top__cta--idiom::after {
  filter: brightness(10000000%) !important;
}
.header.header--personal .header__bottom {
  background-color: #fff;
}
.header.header--personal .header__bottom .header__nav__list a {
  color: #000;
}
.header.header--personal .header__bottom .header__nav__list a:hover {
  color: #488AF7;
}
.header.header--personal .header__bottom .header__nav__list a.active {
  color: #488AF7;
}
.header.header--personal .header__bottom .header__nav__list a.cta {
  color: #fff;
}
.header.header--personal .header__bottom .header__nav__list a.cta:hover {
  color: #fff;
}
.header.header--personal .header__bottom__left__logo {
  filter: invert(100%);
}
.header.header--personal .header__bottom .header__nav__right__item {
  font-weight: 600;
  text-wrap: nowrap;
}
.header.header--personal .imgArrowWhite {
  filter: invert(100%) !important;
}
.header.header--personal .header__hamburger__line {
  background-color: #000;
}
.header.header--personal .header__nav__list__item {
  position: relative;
}
.header.header--personal .header__nav__list__item--hover {
  position: inherit;
}
.header.header--personal .header__nav__list__item--hover:hover #desplegarMenu > a {
  color: #488AF7;
}
.header.header--personal .header__nav__list__item--hover:hover .imgArrowWhite {
  filter: brightness(0) saturate(100%) invert(46%) sepia(67%) saturate(1980%) hue-rotate(199deg) brightness(99%) contrast(95%) !important;
}

@media (max-width: 1550px) {
  .header-submenu--resources {
    width: calc(56% + 250px);
    max-width: 850px;
    margin-left: 0;
    right: 5%;
  }
}
@media (max-width: 1440px) {
  .header-submenu {
    width: 90%;
    left: 5%;
  }
  .header-submenu--limit {
    width: 400px;
    margin-left: -150px;
    left: unset;
  }
  .header-submenu--resources {
    width: calc(56% + 250px);
    max-width: 850px;
    margin-left: 0;
    right: 5%;
  }
  .header-submenu__grid::after {
    top: calc(100% + 40px);
  }
  .header-submenu__title {
    margin-bottom: 20px;
  }
  .header-submenu__dualCont--left {
    width: 30%;
    min-width: 200px;
  }
  .header-submenu__dualCont--right {
    width: 65%;
  }
}
@media (max-width: 1280px) {
  .header__nav__list {
    gap: 10px;
  }
  .header__nav__list a {
    font-size: 16px;
  }
  .header__nav__container {
    width: calc(100% - 150px);
  }
  .header__top__cta {
    font-size: 14px;
  }
  .header-submenu__dualCont--left {
    width: 30%;
    min-width: 200px;
  }
  .header-submenu__dualCont--left::before {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header__nav__list a {
    font-size: 14px;
  }
  .header-submenu__dualCont--right {
    width: 50%;
  }
  .header-submenu__dualCont--right_cont {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1100px) {
  .header.active .header__bottom {
    background-color: #fff;
  }
  .header.active .header__bottom__left__logo {
    filter: hue-rotate(60deg) brightness(0);
  }
  .header.active .header__top::after {
    opacity: 1;
  }
  .header.active .header__hamburger__line {
    background-color: #000;
  }
  .header #openMenu {
    display: flex;
  }
  .header__top {
    position: relative;
  }
  .header__top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 101%;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.7s opacity ease;
    pointer-events: none;
  }
  .header__top__cta {
    font-size: 16px;
  }
  .header__top__cta:nth-child(3) {
    display: none;
  }
  .header__bottom {
    padding: 20px 0;
    transition: 0.7s all ease;
  }
  .header__bottom__blog {
    display: flex;
  }
  .header__nav {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  .header__nav--enterprise ul {
    flex-direction: row;
    justify-content: space-between;
    max-width: 90%;
    margin-top: 40px;
  }
  .header__nav--enterprise ul li {
    width: 100%;
    text-align: center;
  }
  .header__nav--enterprise ul li.linkActual a.active::after, .header__nav--enterprise ul li.linkActual a.active::before, .header__nav--enterprise ul li.linkNew a.active::after, .header__nav--enterprise ul li.linkNew a.active::before {
    content: "" !important;
    width: 100%;
    height: 4px;
    background-color: #488AF7;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header__nav--user ul li {
    border-bottom: 0;
    color: #54564E !important;
    padding: 20px 0;
  }
  .header__nav--user ul li a {
    color: #54564E !important;
  }
  .header__nav a.active::before {
    display: none;
  }
  .header__nav li.hidden {
    display: block;
  }
  .header__nav__right {
    width: 100%;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .header__nav__right .cta {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 1100px) and (max-width: 992px) {
  .header__nav__right .cta {
    height: 50px;
  }
}
@media (max-width: 1100px) {
  .header__nav__right__item {
    font-weight: 600;
    color: #202020;
  }
}
@media (max-width: 1100px) and (max-width: 992px) {
  .header__nav__right__item {
    font-size: 20px !important;
  }
}
@media (max-width: 1100px) {
  .header__nav__icon path {
    fill: #404040;
  }
  .header__nav__icon {
    position: absolute;
    right: 0;
    top: 27px;
  }
  .header__nav__list__item--hover {
    position: relative;
  }
  .header__nav__list__item--hover .itemContainer > a::after {
    display: none;
  }
  .header__nav__list {
    gap: 20px;
  }
  .header__nav__list a {
    color: #404040;
  }
  .header__nav__list .itemContainer .imgArrowWhite {
    display: none;
  }
  .header__nav__list .itemContainer .imgArrowGray {
    display: flex;
  }
  .header__nav__list li {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .header__nav__list--mobile {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: auto;
    max-width: 700px;
    margin-bottom: 40px;
    gap: 0;
  }
  .header__nav__list--mobile a {
    font-size: 24px;
  }
  .header__nav__container {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 70px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    background-color: #fff;
    padding-bottom: 120px;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s all ease;
  }
  .header__nav__container.active {
    opacity: 1;
    pointer-events: all;
  }
  .header__nav__container::-webkit-scrollbar {
    display: none;
  }
  .header__nav__category {
    display: flex;
  }
  .header__nav__search {
    display: flex;
  }
  .header-submenu {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    opacity: 1;
    border: none;
    pointer-events: all;
    display: none;
  }
  .header-submenu--limit {
    min-width: 100%;
    left: unset;
    padding: 20px 10px 20px;
    margin-left: 0;
  }
  .header-submenu--limit .titleMenu {
    display: none;
  }
  .header-submenu--limit ul li {
    margin-top: 10px;
    padding-left: 10px;
  }
  .header-submenu--limit ul li a {
    font-size: 18px;
    color: #000 !important;
  }
  .header-submenu--resources {
    right: unset;
    margin-left: 0;
  }
  .header-submenu--resources .flex-menu {
    flex-direction: column;
  }
  .header-submenu__row {
    display: none;
  }
  .header-submenu__dualCont {
    flex-direction: column;
  }
  .header-submenu__dualCont--right {
    width: 100%;
  }
  .header-submenu__dualCont--left {
    width: 100%;
  }
  .header-submenu__title {
    display: none;
  }
  .header-submenu__subtitle .icon-go-to {
    display: none;
  }
  .header-submenu__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
  }
  .header-submenu__grid::after {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .header-submenu__container {
    border: none;
  }
  .header-submenu.active {
    display: block;
  }
  .header-submenu__barDown {
    display: none;
    width: 90%;
    margin: 0 auto;
    background-color: white;
  }
  .header-submenu__barDown:after {
    height: auto;
  }
  .header-submenu__barDown .content1 {
    width: 100%;
    flex-direction: column;
  }
  .header-submenu__barDown .content1 a {
    margin-top: 0.3rem;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #488AF7;
  }
  .header-submenu__barDown .content2 {
    display: none;
  }
  .header-submenu__item {
    width: auto;
  }
  #desplegarMenu {
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: left;
  }
  #desplegarMenu::before {
    position: absolute;
    content: "";
    width: calc(100vw - 35%);
    max-width: 700px;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
  }
  .header__bottom__left__logo {
    max-width: 100px;
    padding: 10px 0;
  }
}
@media (max-width: 576px) {
  .header__bottom__blog {
    width: calc(100% - 158px);
    margin-right: 15px;
  }
}
.header__hamburger {
  position: relative;
}
.header__hamburger::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 2px solid #050505;
  top: -14px;
  left: -10px;
  opacity: 0;
  transition: 0.5s all ease;
}
.header__hamburger__line {
  position: absolute;
  transition: 0.5s all ease;
}
.header__hamburger__line:nth-child(2) {
  top: calc(50% - 1.25px);
}
.header__hamburger__line:last-child {
  bottom: 0;
}

#openMenu.active .header__hamburger::after {
  opacity: 1;
}
#openMenu.active .header__hamburger .header__hamburger__line:first-child {
  transform: rotate(45deg);
  top: 9px;
}
#openMenu.active .header__hamburger .header__hamburger__line:nth-child(2) {
  width: 0;
}
#openMenu.active .header__hamburger .header__hamburger__line:last-child {
  transform: rotate(-45deg);
  top: 9px;
}

.wpml-ls-legacy-list-vertical {
  display: none !important;
}

.menuCommunity {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer {
  width: 100%;
  position: relative;
  z-index: 999;
}
.footer__top {
  width: 100%;
  display: flex;
}
.footer__top__item {
  border: 1px solid #050505;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s background-color ease;
  border-left: none;
  background-color: #fff;
  flex: 1;
}
.footer__top__item:hover {
  background-color: #488AF7;
}
.footer__top__item:hover .footer__top__description {
  color: #fff;
}
.footer__top__item:hover .footer__top__icon {
  filter: hue-rotate(60deg) brightness(5000%);
}
.footer__top__icon {
  width: 25px;
  height: 25px;
}
.footer__top__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top__description {
  color: #050505;
  font-size: 20px;
  transition: 0.3s color ease;
  font-weight: 600;
}
.footer__bottom {
  background-color: #050505;
  padding: 120px 0 60px 0;
}
.footer__bottom__container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.footer__bottom__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__bottom__title {
  font-size: 20px;
  color: #91B9FA;
  margin-bottom: 5px;
  font-weight: 500;
  transition: 0.3s all ease;
}
.footer__bottom__title:hover {
  color: #488AF7;
}
.footer__bottom__item {
  color: #FDFDFD;
  transition: 0.3s ease opacity;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.footer__bottom__item--top {
  margin-top: 20px;
}
.footer__bottom__item:hover {
  opacity: 1;
}
.footer__bottom__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 50%;
}
.footer__bottom__gap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 35px;
}
.footer__bottom__terms {
  font-size: 16px;
  color: #DDDDDC;
  font-weight: 400;
}
.footer__bottom__terms__text {
  margin-top: 80px;
}
.footer__bottom__terms b {
  font-weight: 600;
}
.footer__bottom__right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer__bottom__right__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__bottom__right__item--two {
  /*margin-top: 50px;*/
}
.footer__bottom__right__block {
  display: flex;
  margin-top: 25px;
  gap: 10px;
  flex-wrap: wrap;
  width: 90%;
  flex-direction: row !important;
}
.footer__bottom__right__image {
  width: 100%;
  max-width: 160px;
}
.footer__bottom__right__terms {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.footer__bottom__pay {
  width: 50%;
}
.footer__bottom__pay__block {
  margin-top: 20px;
}
.footer__bottom__pay__block .footer__bottom__item {
  margin-bottom: 15px;
}
.footer__bottom__pay__gap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  max-width: 270px;
}
.footer__bottom__pay__link {
  width: 13%;
}
.footer__bottom__pay__image {
  max-width: 40px;
  width: 100%;
  border-radius: 5px;
}
.footer__bottom__right {
  width: 50%;
}
.footer__terms {
  width: 100%;
  background-color: #fff;
  padding: 15px 40px;
}
.footer__terms__text {
  font-size: 16px;
  color: #050505;
  text-align: center;
}

.termsfooter {
  opacity: 1;
}

@media (max-width: 1440px) {
  .footer__bottom {
    padding: 60px 40px;
  }
  .footer__bottom__gap {
    gap: 20px;
  }
  .footer__bottom__right__item--two {
    margin-top: 30px;
  }
  .footer__bottom__terms__text {
    margin-top: 60px;
  }
  .footer__top__item {
    padding: 40px 0;
  }
}
@media (max-width: 1100px) {
  .footer__bottom__container {
    flex-direction: column;
    gap: 50px;
  }
  .footer__bottom__grid, .footer__bottom__right, .footer__bottom__pay {
    width: 100%;
  }
  .footer__bottom__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.footer__bottom__gap__block__mobile {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .footer {
    z-index: 9;
  }
  .footer__top {
    flex-direction: column;
    max-width: 95%;
    margin: 10px auto;
  }
  .footer__top__item {
    justify-content: flex-start;
    border: 1px solid #000;
    border-bottom: none;
    padding: 30px 20px;
  }
  .footer__top__item:last-child {
    border-bottom: 1px solid #000;
  }
  .footer__top__description {
    font-size: 18px;
  }
  .footer__bottom__grid, .footer__bottom__container, .footer__bottom__right, .footer__bottom__list {
    gap: 0;
  }
  .footer__bottom__right__item--two {
    margin-top: 0;
    border-top: solid #fff 2px;
    padding: 18px 0 20px;
  }
  .footer__bottom__right__item--two--after {
    position: relative;
    margin-bottom: 40px;
  }
  .footer__bottom__right__item--two--after::after {
    position: absolute;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -22px;
    left: 0;
    background-color: #fff;
  }
  .footer__bottom {
    padding: 60px 0 30px 0;
  }
  .footer__bottom__grid, .footer__bottom__right {
    display: flex;
    flex-direction: column;
  }
  .footer__bottom__gap {
    display: none;
  }
  .footer__bottom__gap.active {
    display: flex;
  }
  .footer__bottom__right__flex .footer__bottom__right__item--two {
    display: none !important;
  }
  .footer__bottom__title {
    font-size: 18px;
    font-weight: 400;
  }
  .footer__bottom__item {
    font-size: 15px;
  }
  .footer__bottom__no__line::after {
    height: 0 !important;
  }
  .footer__bottom__pay__image {
    width: 35px;
  }
  .footer__bottom__terms__text {
    font-size: 16px;
    margin-top: 0;
  }
  .footer__terms__text {
    font-size: 14px;
  }
  .footer__bottom__gap__block__mobile {
    display: flex !important;
    margin-top: 10px;
  }
  #desplegarFooter {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  #desplegarFooter::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -22px;
    left: 0;
    background-color: #fff;
  }
  #desplegarFooter::before {
    position: absolute;
    content: "";
    color: #fff;
    width: 20px;
    height: 8px;
    right: 0;
    background-repeat: no-repeat;
    background-image: url("../images/svg/down__white.svg");
    transition: 0.3s transform ease;
  }
  #desplegarFooter.active::before {
    transform: rotateX(180deg);
  }
}
.homeBanner {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.less30 {
  margin-top: -30px;
}

.home-banner__background {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.home-banner__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-banner__left {
  width: 50%;
  max-width: 1050px;
  padding: 10vh 25px 10vh 0;
}
.home-banner__right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner__right.mslidetop .slidermargins {
  overflow: hidden;
  padding: 0 0 0 50px;
  height: 500px;
  margin-top: 50px;
}
.home-banner__right.mslidetop .slidermargins .blog-slider {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 20px 20px 20px 0px;
  height: 350px;
  transition: all 0.3s;
  margin-top: 75px;
}
@media screen and (max-width: 992px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider {
    height: 350px;
  }
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item {
  display: flex;
  align-items: center;
  box-shadow: 3.32px 34.59px 28.9px -3px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__item {
    flex-direction: column;
  }
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active {
  opacity: 1;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content {
  font-weight: 400;
  margin-top: 40px;
  max-width: 90%;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__img {
  width: 234px;
  flex-shrink: 0;
  height: 498px;
  border: solid 1px #000000;
  border-radius: 30px;
  transform: translate(-44px, 1px);
  overflow: hidden;
  background-color: #fff;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__img img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__img {
    height: 270px;
  }
}
.home-banner__right.mslidetop .slidermargins .blog-slider__content {
  color: #313131;
  padding-right: 46px;
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__content {
    padding: 0;
  }
}
.home-banner__right.mslidetop .slidermargins .blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 28px;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__content p {
  color: #54564e;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__content .linkslide {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: #488AF7;
  font-weight: 600;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__content .linkslide img {
  padding: 0 5px;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.home-banner__right.mslidetop .slidermargins .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .home-banner__right.mslidetop .slidermargins .blog-slider .swiper-pagination-custom, .home-banner__right.mslidetop .slidermargins .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 36px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home-banner__right.mslidetop .slidermargins .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.home-banner__right.mslidetop .slidermargins .blog-slider__pagination .swiper-pagination-bullet {
  width: 5px;
  height: 10px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.home-banner__right.mslidetop .slidermargins .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #686868;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(56, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .home-banner__right.mslidetop .slidermargins .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 25px;
  }
}
.home-banner__title {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home-banner__title b {
  font-weight: 600;
}
.home-banner__phone {
  height: calc(100vh - 140px);
  max-height: 680px;
  padding-top: 5vh;
}
.home-banner__description {
  font-weight: 400;
  font-size: 18px;
  color: #54564E;
  margin-top: 40px;
  max-width: 90%;
  line-height: 24px;
}
.home-banner__block {
  display: flex;
  margin-top: 40px;
  gap: 10px;
}
.home-banner__cta {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  cursor: pointer;
}
.home-banner__cta__text, .home-banner__cta__icon {
  position: relative;
  z-index: 99;
}
.home-banner__cta:last-child {
  background-color: #488AF7;
}
.home-banner__cta:last-child:hover {
  background-color: #2B5394;
}
.home-banner__cta--hover {
  transition: 0.3s all ease;
}
.home-banner__cta__hover {
  background-position: 0% 50%;
  width: 300px;
  height: 100px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: 1s all ease;
}
.home-banner__cta--green {
  transition: 0.3s background-color ease;
  background-color: #479F7C;
}
.home-banner__cta--green:hover {
  background-color: #2B5F4A;
}
.home-banner__cta:hover .home-banner__cta__hover {
  opacity: 1;
}
.home-banner__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 110px;
}
.home-banner__bottom__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.home-banner__bottom__image {
  width: 100%;
  max-width: 180px;
}
.home-banner__bottom__text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.home-banner__bottom__description {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 20px;
  max-width: 160px;
}
.home-banner__bottom__icon {
  position: absolute;
  pointer-events: none;
}
.home-banner__bottom__icon--hidden {
  opacity: 0;
  transition: 0.3s opacity ease;
  left: 20px;
}
.home-banner__flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.home-iframe {
  width: 100%;
}
.home-iframe img,
.home-iframe video {
  position: fixed;
  height: 55%;
  width: 100%;
  top: 0px;
  right: -100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.home-iframe img.active,
.home-iframe video.active {
  right: 0%;
}
.home-iframe img.active-two,
.home-iframe video.active-two {
  right: -5%;
}
.home-iframe img.blockPrisma,
.home-iframe video.blockPrisma {
  top: 12%;
  height: 45%;
  right: -70%;
}
@media only screen and (min-width: 1367px) {
  .home-iframe img.blockPrisma,
  .home-iframe video.blockPrisma {
    right: -60%;
  }
}
.home-iframe iframe {
  width: 100%;
  background: #C3C2C4;
  height: 100% !important;
  min-height: 1100px !important;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home-card .swiper-slide {
  height: auto;
}
.home-card .swiper-container-horizontal {
  padding-bottom: 15px;
}
.home-card__item {
  height: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(2.33929px);
          backdrop-filter: blur(2.33929px);
  padding: 40px 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home-card__item:hover .home-card__icon--hover {
  margin-right: -5px;
}
.home-card__icon--hover {
  transition: 0.3s all ease;
}
.home-card__text {
  color: #54564E;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.home-card__icon {
  max-width: 30px;
  height: 30px;
  margin-bottom: 30px;
}
.home-card__icon--parent {
  max-width: none;
  width: 30px;
  height: 30px;
}
.home-card__icon--parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-card__flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.home-card__flex-end img {
  height: auto;
  margin-bottom: 0;
  margin-top: 10px;
}

.home-fondos {
  position: relative;
}
.home-fondos__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.home-fondos__image {
  width: 100%;
  max-height: 280px;
  min-height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px 0;
  border-radius: 8px 8px 0 0;
}
.home-fondos__item {
  position: relative;
  padding: 0;
  border: 1px solid #989A95;
  border-radius: 8px;
  transition: 0.3s background-color ease;
  transition-property: opacity, transform, background-color !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.home-fondos__item:hover {
  transition-duration: 0.3s !important;
  background-color: #488AF7;
}
.home-fondos__item:hover .home-fondos__title,
.home-fondos__item:hover .home-fondos__description,
.home-fondos__item:hover .home-fondos__text {
  color: #fff;
}
.home-fondos__item:hover .home-fondos__icon {
  filter: hue-rotate(60deg) brightness(1000000%);
}
.home-fondos__item__background {
  position: absolute;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, #E2F8F1 0%, #F0F5E8 35.16%, #F4E4F5 71.09%, #C9EBFC 100%);
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid #989A95;
  border-radius: 8px 8px 0 0;
}
.home-fondos__title {
  font-size: 20px !important;
  color: #050505;
  font-weight: 600;
  transition: 0.3s color ease;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-fondos__description {
  font-size: 18px;
  color: #54564E;
  font-weight: 400;
  margin: 10px 0 40px 0;
  transition: 0.3s color ease;
}
.home-fondos__title, .home-fondos__description, .home-fondos__flex-end {
  padding: 0 40px;
}
.home-fondos__flex-end {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: -20px;
  padding-bottom: 40px;
}
.home-fondos__flex-end.hidden {
  display: none;
}
.home-fondos__fit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border-radius: 100px;
  padding: 0;
}
.home-fondos__text {
  color: #488AF7;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease;
}
.home-fondos__text-negro {
  color: #050505;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease;
}
.home-fondos__text-azul {
  color: #488AF7;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease;
}
.home-fondos__background {
  position: absolute;
  z-index: -1;
  top: 0;
  transform: rotate(45deg);
  left: -703px;
}
.home-fondos__background__image {
  width: 1500px;
}

.home-competencies__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.home-competencies__title {
  font-size: 24px;
  font-weight: 600;
  color: #050505;
  margin: 10px 0;
}
.home-competencies__icon {
  width: 30px;
  height: 30px;
}
.home-competencies__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-competencies__description {
  font-size: 18px;
  color: #54564E;
  font-weight: 400;
}
.home-competencies__item {
  position: relative;
  padding: 0 20px;
  margin: 20px 0;
}
.home-competencies__item:first-child {
  padding: 0 20px 0 0;
}
.home-competencies__item::after {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 1.5px;
  height: 100%;
  background-color: #000;
}
.home-competencies__item:last-child::after {
  width: 0;
  height: 0;
}

.home-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-counter__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  background-color: #050505;
  border-radius: 8px;
  padding: 60px 30px;
}
.home-counter__item {
  width: 100%;
  text-align: center;
}
.home-counter__item:first-child .home-counter__number::before {
  position: relative;
  content: "+";
  font-size: 50px;
  color: #fff;
}
.home-counter__item:nth-child(3) .containerNumber {
  display: flex;
  justify-content: center;
}
.home-counter__item:nth-child(3) .containerNumber__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "work-sans";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.home-counter__item:nth-child(3) .containerNumber__text p {
  color: #FFF;
}
.home-counter__item:nth-child(3) .home-counter__number {
  display: inline-block;
}
.home-counter__number {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.home-counter__text {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.home-card .swiper-slide {
  opacity: 0;
  animation: 1s 1 card-right ease 0.2s forwards;
}
.home-card .swiper-slide:nth-child(2) {
  animation-delay: 0.5s;
}
.home-card .swiper-slide:nth-child(3) {
  animation-delay: 1s;
}
.home-card .swiper-slide:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes card-right {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .home-banner__bottom__text {
    font-size: 18px;
  }
  .home-banner__title {
    font-size: 36px;
  }
  .home-banner__right {
    align-items: flex-start;
  }
  .home-banner__description {
    line-height: 1.3;
  }
  .home-banner__left {
    padding: 10vh 25px 10vh 0;
  }
  .home-banner__cta {
    padding: 18px 20px;
  }
  .home-banner__cta__text {
    font-size: 18px;
  }
  .home-banner__phone {
    height: calc(100vh - 210px);
  }
  .home-banner__block, .home-banner__description {
    margin-top: 30px;
  }
  .home-fondos__image {
    max-height: 240px;
    min-height: 240px;
  }
  .home-fondos__item::after {
    height: 200px;
  }
  .home-fondos__title, .home-fondos__description, .home-fondos__flex-end {
    padding: 0 20px;
  }
  .home-fondos__flex-end {
    padding-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .home-counter__number {
    font-size: 40px;
  }
  .home-counter__number::after, .home-counter__number::before {
    font-size: 40px !important;
  }
  .home-counter__text {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .home-banner__left {
    width: 100%;
    padding: 10vh 0;
  }
  .home-banner__right {
    width: 100%;
    display: none !important;
  }
  .home-banner__right .slidermargins {
    margin-top: 0px !important;
  }
  .home-banner__right .slidermargins .blog-slider {
    margin-top: 0px !important;
  }
  .home-banner__right .slidermargins .blog-slider__img {
    display: none;
  }
  .home-banner__right .slidermargins .blog-slider__content {
    margin: 30px;
  }
  .home-banner__flex {
    flex-direction: column;
  }
  .home-banner__bottom {
    position: relative;
    bottom: unset;
  }
  .home-card__item {
    padding: 40px 20px;
  }
  .home-fondos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-fondos__item:last-child {
    grid-column: 1/3;
    max-width: 550px;
    margin: auto;
  }
  .home-counter__grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    margin: auto;
    gap: 60px;
  }
  .home-competencies__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-competencies__item:nth-child(2)::after {
    height: 0;
    width: 0;
  }
  .home-competencies__item:last-child {
    grid-column: 1/3;
    max-width: 550px;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .home-iframe img {
    width: 900px;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: contain;
       object-fit: contain;
    right: -600px;
    transform: translateX(0px) !important;
    height: 60%;
  }
  .home-iframe img.active {
    right: -500px;
  }
  .home-iframe img.active-two {
    right: -500px;
  }
  .home-iframe iframe {
    width: 1500px;
  }
  .home-banner__left {
    padding: 60px 0 40px 0;
    width: 100%;
  }
  .home-banner__title {
    font-size: 30px;
    font-weight: 500;
  }
  .home-banner__title b {
    font-weight: 500;
  }
  .home-banner__block {
    margin-top: 80px;
  }
  .home-banner__cta {
    padding: 25px 40px;
    min-width: 180px;
  }
  .home-banner__cta__text {
    font-size: 18px;
  }
  .home-banner__description {
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.5;
  }
  .home-banner__bottom {
    padding: 0;
  }
  .home-banner__bottom__text {
    font-size: 18px;
  }
  .home-fondos__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 80px;
  }
  .home-fondos__item {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
  .home-fondos__item:last-child {
    grid-column: 1/2;
  }
  .home-fondos__title {
    font-size: 24px;
    font-weight: 600;
  }
  .home-fondos__description {
    font-size: 18px;
  }
  .home-fondos__text {
    font-size: 18px;
  }
  .home-fondos__background {
    left: -600px;
  }
  .home-fondos__background__image {
    width: 1000px;
  }
  .home-card {
    margin-top: 120px;
  }
  .home-card__item {
    padding: 40px 40px;
  }
  .home-card__text {
    font-size: 18px;
  }
  .home-competencies__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-competencies__item {
    display: none;
    padding: 0;
    margin: 0;
  }
  .home-competencies__item:first-child {
    display: block;
  }
  .home-competencies__item:first-child::after {
    height: 0;
    width: 0;
  }
  .home-competencies__title {
    font-size: 24px;
  }
  .home-competencies__description {
    font-size: 18px;
  }
  .home-banner__bottom {
    display: block;
    margin: 20px 0;
  }
  .home-banner__bottom__item {
    margin-bottom: 1rem;
  }
  .home-banner__bottom__text {
    font-size: 16px;
  }
  .home-banner__bottom__image {
    max-width: 140px;
  }
  .less30 {
    margin-top: 0;
  }
  .less30.scrollhidd {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .home-banner__left {
    width: 100%;
  }
  .home-banner__title {
    font-size: 20px;
  }
  .home-banner__description {
    font-size: 16px;
  }
  .home-banner__block {
    width: 100%;
  }
  .home-banner__cta {
    padding: 18px 5px;
    min-width: auto;
    width: 50%;
  }
  .home-banner__cta__text {
    font-size: 16px;
  }
  .home-banner__cta__icon {
    max-width: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-banner__cta:first-child {
    width: 50%;
  }
  .home-banner__cta:first-child .home-banner__cta__icon {
    display: none;
  }
  .home-banner .slidermargins {
    padding: 0 !important;
    height: 300px !important;
  }
  .home-banner .slidermargins .blog-slider {
    padding: 0 !important;
    min-height: 300px !important;
  }
  .home-banner .slidermargins .blog-slider__pagination {
    top: 285px !important;
  }
  .home-banner .slidermargins .blog-slider__img {
    display: none;
  }
  .home-banner .slidermargins .blog-slider__content {
    margin: 30px;
    margin-top: 0px;
  }
  .home-iframe__container .notmobile {
    display: none;
  }
}
.breadcrumb.about {
  padding-top: 80px;
}

.breadcrumb.services {
  padding-bottom: 20px;
}
.breadcrumb.services img {
  display: block !important;
  width: 15px;
  height: auto;
  position: unset;
}

.about-banner {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-height: 400px;
  height: 280px;
  overflow: hidden;
}
.about-banner__left {
  max-width: 800px;
  width: 70%;
}
.about-banner__right {
  width: 30%;
}
.about-banner__right__image {
  width: 100%;
  position: relative;
  bottom: -10vh;
}
.about-banner__right--hidden {
  opacity: 0 !important;
}
.about-banner__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-banner__bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.about-banner__bubble img {
  width: 100%;
}
.about-banner__bubble__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
.about-banner__bubble__right img {
  width: 100%;
  max-height: 720px;
  max-width: 850px;
}
.about-banner--nolimit .about-banner__bubble__right__image {
  max-width: 100%;
}
.about-banner .breadcrumb {
  left: 0;
  bottom: 40px;
}

.about__phone {
  display: flex;
  gap: 40px;
}
.about__phone__left {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__phone__left__block {
  position: relative;
}
.about__phone__left__phone {
  width: 100%;
  max-width: 300px;
}
.about__phone__left__coin, .about__phone__left__four, .about__phone__left__money {
  position: absolute;
  z-index: 9;
}
.about__phone__left__coin img, .about__phone__left__four img, .about__phone__left__money img {
  width: 100%;
}
.about__phone__left__coin {
  top: 0;
  right: -115px;
  top: -40px;
  max-width: 120px;
}
.about__phone__left__four {
  width: 100%;
  max-width: 100px;
  left: -110px;
  top: 125px;
}
.about__phone__left__money {
  width: 100%;
  max-width: 90px;
  left: -80px;
  bottom: 60px;
}
.about__phone__message {
  position: absolute;
  max-width: 220px;
  z-index: 9;
  right: -110px;
}
.about__phone__message__image {
  width: 100%;
}
.about__phone__message__top {
  top: 80px;
}
.about__phone__message__left {
  left: -110px;
  top: 255px;
}
.about__phone__message__bottom {
  bottom: 100px;
}
.about__phone__right {
  width: 40%;
}
.about__phone__right__title {
  font-size: 24px;
  color: #050505;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about__phone__right__description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 24px;
  color: #54564E;
}
.about__phone__right__description a {
  font-weight: 600;
  color: #54564E;
  text-decoration: underline;
}
.about__phone__right__description a:hover {
  color: #488AF7;
  text-decoration: none;
}
.about__phone__right__licence {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 15px 20px 15px 30px;
  background-color: #F9F9F9;
  border-radius: 8px;
  margin-top: 30px;
}
.about__phone__right__licence__image {
  width: 100%;
  max-width: 80px;
}
.about__phone__right__licence__block {
  min-width: 90px;
}
.about__phone__right__licence__description {
  font-size: 16px;
  color: #050505;
  font-weight: 400;
}
.about__phone__right__bottom {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}
.about__phone__right__bottom__cta {
  text-align: center;
  padding: 8px 30px;
  background-color: #488AF7;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s all ease;
  font-size: 20px;
}
.about__phone__right__bottom__cta:hover {
  background-color: #2B5394;
}
.about__phone__right__prisma {
  max-width: 160px;
  margin-right: 15px;
}
.about__phone__right__prisma img {
  width: 100%;
}

.about__coin {
  position: relative;
  z-index: 99;
}
.about__coin__image {
  position: absolute;
  width: 100%;
  max-width: 120px;
  right: -40px;
}

.about__fredoom {
  padding: 120px 0 100px 0;
  background-color: #F9F9F9;
}
.about__fredoom__left {
  width: 30%;
}
.about__fredoom__right {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.about__fredoom__right__block {
  width: 80%;
}
.about__fredoom__right__block img {
  width: 100%;
}
.about__fredoom__right__container {
  position: absolute;
  width: 30%;
  left: 85px;
  top: 20%;
}
.about__fredoom__right__item {
  width: 100%;
  max-width: 200px;
  position: relative;
}
.about__fredoom__right__item img {
  width: 100%;
}
.about__fredoom__right__item--two {
  width: 100%;
  max-width: 350px;
  position: relative;
  margin-top: 20px;
  left: -30px;
}
.about__fredoom__right__item--two img {
  width: 100%;
}
.about__fredoom__block {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shine {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shine__description {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
}
.shine__image {
  position: absolute;
  max-width: 70px;
  transform: rotate(30deg);
}
.shine__image--hidden {
  opacity: 0;
  left: 15px;
  transition: 0.3s opacity ease;
  animation: shine ease 1s infinite;
}
.shine:hover .shine__image--hidden {
  animation-play-state: paused;
  opacity: 1;
}

.about__iframe {
  height: 100vh;
  max-height: 70vh;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 5px;
}
.about__iframe iframe {
  position: absolute;
  width: 2000px;
  height: 1125px;
  top: 0px;
  left: -300px;
}
.about__iframe__container {
  margin: 40px 0 0 0;
}

.about__card {
  padding: 30px 40px 50px 40px;
  background: linear-gradient(180deg, #E2F8F1 0%, #F0F5E8 35.16%, #F4E4F5 71.09%, #C9EBFC 100%);
  border: 1px solid #000;
  border-radius: 8px;
  max-width: 650px;
  height: 100%;
}
.about__card__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  padding-top: 150px;
}
.about__card__item:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
.about__card__title {
  font-size: 40px;
  font-weight: 600;
  color: #050505;
  max-width: 340px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about__card__middle {
  margin: 20px 0 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #050505;
}
.about__card__top {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.about__card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__card__bottom {
  margin-top: 30px;
}
.about__card__description {
  color: #54564E;
  font-size: 18px;
  line-height: 24px;
}

.about__image__promo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 850px;
  margin: auto;
}
.about__image__principal {
  width: 100%;
  margin-top: 60px;
  max-width: 850px;
}
.about__image__block div {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.about__image__block div img {
  width: 100%;
}
.about__image__block div:first-child {
  left: -17%;
  top: 20%;
  width: 180px;
}
.about__image__block div:nth-child(2) {
  left: 0;
  width: 80px;
  top: 33%;
}
.about__image__block div:nth-child(3) {
  width: 220px;
  left: -5%;
  bottom: 25%;
}
.about__image__block div:nth-child(4) {
  width: 120px;
  right: 0;
  top: 0;
  z-index: 9;
}
.about__image__block div:nth-child(5) {
  top: 22%;
  right: -27%;
  width: 300px;
}
.about__image__block div:nth-child(6) {
  width: 300px;
  right: -21%;
  bottom: 10%;
}

.about__image__promo.aos-animate .about__image__block div:nth-child(1), .about__image__promo.aos-animate .about__image__block div:nth-child(2), .about__image__promo.aos-animate .about__image__block div:nth-child(3) {
  animation: fade-to-right 1s ease forwards;
}
.about__image__promo.aos-animate .about__image__block div:nth-child(4), .about__image__promo.aos-animate .about__image__block div:nth-child(5), .about__image__promo.aos-animate .about__image__block div:nth-child(6) {
  animation: fade-to-left 1s ease forwards;
}
.about__image__promo.aos-animate .about__image__block div:nth-child(1), .about__image__promo.aos-animate .about__image__block div:nth-child(4) {
  animation-delay: 0.5s;
}
.about__image__promo.aos-animate .about__image__block div:nth-child(2), .about__image__promo.aos-animate .about__image__block div:nth-child(5) {
  animation-delay: 0.75s;
}
.about__image__promo.aos-animate .about__image__block div:nth-child(3), .about__image__promo.aos-animate .about__image__block div:nth-child(6) {
  animation-delay: 1s;
}

@keyframes fade-to-right {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-to-left {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.about__background__image img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about__background__image__hidden {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .about__image__promo {
    max-width: 650px;
  }
  .about__image__principal {
    max-width: 650px;
  }
  .about__image__block div:first-child {
    width: 140px;
  }
  .about__image__block div:nth-child(2) {
    width: 60px;
  }
  .about__image__block div:nth-child(3) {
    width: 180px;
  }
  .about__image__block div:nth-child(4) {
    width: 90px;
  }
  .about__image__block div:nth-child(5) {
    right: -30%;
    width: 250px;
  }
  .about__image__block div:nth-child(6) {
    width: 250px;
  }
  .about__iframe iframe {
    left: -400px;
    top: -205px;
  }
  .about-banner__bubble__right {
    width: 60%;
  }
  .about__phone__left__phone {
    max-width: 240px;
  }
  .about__phone__left__coin {
    top: 0;
    right: -80px;
    top: -40px;
    max-width: 80px;
  }
  .about__phone__left__four {
    max-width: 60px;
    left: -50px;
    top: 95px;
  }
  .about__phone__left__money {
    max-width: 50px;
    left: -40px;
    bottom: 60px;
  }
  .about__phone__message {
    max-width: 150px;
  }
  .about__phone__right__licence__block {
    min-width: 70px;
  }
  .about__phone__right__licence__block__image {
    max-width: 70px;
  }
  .about__coin__image {
    max-width: 90px;
  }
}
@media (max-width: 992px) {
  .about__image__promo img {
    margin: 40px 0;
  }
  .about__phone {
    flex-direction: column-reverse;
    gap: 80px;
  }
  .about__phone__left, .about__phone__right {
    width: 100%;
  }
  .about__phone__right__title {
    font-size: 22px;
  }
  .about__phone__right__description {
    font-size: 18px;
  }
  .about__phone__right__licence {
    max-width: 600px;
    margin: 20px auto 20px auto;
  }
  .about__phone__right__licence__description {
    font-size: 14px;
    font-weight: 400;
  }
  .about__phone__right__licence__block {
    width: 70px;
    min-width: 70px;
  }
  .about__phone__right__bottom {
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
  }
  .about__phone__right__bottom__cta {
    font-size: 16px;
    padding: 8px 20px;
  }
  .about__phone__right__prisma {
    max-width: 140px;
  }
  .about-banner {
    padding-bottom: 0;
    max-height: 100%;
    overflow: visible;
    height: auto;
  }
  .about-banner__left {
    width: 70%;
  }
  .about-banner__right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -60px;
  }
  .about-banner__right__image {
    max-width: 250px;
    margin-top: 0;
    bottom: unset;
  }
  .about-banner__title {
    font-size: 24px;
    line-height: 1.2;
    padding-top: 80px;
    max-width: 500px;
    font-weight: 500;
  }
  .about-banner__bubble__right {
    width: auto;
    right: -550px;
    top: -200px;
  }
  .about-banner__bubble__right img {
    width: auto;
    min-height: 680px;
  }
  .about__fredoom {
    padding: 60px 0;
    padding-left: 5%;
  }
  .about__fredoom__block {
    flex-direction: column;
    gap: 80px;
  }
  .about__fredoom__right, .about__fredoom__left {
    width: 100%;
  }
  .about__card__item {
    display: flex;
    justify-content: center;
  }
  .about__card__item:nth-child(even) {
    justify-content: center;
  }
  .about__card__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding-top: 40px;
    border-top: 1px solid #000;
  }
  .about__card__title {
    font-size: 24px;
  }
  .about__card__description {
    font-size: 18px;
    line-height: 25px;
  }
  .about__card__image {
    max-width: 35px;
  }
  .about__iframe {
    margin-bottom: 40px;
  }
  .about__iframe iframe {
    left: -600px;
    top: 0;
  }
  .shine__description {
    font-size: 16px;
  }
  .shine__image {
    max-width: 60px;
  }
}
@media (max-width: 768px) {
  .about__image__promo {
    max-width: 300px;
  }
  .about__image__principal {
    max-width: 300px;
  }
  .about__image__block div:first-child {
    width: 80px;
    top: 5%;
    left: -10%;
  }
  .about__image__block div:nth-child(2) {
    width: 30px;
    top: 18%;
  }
  .about__image__block div:nth-child(3) {
    width: 100px;
    top: 30%;
  }
  .about__image__block div:nth-child(4) {
    width: 40px;
  }
  .about__image__block div:nth-child(5) {
    right: -10%;
    width: 100px;
    z-index: 9;
  }
  .about__image__block div:nth-child(6) {
    right: -5%;
    width: 100px;
    bottom: unset;
    top: 40%;
  }
  .about__image__block img {
    position: absolute;
  }
  .about__phone__left__phone {
    max-width: 200px;
  }
  .about__phone__left__coin {
    top: 0;
    right: -80px;
    top: -40px;
    max-width: 80px;
  }
  .about__phone__left__four {
    max-width: 60px;
    left: -50px;
    top: 95px;
  }
  .about__phone__left__money {
    max-width: 50px;
    left: -40px;
    bottom: 60px;
  }
  .about__phone__right__licence {
    flex-direction: column;
    gap: 10px;
  }
  .about__phone__right__licence__block {
    width: 70px;
    min-width: 70px;
  }
  .about__phone__right__licence__description {
    text-align: center;
  }
  .about__phone__message {
    max-width: 120px;
    right: -60px;
  }
  .about__phone__message__left {
    left: -60px;
    top: 170px;
  }
  .about__phone__message__top {
    top: 45px;
  }
  .about__fredoom__right__container {
    left: 10%;
    top: 30%;
  }
  .about__fredoom__right__item {
    max-width: 100px;
    min-width: 100px;
  }
  .about__fredoom__right__item--two {
    max-width: 150px;
    min-width: 150px;
    margin-top: 5px;
    left: -10px;
  }
  .about__fredoom__right__image {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .about__iframe img {
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .about-banner__title {
    max-width: 100%;
  }
  .about-banner__left {
    width: 100%;
  }
  .about-banner__right {
    margin-top: 0;
    position: relative;
    right: -40px;
  }
  .about-banner__right img {
    max-width: 200px;
  }
  .about__iframe {
    max-height: 300px;
  }
  .about__iframe iframe {
    width: 500px;
    height: 100%;
    left: 0;
  }
}
.services-banner .about-banner__bubble__right {
  top: 80px;
  right: unset;
  left: 0;
  max-height: 800px;
  width: 100%;
}
.services-banner .about-banner__bubble__right img {
  max-height: 80vh;
  min-height: 78vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.services-banner .breadcrumb {
  left: 0;
}
.services-banner .about-banner__left {
  max-width: 1000px;
}

.services-cards {
  position: relative;
  z-index: 9;
}
.services-cards .home-fondos__item {
  background-color: transparent;
}
.services-cards .home-fondos__item:hover {
  background-color: #488AF7;
}
.services-cards .home-fondos__item:hover .home-fondos__text-negro, .services-cards .home-fondos__item:hover .home-fondos__text-azul {
  color: #fff;
}

.services-bannerBody {
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px !important;
  width: 100%;
  color: #fff;
}
.services-bannerBody__texture {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.services-bannerBody__left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.services-bannerBody__left--cont {
  max-width: 500px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  text-align: start;
}
.services-bannerBody__left--cont h1 {
  color: #fff !important;
  letter-spacing: 7px;
  text-transform: uppercase;
  line-height: 56px;
}
.services-bannerBody__left--cont p {
  color: #fff !important;
}
.services-bannerBody__left--cont .cta {
  font-size: 16px;
  max-width: 145px;
}
.services-bannerBody__right {
  max-width: 637px;
  max-height: 550px;
  z-index: 2;
}
.services-bannerBody__right img {
  max-height: 550px;
}

.services-bubble {
  position: relative;
}
.services-bubble__item {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1000px;
  min-width: 1000px;
}
.services-bubble__item img {
  width: 100%;
}

.services-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  padding-top: 100px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
}

.services-background__index {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.services-background__left img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-background__left__item {
  max-width: 650px;
  position: relative;
  margin: auto;
}
.services-background__left__item::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 70%;
  border: 1px solid #050505;
  right: 10%;
  bottom: -10%;
  border-radius: 8px;
  z-index: -1;
}
.services-background__left, .services-background__right {
  width: 50%;
}
.services-background__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.services-background__item {
  padding: 40px 0;
  width: 90%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
}
.services-background__block {
  max-width: 650px;
}
.services-background__block p, .services-background .custom-block p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #54564E;
}
.services-background__block p a, .services-background .custom-block p a {
  font-weight: 600;
  color: #54564E;
  text-decoration: underline;
  color: #54564E;
}
.services-background__block p a:hover, .services-background .custom-block p a:hover {
  color: #488AF7;
  text-decoration: none;
}
.services-background__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 20px;
}
.services-background__description {
  color: #54564E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.filterallies {
  display: flex;
  flex-wrap: wrap;
}
.filterallies #nofound {
  display: none;
}
.filterallies .allies__filter {
  width: 16%;
  margin-top: 4px;
}
.filterallies #aliadobox {
  width: 84%;
}
.filterallies .acordeonmobile .mobiletext {
  position: relative;
  margin-bottom: 20px;
  display: none;
}
.filterallies .acordeonmobile .mobiletext h3 {
  color: #9f9e9e;
  font-size: 20px;
  margin: 0 20px;
}
.filterallies .acordeonmobile .mobiletext::after {
  position: absolute;
  content: "";
  background-image: url(../images/svg/filter-funnel-02.svg);
  height: 27px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  z-index: 9;
}
.filterallies .acordeonmobile .accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  display: none;
  border-bottom: solid 2px #c9c9c9;
  font-weight: 600;
  position: relative;
}
.filterallies .acordeonmobile .accordion::after {
  position: absolute;
  content: "";
  background-image: url(../images/svg/icon__down__select.svg);
  height: 9px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  top: 30px;
  pointer-events: none;
}
.filterallies .acordeonmobile .active, .filterallies .acordeonmobile .accordion:hover {
  background-color: #f7f7f7;
}
.filterallies .acordeonmobile .panel {
  padding: 0 18px 0 0;
  display: block;
  background-color: white;
  overflow: hidden;
}
.filterallies .acordeonmobile .panel h5 {
  position: relative;
  font-size: 14px;
  color: #63645e;
}
.filterallies .acordeonmobile .panel h5.first {
  color: #000;
  font-size: 16px;
}
.filterallies .acordeonmobile .panel h5.first img {
  margin: 0 5px 2px;
}

.featureallies h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.featureallies .aliados-destacados {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.featureallies .aliados-destacados .aliado-destacado {
  border: 1px solid #989A95;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.featureallies .aliados-destacados .aliado-destacado img {
  width: 100%;
}
.featureallies .aliadosmobil {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: none;
}
.featureallies .aliadosmobil .swiper-slide {
  height: 220px;
  padding: 10px 0;
}
.featureallies .aliadosmobil .swiper-slide .aliado-destacado {
  border: 1px solid #989A95;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  height: 165px;
}
.featureallies .aliadosmobil .swiper-slide .aliado-destacado img {
  width: 100%;
}
.featureallies .aliadosmobil .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.featureallies .aliadosmobil .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  border-radius: 25px;
}
.featureallies .aliadosmobil .swiper-pagination .swiper-pagination-bullet-active {
  background: #727272;
}

.nobannercode .banner-custom__container {
  max-height: 125px;
  margin-top: 40px;
  background: none;
}
.nobannercode .banner-custom__container img {
  display: none;
}

.noimage {
  display: none;
}

.allies__container {
  margin-bottom: 6rem;
}
.allies__container h3 {
  width: 70%;
}
.allies__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 40px;
}
.allies__content .containerAllies {
  position: relative;
  padding: 1rem 3rem 2rem 3rem;
  border: 1px solid #989A95;
  border-radius: 8px;
  transition-property: opacity, transform, background-color !important;
  min-height: 410px;
}
@media (min-width: 991px) {
  .allies__content .containerAllies {
    padding: 2rem 3rem 2rem 3rem;
  }
}
.allies__content .containerAllies:hover {
  transition-duration: 0.3s !important;
  background-color: #488AF7;
}
.allies__content .containerAllies:hover p, .allies__content .containerAllies:hover a {
  color: #fff;
}
.allies__content .containerAllies:hover p.green, .allies__content .containerAllies:hover p.orange, .allies__content .containerAllies:hover p.red, .allies__content .containerAllies:hover a.green, .allies__content .containerAllies:hover a.orange, .allies__content .containerAllies:hover a.red {
  color: #fff;
}
.allies__content .containerAllies:hover .item__content2 img {
  filter: brightness(0) invert(1);
}
.allies__content .containerAllies:hover .item__content2 p img {
  filter: none;
}
.allies__content .containerAllies:hover .item__content3 {
  text-decoration: none;
}
.allies__content .containerAllies:hover .item__content3 img {
  filter: brightness(0) invert(1);
}
.allies__contentgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 40px;
}
.allies__contentgrid.theypay {
  grid-template-columns: repeat(1, 1fr);
}
.allies__contentgrid.theypay .item__legalsCard p {
  font-size: 12px;
  line-height: 18px;
}
.allies__contentgrid.theypay .leermastext {
  display: none;
  border-top: solid 2px #ccccca;
  padding: 15px 0 2px;
  margin-top: 20px;
}
.allies__contentgrid.theypay .leermastext h4 {
  font-size: 18px;
}
.allies__contentgrid.theypay .leermastext p {
  font-size: 15px;
  margin: 0;
}
.allies__contentgrid.theynotpay {
  grid-template-columns: repeat(3, 1fr);
}
.allies__contentgrid.theynotpay .tagscontainer .tagCard {
  font-size: 12px;
  padding: 0px;
  line-height: 22px;
  font-weight: 600;
  margin-left: 0;
  margin-right: 12px;
  margin-bottom: 6px;
  display: inline-flex;
}
.allies__contentgrid.theynotpay .tagscontainer .tagCard.padd {
  padding: 0 10px;
}
.allies__contentgrid.theynotpay .item__content1 {
  display: flex;
  justify-content: flex-end;
}
.allies__contentgrid.theynotpay .item__content1 p {
  padding: 0 10px 0 0;
  color: #000;
}
.allies__contentgrid.theynotpay .item__content1 p:last-of-type {
  padding: 0;
  font-weight: 600;
}
.allies__contentgrid.theynotpay .item__content1 p.green {
  color: #479F7C;
}
.allies__contentgrid.theynotpay .item__content1 p.orange {
  color: #F2A46A;
}
.allies__contentgrid.theynotpay .item__content1 p.red {
  color: #DD476F;
}
.allies__contentgrid.theynotpay .item__content1 .dificultyCustom {
  margin-top: 0px;
  margin-bottom: 12px;
  justify-content: flex-end;
}
.allies__contentgrid.theynotpay .item__content3 {
  display: flex;
  justify-content: flex-end;
}
.allies__contentgrid.theynotpay .item__content3 p {
  color: #2196F3;
  margin: 0;
  padding-right: 8px;
}
.allies__contentgrid.theynotpay .contentName h3 {
  font-size: 25px;
  margin-bottom: 16px;
  font-weight: 600;
}
.allies__contentgrid.theynotpay .allies__item {
  height: auto;
  display: block;
}
.allies__contentgrid.theynotpay .allies__item p {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #54564E;
}
.allies__contentgrid.theynotpay .allies__item a p {
  color: #2196F3;
  margin: 0;
}
.allies__contentgrid.theynotpay .allies__item .contentImg {
  width: 100%;
  background-color: #F7F7F7;
  height: 125px;
  display: flex;
}
.allies__contentgrid.theynotpay .allies__item .contentImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 30px;
}
.allies__contentgrid.theynotpay .imgText__item {
  margin: 20px 0;
}
.allies__contentgrid.theynotpay .imgText__item h4 {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0em;
}
.allies__contentgrid.theynotpay .imgText__item p {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #54564E;
}
.allies__contentgrid.theynotpay .containerAlliesn {
  position: relative;
  padding: 1rem 3rem 2rem 3rem;
  border: 1px solid #989A95;
  border-radius: 8px;
  transition-property: opacity, transform, background-color !important;
  min-height: 410px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 991px) {
  .allies__contentgrid.theynotpay .containerAlliesn {
    padding: 2rem 3rem 2rem 3rem;
  }
}
.allies__contentgrid .nofound {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 100px;
  border: solid 1px #a5a5a5;
  border-radius: 6px;
  justify-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.allies__contentgrid .nofound p {
  width: 100%;
  text-align: center;
}
.allies__contentgrid .containerAllies {
  position: relative;
  padding: 1rem 3rem 2rem 3rem;
  border: 1px solid #989A95;
  border-radius: 8px;
  transition-property: opacity, transform, background-color !important;
  min-height: 410px;
}
@media (min-width: 991px) {
  .allies__contentgrid .containerAllies {
    padding: 2rem 3rem 2rem 3rem;
  }
}
.allies__contentgrid .containerAllies:hover {
  transition-duration: 0.3s !important;
  background-color: #488AF7;
}
.allies__contentgrid .containerAllies:hover p, .allies__contentgrid .containerAllies:hover a {
  color: #fff;
}
.allies__contentgrid .containerAllies:hover p.green, .allies__contentgrid .containerAllies:hover p.orange, .allies__contentgrid .containerAllies:hover p.red, .allies__contentgrid .containerAllies:hover a.green, .allies__contentgrid .containerAllies:hover a.orange, .allies__contentgrid .containerAllies:hover a.red {
  color: #fff;
}
.allies__contentgrid .containerAllies:hover .item__content2 img {
  filter: brightness(0) invert(1);
}
.allies__contentgrid .containerAllies:hover .item__content2 p img {
  filter: none;
}
.allies__contentgrid .containerAllies:hover .item__content3 {
  text-decoration: none;
}
.allies__contentgrid .containerAllies:hover .item__content3 img {
  filter: brightness(0) invert(1);
}
.allies__item {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.allies__item .item__content1 {
  display: flex;
  justify-content: flex-end;
}
.allies__item .item__content1 p {
  padding: 0 10px 0 0;
  color: #000;
}
.allies__item .item__content1 p:last-of-type {
  padding: 0;
  font-weight: 600;
}
.allies__item .item__content1 p.green {
  color: #479F7C;
}
.allies__item .item__content1 p.orange {
  color: #F2A46A;
}
.allies__item .item__content1 p.red {
  color: #DD476F;
}
.allies__item .item__content2 {
  margin: 2rem 0;
}
.allies__item .item__content2 .contentImg {
  width: 100%;
}
.allies__item .item__content2 img {
  max-width: 130px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.allies__item .item__legalsCard {
  margin-bottom: 2rem;
}
.allies__item .item__legalsCard p {
  font-size: 14px !important;
  line-height: 18px !important;
  font-style: italic;
}
@media (min-width: 991px) {
  .allies__item .item__legalsCard p {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
.allies__item .item__content3 {
  display: flex;
  justify-content: flex-end;
}
.allies__item .item__content3 p {
  padding: 0 10px 0 0;
  color: #488AF7 !important;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease;
  margin-bottom: 0;
}
.allies__item.twocols {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  min-height: 51%;
  height: auto;
}
.allies__item.twocols .col {
  width: calc(50% - 20px);
  padding: 10px 0 25px;
}
.allies__item.twocols .col .tagscontainer {
  display: flex;
  margin-bottom: 20px;
}
.allies__item.twocols .col .tagscontainer .tagCard {
  margin-left: 0;
  margin-right: 12px;
  padding: 0 8px 0 0;
  font-size: 16px;
}
.allies__item.twocols .col .tagscontainer .tagCard.padd {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.allies__item.twocols .col .contentImg {
  background-color: #F7F7F7;
  border-radius: 0;
  text-align: center;
  margin-bottom: 12px;
  min-height: 150px;
  align-items: center;
  display: flex;
  justify-items: center;
}
.allies__item.twocols .col .contentImg img {
  margin: 0 auto;
}
.allies__item.twocols .col .label-dificulty {
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.allies__item.twocols .col .linkaliados {
  display: flex;
  justify-content: flex-end;
}
.allies__item.twocols .col .linkaliados .showleermas {
  display: none;
  align-items: center;
  padding: 0px 20px;
  border-radius: 50px;
  cursor: pointer;
}
.allies__item.twocols .col .linkaliados .showleermas p {
  color: #4a8bf7;
}
.allies__item.twocols .col .linkaliados .showleermas.show {
  display: flex;
}
.allies__item.twocols .col .linkaliados .greenbtn {
  background-color: #479f7c;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 50px;
}
.allies__item.twocols .col .linkretrae {
  display: none;
  justify-content: flex-end;
  margin: 0 0 2px;
}
.allies__item.twocols .col .linkretrae.show {
  display: flex;
}
.allies__item.twocols .col .linkretrae .hideleermas {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 50px;
  cursor: pointer;
}
.allies__item.twocols .col .linkretrae .hideleermas p {
  color: #4a8bf7;
}
.allies__item.twocols .col .label-dificulty p {
  margin-right: 7px;
}
.allies__item.twocols .col .label-dificulty .green {
  font-weight: 600;
  color: #479F7C;
}
.allies__item.twocols .col .label-dificulty .red {
  font-weight: 600;
  color: #DD476F;
}
.allies__item.twocols .col .label-dificulty .orange {
  font-weight: 600;
  color: #F2A46A;
}
.allies__item.twocols .col .tagCard {
  margin-left: 3rem;
  padding: 0 8px 0 0;
  font-size: 15px;
  border: 1px solid #bac7c3;
}
.allies__item.twocols .col .tagCard i {
  display: inline-block;
  padding: 9px 10px;
  border-radius: 3px 0 0 3px;
  height: 35px;
}
.allies .mobile {
  display: none;
}
.allies .mobile .swiper-wrapper {
  padding-bottom: 3.5rem;
}
.allies .mobile .swiper-pagination-bullet-active {
  background: #54564E;
}
.allies .mobile .allies__item {
  min-height: 440px;
}
.allies .swiperIngresos {
  overflow: hidden;
}
.allies .swiperIngresos span {
  width: 20px;
  height: 5px;
  border-radius: 5px;
}
.allies .tagCard {
  font-size: 12px;
  padding: 0px 8px;
  line-height: 18px;
  left: 0;
  font-weight: 600;
  margin-left: 2.5rem;
}
.allies .dificultyCustom {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .allies .dificultyCustom {
    margin-top: 45px;
  }
}
.allies .filterallies .allies__filter {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Style the checkmark/indicator */
}
.allies .filterallies .allies__filter br {
  display: initial;
}
.allies .filterallies .allies__filter .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #54564E;
}
.allies .filterallies .allies__filter .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.allies .filterallies .allies__filter .checkmark {
  border: #2196F3 solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
}
.allies .filterallies .allies__filter .checkmark.radios {
  border-radius: 50%;
}
.allies .filterallies .allies__filter .container:hover input ~ .checkmark {
  border-color: #2b5394;
}
.allies .filterallies .allies__filter .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.allies .filterallies .allies__filter .container:hover input:checked ~ .checkmark {
  background-color: #2b5394;
  border-color: #2b5394;
}
.allies .filterallies .allies__filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.allies .filterallies .allies__filter .container input:checked ~ .checkmark:after {
  display: block;
}
.allies .filterallies .allies__filter .container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.allies .filterallies .allies__filter .container .checkmark.radios:after {
  top: 5px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  line-height: 0;
}

.imgText__container {
  padding: 90px;
  background-color: #fff;
}
.imgText__container.gray {
  background-color: #F4F4F4;
}
.imgText__body {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}
.imgText__content1 {
  width: 50%;
}
.imgText__content1 p {
  padding: 20px 0 0 0;
}
.imgText__content1 p a {
  color: #54564E;
  text-decoration: underline;
}
.imgText__content1 p a:hover {
  color: #488AF7;
  text-decoration: none;
}
.imgText__content1 .linkIngresos-aliados {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #488AF7;
  text-decoration: none;
}
.imgText__content2 {
  width: 50%;
}
.imgText__legalsCard {
  width: 80%;
  margin: 0 auto;
}
.imgText__legalsCard p {
  font-size: 14px !important;
  line-height: 18px !important;
  font-style: italic;
}
@media (min-width: 991px) {
  .imgText__legalsCard p {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
.imgText__item {
  margin-bottom: 25px;
}
.imgText__item .tittle {
  display: flex;
}
.imgText__item .tittle img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-top: 2px;
  margin-right: 15px;
}
.imgText__item .tittle h4 {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.imgText__item p {
  margin-left: 38px;
}
.imgText__item p a {
  color: #54564E;
  text-decoration: underline;
}
.imgText__item p a:hover {
  color: #488AF7;
  text-decoration: none;
}

.table-content {
  overflow-x: scroll;
  margin-top: 15px;
  border-collapse: collapse;
}
.table-content-header {
  background-color: #D5D5D5;
  border-radius: 15px;
  border: 1px solid;
}
.table-content-header-item {
  border: 1px solid #000;
  padding: 5px;
  word-break: break-word;
}
.table-content-body-item {
  border: 1px solid #000;
  padding: 5px;
  margin: 0;
  border-collapse: unset;
  text-align: center;
  text-transform: uppercase;
}
.table-content-body-item a {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #DFDADA;
  padding: 10px 5px;
  border-radius: 15px;
  color: #000;
  border: 1px solid gray;
  transition: all 1s ease-out;
}
.table-content-body-item a:hover {
  color: #fff;
  background-color: gray;
  transition: all 1s ease-out;
}

.home-fondos__grid {
  position: relative;
  min-height: 115px;
}

.notareas {
  width: 100%;
  border: solid 1px gray;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  position: absolute;
}
@media (max-width: 1280px) {
  .services-bannerBody__left--cont {
    max-width: none;
  }
  .allies .swiperIngresos {
    overflow: hidden;
  }
  .allies .swiperIngresos span {
    width: auto;
    height: auto;
  }
}
@media (max-width: 992px) {
  .services-background__left {
    display: none;
  }
  .services-background__right {
    width: 100%;
  }
  .services-background__container {
    padding: 60px 0 20px 0;
  }
  .services-swiper-mobile .swiper-slide {
    height: auto;
  }
  .services-swiper-mobile .swiper-slide .home-fondos__item {
    height: 100%;
  }
  .services-banner .about-banner__left {
    padding: 0 0 80px 0;
  }
  .services-banner .about-banner__bubble__right {
    left: 0;
  }
  .services-banner .about-banner__bubble__right__image {
    transform: rotate(180deg);
    width: 100vw;
  }
  .services-banner .breadcrumb {
    padding: 40px 0;
  }
  .services-background {
    padding: 60px 20px 60px 20px;
    background-attachment: inherit;
    background-position: right;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services-background__item {
    padding: 20px 0;
    justify-content: center;
  }
  .services-background__block {
    max-width: 100%;
  }
  .services-background__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .services-background__description {
    font-size: 16px;
    line-height: 22px;
  }
  .services-title {
    font-size: 24px;
    font-weight: 600;
    padding: 40px 0;
  }
  .services-cards .home-fondos__title,
  .services-cards .home-fondos__description {
    font-size: 18px;
  }
  .services-cards .home-fondos__text {
    font-size: 17px;
  }
  .allies__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .imgText__container {
    padding: 60px;
  }
  .imgText__body {
    width: 100%;
    flex-direction: column;
  }
  .imgText__content1 {
    width: 100%;
  }
  .imgText__content2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .services-banner .about-banner__bubble__right__image {
    transform: rotate(180deg);
    width: 120vw;
  }
  .services-banner .breadcrumb {
    top: unset;
    padding: 0;
  }
  .services-banner .about-banner__left {
    padding: 0;
  }
  .services-banner .about-banner {
    padding-bottom: 0;
  }
  .allies__container h3 {
    width: 90%;
  }
  .allies__content {
    display: none;
  }
  .allies .mobile {
    display: block;
    margin-top: 40px;
  }
  .allies .mobile .allies__item {
    max-width: 550px;
    padding: 2rem 20px;
    border: 1px solid #989A95;
    border-radius: 8px;
  }
  .allies .mobile .allies__item .item {
    position: relative;
  }
  .allies .mobile .allies__item .item__content1 {
    position: absolute;
    flex-direction: column;
    align-items: start;
    left: 2.5rem;
    top: 4rem;
  }
  .allies .mobile .allies__item .item__content1 p {
    padding: 0;
  }
  .allies .mobile .allies__item .item__content2 {
    margin-top: 80px;
  }
  .allies__item__legalsCard p {
    font-size: 14px;
  }
  .allies__contentgrid.theynotpay {
    grid-template-columns: repeat(1, 1fr);
  }
  .imgText__container {
    padding: 30px;
  }
  .imgText__legalsCard {
    font-size: 14px;
  }
  .imgText__legalsCard p {
    font-size: 14px !important;
  }
  .filterallies .allies__filter {
    width: 100%;
  }
  .filterallies #aliadobox {
    width: 100%;
  }
  .filterallies #aliadobox .containerAlliesn {
    padding: 1rem;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols {
    gap: 10px;
    flex-direction: column;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols .col {
    padding: 80px 0 25px 0;
    width: 100%;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols .col .tagCard {
    padding: 0 8px 0 0;
    font-size: 16px;
    display: inline-flex;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols .col .contentImg img {
    width: 100%;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols .col .imgText__item {
    display: none;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols .col .label-dificulty {
    left: 20px;
    top: 60px;
  }
  .filterallies #aliadobox .containerAlliesn .allies__item.twocols .col:nth-child(2) {
    padding: 15px 0 25px 0;
  }
  .filterallies .acordeonmobile .mobiletext {
    display: block;
  }
  .filterallies .acordeonmobile .panel {
    display: none;
  }
  .filterallies .acordeonmobile .panel h5 {
    display: none;
  }
  .filterallies .acordeonmobile .accordion {
    display: block;
  }
  .featureallies .aliados-destacados {
    display: none;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .featureallies .aliados-destacados .aliado-destacado {
    min-height: 120px;
  }
  .featureallies .aliadosmobil {
    display: block;
  }
  .featureallies .aliadosmobil .accordion {
    display: block;
  }
  .featureallies .aliadosmobil .accordion h5 {
    display: none;
  }
}
.error {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 9;
}
.error__left {
  width: 35%;
}
.error__title {
  font-size: 8vw;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.error__description {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  margin: 20px 0;
}
.error__text {
  font-size: 20px;
  font-weight: 400;
}
.error__text a {
  color: #488AF7;
  text-decoration: underline;
  cursor: pointer;
}
.error__text a:hover {
  text-decoration: none;
}
.error__right {
  width: 75%;
}
.error__right__block {
  width: 100%;
}
.error__right__image {
  width: 100%;
  height: calc(100vh - 100px);
  max-height: 750px;
  -o-object-fit: contain;
     object-fit: contain;
}
.error__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  padding: 12px 40px;
  background-color: #488AF7;
  border-radius: 50px;
  margin-bottom: 30px;
  transition: 0.3s background-color ease;
}
.error__cta__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.error__background {
  position: fixed;
  top: 0;
  left: 0;
}
.error__background__image {
  width: 100vw;
  height: 100vh;
}

@media (max-width: 1440px) {
  .error__description {
    font-size: 20px;
  }
  .error__title {
    font-size: 7vw;
  }
  .error__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .error {
    flex-direction: column-reverse;
    gap: 0;
  }
  .error__container {
    margin-top: 85px !important;
  }
  .error__left, .error__right {
    width: 100%;
  }
  .error__left {
    max-width: 400px;
  }
  .error__title {
    font-size: 75px;
  }
  .error__description {
    font-size: 16px;
    line-height: 26px;
    width: 85%;
  }
  .error__right__image {
    height: auto;
    max-width: 400px;
    margin: auto;
  }
  .error__right__block {
    display: flex;
  }
}
.containerArrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.containerArrows #btnPrevArrow {
  margin-right: 5px;
}
.containerArrows #btnPrevArrow,
.containerArrows #btnNextArrow {
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  position: relative;
}
.containerArrows #btnPrevArrow:hover,
.containerArrows #btnNextArrow:hover {
  cursor: pointer;
}
.containerArrows #btnNextArrow::before,
.containerArrows #btnPrevArrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
  border-radius: 50px;
}
.containerArrows #btnPrevArrow::before {
  transform: translate(0, -50%) rotate(-45deg);
}
.containerArrows #btnNextArrow::after,
.containerArrows #btnPrevArrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 70%;
  left: 0;
  transform: translate(0, -50%) rotate(-45deg);
  border-radius: 50px;
}
.containerArrows #btnPrevArrow::after {
  transform: translate(0, -50%) rotate(45deg);
}

.potencialShine {
  position: relative;
  padding-bottom: 80px;
}
.potencialShine .shine-bubble__block {
  height: 100%;
}
.potencialShine .shine-bubble__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.potencialShine .swiper-shine-top__description {
  color: #050505;
}

.shine-potential {
  max-width: 1050px;
  width: 90%;
  margin: 0 auto 120px auto;
}
.shine-potential__title {
  text-align: center !important;
  font-size: 42px;
  color: #050505;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.shine-potential__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  color: #54564E;
}
.shine-potential__description span {
  font-weight: 600;
}
.shine-potential__top {
  margin: 120px 0;
}
.shine-potential__flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shine-potential__flex .swiper-shine-top__description {
  font-size: 45px;
}
.shine-potential__flex .swiper-shine-top__image {
  width: 200px !important;
  height: 175px !important;
}

.shine-bubble {
  position: relative;
}
.shine-bubble__block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shine-bubble__block img.desktop {
  display: block;
}
.shine-bubble__block img.mobile {
  display: none;
}
@media (max-width: 1440px) {
  .shine-bubble__block img.mobile {
    display: block;
  }
  .shine-bubble__block img.desktop {
    display: none;
  }
}
.shine-bubble__image {
  width: 100%;
}

.shine-video {
  width: 100%;
  max-width: 1050px;
  width: 90%;
  margin: auto;
}
.shine-video__background {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  max-height: 465px;
}
.shine-video__background:hover .shine-video__image {
  transform: scale(1.2);
}
.shine-video__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s all ease;
}
.shine-video__play {
  width: 20vh;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 140px;
  transition: 0.3s all ease;
  cursor: pointer;
}
.shine-video__play:hover {
  transform: scale(1.1);
}

@media (max-width: 1440px) {
  .shine-potential {
    margin: 0 auto 100px auto;
  }
  .shine-potential__title {
    font-size: 38px;
  }
  .shine-potential__top {
    margin: 100px 0;
  }
  .potencialShine .swiper-shine-top__description {
    font-size: 30px;
  }
  .potencialShine .swiper-shine-top__image {
    width: 155px !important;
    height: 175px !important;
    top: -48px;
  }
}
@media (max-width: 992px) {
  .shine-potential {
    margin: 0 auto 30px auto;
    width: 100%;
  }
  .shine-potential__title {
    font-size: 24px;
    text-align: left;
    line-height: 34px;
  }
  .shine-potential__top {
    margin: 80px 0 40px 0;
  }
  .shine-potential__top .swiper-shine-top__description {
    font-size: 24px;
  }
  .shine-potential__top .swiper-shine-top__image {
    width: 105px !important;
    height: 105px !important;
    top: -22px;
  }
  .shine-potential__description {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
  }
  .shine-video {
    width: 100%;
  }
  .shine-video__play {
    width: 20vw;
    max-height: 100px;
  }
  .shine--bottom .container--150bottom {
    margin-bottom: 60px;
  }
}
.contact-canal {
  padding: 90px 0 110px;
}
.contact-canal .canal-title {
  margin-bottom: 90px;
}
.contact-canal .canal-title h2 {
  margin-bottom: 10px;
}
.contact-canal .canal-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 120px;
}
.contact-canal .canal-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-canal .canal-social a {
  width: 25px;
  height: 25px;
}
.contact-canal .canal-social a:hover {
  opacity: 0.3;
}
.contact-canal .canal-social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-canal .canal-card {
  flex: 1 320px;
  text-align: center;
  background-color: #F2F3ED;
  position: relative;
  padding: 60px 30px 30px 30px;
  border-radius: 4px;
}
.contact-canal .canal-card .img {
  position: absolute;
  top: -25px;
  width: 50px;
  left: calc(50% - 25px);
}
.contact-canal .canal-card .img img {
  width: 100%;
}
.contact-canal .canal-card h2 {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.contact-canal .canal-card p {
  margin: 20px 0;
}
.contact-canal .canal-card p a {
  color: #54564E;
  text-decoration: underline;
}
.contact-canal .canal-card p a:hover {
  text-decoration: none;
}
.contact-canal .canal-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact-canal .canal-card a span {
  font-size: 16px;
  color: #488AF7;
  font-weight: 600;
}

@media (max-width: 1440px) {
  .contact-canal .canal-flex {
    gap: 80px 40px;
  }
}
@media (max-width: 1280px) {
  .contact-canal .canal-card {
    padding: 50px 20px 20px 20px;
  }
}
@media (max-width: 992px) {
  .contact-canal {
    padding: 60px 0 80px;
  }
  .contact-canal .canal-card .img img {
    width: 45px;
  }
}
.enterprise {
  position: relative;
  overflow: hidden;
}
.enterprise__background {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.enterprise-top {
  height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.enterprise-top__title, .enterprise-top__description, .enterprise-top__cta {
  opacity: 0;
  animation: fade-to-top 1s ease 1 forwards;
}
.enterprise-top__title {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
.enterprise-top__description {
  font-size: 20px;
  color: #fff;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 40px 0 50px 0;
  text-align: center;
  animation-delay: 0.5s;
}
.enterprise-top__block {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.enterprise-top__cta {
  padding: 17px 20px;
  width: 100%;
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  background-color: #488AF7;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  animation-delay: 0.8s;
}
.enterprise-top__cta:hover {
  background-color: #2B5394;
}
.enterprise-top__cta--green {
  background-color: #479F7C;
  filter: none;
  animation-delay: 1s;
}
.enterprise-top__cta--green:hover {
  background-color: #2B5F4A;
}
.enterprise-middle {
  max-width: 1200px;
  margin: 150px auto 0 auto;
}
.enterprise-middle__description {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.enterprise-middle__description a {
  color: #fff;
  text-decoration: underline;
}
.enterprise-middle__description a:hover {
  color: #488AF7;
  text-decoration: none;
}
.enterprise-middle__image {
  width: 28px;
  height: 28px;
}
.enterprise-middle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.enterprise-bottom {
  position: relative;
}
.enterprise-bottom__world {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.enterprise-bottom__world__image {
  width: calc(100% + 50px);
  position: relative;
  left: -50px;
  top: -45vh;
  margin-bottom: -46vh;
}
.enterprise-bottom__item {
  position: absolute;
  z-index: 9;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all ease;
}
.enterprise-bottom__item__image {
  height: 15vh;
}
.enterprise-bottom__item:first-child {
  bottom: 14%;
  left: 40%;
}
.enterprise-bottom__item:nth-child(2) {
  left: 33.5%;
  bottom: 16%;
}
.enterprise-bottom__item:nth-child(2) img {
  height: 12vh;
}
.enterprise-bottom__item:nth-child(3) {
  left: 31.5%;
  bottom: 15.5%;
}
.enterprise-bottom__item:nth-child(3) img {
  height: 10vh;
}
.enterprise-bottom__item:nth-child(4) {
  left: 21%;
  bottom: 25%;
}
.enterprise-bottom__item:nth-child(4) img {
  height: 20vh;
  max-height: 140px;
}
.enterprise-bottom__item:nth-child(5) {
  left: 15%;
  bottom: 20%;
}
.enterprise-bottom__item:nth-child(6) {
  left: 43%;
  bottom: 36%;
}
.enterprise-bottom__item:nth-child(6) img {
  height: 22vh;
  max-height: 150px;
}
.enterprise-bottom__item:nth-child(7) {
  left: 30%;
  bottom: 30%;
}
.enterprise-bottom__item:nth-child(7) img {
  height: 22vh;
  max-height: 150px;
}
.enterprise-bottom__item:nth-child(8) {
  left: 33%;
  bottom: 26%;
}
.enterprise-bottom__item:nth-child(8) img {
  height: 18vh;
}
.enterprise-bottom__item:nth-child(9) {
  left: 26%;
  bottom: 30%;
}
.enterprise-bottom__item:nth-child(9) img {
  height: 22vh;
  max-height: 150px;
}
.enterprise-bottom__item:nth-child(10) {
  left: 56%;
  bottom: 23%;
}
.enterprise-bottom__item:nth-child(10) img {
  height: 18vh;
}
.enterprise-bottom__item:nth-child(11) {
  right: 25%;
  bottom: 22%;
}
.enterprise-bottom__item:nth-child(11) img {
  height: 18vh;
}
.enterprise-bottom__item:nth-child(12) {
  right: 37%;
  bottom: 38%;
}
.enterprise-bottom__item:nth-child(12) img {
  height: 21vh;
  max-height: 145px;
}
.enterprise-bottom__item:nth-child(13) {
  right: 31%;
  bottom: 30%;
}
.enterprise-bottom__item:nth-child(13) img {
  height: 20vh;
  max-height: 140px;
}
.enterprise-bottom__item:nth-child(14) {
  right: 32%;
  bottom: 40%;
  z-index: 8;
}
.enterprise-bottom__item:nth-child(14) img {
  height: 22vh;
  max-height: 150px;
}
.enterprise-chat {
  position: fixed;
  bottom: 40px;
  right: 20px;
  transition: 0.3s linear;
  z-index: 99;
  transition-property: transform, opacity;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.enterprise-chat.active {
  pointer-events: all;
  transform: scale(1);
  opacity: 1;
}
.enterprise-chat.inactive {
  pointer-events: none;
  transform: scale(0);
  opacity: 0;
}
.enterprise-chat__container {
  position: relative;
}
.enterprise-chat__icon {
  height: 60px;
  width: 60px;
  background-color: #488AF7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 7px #91B9FA;
}
.enterprise-chat__icon__image {
  width: 30px;
}
.enterprise-chat__elements {
  position: absolute;
  width: 280px;
  right: 0;
  top: -210px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  max-height: 250px;
  height: 200px;
  overflow: hidden;
  pointer-events: none;
}
.enterprise-chat__elements.active {
  pointer-events: all;
}
.enterprise-chat__item {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 280px;
  padding: 0 30px;
  height: 45px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease;
  position: relative;
  bottom: -200px;
  background-color: #EDF3FE;
  border: 1px solid #91B9FA;
}
.enterprise-chat__item__text {
  font-size: 18px;
  color: #16294A;
  flex: auto;
  text-align: center;
}
.enterprise-chat__item:first-child {
  min-width: 240px;
}
.enterprise-chat__item:nth-child(2) {
  min-width: 240px;
}
.enterprise-chat__item:last-child {
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  display: flex !important;
}
.enterprise-chat__item.active {
  opacity: 1;
  bottom: 0;
  pointer-events: all;
}
.enterprise .swiper-shine-top__item {
  margin: 80px 0 60px 0;
}
.enterprise .swiper-shine-top__item .swiper-shine-top__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
}

.enterprise-benefits__block {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}
.enterprise-benefits__bubble {
  position: relative;
}
.enterprise-benefits__bubble img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1200px;
}
.enterprise-benefits__left {
  width: 45%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enterprise-benefits__left__block {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 550px;
}
.enterprise-benefits__left__title {
  font-size: 30px;
  color: #050505;
  font-weight: 500;
  line-height: 43px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.enterprise-benefits__left__item {
  width: 100%;
  max-width: 550px;
  position: relative;
}
.enterprise-benefits__left__item img {
  width: 80%;
}
.enterprise-benefits__left__after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
  right: 10%;
  bottom: -10%;
}
.enterprise-benefits__left .about__phone {
  position: absolute;
  top: 110%;
  max-width: 491px;
}
.enterprise-benefits__left .about__phone__img {
  width: 76px;
  height: 76px;
}
.enterprise-benefits__left .about__phone__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.enterprise-benefits__right {
  width: 55%;
}
.enterprise-benefits__right__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.enterprise-benefits__right__item {
  max-width: 650px;
  padding: 20px 30px 20px 0;
  background: linear-gradient(237.72deg, rgba(0, 0, 0, 0.0666666667) 0.79%, rgba(217, 217, 217, 0) 77.27%);
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterprise-benefits__right__flex {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise-benefits__right__icon {
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 767px) {
  .enterprise-benefits__right__icon {
    width: 45px;
    height: 45px;
  }
}
.enterprise-benefits__right__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.enterprise-benefits__right__block {
  width: 75%;
}
.enterprise-benefits__right__title {
  font-size: 24px;
  color: #050505;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.enterprise-benefits__right__description {
  color: #54564E;
  font-size: 20px;
  line-height: 28px;
}
.enterprise-benefits__right__description a {
  color: #54564E;
  text-decoration: underline;
}
.enterprise-benefits__right__description a:hover {
  color: #488AF7;
  text-decoration: none;
}

.enterprise-card {
  padding: 80px 0;
  background-color: #F4F4F4;
  background-image: url("../images/png/fondo-enterprise.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.enterprise-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.enterprise-card a {
  background: linear-gradient(180deg, #E2F8F1 0%, #F0F5E8 35.16%, #F4E4F5 71.09%, #C9EBFC 100%);
}
.enterprise-card .enterprise-benefits__left__title {
  grid-column: 1/4;
  margin-bottom: 0;
}
.enterprise-card .swiper-slide {
  background: none;
}
.enterprise-card .swiper-slide .home-card__item {
  background-color: rgba(253, 253, 253, 0.4);
  border-radius: 8px;
  border: none;
}
.enterprise-card .swiper-slide .home-card__item .home-card__flex-end {
  display: none;
}

.scrollCliked {
  display: block;
  width: 100%;
  height: 100%;
}
.scrollCliked:first-child {
  border-top: 1px solid #050505;
}

.enterprise-toggle {
  display: block;
  width: 100%;
  padding: 0 15px 30px 15px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  transition: 1s all ease;
}
.enterprise-toggle__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.enterprise-toggle__top__description {
  margin-bottom: 0;
  padding: 40px 0;
}
.enterprise-toggle__top__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise-toggle__top__icon::after, .enterprise-toggle__top__icon::before {
  position: absolute;
  content: "";
  background-color: #000;
}
.enterprise-toggle__top__icon::after {
  width: 20px;
  height: 3px;
}
.enterprise-toggle__top__icon::before {
  transition: 0.3s all ease;
  height: 20px;
  width: 3px;
}
.enterprise-toggle__bottom p {
  color: #54564E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
}
.enterprise-toggle__bottom p:first-child {
  margin-top: 0;
}
.enterprise-toggle.active .enterprise-toggle__top__icon::before {
  height: 0;
}
.enterprise-toggle__container {
  display: flex;
  align-items: center;
  gap: 80px;
}
.enterprise-toggle__container .enterprise-benefits__left {
  width: 45%;
  position: relative;
  right: -3%;
}
.enterprise-toggle__left {
  width: 55%;
  max-width: 650px;
  margin: auto;
}
.enterprise-toggle__pb {
  padding-bottom: 100px;
}

.accordionItem {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.accordionItem:first-child {
  border-top: 1px solid #050505;
}

.accordionItem-toggle {
  display: block;
  width: 100%;
  padding: 0 15px 0 15px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  transition: 0.5s all ease;
}
.accordionItem-toggle__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.accordionItem-toggle__top h5 {
  text-transform: inherit;
}
.accordionItem-toggle__top__description {
  margin-bottom: 0;
  padding: 40px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.accordionItem-toggle__top__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordionItem-toggle__top__icon::after, .accordionItem-toggle__top__icon::before {
  position: absolute;
  content: "";
  background-color: #000;
}
.accordionItem-toggle__top__icon::after {
  width: 20px;
  height: 3px;
}
.accordionItem-toggle__top__icon::before {
  transition: 0.3s all ease;
  height: 20px;
  width: 3px;
}
.accordionItem-toggle__bottom {
  width: 90%;
  padding-bottom: 25px;
}
.accordionItem-toggle__bottom.custom-block h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #54564E;
  text-transform: none;
}
.accordionItem-toggle__bottom.custom-block p,
.accordionItem-toggle__bottom.custom-block span {
  color: #54564E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
  word-break: break-word;
  transition: all 0.5s ease-out;
}
.accordionItem-toggle__bottom.custom-block p:first-child,
.accordionItem-toggle__bottom.custom-block span:first-child {
  margin-top: 0;
}
.accordionItem-toggle__bottom.custom-block p a {
  color: #54564E;
  text-decoration: underline;
}
.accordionItem-toggle__bottom.custom-block p a:hover {
  color: #488AF7;
  text-decoration: none;
}
.accordionItem-toggle__bottom.custom-block a {
  border-top: none !important;
  color: #54564E;
  text-decoration: underline;
}
.accordionItem-toggle__bottom.custom-block a:hover {
  color: #488AF7;
  text-decoration: none;
}
.accordionItem-toggle__bottom.custom-block strong {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #54564E;
}
.accordionItem-toggle__bottom.custom-block ol li {
  padding-left: 20px;
}
.accordionItem-toggle__bottom.custom-block ol li::before {
  color: #54564E;
  content: "1.";
  left: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: transparent;
  display: flex;
  justify-content: left;
  align-items: baseline;
  font-size: 20px;
  line-height: 28px;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(2)::before {
  content: "2.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(3)::before {
  content: "3.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(4)::before {
  content: "4.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(5)::before {
  content: "5.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(6)::before {
  content: "6.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(7)::before {
  content: "7.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(8)::before {
  content: "8.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(9)::before {
  content: "9.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ol li:nth-child(10)::before {
  content: "10.";
  background-color: transparent;
}
.accordionItem-toggle__bottom.custom-block ul li {
  color: #54564E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.accordionItem-toggle__bottom.custom-block ul li::marker {
  color: #54564E;
}
.accordionItem-toggle.active .enterprise-toggle__top__icon::before {
  height: 0;
}
.accordionItem-toggle__container {
  display: flex;
  align-items: center;
  gap: 80px;
}
.accordionItem-toggle__container .enterprise-benefits__left {
  width: 45%;
  position: relative;
  right: -3%;
}
.accordionItem-toggle__left {
  width: 55%;
  max-width: 650px;
  margin: auto;
}
.accordionItem-toggle__pb {
  padding-bottom: 100px;
}

.enterprise-counter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.enterprise-counter__title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.enterprise-counter .home-counter__number::before {
  position: relative;
  content: "+";
  font-size: 50px;
  color: #fff;
}
.enterprise-counter .home-counter__item:nth-child(3) .home-counter__number::before, .enterprise-counter .home-counter__item:nth-child(2) .home-counter__number::before {
  display: none;
}
.enterprise-counter .home-counter__item:last-child .home-counter__number::after {
  display: none;
}
.enterprise-counter .home-counter__item:nth-child(2) .containerNumber, .enterprise-counter .home-counter__item:nth-child(3) .containerNumber {
  display: flex;
  justify-content: center;
}
.enterprise-counter .home-counter__item:nth-child(2) .containerNumber__text, .enterprise-counter .home-counter__item:nth-child(3) .containerNumber__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "work-sans";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.enterprise-counter .home-counter__item:nth-child(2) .containerNumber__text p, .enterprise-counter .home-counter__item:nth-child(3) .containerNumber__text p {
  color: #FFF;
}
.enterprise-counter .home-counter__item:nth-child(2) .home-counter__number, .enterprise-counter .home-counter__item:nth-child(3) .home-counter__number {
  display: inline-block;
}

.enterprise-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.enterprise-methods__item {
  width: 100%;
  padding: 20px 40px;
  border-right: 1px solid #000;
}
.enterprise-methods__item:first-child {
  padding-left: 0;
}
.enterprise-methods__item:last-child {
  border: none;
}
.enterprise-methods__item p {
  font-size: 20px;
  color: #54564E;
  font-weight: 400;
  line-height: 28px;
}
.enterprise-methods__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.enterprise-methods__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1440px) {
  .enterprise-methods__item p {
    font-size: 18px;
  }
  .enterprise-methods__icon {
    max-width: 35px;
  }
  .enterprise-counter {
    padding: 50px 30px;
  }
  .enterprise-counter__title {
    font-size: 22px;
  }
  .enterprise-counter .home-counter__text {
    font-size: 18px;
  }
  .enterprise-toggle__bottom p {
    font-size: 18px;
    line-height: 22px;
  }
  .enterprise-toggle__pb {
    padding-bottom: 100px;
  }
  .enterprise-top {
    height: auto;
    max-width: 700px;
  }
  .enterprise-top__title {
    font-size: 40px;
    line-height: 50px;
  }
  .enterprise-top__description {
    margin: 30px 0 40px 0;
  }
  .enterprise-top__cta {
    padding: 15px 20px;
    font-size: 19px;
  }
  .enterprise-middle {
    max-width: 1000px;
  }
  .enterprise .swiper-shine-top__item {
    margin: 60px 0 40px 0;
  }
  .enterprise .swiper-shine-top__item .swiper-shine-top__description {
    font-size: 24px;
  }
  .enterprise-benefits__left__title {
    font-size: 32px;
    font-weight: 600;
  }
  .enterprise-benefits__right__title {
    font-size: 22px;
  }
  .enterprise-benefits__right__description {
    font-size: 18px;
    line-height: 22px;
  }
  .enterprise-card {
    padding: 60px 0;
  }
}
@media (max-width: 1100px) {
  .enterprise-counter {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .enterprise-methods.container--80top {
    margin-top: 60px;
  }
  .enterprise-methods .enterprise-benefits__left__title {
    text-align: center;
  }
  .enterprise-methods__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .enterprise-methods__item {
    padding: 30px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-right: none;
    min-width: 300px;
    border-bottom: 1px solid #000;
  }
  .enterprise-methods__item:last-child {
    padding-bottom: 0;
  }
  .enterprise-methods__item p {
    font-size: 16px;
    margin: 0 20px;
  }
  .enterprise-methods__icon {
    margin: 0 20px;
  }
  .toggle__margin__top.container--150bottom {
    margin-bottom: 80px;
  }
  .enterprise-counter {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    background-color: transparent;
    padding: 0;
  }
  .enterprise-counter .home-counter__item {
    background-color: #000;
    padding: 40px 20px;
    border-radius: 5px;
    max-width: 300px;
    margin: auto;
    height: 100%;
  }
  .enterprise-counter__top.container--80top {
    margin-top: 60px;
  }
  .enterprise-counter .enterprise-counter__title {
    font-size: 20px;
  }
  .enterprise-counter .home-counter__text {
    font-size: 16px;
  }
  .enterprise__background {
    min-height: 600px;
    z-index: 1;
  }
  .enterprise-chat {
    z-index: 999;
  }
  .enterprise-chat__item {
    max-width: 250px;
    right: -10px;
  }
  .enterprise-chat__item__text {
    font-size: 16px;
  }
  .enterprise-chat__elements {
    padding-right: 10px;
  }
  .enterprise-top {
    position: relative;
    z-index: 9;
    max-width: 90%;
  }
  .enterprise-top .swiper-shine-top__item .swiper-shine-top__description {
    font-size: 17px;
  }
  .enterprise-top__title {
    font-size: 24px;
    line-height: 30px;
  }
  .enterprise-top__description {
    font-size: 18px;
    line-height: 25px;
  }
  .enterprise-top__block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .enterprise-top__cta {
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    max-width: 250px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .enterprise-middle {
    margin: 0;
    padding: 60px 0 0 0;
  }
  .enterprise-middle .swiper-enterprise {
    width: 90%;
    margin: auto;
  }
  .enterprise-middle__description {
    font-size: 16px;
    margin-top: 20px;
  }
  .enterprise-middle__image {
    max-width: 26px;
  }
  .enterprise-bottom {
    background-color: #000;
    position: relative;
    z-index: 9;
  }
  .enterprise-bottom__world__image {
    top: 0;
    margin-bottom: 0;
  }
  .enterprise-bottom__item__image {
    max-height: 100px !important;
  }
  .enterprise-bottom__item__image:nth-child(odd) img {
    max-height: 80px !important;
  }
  .enterprise-calcheihgt {
    background-color: #000;
  }
  .enterprise-benefits.container--120top {
    margin-top: 60px;
  }
  .enterprise-benefits__block {
    flex-direction: column;
    gap: 40px;
  }
  .enterprise-benefits__left {
    margin-bottom: 0;
    width: 100%;
  }
  .enterprise-benefits__left__block {
    max-width: 650px;
  }
  .enterprise-benefits__left__item {
    display: none;
  }
  .enterprise-benefits__left__title {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
  }
  .enterprise-benefits__right {
    width: 100%;
  }
  .enterprise-benefits__right__container {
    gap: 10px;
  }
  .enterprise-benefits__right__title {
    font-size: 16px;
  }
  .enterprise-benefits__right__description {
    font-size: 16px;
  }
  .enterprise-benefits__right__item {
    align-items: flex-start;
  }
  .enterprise-toggle__bottom p {
    font-size: 16px;
  }
  .enterprise-toggle__left {
    width: 100%;
  }
  .enterprise-toggle__left .enterprise-benefits__left__title {
    margin-bottom: 30px;
  }
  .enterprise-toggle__top__icon::after {
    width: 17px;
  }
  .enterprise-toggle__top__icon::before {
    height: 17px;
  }
  .enterprise-toggle__margin.container--80top {
    margin-top: 60px;
  }
  .enterprise-toggle__pb {
    padding-bottom: 0;
  }
  .swiper-enterprise .home-card__text {
    font-size: 18px;
  }
  .swiper-enterprise .home-card__icon {
    max-width: 35px;
  }
  .swiper-enterprise .enterprise-benefits__left__title {
    margin-bottom: 30px;
  }
  .swiper-enterprise .swiper-slide {
    height: auto;
  }
  .enterprise-card {
    padding: 40px 0;
  }
  .enterprise-card.container--120top {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .enterprise-methods__item {
    width: 100%;
    min-width: 100%;
  }
  .enterprise-methods .enterprise-benefits__left__title {
    text-align: left;
  }
  .enterprise-methods__icon {
    max-width: 32px;
  }
  .enterprise-counter {
    grid-template-columns: 1fr;
  }
  .enterprise-top__block {
    gap: 20px;
  }
  .enterprise-top__cta {
    font-size: 13px;
    padding: 15px;
  }
  .enterprise-bottom__item__image {
    max-height: 50px !important;
  }
  .enterprise-bottom__item:nth-child(odd) img {
    max-height: 40px !important;
  }
}
.turnOn::before {
  transform: rotateZ(90deg);
}

.terms {
  padding-top: 130px;
}
.terms__container {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .terms__container {
    gap: 80px;
  }
}
.terms__left {
  width: 30%;
  position: relative;
  padding-bottom: 60px;
}
.terms__left__block {
  position: sticky;
  top: 140px;
}
.terms__left__button {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  transition: 0.3s all ease;
  padding: 10px;
  border-bottom: 1px solid #000;
}
.terms__left__button span {
  font-size: 18px;
  color: #050505;
  font-weight: 400;
  transition: 0.3s all ease;
}
.terms__left__button.active {
  background-color: #000;
}
.terms__left__button.active span {
  color: #fff;
}
.terms__right {
  width: 70%;
}
.terms__right__container {
  position: relative;
}
.terms__right__content {
  padding: 60px 60px 100px 60px;
  border: 1px solid rgba(0, 0, 85, 0.3333333333);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity ease;
  display: none;
  overflow: hidden;
}
.terms__right__content.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
  display: block;
}
.terms__right__content h2 {
  font-size: 24px;
  color: #050505;
  font-weight: 600;
  margin-bottom: 40px;
}
.terms__right__content p {
  font-size: 16px;
  color: #54564E;
  list-style: none;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  word-break: break-word;
}
.terms__right__content ul, .terms__right__content ol {
  font-size: 16px;
  color: #54564E;
  list-style: none;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.terms__right__content li {
  list-style: none;
  position: relative;
  margin-left: 20px;
  position: relative;
}
.terms__right__content li::after {
  width: 8px;
  height: 8px;
  background-color: #488AF7;
  position: absolute;
  content: "";
  left: -15px;
  border-radius: 100px;
  top: 8px;
}
.terms__right__content a {
  color: #488AF7;
  font-size: 16px;
  text-decoration: underline;
}
.terms__right__content a:hover {
  text-decoration: none;
}
.terms__right__content table {
  border-collapse: collapse;
  border: 1px solid #050505;
  margin-bottom: 1rem;
}
.terms__right__content table tr {
  border: 1px solid #050505;
  padding: 5px;
}
.terms__right__content table tr:first-of-type td:first-of-type {
  width: 30%;
}
.terms__right__content table tr td {
  border: 1px solid #050505;
  padding: 5px;
}

@media (max-width: 992px) {
  .terms {
    padding-top: 60px;
  }
  .terms__container {
    flex-direction: column;
  }
  .terms__left__button span {
    font-size: 16px;
  }
  .terms__left, .terms__right {
    width: 100%;
  }
  .terms__right__content {
    padding: 40px 30px 80px 30px;
  }
  .terms__right__content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .terms__right__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .terms__right__content a {
    font-size: 16px;
  }
  .terms__right__content table tr:first-of-type td:first-of-type {
    width: 40%;
  }
}
.faq {
  padding-top: 100px;
}
.faq .enterprise-toggle__left {
  width: 100%;
  max-width: 100%;
}
.faq-search {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.faq-search label {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.faq-search form {
  width: 90%;
  max-width: 550px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-search input {
  padding: 20px 15px;
  height: 55px;
  background-color: #FDFDFD;
  width: 100%;
  outline: inherit;
  border: 1.5px solid #989A95;
  border-radius: 5px;
  color: #54564E;
  font-size: 16px;
}
.faq-search input::-moz-placeholder {
  color: #989A95;
  font-size: 16px;
}
.faq-search input::placeholder {
  color: #989A95;
  font-size: 16px;
}
.faq-search button {
  position: absolute;
  right: 15px;
  outline: inherit;
  background-color: transparent;
  border: none;
}
.faq-content__toggle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity ease;
}
.faq-content__toggle.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
  display: block;
}
.faq-content__toggle h5 {
  text-transform: none;
}
.faq-content__toggle .custom-block p {
  color: #050505;
}
.faq-content__toggle .faq-util {
  display: flex;
  gap: 15px;
  margin-top: 60px;
}
.faq-content__toggle .faq-util p {
  color: #54564E;
  font-weight: 600;
  margin-right: 10px;
}
.faq-content__toggle .faq-util svg.active {
  filter: drop-shadow(0px 0px 2px #488AF7);
}
.faq-pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
.faq-pagination__next a, .faq-pagination__prev a {
  display: flex;
  gap: 20px;
}
.faq-pagination__next img, .faq-pagination__prev img {
  position: relative;
  transition: 0.3s all ease;
}
.faq-pagination__next p, .faq-pagination__prev p {
  font-size: 16px;
  color: #488AF7;
  font-weight: 600;
}
.faq-pagination__next img {
  right: 0;
}
.faq-pagination__next:hover img {
  right: -5px;
}
.faq-pagination__prev img {
  left: 0;
  transform: rotate(180deg);
}
.faq-pagination__prev:hover img {
  left: -5px;
}
.faq-pagination__page {
  color: #54564E;
  font-size: 14px;
}

@media (max-width: 992px) {
  .faq {
    padding-top: 60px;
  }
  .faq h5 {
    text-transform: uppercase;
  }
  .faq .custom-block p {
    font-size: 16px;
  }
  .faq-content__toggle .custom-block h2 {
    font-size: 16px;
  }
  .faq-search {
    margin-top: 40px;
  }
  .faq-search label {
    font-size: 22px;
  }
}
.coming {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.coming::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 66.95%);
}
.coming__img {
  width: 170%;
}
@media only screen and (min-width: 767px) {
  .coming__img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
.coming__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.coming__header {
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .coming__header {
    max-width: 520px;
    top: 8%;
    right: 5%;
    left: auto;
    transform: none;
  }
}
.coming__header a {
  font-size: 13px;
  width: 100%;
  color: #E0D5F1;
}
@media only screen and (min-width: 767px) {
  .coming__header a {
    font-size: 23px;
  }
}
.coming__header .cta {
  max-width: none;
  color: #FDFDFD;
}
.coming__container {
  z-index: 1;
}
.coming__title, .coming__text {
  color: #ffffff;
  text-align: center;
}
.coming__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .coming__title {
    max-width: none;
    font-size: 64px;
    line-height: 64px;
  }
}
.coming__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 250px;
  margin: 10px auto 0;
}
@media only screen and (min-width: 767px) {
  .coming__text {
    max-width: none;
    margin: 0;
    font-size: 32px;
    line-height: 63px;
  }
}

.support {
  padding: 80px 0 100px 0;
}
.support__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3rem;
  gap: 2rem;
}
.support__links a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #488AF7;
  max-width: -moz-max-content;
  max-width: max-content;
}
.support__links a:hover {
  text-decoration: underline;
}
.support__links .cta {
  color: #FDFDFD;
  background-color: #479F7C;
}
.support__links .cta:hover {
  text-decoration: none;
  background-color: #2B5F4A;
}
.support__searchSoporte {
  padding-bottom: 3rem;
}
.support__searchSoporte h2 {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.support__searchSoporte .searchSoporte {
  width: 100%;
}
.support__searchSoporte .searchSoporte form {
  width: 100%;
  display: flex;
}
.support__searchSoporte .searchSoporte__content {
  width: 100%;
  display: flex;
  padding: 15px 1px 15px 10px;
  border-radius: 4px;
  border: 1px solid #989A95;
}
.support__searchSoporte .searchSoporte__input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.support__searchSoporte .searchSoporte__icon {
  width: 40px;
  background-image: url("../images/svg/lupa-buscador.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: none;
  background-color: #fff;
}
.support__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-bottom: 4rem;
}
.support__card .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  gap: 1rem;
  background-color: #F6F6F2;
}
.support__card .container .content {
  padding-bottom: 20px;
}
.support__card .container .content:last-of-type {
  height: 100%;
  padding-bottom: 0;
}
.support__card .container .content .icon {
  width: 20px;
  height: 20px;
}
.support__card .container .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #050505;
}
.support__card .container .content .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #54564E;
}
.support__card .container .link {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 50px;
  transition: 0.3s all ease;
}
.support__card .container .link:hover {
  transition: 0.3s all ease;
  gap: 1rem;
}
.support__card .container .link .text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #488AF7;
}
.support-block {
  background-color: #050505;
  padding: 25px 15px 25px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.support-block p {
  color: #F9F9F9 !important;
}
.support-block img {
  width: 32px;
}
.support-block a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #479F7C;
  border-radius: 100px;
  text-align: center;
  padding: 0 20px;
  height: 35px;
  min-width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease background-color;
}
.support-block a:hover {
  background-color: #2B5F4A;
}

@media (max-width: 1100px) {
  .support__card .container .link {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .support__card {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 2rem;
  }
  .support__card .container .content .icon {
    filter: brightness(0) saturate(100%) invert(93%) sepia(28%) saturate(105%) hue-rotate(23deg) brightness(88%) contrast(91%);
  }
  .support__card .container .content .title {
    font-size: 18px;
    line-height: 24px;
  }
  .support__card .container .link {
    margin-bottom: 0;
  }
  .support-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px 50px 20px;
    max-width: 600px;
  }
  .support-block a {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .support__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .support-block {
    width: 100%;
  }
}
.intServices-video {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.intServices-video__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.intServices-video__block .custom-block {
  width: 50%;
  max-width: 400px;
}
.intServices-video__block .custom-block h1 {
  line-height: 1.2;
}
.intServices-video__block .custom-block .subtitle {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #050505;
}
.intServices-video__block .custom-block .text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #54564E;
}
.intServices-video__block .custom-block a {
  margin-top: 40px;
}
.intServices-video__iframe {
  width: 50%;
  max-width: 700px;
}
.intServices-video__iframe iframe {
  width: 100%;
  height: 60vh;
  max-height: 430px;
}

.intServices-des {
  padding-top: 150px;
  padding-bottom: 80px;
}
.intServices-des__block {
  width: 65%;
}
.intServices-des__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.intServices-des__grid article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  background-color: #fbfbfb;
  padding: 70px 50px;
  position: relative;
}
.intServices-des__grid article span {
  position: relative;
  font-size: 16px;
  bottom: -30px;
}
.intServices-des__grid article h4 {
  display: flex;
  gap: 5px;
}
.intServices-des__grid article h4 img {
  max-width: 24px;
}
.intServices-des__grid article h4 span {
  display: flex;
  position: relative;
  bottom: unset;
}
.intServices-des__grid article h4 span:hover p {
  opacity: 1;
  pointer-events: all;
}
.intServices-des__grid article h4 p {
  font-size: 14px;
  text-transform: initial;
  color: #fff;
  background-color: #050505;
  position: absolute;
  bottom: 100%;
  line-height: 18px;
  width: 300px;
  left: 25px;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: 0.3s ease opacity;
  pointer-events: none;
  opacity: 0;
  letter-spacing: 0em;
}
.intServices-des__grid article h4 p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #050505;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -10px;
  transform: rotate(90deg);
}
.intServices-des__grid article ul li:first-of-type {
  margin-top: 0;
}
.intServices-des__grid article ul li a {
  display: initial;
  padding-right: 0;
  font-weight: 600;
  color: #54564E;
  text-decoration: underline;
}
.intServices-des__grid article ul li a:hover {
  color: #488AF7;
  text-decoration: none;
}
.intServices-des__grid article ul li a:after {
  display: none;
}
.intServices-des__grid article p a {
  display: initial;
  padding-right: 0;
  font-weight: 600;
  color: #54564E;
  text-decoration: underline;
}
.intServices-des__grid article p a:hover {
  color: #488AF7;
  text-decoration: none;
}
.intServices-des__grid article p a:after {
  display: none;
}
.intServices-des__grid article .contentArticle {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.intServices-des__grid article .contentLink {
  margin-top: 3rem;
}
.intServices-des__grid article .servicesArticle a {
  font-weight: 600;
  color: #54564E;
  text-decoration: underline;
}
.intServices-des__grid article .servicesArticle a:hover {
  color: #488AF7;
  text-decoration: none;
}
.intServices-des__grid article .servicesArticle h3,
.intServices-des__grid article .servicesArticle strong {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}
.intServices-des__grid article .comment {
  padding: 20px 20px 0 20px;
}
.intServices-des__grid article .comment span {
  bottom: 0;
  line-height: 20px;
  font-style: italic;
}
.intServices-des__grid .article1 {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.6rem;
}
.intServices-des__grid .article1 .offer {
  padding: 18px 17px 0 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.intServices-des__grid .article1 .offer__content {
  width: -moz-max-content;
  width: max-content;
  min-width: 217px;
  padding: 12px 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  background-color: #FADB7A;
}
.intServices-des__grid .article1 .offer__content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #665937;
}
.intServices-des__grid .article1 .offer__content img {
  width: 16px;
  height: 16px;
}
.intServices-des__grid .article1 .servicesArticle {
  width: 100%;
  padding: 0 50px 70px 50px;
}
.intServices-des__grid .article2 {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.6rem;
}
.intServices-des__grid .article2 .offer {
  padding: 18px 17px 0 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.intServices-des__grid .article2 .offer__content {
  width: -moz-max-content;
  width: max-content;
  min-width: 217px;
  padding: 12px 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  background-color: #FADB7A;
}
.intServices-des__grid .article2 .offer__content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #665937;
}
.intServices-des__grid .article2 .offer__content img {
  width: 16px;
  height: 16px;
}
.intServices-des__grid .article2 .servicesArticle {
  width: 100%;
  padding: 0 50px 70px 50px;
}
.intServices-des__grid img {
  width: 45px;
}
.intServices-des--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.intServices-faqs {
  padding: 100px 0;
}
.intServices-faqs__block {
  margin-top: 40px;
}
.intServices-faqs__block a:first-child {
  border-top: 1px solid #050505;
}

.intServices-promo__grid {
  display: flex;
  width: 100%;
  margin: auto;
}
.intServices-promo__grid article {
  width: 50%;
  height: auto;
  position: relative;
}
.intServices-promo__grid article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 10px 10px 0;
}
.intServices-promo__grid article:first-child {
  padding: 64px 105px 60px 105px;
  background-image: url("../images/png/bg-promo.png");
  background-size: cover;
  border-radius: 10px 0 0 10px;
  border: 1px solid #A0A0A0;
  border-right: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intServices-promo__grid article b {
  color: #050505;
}
.intServices-promo__grid article p a {
  text-decoration: underline;
  color: #050505;
  transition: 0.3s color ease;
}
.intServices-promo__grid article p a:hover {
  text-decoration: none;
  color: #488AF7;
}
.intServices-promo__grid article span {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.intServices-promo__grid--margin {
  margin-top: 40px;
}
.intServices-promo__grid--margin article:first-child {
  width: 45%;
  background-image: url("../images/png/bg-cajero.png");
  background-repeat: no-repeat;
  background-size: 150%;
}
.intServices-promo__grid--margin article:first-child img {
  width: 55px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.intServices-promo__grid--margin article:first-child .cta {
  min-height: 45px !important;
}
.intServices-promo__grid--margin article:last-child {
  width: 55%;
}

.intServices-rewards {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.intServices-rewards__block {
  width: 55%;
}
.intServices-rewards__custom {
  width: 45%;
}
.intServices-rewards__custom .custom-block {
  width: 90%;
  margin: auto;
  max-width: 400px;
}
.intServices-rewards__custom .custom-block b {
  color: #050505;
}

.intServices-benefits {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  padding: 40px 30px;
  margin-top: 80px !important;
}
.intServices-benefits .intServices-promo {
  margin-top: 40px;
}
.intServices-benefits__block {
  margin-top: 30px;
}
.intServices-benefits__block .swiper-slide {
  opacity: 1;
  transform: translateY(100px);
}
.intServices-benefits .intServices-benefits__block.aos-animate .swiper-slide {
  animation: sliderFadeTop 1s ease 1 forwards;
}
.intServices-benefits .intServices-benefits__block.aos-animate .swiper-slide:nth-child(2) {
  animation-delay: 0.25s;
}
.intServices-benefits .intServices-benefits__block.aos-animate .swiper-slide:nth-child(3) {
  animation-delay: 0.5s;
}
.intServices-benefits .intServices-benefits__block.aos-animate .swiper-slide:nth-child(4) {
  animation-delay: 0.75s;
}
.intServices-benefits .intServices-benefits__block.aos-animate .swiper-slide:nth-child(5) {
  animation-delay: 1s;
}

.intServices-bg {
  min-height: 90vh;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.intServices-bg__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  margin-bottom: 10px;
}
.intServices-bg .custom-block {
  position: relative;
  z-index: 9;
  width: 50%;
  max-width: 500px;
}
.intServices-bg .custom-block img {
  width: 50px;
}

.intServices-participe {
  margin: 80px auto 100px auto !important;
}

.intServices-denpendecy .services-background__left__item::before {
  height: 90%;
  right: 15%;
  bottom: -5%;
}
.intServices-denpendecy .services-background__container {
  padding-bottom: 60px;
}

.intServices-giveaway {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 80px !important;
}
.intServices-giveaway article {
  width: 50%;
}
.intServices-giveaway article img {
  width: 90%;
  max-width: 580px;
}
.intServices-giveaway article .custom-block {
  max-width: 500px;
}

.intServices-no-padding {
  padding-bottom: 0;
}

.padding-top-0 {
  padding-top: 0px;
}

.intServices-select {
  margin-top: 2.5rem;
}
.intServices-select__title {
  font-size: 20px;
  font-weight: 600;
  color: #050505;
}
.intServices-select .contact__select .openSelect {
  background-color: transparent;
  text-align: left;
}
.intServices-select__dowm {
  position: relative;
}
.intServices-select__dowm::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/icon__down__select.svg");
  height: 9px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  top: 30px;
  pointer-events: none;
}
.intServices-select__dowm input {
  color: #050505;
  font-size: 16px;
  outline: inherit;
  font-weight: 400;
  height: 50px;
  padding: 0 35px 0 10px;
  border-radius: 5px;
  border: 1px solid #050505;
  width: 100%;
  margin: 10px 0;
  transition: all ease 0.3s;
  background-color: #FDFDFD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.intServices-select__dowm input:focus {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #DAE8FD;
}
.intServices-select__block {
  width: 100%;
}
.intServices-select__block label {
  position: relative;
}
.intServices-select__block label.active {
  background-color: #EDF3FE;
}
.intServices-select__block label.active::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/Icon__check.svg");
  width: 15px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
}
.intServices-select__scroll {
  position: absolute !important;
  width: 100%;
  background-color: #FDFDFD;
  left: 0;
  flex-direction: column;
  border: 1px solid #050505;
  border-radius: 5px;
  max-height: 250px;
  overflow: auto;
  z-index: 99;
  opacity: 0;
  height: 0;
  transition: 0.6s all ease;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.intServices-select__scroll label {
  width: 100%;
  padding: 20px 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.intServices-select__scroll label:hover {
  background-color: #EDF3FE;
}
.intServices-select__scroll label.active {
  background-color: #EDF3FE;
}
.intServices-select__scroll input {
  display: none;
}
.intServices-select__scroll.active {
  opacity: 1;
  height: 150px;
}
.intServices-select .openSelect {
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}

.intServices-brand {
  position: relative;
  z-index: 1;
  margin-bottom: 100px !important;
}
.intServices-brand__background {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  z-index: -1;
}
.intServices-brand__content {
  width: 35%;
  min-height: 436px;
  padding-left: 5rem;
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  color: #54564E;
}
.intServices-brand__content .cta {
  gap: 1rem;
  font-size: 20px;
}
.intServices-brand__logo {
  max-width: 300px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.intServices-brand__title {
  text-align: start;
  font-size: 20px;
  font-weight: bold;
}
.intServices-brand__title--white {
  color: #fff;
}
.intServices-brand__title--gray {
  color: #1C1C1C;
}
.intServices-brand__text {
  color: #54564E;
}
.intServices-brand__text b {
  font-weight: 600;
}
.intServices-brand__date {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #54564E;
}
.intServices-brand .cardBrand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 60px 50px 40px;
  border: 1px solid #CCCCCA;
  border-radius: 4px;
}
.intServices-brand .cardBrand__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  text-align: center;
  color: #54564E;
}
.intServices-brand .cardBrand__logo {
  max-width: 200px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.intServices-brand .cardBrand__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #54564E;
}
.intServices-brand .cardBrand__text b {
  font-weight: 600;
}
.intServices-brand .cardBrand__text span {
  display: block;
  padding-top: 1rem;
}
.intServices-brand .cardBrand__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #488AF7;
  font-size: 16px;
  font-weight: 600;
}
.intServices-brand .oneBrand {
  border: 1px solid #CCCCCA;
}
.intServices-brand .oneBrand,
.intServices-brand .threeBrand,
.intServices-brand .twoBrand,
.intServices-brand .fourBrand,
.intServices-brand .fullBrand {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.intServices-brand .threeBrand {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.intServices-brand .threeBrand .cardBrand {
  width: 33%;
}
.intServices-brand .twoBrand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.intServices-brand .twoBrand .cardBrand {
  flex-direction: row;
}
.intServices-brand .twoBrand .cardBrand__column1 {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #54564E;
}
.intServices-brand .twoBrand .cardBrand__column2 {
  width: 40%;
}
.intServices-brand .twoBrand .cardBrand__logo {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.intServices-brand .twoBrand .cardBrand__link {
  justify-content: flex-start;
}
.intServices-brand .fourBrand {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.intServices-brand .fourBrand .cardBrand {
  width: 24%;
  display: inline-grid;
  justify-content: center;
  padding: 60px 30px 40px;
}
.intServices-brand__result .oneBrand {
  width: 65%;
}
.intServices-brand__result .oneBrand .intServices-brand__content {
  width: 50%;
  min-height: 310px;
  padding-left: 2rem;
  padding-top: 4rem;
}
.intServices-brand__result .oneBrand .intServices-brand__logo {
  max-width: 250px;
  height: 50px;
}
.intServices-brand__result .threeBrand {
  width: 35%;
}
.intServices-brand__result .threeBrand .cardBrand {
  width: 100%;
  height: 100%;
}
.intServices-brand__result .oneLevel {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.intServices-brand__result .twoLevel.threeBrand {
  width: 100%;
}
.intServices-brand__result .twoLevel.threeBrand .cardBrand {
  width: 33%;
}

.imgBasicCard {
  min-width: auto;
  min-height: 100px;
}

.socialNetworks {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}

.intServices-des__grid article,
.intServices-giveaway article {
  transform: translateY(100px);
  opacity: 0;
}
.intServices-des__grid.aos-animate article,
.intServices-giveaway.aos-animate article {
  animation: sliderFadeTop 1s forwards ease;
}
.intServices-des__grid.aos-animate article:last-child,
.intServices-giveaway.aos-animate article:last-child {
  animation-delay: 0.5s;
}

.single-servicies_post .toggle__margin__top {
  margin-bottom: 50px;
}
.single-servicies_post .intServices-faqs {
  padding: 50px 0 100px;
}

@media (max-width: 1600px) {
  .intServices-brand .fourBrand .cardBrand {
    width: 23.9%;
  }
}
@media (max-width: 1440px) {
  .intServices-brand__content .cta {
    font-size: 18px;
  }
  .intServices-brand .fourBrand .cardBrand {
    width: 23.8%;
  }
}
@media (max-width: 1280px) {
  .intServices-promo__grid article:first-child {
    padding: 60px 70px;
  }
  .intServices-brand__content {
    min-height: 387px;
  }
  .intServices-brand .cardBrand {
    padding: 50px 25px;
  }
  .intServices-brand .cardBrand__logo {
    max-width: 220px;
    height: 50px;
  }
  .intServices-brand .fourBrand .cardBrand {
    width: 32%;
  }
}
@media (max-width: 1100px) {
  .intServices-brand__content {
    width: 38%;
    min-height: 310px;
    padding-left: 4rem;
    padding-top: 4rem;
  }
  .intServices-brand__logo {
    max-width: 200px;
    height: 60px;
  }
  .intServices-brand__title {
    font-size: 16px;
  }
  .intServices-brand .threeBrand {
    flex-direction: column;
  }
  .intServices-brand .threeBrand .cardBrand {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .intServices-rewards {
    flex-direction: column;
    gap: 60px;
  }
  .intServices-rewards__block, .intServices-rewards__custom {
    width: 100%;
  }
  .intServices-rewards__block .custom-block, .intServices-rewards__custom .custom-block {
    width: 100%;
    max-width: 100%;
  }
  .intServices-faqs .enterprise-toggle__bottom.custom-block p {
    font-size: 16px;
  }
  .intServices-des {
    padding: 60px 0;
  }
  .intServices-des__block {
    width: 100%;
  }
  .intServices-des__grid {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .intServices-des__grid article {
    padding: 40px 30px;
  }
  .intServices-des__grid article .contentLink {
    margin-top: 1rem;
  }
  .intServices-des__grid .article1 .servicesArticle, .intServices-des__grid .article2 .servicesArticle {
    padding: 0 30px 40px 30px;
  }
  .intServices-des--container .socialNetworks {
    display: none;
  }
  .intServices-promo__grid {
    flex-direction: column-reverse;
  }
  .intServices-promo__grid article {
    width: 100%;
  }
  .intServices-promo__grid article:first-child {
    border: 1px solid #A0A0A0;
    border-radius: 0 0 10px 10px;
  }
  .intServices-promo__grid article img {
    border-radius: 10px 10px 0 0;
    border-bottom-right-radius: 0;
  }
  .intServices-promo__grid--margin article:first-child, .intServices-promo__grid--margin article:last-child {
    width: 100%;
  }
  .intServices-promo__grid article:first-child {
    top: -10px;
    background-position: -20px;
  }
  .intServices-participe .intServices-des__grid {
    margin: 30px auto 0 auto;
  }
  .intServices-giveaway {
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: 60px !important;
  }
  .intServices-giveaway article {
    width: 100%;
  }
  .intServices-giveaway article img {
    width: 100%;
    max-width: 580px;
    margin: auto;
    display: flex;
  }
  .intServices-giveaway article .custom-block {
    max-width: 100%;
  }
  .intServices-no-padding {
    padding-bottom: 0;
  }
  .intServices-denpendecy .services-background__left {
    display: block;
  }
  .intServices-denpendecy .services-background__container {
    flex-direction: column;
    padding-bottom: 0;
    gap: 30px;
    padding-top: 80px;
  }
  .intServices-denpendecy .services-background__right,
  .intServices-denpendecy .services-background__left,
  .intServices-denpendecy .services-background__item {
    width: 100%;
  }
  .intServices-denpendecy .services-background__left__item {
    display: flex;
    justify-content: center;
  }
  .intServices-select__title {
    font-size: 22px;
  }
  .intServices-brand__background {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .intServices-brand__content {
    min-height: 300px;
  }
  .intServices-brand__date {
    display: none;
  }
  .intServices-brand .twoBrand {
    grid-template-columns: repeat(1, 1fr);
  }
  .intServices-brand .twoBrand .cardBrand__logo {
    width: 80%;
    max-width: 80%;
    height: 100%;
  }
  .intServices-brand .fourBrand .cardBrand {
    width: 48.5%;
  }
  .intServices-brand__result .oneBrand {
    width: 100%;
  }
  .intServices-brand__result .oneBrand .intServices-brand__background {
    min-height: 300px;
  }
  .intServices-brand__result .oneBrand .intServices-brand__content {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .intServices-brand__result .oneBrand .intServices-brand__logo {
    max-width: 200px;
    height: 50px;
  }
  .intServices-brand__result .threeBrand {
    width: 100%;
  }
  .intServices-brand__result .twoLevel.threeBrand .cardBrand {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .intServices-video {
    padding: 60px 0;
  }
  .intServices-video__block {
    flex-direction: column;
    gap: 0;
  }
  .intServices-video__block .custom-block h1 {
    margin-bottom: 2rem;
  }
  .intServices-video__block .custom-block a {
    width: 100%;
    margin: 30px 0;
  }
  .intServices-video__block .custom-block p {
    display: none;
  }
  .intServices-video .custom-block, .intServices-video__iframe {
    width: 100%;
    max-width: 100%;
  }
  .intServices-faqs {
    padding: 80px 0;
  }
  .intServices-des__grid article {
    padding: 30px 30px 40px 30px;
  }
  .intServices-des__grid .article1 .servicesArticle {
    padding: 0 20px 40px 20px;
  }
  .intServices-bg {
    min-height: 100%;
    padding: 0;
  }
  .intServices-bg__image {
    display: none;
  }
  .intServices-bg .custom-block {
    width: 100%;
    max-width: 100%;
  }
  .intServices-bg .custom-block img {
    width: 40px;
  }
  .intServices-participe {
    margin: 60px auto !important;
  }
  .intServices-brand__background {
    -o-object-position: left;
       object-position: left;
  }
  .intServices-brand__content {
    width: 50%;
  }
  .intServices-brand .cardBrand__logo {
    max-width: 150px;
  }
  .intServices-brand .twoBrand {
    display: flex;
    flex-direction: column;
  }
  .intServices-brand .twoBrand .cardBrand {
    flex-direction: column-reverse;
  }
  .intServices-brand .twoBrand .cardBrand__column1 {
    align-items: center;
    width: 100%;
  }
  .intServices-brand .twoBrand .cardBrand__column2 {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .intServices-brand .twoBrand .cardBrand__logo {
    max-width: 233px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .intServices-brand .twoBrand .cardBrand__text {
    text-align: center;
  }
  .intServices-brand .fourBrand .cardBrand {
    width: 100%;
  }
  .intServices-brand__result .oneBrand {
    width: 100%;
  }
  .intServices-brand__result .oneBrand .intServices-brand__content {
    width: 50%;
    min-height: 300px;
    padding-top: 50px;
    padding-left: 25px;
    margin: 0;
  }
  .intServices-brand__result .oneLevel {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .intServices-video__iframe iframe {
    max-height: 200px;
  }
  .intServices-des__grid article h4 p {
    width: 214px;
    margin-bottom: 20px;
    left: -13px;
  }
  .intServices-promo__grid article:first-child {
    padding: 30px 20px;
  }
  .intServices-benefits {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 60px !important;
  }
  .intServices-promo .cta,
  .intServices-benefits .cta,
  .intServices-bg .cta {
    width: 100%;
  }
  .intServices-denpendecy .services-background__left__item img {
    max-height: 300px;
  }
  .intServices-denpendecy .custom-block .cta {
    width: 100%;
  }
  .intServices-brand__content {
    width: 90%;
    min-height: 300px;
    padding-left: 0;
    margin: 0 auto;
    gap: 1.5rem;
  }
  .intServices-brand__content .cta {
    font-size: 16px;
  }
  .intServices-brand__logo {
    max-width: 150px;
    height: 50px;
  }
  .intServices-brand .twoBrand .cardBrand__column2 {
    width: 100%;
  }
  .intServices-brand__result {
    flex-direction: column;
    gap: 0;
  }
  .intServices-brand__result .oneBrand,
  .intServices-brand__result .threeBrand {
    width: 100%;
  }
  .intServices-brand__result .oneBrand .intServices-brand__content {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .intServices-brand__result .oneBrand .intServices-brand__logo {
    max-width: 150px;
    height: 50px;
  }
  .intServices-brand__result .threeBrand .cardBrand__logo {
    max-width: 150px;
    height: 50px;
  }
}
.container-us {
  width: 100%;
  margin: auto;
  height: auto;
  background: url("../images/jpg/world-bg.jpg") no-repeat;
  background-position: -500px 270px;
}
.container-us__inner-box {
  max-width: 1500px;
  height: auto;
  width: 90%;
  margin: auto;
}
.container-us li,
.container-us p {
  color: #54564E;
}

.container-us-variant {
  width: 100%;
  margin: auto;
  height: auto;
  background: url("../images/jpg/buble.jpg") no-repeat;
  background-position: -500px 270px;
}
.container-us-variant__inner-box {
  max-width: 1500px;
  height: auto;
  width: 90%;
  margin: auto;
}
.container-us-variant li,
.container-us-variant p {
  color: #54564E;
}

.services-usaccount {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.services-usaccount__inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.services-usaccount__inner__content-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
@media (max-width: 768px) {
  .services-usaccount__inner__content-left {
    flex: inherit;
  }
}
.services-usaccount__inner__content-left header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 27px;
  max-width: 80%;
}
@media (max-width: 768px) {
  .services-usaccount__inner__content-left header {
    max-width: 100%;
  }
}
.services-usaccount__inner__content-left .icon-list {
  list-style-type: none; /* Elimina el estilo de lista predeterminado */
  padding: 0;
}
.services-usaccount__inner__content-left .icon-list li {
  list-style: none;
  display: flex; /* Para alinear la imagen y el texto */
  align-items: center; /* Centra verticalmente la imagen y el texto */
  margin-bottom: 10px; /* Espacio entre los elementos de la lista */
}
@media (max-width: 768px) {
  .services-usaccount__inner__content-left .icon-list li {
    margin-bottom: 20px;
  }
}
.services-usaccount__inner__content-left .icon-list li img.icon {
  margin-right: 10px; /* Espacio entre la imagen y el texto */
  width: 30px; /* Ajusta el ancho del icono según sea necesario */
  height: 30px; /* Ajusta el alto del icono según sea necesario */
}
.services-usaccount .image-phone-right {
  flex: 1;
}
.services-usaccount .image-phone-right__block {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .services-usaccount .image-phone-right__block {
    display: none;
  }
}
.services-usaccount .image-phone-right__block img {
  width: 70%;
}

.section-custom-box-inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 768px) {
  .section-custom-box-inner__cards-anime {
    display: none;
  }
}
.section-custom-box-inner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-custom-box-inner__btn .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  height: 36px;
  background-color: #488af7;
  padding: 0 30px;
  width: auto;
  min-width: 250px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .section-custom-box-inner {
    justify-content: center;
    flex-direction: column;
  }
  .section-custom-box-inner__btn {
    justify-content: center;
    margin-top: -41px;
  }
}

.box-featured {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 29px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .box-featured {
    flex-wrap: wrap;
    padding-top: 20px;
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.box-featured__featuredvariation {
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  border: 1px solid var(--Gris-medio-2, #a0a0a0);
  border-radius: 4px;
  border: 1px solid #A0A0A0;
  border: 1px solid var(--Gris-medio-2, #A0A0A0);
  background: rgba(253, 253, 253, 0.4);
  background: var(--White-glass-effect-2, rgba(253, 253, 253, 0.4));
  width: 1;
  height: auto;
  padding: 70px 0px 70px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .box-featured__featuredvariation {
    height: auto;
    padding: 30px 0px 30px 0px;
  }
}
.box-featured__featuredvariation .box {
  max-width: 80%;
}
.box-featured__featuredvariation .box img {
  max-width: 45px;
  margin-bottom: 20px;
}
.box-featured__featured {
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  border: 1px solid var(--Gris-medio-2, #a0a0a0);
  background: linear-gradient(250deg, #e3dae9 2.59%, #dde8e9 13.77%, #dde8e9 49.53%, #e8ebdb 78.18%), linear-gradient(44deg, #deede9 2.05%, #dde8e9 44.79%);
  width: 1;
  height: auto;
  padding: 70px 0px 70px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .box-featured__featured {
    height: auto;
    padding: 30px 0px 30px 0px;
  }
}
.box-featured__featured .box {
  max-width: 80%;
}
.box-featured__featured .box img {
  max-width: 45px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .intServices-video__block {
    gap: 20px;
  }
}
.intServices-video li,
.intServices-video p {
  color: #54564E;
}

.shine-video-us {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  flex: 1.3;
}
.shine-video-us__background {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid gray;
  max-height: 465px;
}
.shine-video-us__background:hover .shine-video-us__image {
  transform: scale(1.2);
}
.shine-video-us__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s all ease;
}
.shine-video-us__play {
  width: 5vh;
  right: 5px;
  bottom: 5px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 140px;
  transition: 0.3s all ease;
  cursor: pointer;
  filter: grayscale(100%) brightness(0);
  mix-blend-mode: darken;
}
.shine-video-us__play:hover {
  transform: scale(1.1);
}

.custom-block-right {
  flex: 1;
  display: flex;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.custom-block-right .icon-list {
  list-style-type: none; /* Elimina el estilo de lista predeterminado */
  padding: 0;
}
.custom-block-right .icon-list.tarjeta {
  padding-right: 25%;
}
.custom-block-right .icon-list li {
  list-style: none;
  display: flex; /* Para alinear la imagen y el texto */
  align-items: center; /* Centra verticalmente la imagen y el texto */
  margin-bottom: 10px; /* Espacio entre los elementos de la lista */
}
@media (max-width: 768px) {
  .custom-block-right .icon-list li {
    margin-bottom: 20px;
  }
}
.custom-block-right .icon-list li img.icon {
  margin-right: 10px; /* Espacio entre la imagen y el texto */
  width: 30px; /* Ajusta el ancho del icono según sea necesario */
  height: 30px; /* Ajusta el alto del icono según sea necesario */
}
.custom-block-right__content {
  width: 95%;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.custom-block-right__content h3 {
  font-weight: 600;
}
.custom-block-right__content p {
  max-width: 80%;
}
.custom-block-right__steps {
  width: 240px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .custom-block-right__steps {
    display: none;
  }
}
.custom-block-right__steps img {
  width: 100%;
}
.custom-block-right .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  font-weight: 600;
  height: 38px;
  background-color: #488af7;
  padding: 0 30px;
  width: auto;
  min-width: 250px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .custom-block-right {
    padding-right: 10px;
  }
  .custom-block-right__content {
    width: 100%;
    gap: 30px;
  }
  .custom-block-right__content .cta {
    align-self: center;
    margin-top: -20px;
  }
}

.intServices_topcases {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 0px;
}
.intServices_topcases h3 {
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  line-height: 34px; /* 141.667% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.intServices_topcases h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.card-grid-section {
  padding: 0;
  margin: 0;
}

/* cards grid*/
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0px 0px 0px;
  margin: 0;
}
.card-grid .card {
  flex: 1 1 calc(33.333% - 15px);
  display: flex;
  flex-direction: column;
  gap: 7px;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  border-top: 1.03px solid #A0A0A0;
  border-top: 1.03px solid var(--Gris-medio-2, #A0A0A0);
  border-right: 1.03px solid #A0A0A0;
  border-right: 1.03px solid var(--Gris-medio-2, #A0A0A0);
  border-left: 1.03px solid #A0A0A0;
  border-left: 1.03px solid var(--Gris-medio-2, #A0A0A0);
  background: #FBFBFB;
  background: var(--daylight-40, #FBFBFB);
  padding: 20px;
  position: relative;
  max-width: calc(33.333% - 15px);
}
.card-grid .card h4 {
  margin-top: 0;
  color: black;
}
.card-grid .card p {
  color: #54564E;
}
.card-grid .card .box-cta {
  display: flex;
  justify-content: flex-end;
}
.card-grid .card .card-cta {
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #488af7;
  font-size: 16px;
  font-weight: 600;
}
.card-grid .card .card-cta .arrowAnim {
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.card-grid .card .card-cta:hover .arrowAnim {
  left: 7px;
}
.card-grid .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /*background-color: #007BFF;*/
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
  .card-grid .card {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 680px) {
  .card-grid .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* anim */
.images {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: 10px;
}

.images img {
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.images img:nth-child(3) {
  top: 20px;
  left: 20px;
  z-index: 3;
}

.images img:nth-child(3) {
  top: 20px;
  left: 20px;
  z-index: 3;
}

.images img:nth-child(4) {
  top: 20px;
  left: 20px;
  z-index: 4;
}

.images img:nth-child(2) {
  top: 10px;
  left: 10px;
  z-index: 2;
}

.images img:nth-child(1) {
  top: 0px;
  left: 0px;
  z-index: 1;
}

.first {
  top: 0px;
  left: 0px;
  z-index: 1;
}

.steps_anim {
  width: 230px;
  height: 60px;
  position: relative;
  overflow: hidden;
  transform: scale(0.7);
  left: 0;
  transform-origin: left center;
  margin-bottom: 20px;
}
.steps_anim .bg {
  position: absolute;
  width: 1500%; /* Ancho aumentado para cinco pasos */
  height: 100%;
  background-image: url("../images/png/steps.png");
  background-repeat: repeat-x;
  animation: move 6s linear infinite; /* Velocidad aumentada */
  left: 0; /* Posición inicial ajustada */
}
.steps_anim .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f4f4f4;
  background: linear-gradient(95deg, #f4f4f4 5%, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.0228466387) 84%, #f4f4f4 90%, #f4f4f4 99%);
  z-index: 2;
}

@keyframes move {
  0% {
    left: 0;
  }
  100% {
    left: -444px;
  }
}
.content-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 20px 0px 10px 0px;
}
.content-btn #load-more-btn {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 35px;
  border: 1px solid #488af7;
  background: white;
  padding: 0 30px;
  width: auto;
  max-width: 100%;
  color: #488af7;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s all ease;
}

#load-more-btn:hover {
  border: 1px solid #2b5394;
  color: #2b5394;
}

.custome-css {
  max-width: 80%;
}

.cardCoin__container {
  display: flex;
  gap: 3rem;
}
.cardCoin__card {
  width: 50vw;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem;
  border: 1px solid #989A95;
  border-radius: 8px;
  transition-property: opacity, transform, background-color !important;
}
.cardCoin__card:hover {
  transition-duration: 0.3s !important;
}
.cardCoin__img {
  align-self: center;
}
.cardCoin__img img {
  max-height: 280px;
  min-height: 280px;
  padding: 90px 0;
}
.cardCoin__text h2 {
  margin-bottom: 2rem;
}

.textColumn__container {
  display: flex;
  gap: 3rem;
}
.textColumn__content1, .textColumn__content2 {
  width: 50%;
}
.textColumn__content1 h2, .textColumn__content2 h2 {
  margin-bottom: 1rem;
}
.textColumn__content1 p, .textColumn__content2 p {
  margin-bottom: 2rem;
}
.textColumn__content1 p:last-of-type, .textColumn__content2 p:last-of-type {
  margin-bottom: 0;
}
.textColumn .about__phone {
  display: flex;
  gap: 40px;
}
.textColumn .about__phone__licence {
  width: 60%;
  min-width: 90%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 15px 20px 15px 30px;
  background-color: #F9F9F9;
  border-radius: 8px;
  margin-top: 30px;
}
.textColumn .about__phone__licence__image {
  width: 100%;
  max-width: 80px;
}
.textColumn .about__phone__licence__block {
  min-width: 90px;
}
.textColumn .about__phone__licence__description p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  color: #050505;
  font-weight: 400;
}
.textColumn .about__phone__licence__description p:last-of-type {
  margin-bottom: 0;
}

.textCollage {
  background-color: #F4F4F4;
}
.textCollage__container {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 3rem;
}
.textCollage__content1 {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.textCollage__text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 3rem;
}
.textCollage__text .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.textCollage__text .title h2 {
  max-width: 500px;
  position: absolute;
  font-size: 50px;
  text-align: center;
}
.textCollage__text .title img {
  width: 400px;
}
.textCollage__img {
  width: 60%;
  display: flex;
}
.textCollage__img img {
  width: 100%;
}
.textCollage__content2 {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.seccionStars__body h2 {
  line-height: 34px;
}
.seccionStars__body a {
  display: flex;
  justify-content: flex-end;
  color: #488AF7;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease;
}
.seccionStars__desktop {
  display: flex;
  flex-direction: row;
  margin: 3.5rem 0 2rem 0;
  gap: 2rem;
}
.seccionStars__desktop .card {
  width: 100%;
  display: flex;
}
.seccionStars__desktop .card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 15px 20px;
  border: 1px solid #DDDDDC;
  border-radius: 8px;
}
.seccionStars__desktop .card a p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.seccionStars__desktop .card a .content2 {
  height: 80%;
  margin: 30px 0;
}
.seccionStars__desktop .card a .content3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 0.5px solid #9E9E9E;
}
.seccionStars__desktop .card a .content3 img {
  width: 120px;
  height: 28px;
}
.seccionStars__mobile {
  display: flex;
  flex-direction: row;
  margin: 3.5rem 0 2rem 0;
  gap: 2rem;
}
.seccionStars__mobile .swiper-container {
  width: 100%;
}
.seccionStars__mobile .card {
  width: 100%;
  height: 100%;
  display: flex;
}
.seccionStars__mobile .card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 15px 20px;
  border: 1px solid #DDDDDC;
  border-radius: 8px;
}
.seccionStars__mobile .card a p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.seccionStars__mobile .card a .content1 img {
  width: 24px;
  height: 24px;
}
.seccionStars__mobile .card a .content2 {
  height: 80%;
  margin: 30px 0;
}
.seccionStars__mobile .card a .content3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 0.5px solid #9E9E9E;
}
.seccionStars__mobile .card a .content3 img {
  width: 82px;
  height: 20px;
}

@media (max-width: 1280px) {
  .textColumn .about__phone__licence {
    gap: 15px;
  }
  .textCollage__text .title h2 {
    font-size: 35px;
  }
  .textCollage__text .title img {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .cardCoin__container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
  }
  .cardCoin__card {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .cardCoin__img img {
    max-height: 240px;
    min-height: 240px;
  }
  .textColumn__content1 {
    width: 100%;
  }
  .textColumn__content2 {
    display: none;
  }
  .textColumn .about__phone__licence {
    width: 100%;
    gap: 40px;
    margin: 20px auto 20px auto;
  }
  .textColumn .about__phone__licence__description p {
    font-size: 14px;
    font-weight: 400;
  }
  .textCollage {
    background-color: #fff;
  }
  .textCollage__container {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 2rem;
  }
  .textCollage__text {
    width: 100%;
  }
  .textCollage__text .title h2 {
    max-width: 400px;
    font-size: 35px;
  }
  .textCollage__text .title img {
    width: 250px;
  }
  .textCollage__img {
    display: none;
  }
  .textCollage__content2 {
    flex-direction: column;
  }
  .seccionStars__body a {
    justify-content: flex-start;
  }
  .seccionStars__desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .textColumn .about__phone__licence {
    min-width: 150px;
    flex-direction: column;
    gap: 10px;
  }
  .textCollage__text .title h2 {
    max-width: 300px;
    font-size: 28px;
  }
  .textCollage__text .title img {
    width: 200px;
  }
}
.bannerBlogHome .banner__container {
  height: auto;
  max-height: 750px;
  align-items: inherit;
}
.bannerBlogHome .banner__content {
  display: flex;
  padding: 10vh 0;
  gap: 5rem;
}
.bannerBlogHome .banner__content img {
  width: 50px;
  height: 50px;
}
.bannerBlogHome .banner__content .article {
  width: 50%;
}
.bannerBlogHome .banner__content .article .swiperPb {
  padding-bottom: 30px;
}
.bannerBlogHome .banner__content .article a {
  display: flex;
  flex-direction: column;
}
.bannerBlogHome .banner__content .article a:hover h2 {
  text-decoration: underline;
}
.bannerBlogHome .banner__content .article a img {
  width: 100%;
  height: 50%;
  max-width: 750px;
  max-height: 320px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerBlogHome .banner__content .article a h2 {
  margin: 1rem 0;
  font-size: 30px;
  line-height: 48px;
}
.bannerBlogHome .banner__content .article a p {
  font-size: 16px;
  line-height: 20px;
}
.bannerBlogHome .banner__content .article__data {
  display: flex;
  margin-bottom: 1rem;
}
.bannerBlogHome .banner__content .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bannerBlogHome .banner__content .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bannerBlogHome .banner__content .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bannerBlogHome .banner__content .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bannerBlogHome .banner__content .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bannerBlogHome .banner__content .article__data .date img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bannerBlogHome .banner__content .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bannerBlogHome .banner__content .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bannerBlogHome .banner__content .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bodyBlogHome {
  display: flex;
  width: 100%;
  padding-bottom: 10vh;
}
.bodyBlogHome .blogHome {
  width: 90%;
  display: flex;
}
.bodyBlogHome .blogHome__container {
  width: 100%;
}
.bodyBlogHome .blogHome__container-page {
  display: none;
}
.bodyBlogHome .blogHome__container .page-0 {
  display: block;
}
.bodyBlogHome .blogHome__container .articleMain {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.bodyBlogHome .blogHome__container .articleMain a {
  width: 60%;
}
.bodyBlogHome .blogHome__container .articleMain a:hover h2 {
  text-decoration: underline;
}
.bodyBlogHome .blogHome__container .articleMain a img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyBlogHome .blogHome__container .articleMain a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodyBlogHome .blogHome__container .articleMain a p {
  font-size: 16px;
  line-height: 20px;
}
.bodyBlogHome .blogHome__container .articleMain .containerLinkButton .linkButton {
  width: -moz-max-content;
  width: max-content;
}
.bodyBlogHome .blogHome__container .articleMain .article__container {
  width: 50%;
  margin-left: 3rem;
  padding: 1.7rem 0;
}
.bodyBlogHome .blogHome__container .articleMain .article__data {
  display: flex;
  margin-bottom: 2rem;
}
.bodyBlogHome .blogHome__container .articleMain .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .date img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleMain .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  margin-top: 60px;
}
.bodyBlogHome .blogHome__container .articleGrid .body {
  width: 100%;
}
.bodyBlogHome .blogHome__container .articleGrid .body a button {
  width: -moz-max-content;
  width: max-content;
}
.bodyBlogHome .blogHome__container .articleGrid .body a {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bodyBlogHome .blogHome__container .articleGrid .body a:hover h2 {
  text-decoration: underline;
}
.bodyBlogHome .blogHome__container .articleGrid .body a img {
  width: 100%;
  height: 211px;
  max-width: 505px;
  max-height: 211px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyBlogHome .blogHome__container .articleGrid .body a h2 {
  margin: 1rem 0;
  font-size: 20px;
  line-height: 28px;
}
.bodyBlogHome .blogHome__container .articleGrid .body a h2:hover {
  text-decoration: underline;
}
.bodyBlogHome .blogHome__container .articleGrid .body a p {
  font-size: 16px;
  line-height: 20px;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__container {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data {
  display: flex;
  margin: 1rem 0;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleGrid .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleResume__desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -moz-column-gap: 75px;
       column-gap: 75px;
  margin-top: 60px;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body {
  display: flex;
  flex-direction: row;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article {
  margin-left: 20px;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__container {
  width: 100%;
  margin-left: 19px;
  padding: 0;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__container h2 {
  margin: 0.5rem 0;
  font-size: 18px;
  line-height: 24px;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data {
  display: flex;
  margin-bottom: 0;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .date:after {
  border: none;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body a:hover h2 {
  text-decoration: underline;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body a img {
  width: 129px;
  height: 100%;
  max-height: 400px;
  border-radius: 7px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyBlogHome .blogHome__container .articleResume__desktop .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodyBlogHome .blogHome__container .articleResume__mobile {
  display: none;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body {
  border-right: 1px solid #D9D9D9;
  padding-right: 10px;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a {
  display: flex;
  flex-direction: row;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a:hover h2 {
  text-decoration: underline;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__container {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__container h2 {
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 20px;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data {
  display: flex;
  margin-bottom: 0;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogHome .blogHome__container .articleResume__mobile .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sideContent {
  width: 40%;
  margin-left: 70px;
}
.sideContent__container {
  width: 100%;
  position: sticky;
  top: 120px;
}
.sideContent__container .searchBlog {
  width: 85%;
}
.sideContent__container .searchBlog form {
  width: 100%;
  display: flex;
}
.sideContent__container .searchBlog__content {
  width: 100%;
  display: flex;
  padding: 15px 0 15px 10px;
  border-radius: 4px;
  border: 1px solid #989A95;
}
.sideContent__container .searchBlog__input {
  width: 90%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.sideContent__container .searchBlog__icon {
  width: 40px;
  background-image: url("../images/svg/lupa-buscador.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: none;
  background-color: #fff;
}
.sideContent__container .categories {
  width: 85%;
}
.sideContent__container .categories h2 {
  margin: 2.5rem 0 1.5rem 0;
  line-height: 34px;
}
.sideContent__container .categories__content {
  margin-bottom: 2rem;
}
.sideContent__container .categories__title a {
  width: 100%;
  display: flex;
  padding: 0 0 15px 0;
  border-bottom: 1px dashed #404040;
}
.sideContent__container .categories__title a h2 {
  width: 95%;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
}
.sideContent__container .categories__title a h2.orange {
  color: #F2A46A;
}
.sideContent__container .categories__title a h2.purple {
  color: #9873D0;
}
.sideContent__container .categories__title a h2.green {
  color: #479F7C;
}
.sideContent__container .categories__title a h2.blue {
  color: #488AF7;
}
.sideContent__container .categories__title a img {
  width: 10px;
}
.sideContent__container .categories__subcategories a:first-of-type p {
  padding: 20px 0 15px 0;
}
.sideContent__container .categories__subcategories a p {
  padding: 0 0 15px 0;
}
.sideContent__container .mostRead h2 {
  margin: 2.5rem 0 1.5rem 0;
  line-height: 34px;
}
.sideContent__container .mostRead .body {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.sideContent__container .mostRead .body .article__container {
  width: 100%;
  margin-left: 19px;
  padding: 0;
}
.sideContent__container .mostRead .body .article__container h2 {
  margin: 0.5rem 0;
  font-size: 18px;
  line-height: 24px;
}
.sideContent__container .mostRead .body .article__data {
  display: flex;
  margin-bottom: 0;
}
.sideContent__container .mostRead .body .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.sideContent__container .mostRead .body .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sideContent__container .mostRead .body .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.sideContent__container .mostRead .body .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.sideContent__container .mostRead .body .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.sideContent__container .mostRead .body .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.sideContent__container .mostRead .body .article__data .date:after {
  border: none;
}
.sideContent__container .mostRead .body .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.sideContent__container .mostRead .body .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sideContent__container .mostRead .body a:hover h2 {
  text-decoration: underline;
}
.sideContent__container .mostRead .body a img {
  width: 114px;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sideContent__container .mostRead .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.sideContent__container .boxText {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  margin-top: 4rem;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sideContent__container .boxText h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FDFDFD;
}
.sideContent__container .boxText p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #F6F6F2;
}
.sideContent__container .boxText a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #FDFDFD;
}
.sideContent__container .subscribe {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4rem;
  padding: 40px 30px;
  min-height: 365px;
}
.sideContent__container .subscribe .containerForm {
  max-width: 624px;
  margin: 0 auto;
}
.sideContent__container .subscribe .containerForm h2 {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 1.5rem;
}
.sideContent__container .subscribe .containerForm .form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sideContent__container .subscribe .containerForm .form__inputs {
  display: flex;
  flex-direction: column;
}
.sideContent__container .subscribe .containerForm .form label {
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #050505;
}
.sideContent__container .subscribe .containerForm .form label span {
  font-size: 14px;
  line-height: 20px;
}
.sideContent__container .subscribe .containerForm .form label div {
  margin-top: 5px;
}
.sideContent__container .subscribe .containerForm .form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin: 10px 0;
  outline: inherit;
  border-radius: 5px;
  border: 1px solid #050505;
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  background-color: #FDFDFD;
  transition: all ease 0.3s;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.sideContent__container .subscribe .containerForm .form .check label {
  color: #54564E;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-weight: 400;
}
.sideContent__container .subscribe .containerForm .form .check label.active div {
  min-width: 25px;
  height: 25px;
  border: 1px solid #488AF7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color border-color;
}
.sideContent__container .subscribe .containerForm .form .check label.active div:after {
  content: "";
  background-image: url(../images/svg/icon__check__grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
.sideContent__container .subscribe .containerForm .form button {
  width: 50%;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-top: 30px;
  border-radius: 50px;
  border: 2px solid #488AF7;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #488AF7;
  transition: 0.3s all ease;
}
.sideContent__container .subscribe .containerForm .form button:hover {
  border: 2px solid #2B5394;
  color: #FDFDFD;
  background-color: #2B5394;
}
.sideContent__container .subscribe .containerForm .form .buttonMobile {
  display: none;
}
.sideContent__container .subscribe .containerMsg {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sideContent__container .subscribe .containerMsg img {
  width: 50px;
  height: 50px;
  position: relative;
  top: auto;
  left: auto;
}
.sideContent__container .subscribe .containerMsg h2 {
  font-size: 24px;
  line-height: 34px;
}
.sideContent__container .subscribe .containerMsg p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.blogEnterprise__container {
  position: relative;
  padding-bottom: 10vh;
}
.blogEnterprise__container h2 {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
}
.blogEnterprise__content {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 30px;
}
.blogEnterprise__content .body {
  width: 100%;
}
.blogEnterprise__content .body a button {
  width: -moz-max-content;
  width: max-content;
}
.blogEnterprise__content .body a {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.blogEnterprise__content .body a:hover h2 {
  text-decoration: underline;
}
.blogEnterprise__content .body a img {
  width: 100%;
  height: 50%;
  max-width: 505px;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogEnterprise__content .body a h2 {
  margin: 1rem 0;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
}
.blogEnterprise__content .body a p {
  font-size: 16px;
  line-height: 20px;
}
.blogEnterprise__content .body a .article__container {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.blogEnterprise__content .body a .article__data {
  display: flex;
  margin: 1rem 0;
}
.blogEnterprise__content .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.blogEnterprise__content .body a .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blogEnterprise__content .body a .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.blogEnterprise__content .body a .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.blogEnterprise__content .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.blogEnterprise__content .body a .article__data .date img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogEnterprise__content .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.blogEnterprise__content .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.blogEnterprise__content .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogEnterprise__content .articleResume__desktop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.blogEnterprise__content .articleResume__desktop .body {
  width: 100%;
  margin-bottom: 2rem;
  padding: 20px;
  border-radius: 7px;
  background-color: #fff;
}
.blogEnterprise__content .articleResume__desktop .body .containerLinkButton .linkButton {
  padding: 0;
}
.blogEnterprise__content .articleResume__desktop .body a {
  display: flex;
  flex-direction: row;
}
.blogEnterprise__content .articleResume__desktop .body a:hover h2 {
  text-decoration: underline;
}
.blogEnterprise__content .articleResume__desktop .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.blogEnterprise__content .articleResume__desktop .body a .article__container {
  width: 100%;
  padding: 0;
}
.blogEnterprise__content .articleResume__desktop .body a .article__container h2 {
  margin: 0.5rem 0;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data {
  display: flex;
  margin-bottom: 0;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data p {
  text-align: start;
  font-size: 12px;
  line-height: 14px;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .date img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.blogEnterprise__content .articleResume__desktop .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogEnterprise__content .articleResume__mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.blogEnterprise__content .articleResume__mobile .body {
  width: 100%;
  margin-bottom: 2rem;
  padding: 10px;
  border-radius: 7px;
  background-color: #fff;
}
.blogEnterprise__content .articleResume__mobile .body:last-of-type {
  margin-bottom: 0;
}
.blogEnterprise__content .articleResume__mobile .body .containerLinkButton .linkButton {
  min-width: 0;
  padding: 0;
}
.blogEnterprise__content .articleResume__mobile .body a {
  min-width: 230px;
  display: flex;
  flex-direction: row;
}
.blogEnterprise__content .articleResume__mobile .body a:hover h2 {
  text-decoration: underline;
}
.blogEnterprise__content .articleResume__mobile .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.blogEnterprise__content .articleResume__mobile .body a .article__container {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.blogEnterprise__content .articleResume__mobile .body a .article__container h2 {
  margin: 0.5rem 0;
  font-size: 18px;
  line-height: 24px;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data {
  display: flex;
  margin-bottom: 0;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 1rem;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data .date img {
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.blogEnterprise__content .articleResume__mobile .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.formBlog__container {
  position: relative;
  padding-bottom: 10vh;
}

.bodyBlogCategory {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 10vh;
}
.bodyBlogCategory .blogCategory {
  width: 90%;
  display: flex;
}
.bodyBlogCategory .blogCategory__container {
  width: 100%;
}
.bodyBlogCategory .blogCategory__container-page {
  display: none;
}
.bodyBlogCategory .blogCategory__container .page-0 {
  display: block;
}
.bodyBlogCategory .blogCategory__container .articleMain {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.bodyBlogCategory .blogCategory__container .articleMain a {
  width: 60%;
}
.bodyBlogCategory .blogCategory__container .articleMain a:hover h2 {
  text-decoration: underline;
}
.bodyBlogCategory .blogCategory__container .articleMain a img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyBlogCategory .blogCategory__container .articleMain a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodyBlogCategory .blogCategory__container .articleMain a p {
  font-size: 16px;
  line-height: 20px;
}
.bodyBlogCategory .blogCategory__container .articleMain .containerLinkButton .linkButton {
  width: -moz-max-content;
  width: max-content;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__container {
  width: 50%;
  margin-left: 3rem;
  padding: 1.7rem 0;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data {
  display: flex;
  margin-bottom: 2rem;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .date img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleMain .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  margin-top: 60px;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body {
  width: 100%;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a button {
  width: -moz-max-content;
  width: max-content;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a:hover h2 {
  text-decoration: underline;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a img {
  width: 100%;
  height: 50%;
  max-width: 505px;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a h2 {
  margin: 1rem 0;
  font-size: 20px;
  line-height: 28px;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a h2:hover {
  text-decoration: underline;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a p {
  font-size: 16px;
  line-height: 20px;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__container {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data {
  display: flex;
  margin: 1rem 0;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -moz-column-gap: 75px;
       column-gap: 75px;
  margin-top: 60px;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body {
  display: flex;
  flex-direction: row;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article {
  margin-left: 20px;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__container {
  width: 100%;
  margin-left: 19px;
  padding: 0;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__container h2 {
  margin: 0.5rem 0;
  font-size: 18px;
  line-height: 24px;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data {
  display: flex;
  margin-bottom: 0;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .date:after {
  border: none;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body a:hover h2 {
  text-decoration: underline;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body a img {
  width: 129px;
  height: 100%;
  max-height: 400px;
  border-radius: 7px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyBlogCategory .blogCategory__container .articleResume__desktop .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile {
  display: none;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body {
  border-right: 1px solid #D9D9D9;
  padding-right: 10px;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a {
  display: flex;
  flex-direction: row;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a:hover h2 {
  text-decoration: underline;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__container {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__container h2 {
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 20px;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data {
  display: flex;
  margin-bottom: 0;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodyBlogCategory .blogCategory__container .articleResume__mobile .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.search-chips {
  width: 100%;
  padding: 40px 0px;
}
.search-chips__title {
  text-align: center;
}
.search-chips__bar {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-chips__bar .searchBlog {
  width: 85%;
}
.search-chips__bar .searchBlog form {
  width: 100%;
  display: flex;
}
.search-chips__bar .searchBlog__content {
  background: #FDFDFD;
  width: 100%;
  display: flex;
  padding: 15px 0 15px 10px;
  border-radius: 4px;
  border: 1px solid #989A95;
}
.search-chips__bar .searchBlog__input {
  width: 90%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: transparent;
}
.search-chips__bar .searchBlog__icon {
  width: 40px;
  background-image: url("../images/svg/lupa-buscador.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: none;
}
.search-chips__chips {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.search-chips__chips--item {
  cursor: pointer;
  padding: 20px 40px;
  background: #FDFDFD;
  border: 0.598011px solid #050505;
  border-radius: 2.39204px;
  position: relative;
  transition: all 0.5s ease;
  font-weight: 600;
  font-size: 1.1rem;
}
.search-chips__chips--item img {
  position: relative !important;
  top: inherit !important;
  bottom: inherit !important;
}
.search-chips__chips--item::before {
  content: " ";
  position: absolute;
  top: 2px;
  right: -5.5px;
  height: 100%;
  width: 4px;
  background: #DDDDDC;
  transform: skewY(45deg);
  border-top: 1px solid #050505;
  border-right: 1px solid #050505;
  border-left: 1px solid #050505;
  border-radius: 0px 0px 2px 0px;
}
.search-chips__chips--item::after {
  content: " ";
  position: absolute;
  bottom: -5.5px;
  right: -3px;
  height: 4px;
  width: 100%;
  background: #DDDDDC;
  transform: skewX(45deg);
  border-bottom: 1px solid #050505;
  border-left: 1px solid #050505;
  border-radius: 0px 0px 2px 0px;
  border-top: 1px solid #050505;
}
.search-chips__chips--item:hover {
  background: #488AF7;
  color: #FDFDFD;
}

.subscribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subscribe .containerForm h2 {
  font-size: 40px;
  line-height: 56px;
  padding-bottom: 1rem;
}
.subscribe .containerForm .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px 30px;
}
.subscribe .containerForm .form__inputs {
  display: flex;
  flex-direction: column;
}
.subscribe .containerForm .form label {
  align-items: center;
  font-weight: 600;
  line-height: 18px;
  color: #050505;
}
.subscribe .containerForm .form label div {
  margin-top: 5px;
}
.subscribe .containerForm .form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin: 10px 0;
  outline: inherit;
  border-radius: 5px;
  border: 1px solid #050505;
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  background-color: #FDFDFD;
  transition: all ease 0.3s;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.subscribe .containerForm .form .check label {
  color: #54564E;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-weight: 400;
}
.subscribe .containerForm .form .check label.active div {
  min-width: 25px;
  height: 25px;
  border: 1px solid #488AF7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color border-color;
}
.subscribe .containerForm .form .check label.active div:after {
  content: "";
  background-image: url(../images/svg/icon__check__grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
.subscribe .containerForm .form button {
  width: 50%;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-top: 8%;
  border-radius: 50px;
  border: 2px solid #488AF7;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #488AF7;
  transition: 0.3s all ease;
}
.subscribe .containerForm .form button:hover {
  border: 2px solid #2B5394;
  color: #FDFDFD;
  background-color: #2B5394;
}
.subscribe .containerForm .form .buttonMobile {
  display: none;
}
.subscribe .containerMsg {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.subscribe .containerMsg img {
  width: 50px;
  height: 50px;
  position: relative;
  top: auto;
  left: auto;
}
.subscribe .containerMsg h2 {
  font-size: 40px;
  line-height: 56px;
}
.subscribe .containerMsg p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.subscribe--big {
  width: 80%;
  max-height: 500px;
  padding: 130px 165px;
  margin: 0 auto;
  gap: 2rem;
  background: rgba(253, 253, 253, 0.4);
  border: 1px solid #000;
  border-radius: 4px;
}
.subscribe--big .containerForm {
  max-width: 720px;
  margin: 0 auto;
}
.subscribe--big .containerForm .form__inputs {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.subscribe--big .containerForm .form__inputs .input {
  width: 100%;
}
.subscribe--big .containerForm .form__inputs .button {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
.subscribe--big .containerForm .form label span {
  font-size: 18.5px;
}
.subscribe--big .containerForm .form input[type=email] {
  width: 100%;
}
.subscribe--big .containerForm .form button {
  width: 90%;
  margin-top: 18%;
}
.subscribe--medium {
  width: 50%;
  min-height: 540px;
  padding: 60px 98px;
  gap: 2rem;
  background: rgba(253, 253, 253, 0.4);
  border: 1px solid #000;
  border-radius: 4px;
}
.subscribe--mobile {
  display: none;
}

.backgroundImg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.containerLinkButton {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 0.5rem;
}
.containerLinkButton .linkButton {
  width: -moz-max-content;
  width: max-content;
  padding: 0;
}

.bodySearchResults {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 10vh;
}
.bodySearchResults .searchResults {
  width: 90%;
  display: flex;
  flex-direction: column;
}
.bodySearchResults .searchResults .text {
  margin-bottom: 30px;
}
.bodySearchResults .searchResults .text h2 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bodySearchResults .searchResults .text p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #54564E;
}
.bodySearchResults .searchResults__container {
  width: 100%;
}
.bodySearchResults .searchResults__container-page {
  display: none;
}
.bodySearchResults .searchResults__container .page-0 {
  display: block;
}
.bodySearchResults .searchResults__container .desktop {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.bodySearchResults .searchResults__container .desktop .articleResult {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.bodySearchResults .searchResults__container .desktop .articleResult a {
  width: 40%;
}
.bodySearchResults .searchResults__container .desktop .articleResult a:hover h2 {
  text-decoration: underline;
}
.bodySearchResults .searchResults__container .desktop .articleResult a img {
  width: 100%;
  height: 100%;
  max-height: 268px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodySearchResults .searchResults__container .desktop .articleResult a h2 {
  margin: 1.5rem 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.bodySearchResults .searchResults__container .desktop .articleResult a h2::first-letter {
  text-transform: uppercase;
}
.bodySearchResults .searchResults__container .desktop .articleResult a p {
  font-size: 16px;
  line-height: 20px;
}
.bodySearchResults .searchResults__container .desktop .articleResult .containerLinkButton .linkButton {
  width: -moz-max-content;
  width: max-content;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__container {
  width: 60%;
  margin-left: 3rem;
  margin-top: 1rem;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data {
  display: flex;
  margin-bottom: 2rem;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .date img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .desktop .articleResult .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodySearchResults .searchResults__container .mobile .articleResult {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 75px;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body {
  width: 100%;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a button {
  width: -moz-max-content;
  width: max-content;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a:hover h2 {
  text-decoration: underline;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a img {
  width: 100%;
  height: 50%;
  max-width: 550px;
  max-height: 400px;
  display: flex;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a h2 {
  margin: 1rem auto;
  max-width: 750px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a h2:hover {
  text-decoration: underline;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a p {
  font-size: 16px;
  line-height: 20px;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__container {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__container p {
  max-width: 700px;
  text-align: center;
  margin: 1rem auto;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .date img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .minutes img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bodySearchResults .searchResults__container .mobile .articleResult .nextPage {
  margin-bottom: 60px;
}
.bodySearchResults .searchResults__container .noResults__content1 {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 30px;
}
.bodySearchResults .searchResults__container .noResults__content1 a {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #050505;
  background-color: #EDEEE7;
  border-radius: 6px;
}
.bodySearchResults .searchResults__container .noResults__content1 a p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #050505;
}
.bodySearchResults .searchResults__container .noResults__content2 {
  display: flex;
  gap: 1rem;
}
.bodySearchResults .searchResults__container .noResults__content2 p {
  width: 20%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
.bodySearchResults .searchResults__container .noResults__content2 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.bodySearchResults .searchResults__container .noResults__content2 .container a {
  padding: 4px;
  background-color: #F2F3ED;
  border: 1px solid #939689;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #939689;
}
.bodySearchResults .articleResume__mobile {
  display: none;
}
.bodySearchResults .articleResume__mobile h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.bodySearchResults .articleResume__mobile .body {
  border-right: 1px solid #D9D9D9;
  padding-right: 10px;
}
.bodySearchResults .articleResume__mobile .body a {
  display: flex;
  flex-direction: row;
}
.bodySearchResults .articleResume__mobile .body a:hover h2 {
  text-decoration: underline;
}
.bodySearchResults .articleResume__mobile .body a h2 {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 34px;
}
.bodySearchResults .articleResume__mobile .body a .article__container {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.bodySearchResults .articleResume__mobile .body a .article__container h2 {
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 20px;
}
.bodySearchResults .articleResume__mobile .body a .article__data {
  display: flex;
  margin-bottom: 0;
}
.bodySearchResults .articleResume__mobile .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.bodySearchResults .articleResume__mobile .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 1rem;
}
.bodySearchResults .articleResume__mobile .body a .article__data .date img {
  width: 18px;
  height: 18px;
  border-radius: 0;
}
.bodySearchResults .articleResume__mobile .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.bodySearchResults .articleResume__mobile .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.bodySearchResults .articleResume__mobile .body a .article__data .minutes img {
  width: 18px;
  height: 18px;
}

.nextPage {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nextPage .actived {
  cursor: pointer;
}
.nextPage .actived .link p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #488AF7;
}
.nextPage .inactived {
  cursor: none;
}
.nextPage .inactived .link img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(2%) saturate(1506%) hue-rotate(34deg) brightness(98%) contrast(91%);
}
.nextPage .inactived .link p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #54564E;
}
.nextPage .btn-prev-page-posts .link {
  display: flex;
  align-items: center;
}
.nextPage .btn-prev-page-posts .link img {
  margin-right: 15px;
}
.nextPage .btn-next-page-posts .link {
  display: flex;
  align-items: center;
}
.nextPage .btn-next-page-posts .link img {
  margin-left: 15px;
  transform: rotate(180deg);
}
.nextPage .content1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.nextPage .content1 a img {
  width: 15px;
  height: 15px;
}
.nextPage .content1 a p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #488AF7;
}
.nextPage .content1.disabled .link {
  pointer-events: none;
}
.nextPage .content1.disabled .link p {
  color: #939689;
}
.nextPage .content1.disabled .link img {
  filter: grayscale(100%);
}
.nextPage .content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 47%;
  gap: 0.3rem;
}
.nextPage .content2 .number {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #54564E;
}
.nextPage .content2 .text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #54564E;
}
.nextPage .content3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
.nextPage .content3 a p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #488AF7;
}
.nextPage .content3 a img {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}
.nextPage .content3.disabled .link {
  pointer-events: none;
}
.nextPage .content3.disabled .link p {
  color: #939689;
}
.nextPage .content3.disabled .link img {
  filter: grayscale(100%);
}

@media (max-width: 1600px) {
  .bannerBlogHome .banner__content {
    padding: 7vh 0 10vh 0;
  }
}
@media (max-width: 1440px) {
  .bodyBlogHome .blogHome__container .articleMain a h2 {
    margin: 0.5rem 0;
  }
  .bodyBlogHome .blogHome__container .articleMain a .article__container {
    padding: 0.5rem 0;
  }
  .bodyBlogHome .blogHome__container .articleMain a .article__data {
    margin-bottom: 0.5rem;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a h2 {
    margin: 0.5rem 0;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a .article__container {
    padding: 0.5rem 0;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a .article__data {
    margin-bottom: 0.5rem;
  }
  .sideContent {
    margin-left: 50px;
  }
  .sideContent__container .boxText {
    padding: 40px;
  }
  .bodySearchResults .searchResults__container .desktop .articleResult a .article__container {
    padding: 0.5rem 0;
  }
  .bodySearchResults .searchResults__container .desktop .articleResult a .article__data {
    margin-bottom: 0.5rem;
  }
  .bodySearchResults .searchResults__container .nextPage {
    margin-top: 2rem;
  }
}
@media (max-width: 1280px) {
  .bannerBlogHome .banner__content {
    gap: 2rem;
  }
  .bodyBlogHome .blogHome {
    width: 65%;
  }
  .bodyBlogHome .blogHome__container .articleMain {
    flex-direction: column;
  }
  .bodyBlogHome .blogHome__container .articleMain .linkButton {
    width: -moz-max-content;
    width: max-content;
    align-self: flex-start;
  }
  .bodyBlogHome .blogHome__container .articleMain a {
    width: 100%;
  }
  .bodyBlogHome .blogHome__container .articleMain a img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
  .bodyBlogHome .blogHome__container .articleMain a h2 {
    margin: 1rem 0;
  }
  .bodyBlogHome .blogHome__container .articleMain .article__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-top: 2rem;
  }
  .bodyBlogHome .blogHome__container .articleMain .article__data {
    margin-bottom: 1rem;
  }
  .bodyBlogHome .blogHome__container .articleMain .article__data img {
    width: 15px;
    height: 15px;
    border-radius: 0;
  }
  .bodyBlogHome .blogHome__container .articleGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a h2 {
    text-align: center;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data {
    justify-content: center;
  }
  .bodyBlogHome .blogHome__container .articleResume__desktop {
    gap: 2rem;
  }
  .bodyBlogHome .blogHome__container .articleResume__desktop .body a img {
    display: none;
  }
  .bodyBlogHome .blogHome__container .articleResume__desktop .body a .article__container {
    margin-left: 0;
  }
  .bodyBlogHome .blogHome__container .articleResume__desktop .body a .article__data img {
    display: block;
  }
  .bodyBlogCategory .blogCategory {
    width: 65%;
  }
  .bodyBlogCategory .blogCategory__container .articleMain {
    flex-direction: column;
  }
  .bodyBlogCategory .blogCategory__container .articleMain .linkButton {
    width: -moz-max-content;
    width: max-content;
    align-self: flex-start;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a {
    width: 100%;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a h2 {
    margin: 1rem 0;
  }
  .bodyBlogCategory .blogCategory__container .articleMain .article__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-top: 2rem;
  }
  .bodyBlogCategory .blogCategory__container .articleMain .article__data {
    margin-bottom: 1rem;
  }
  .bodyBlogCategory .blogCategory__container .articleMain .article__data img {
    width: 15px;
    height: 15px;
    border-radius: 0;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a h2 {
    text-align: center;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data {
    justify-content: center;
  }
  .bodyBlogCategory .blogCategory__container .articleResume__desktop {
    gap: 2rem;
  }
  .bodyBlogCategory .blogCategory__container .articleResume__desktop .body a img {
    display: none;
  }
  .bodyBlogCategory .blogCategory__container .articleResume__desktop .body a .article__container {
    margin-left: 0;
  }
  .bodyBlogCategory .blogCategory__container .articleResume__desktop .body a .article__data img {
    display: block;
  }
  .sideContent {
    width: 35%;
  }
  .sideContent__container .mostRead .body a img {
    display: none;
  }
  .sideContent__container .mostRead .body .article__container {
    margin-left: 0;
  }
  .sideContent__container .mostRead .body .article__data img {
    display: block;
  }
  .sideContent__container .boxText {
    padding: 20px;
  }
  .sideContent__container .boxText p {
    margin-bottom: 11px;
  }
  .sideContent__container .subscribe {
    padding: 30px 20px;
  }
  .blogEnterprise__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .blogEnterprise__content .body a img {
    max-width: 557px;
  }
  .blogEnterprise__content .articleResume {
    flex-direction: row;
    gap: 30px;
    grid-column: 1/3;
    grid-row: 2/2;
  }
  .blogEnterprise__content .articleResume__desktop {
    flex-direction: row;
  }
  .subscribe--big {
    padding: 90px 100px;
  }
  .subscribe--medium {
    padding: 16px 34px;
  }
  .bodySearchResults .searchResults {
    width: 65%;
  }
  .bodySearchResults .searchResults__container .desktop {
    display: none;
  }
  .bodySearchResults .searchResults__container .mobile {
    display: flex;
  }
}
@media (max-width: 1100px) {
  .sideContent__container .boxText {
    width: 100%;
    padding: 17px;
  }
  .sideContent__container .boxText h2 {
    font-size: 18px;
  }
  .sideContent__container .boxText p {
    margin-bottom: 11px;
  }
  .sideContent__container .subscribe {
    width: 100%;
  }
  .subscribe--big {
    padding: 75px 55px;
  }
  .search-chips__chips {
    row-gap: 10px;
  }
  .search-chips__chips--item {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .bannerBlogHome .banner__content .article {
    display: none;
  }
  .bodyBlogHome .blogHome {
    width: 100%;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a h2 {
    max-width: 750px;
    text-align: center;
    margin: 1rem auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 1rem auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data {
    justify-content: center;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data p {
    margin: 0 auto;
  }
  .bodyBlogCategory {
    flex-direction: column;
  }
  .bodyBlogCategory .blogCategory {
    width: 100%;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a h2 {
    max-width: 750px;
    text-align: center;
    margin: 1rem auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 1rem auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data {
    justify-content: center;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data p {
    margin: 0 auto;
  }
  .sideContent {
    display: none;
  }
  .blogEnterprise__content {
    display: flex;
    flex-direction: column;
  }
  .blogEnterprise__content .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .blogEnterprise__content .body a h2 {
    text-align: center;
  }
  .blogEnterprise__content .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 1rem auto;
  }
  .blogEnterprise__content .body a .article__data {
    justify-content: center;
  }
  .blogEnterprise__content .body a .article__data p {
    margin: 0 auto;
  }
  .blogEnterprise__content .articleResume__desktop {
    grid-column: 1;
    grid-row: 3;
  }
  .subscribe {
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
    min-height: 365px;
  }
  .subscribe .containerForm {
    max-width: 624px;
    margin: 0 auto;
  }
  .subscribe .containerForm h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .subscribe .containerForm .form label {
    font-size: 14px;
    line-height: 18px;
  }
  .subscribe .containerForm .form label span {
    font-size: 16px;
    line-height: 20px;
  }
  .subscribe .containerForm .form button {
    font-size: 16px;
    line-height: 20px;
  }
  .subscribe .containerMsg .icon {
    width: 50px;
    height: 50px;
  }
  .subscribe .containerMsg h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .subscribe--big .containerForm .form button {
    margin-top: 20%;
  }
  .subscribe--mobile {
    display: block;
    margin-top: 165px;
  }
  .bodySearchResults {
    flex-direction: column;
  }
  .bodySearchResults .searchResults {
    width: 100%;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a h2 {
    max-width: 750px;
    text-align: center;
    margin: 1rem auto;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 1rem auto;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data {
    justify-content: center;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data p {
    margin: 0 auto;
  }
  .bodySearchResults .searchResults__container .noResults__content2 {
    flex-direction: column;
    gap: 1.5rem;
  }
  .bodySearchResults .searchResults__container .noResults__content2 p {
    width: 100%;
  }
  .bodySearchResults .searchResults__container .noResults__content2 .container {
    width: 100%;
    gap: 1rem;
  }
  .bodySearchResults .articleResume__mobile {
    display: block;
    margin-top: 1.5rem;
  }
  .nextPage .content2 {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .bodyBlogHome .blogHome__container .articleMain a img {
    width: 100%;
  }
  .bodyBlogHome .blogHome__container .articleMain a .article__data .author {
    display: none;
  }
  .bodyBlogHome .blogHome__container .articleGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a img {
    display: flex;
    max-width: 683px;
    margin: 1rem auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a h2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__container p {
    text-align: left;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data {
    justify-content: left;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data p {
    margin: 0 auto;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data .author {
    display: none;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data .date {
    padding-left: 0;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data .date img {
    display: none;
  }
  .bodyBlogHome .blogHome__container .articleGrid .body a .article__data .minutes img {
    display: none;
  }
  .bodyBlogHome .blogHome__container .articleResume__desktop {
    display: none;
  }
  .bodyBlogHome .blogHome__container .articleResume__mobile {
    display: block;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a img {
    width: 100%;
  }
  .bodyBlogCategory .blogCategory__container .articleMain a .article__data .author {
    display: none;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a img {
    display: flex;
    max-width: 683px;
    margin: 1rem auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a h2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__container p {
    text-align: left;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data {
    justify-content: left;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data p {
    margin: 0 auto;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .author {
    display: none;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .date {
    padding-left: 0;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .date img {
    display: none;
  }
  .bodyBlogCategory .blogCategory__container .articleGrid .body a .article__data .minutes img {
    display: none;
  }
  .bodyBlogCategory .blogCategory__container .articleResume__desktop {
    display: none;
  }
  .bodyBlogCategory .blogCategory__container .articleResume__mobile {
    display: block;
  }
  .blogEnterprise__container h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .blogEnterprise__content .body a img {
    display: flex;
    max-width: 683px;
    margin: 0 auto;
  }
  .blogEnterprise__content .body a h2 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
  .blogEnterprise__content .body a .article__container p {
    text-align: left;
  }
  .blogEnterprise__content .body a .article__data {
    justify-content: left;
  }
  .blogEnterprise__content .body a .article__data p {
    margin: 0 auto;
  }
  .blogEnterprise__content .body a .article__data .author {
    display: none;
  }
  .blogEnterprise__content .body a .article__data .date {
    padding-left: 0;
  }
  .blogEnterprise__content .body a .article__data .date img {
    display: none;
  }
  .blogEnterprise__content .body a .article__data .minutes img {
    display: none;
  }
  .blogEnterprise__content .articleResume__desktop {
    display: none;
  }
  .blogEnterprise__content .articleResume__mobile {
    display: block;
  }
  .subscribe .containerForm .form button {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .subscribe--big .containerForm .form__inputs .input {
    width: 100%;
  }
  .subscribe--big .containerForm .form__inputs .button {
    display: none;
  }
  .subscribe--big .containerForm .form .buttonMobile {
    width: 50%;
    display: block;
    margin-top: 10%;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult {
    grid-template-columns: repeat(1, 1fr);
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a img {
    display: flex;
    max-width: 683px;
    margin: 1rem auto;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a h2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__container p {
    text-align: left;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data {
    justify-content: left;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data p {
    margin: 0 auto;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .author {
    display: none;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .date {
    padding-left: 0;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .date img {
    display: none;
  }
  .bodySearchResults .searchResults__container .mobile .articleResult .body a .article__data .minutes img {
    display: none;
  }
  .nextPage .content1 p,
  .nextPage .content3 p {
    display: none;
  }
}
@media (max-width: 1500px) {
  .search-chips__chips {
    row-gap: 20px;
  }
  .search-chips__chips--item {
    padding: 20px;
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  .search-chips__chips {
    row-gap: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .search-chips__chips--item {
    padding: 15px;
    font-size: 0.95rem;
  }
}
.btnFull {
  max-width: 100% !important;
}

.articleContent {
  width: 90%;
  overflow: hidden;
}
.articleContent .redes {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.articleContent .redes p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #050505;
}
.articleContent .redes a {
  display: flex;
}
.articleContent .redes img {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.articleContent .redes .iconShare {
  display: none;
}
.articleContent .redes .content {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.articleContent .body {
  width: 100%;
}
.articleContent .body a button {
  width: -moz-max-content;
  width: max-content;
}
.articleContent .article {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.articleContent .article img {
  width: auto;
  height: auto;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleContent .article .tableContent img {
  width: auto;
}
.articleContent .article video,
.articleContent .article iframe {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleContent .article h1 {
  margin: 1rem 0;
  font-size: 30px;
  line-height: 36px;
}
.articleContent .article h2 {
  margin: 1rem 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #050505;
}
.articleContent .article h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 2rem 0;
  font-weight: 600;
}
.articleContent .article h3 strong {
  font-weight: 600 !important;
}
.articleContent .article p {
  font-size: 20px;
  line-height: 28px;
  margin: 2rem 0;
}
.articleContent .article a {
  color: #54564E;
  text-decoration: underline;
}
.articleContent .article a:hover {
  color: #488AF7;
  text-decoration: none;
}
.articleContent .article ol li {
  font-size: 20px;
  line-height: 28px;
  margin: 2rem 0;
}
.articleContent .article ol li::before {
  display: none;
}
.articleContent .article .colArticle {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 28px;
  color: #666666;
}
.articleContent .article .colArticle img {
  max-width: 380px;
}
.articleContent .article .colArticle p {
  display: flex;
  align-items: center;
}
.articleContent .article__container {
  width: 100%;
  padding: 0;
  margin-left: 0;
  overflow: hidden;
}
.articleContent .article__container h2 {
  width: 90%;
}
.articleContent .article__container table {
  border-collapse: collapse;
  border: 1px solid #050505;
  margin-bottom: 1rem;
}
.articleContent .article__container table tr,
.articleContent .article__container table td {
  border: 1px solid #050505;
  padding: 3px;
  word-break: break-word;
}
.articleContent .article__container table p,
.articleContent .article__container table span,
.articleContent .article__container table b,
.articleContent .article__container table strong {
  font-size: 16px;
  word-break: break-word;
  margin: 0;
}
.articleContent .article__data {
  display: flex;
  max-height: 15px;
  margin: 1rem 0 3rem 0;
}
.articleContent .article__data p {
  font-size: 14px;
  line-height: 20px;
}
.articleContent .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.articleContent .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.articleContent .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.articleContent .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.articleContent .article__data .date img {
  width: 18px;
  height: 18px;
  border-radius: 0;
}
.articleContent .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.articleContent .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.articleContent .article__data .minutes img {
  width: 18px;
  height: 18px;
}
.articleContent .tableContent {
  margin: 2rem 0;
}
.articleContent .tableContent .acordeon {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-image: url("../images/png/bg_tableContent.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  text-align: left;
  cursor: pointer;
}
.articleContent .tableContent .acordeon.active img {
  transform: rotateX(180deg);
  transition: 0.3s transform ease;
}
.articleContent .tableContent .acordeon p {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}
.articleContent .tableContent .acordeon img {
  width: 14px;
  height: 8px;
  transform: rotateX(0deg);
  transition: 0.3s transform ease;
}
.articleContent .tableContent .panel {
  padding: 0px 30px;
  display: none;
  background-color: #F4F4F4;
  overflow: hidden;
}
.articleContent .tableContent .panel ul li {
  margin-bottom: 30px;
}
.articleContent .tableContent .panel ul li:first-of-type {
  margin-top: 30px;
}
.articleContent .tableContent .panel ul li a {
  text-decoration: underline;
  color: #050505;
}
.articleContent .libraryImg img {
  height: 400px;
}
.articleContent .libraryImg__imgs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}
.articleContent .libraryImg__imgs img {
  width: 23%;
  height: 130px;
  cursor: pointer;
}
.articleContent .quote {
  margin-top: 3rem;
  padding: 25px 35px;
  background-color: #F6F6F2;
}
.articleContent .quote p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #666666;
  font-style: italic;
}
.articleContent .relatedTopics {
  margin-top: 3.5rem;
}
.articleContent .relatedTopics h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.articleContent .relatedTopics .items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.articleContent .relatedTopics .items a {
  padding: 4px;
  background-color: #FDFDFD;
  border: 1px solid #CCCCCA;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #54564E;
}
.articleContent .relatedTopics .items a:hover {
  background-color: #488AF7;
  color: #fff;
  border: 1px solid #488AF7;
}
.articleContent .nextArticle {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-top: 3.5rem;
}
.articleContent .nextArticle .content {
  width: 50%;
}
.articleContent .nextArticle .content a {
  height: 100%;
  display: flex;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 7px;
}
.articleContent .nextArticle .content a:hover h2 {
  text-decoration: underline;
}
.articleContent .nextArticle .content a .imgContent {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
  background-color: #488AF7;
}
.articleContent .nextArticle .content a .imgContent img {
  width: 8px;
  height: 14px;
}
.articleContent .nextArticle .content a .body {
  width: 85%;
  display: flex;
  flex-direction: row;
}
.articleContent .nextArticle .content a .body .article {
  margin-left: 20px;
}
.articleContent .nextArticle .content a .body .article__container {
  width: 100%;
  display: flex;
  margin-left: 0;
  padding: 30px;
}
.articleContent .nextArticle .content a .body .article__container h2 {
  font-size: 18px;
  line-height: 24px;
}
.articleContent .nextArticle .content a .body .article__container .linkContent {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.articleContent .nextArticle .content a .body .article__data {
  display: flex;
  margin-bottom: 0;
}
.articleContent .nextArticle .content a .body .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.articleContent .nextArticle .content a .body .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.articleContent .nextArticle .content a .body .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.articleContent .nextArticle .content a .body .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.articleContent .nextArticle .content a .body .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.articleContent .nextArticle .content a .body .article__data .date img {
  width: 18px;
  height: 18px;
  border-radius: 0;
}
.articleContent .nextArticle .content a .body .article__data .date:after {
  border: none;
}
.articleContent .nextArticle .content a .body .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.articleContent .nextArticle .content a .body .article__data .minutes img {
  width: 18px;
  height: 18px;
}
.articleContent .nextArticle .content a .body .linkContent img {
  width: 129px;
  height: 100%;
  max-height: 400px;
  border-radius: 7px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleContent .nextArticle .content a .body .linkContent h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.articleContent .nextArticle .content .reverse {
  flex-direction: row-reverse;
}
.articleContent .nextArticle .content .reverse .imgContent {
  border-radius: 0px 4px 4px 0px;
}

.relatedArticle {
  width: 100%;
  background-image: url("../images/png/bgArticle.png");
  background-size: cover;
  flex-direction: column;
}
.relatedArticle h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.relatedArticle_cont {
  padding: 100px 0px;
}
.relatedArticle .articleGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  margin-top: 50px;
}
.relatedArticle .articleGrid .body {
  width: 100%;
}
.relatedArticle .articleGrid .body a button {
  width: -moz-max-content;
  width: max-content;
}
.relatedArticle .articleGrid .body a {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.relatedArticle .articleGrid .body a:hover h2 {
  text-decoration: underline;
}
.relatedArticle .articleGrid .body a img {
  width: 100%;
  height: 50%;
  max-width: 505px;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  top: auto;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedArticle .articleGrid .body a h2 {
  margin: 1rem 0;
  font-size: 20px;
  line-height: 28px;
}
.relatedArticle .articleGrid .body a h2:hover {
  text-decoration: underline;
}
.relatedArticle .articleGrid .body a p {
  font-size: 16px;
  line-height: 20px;
}
.relatedArticle .articleGrid .body a .article__container {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.relatedArticle .articleGrid .body a .article__data {
  display: flex;
  margin: 1rem 0;
}
.relatedArticle .articleGrid .body a .article__data p {
  font-size: 12px;
  line-height: 14px;
}
.relatedArticle .articleGrid .body a .article__data .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.relatedArticle .articleGrid .body a .article__data .author img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.relatedArticle .articleGrid .body a .article__data .author:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.relatedArticle .articleGrid .body a .article__data .date {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.relatedArticle .articleGrid .body a .article__data .date img {
  width: 18px;
  height: 18px;
  border-radius: 0;
}
.relatedArticle .articleGrid .body a .article__data .date:after {
  content: "";
  height: 80%;
  border-right: 0.5px solid #999999;
}
.relatedArticle .articleGrid .body a .article__data .minutes {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 1rem;
}
.relatedArticle .articleGrid .body a .article__data .minutes img {
  width: 18px;
  height: 18px;
}

@media (max-width: 1440px) {
  .articleContent .article .colArticle {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .articleContent .article__container h2 {
    width: 100%;
  }
  .relatedArticle .articleGrid {
    grid-template-columns: repeat(3, 0.5fr);
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .relatedArticle .articleGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
  }
}
@media (max-width: 992px) {
  .articleContent {
    width: 100%;
  }
  .articleContent .redes {
    justify-content: flex-start;
  }
  .articleContent .redes p {
    display: none;
  }
  .articleContent .redes .iconShare {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
  }
  .articleContent .redes .content {
    padding: 7px 12px;
    border-radius: 53px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  }
  .articleContent .article__container h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }
  .articleContent .article__data .author {
    display: none;
  }
  .articleContent .article__data .date {
    padding-left: 0;
  }
  .articleContent .article__data img {
    display: none;
  }
  .articleContent .article__data p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .articleContent .article img {
    height: auto;
    width: 100%;
  }
  .articleContent .article video,
  .articleContent .article iframe {
    height: 300px;
  }
  .articleContent .article p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .articleContent .article h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .articleContent .article ol li {
    font-size: 16px;
    line-height: 20px;
  }
  .articleContent .article .quote p {
    font-weight: 600;
  }
  .articleContent .article .libraryImg img {
    border-radius: 0;
    height: 350px;
  }
  .articleContent .article .libraryImg__imgs {
    margin: 5px 0;
  }
  .articleContent .article .libraryImg__imgs img {
    height: 130px;
  }
  .articleContent .article .textFeatured p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .articleContent .tableContent .acordeon {
    padding: 10px;
  }
  .articleContent .relatedTopics h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .articleContent .nextArticle {
    gap: 1rem;
  }
  .articleContent .nextArticle .content a .body .article__container {
    min-height: 100px;
    margin-left: 0;
    padding: 20px;
  }
  .articleContent .nextArticle .content a .body .article__container .linkContent h2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .articleContent .nextArticle .content a .body .article__data {
    display: none;
  }
  .relatedArticle .articleGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 75px;
  }
  .relatedArticle .articleGrid .body a img {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
  }
  .relatedArticle .articleGrid .body a h2 {
    text-align: center;
  }
  .relatedArticle .articleGrid .body a .article__container p {
    max-width: 700px;
    text-align: center;
    margin: 1rem auto;
  }
  .relatedArticle .articleGrid .body a .article__data {
    justify-content: center;
  }
  .relatedArticle .articleGrid .body a .article__data p {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .articleContent .redes img {
    width: 18px;
    height: 18px;
  }
  .articleContent .article .libraryImg img {
    height: 270px;
  }
  .articleContent .article .libraryImg__imgs img {
    height: 100px;
  }
  .relatedArticle .articleGrid .body a img {
    display: flex;
    max-width: 683px;
    margin: 0 auto;
  }
  .relatedArticle .articleGrid .body a h2 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
  .relatedArticle .articleGrid .body a .article__container p {
    text-align: left;
  }
  .relatedArticle .articleGrid .body a .article__data {
    justify-content: left;
  }
  .relatedArticle .articleGrid .body a .article__data p {
    margin: 0 auto;
  }
  .relatedArticle .articleGrid .body a .article__data .author {
    display: none;
  }
  .relatedArticle .articleGrid .body a .article__data .date {
    padding-left: 0;
  }
  .relatedArticle .articleGrid .body a .article__data .date img {
    display: none;
  }
  .relatedArticle .articleGrid .body a .article__data .minutes img {
    display: none;
  }
}
@media (max-width: 576px) {
  .articleContent .article .libraryImg img {
    height: 230px;
  }
  .articleContent .article .libraryImg__imgs img {
    height: 60px;
  }
}
.landing-banner__background {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.landing-banner__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.landing-banner__left {
  width: 40%;
  max-width: 1050px;
  padding: 15vh 0;
}
.landing-banner__left h1 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.landing-banner__left .subtitle {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #050505;
}
.landing-banner__left .text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #54564E;
}
.landing-banner__right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-banner__title {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.landing-banner__title b {
  font-weight: 600;
}
.landing-banner__phone {
  height: calc(100vh - 140px);
  max-height: 680px;
  padding-top: 5vh;
}
.landing-banner__description {
  font-weight: 400;
  font-size: 18px;
  color: #54564E;
  margin-top: 40px;
  max-width: 90%;
  line-height: 24px;
}
.landing-banner__block {
  display: flex;
  margin-top: 40px;
  gap: 10px;
}
.landing-banner__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  gap: 10px;
  min-width: 166px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: #000;
}
.landing-banner__cta__text, .landing-banner__cta__icon {
  position: relative;
  z-index: 99;
}
.landing-banner__cta:last-child {
  background-color: #488AF7;
}
.landing-banner__cta:last-child:hover {
  background-color: #2B5394;
}
.landing-banner__cta--hover {
  transition: 0.3s all ease;
}
.landing-banner__cta__hover {
  background-position: 0% 50%;
  width: 300px;
  height: 100px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: 1s all ease;
}
.landing-banner__cta--green {
  transition: 0.3s background-color ease;
  background-color: #479F7C;
}
.landing-banner__cta--green:hover {
  background-color: #2B5F4A;
}
.landing-banner__cta:hover .home-banner__cta__hover {
  opacity: 1;
}
.landing-banner__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 50px;
  gap: 14px;
}
.landing-banner__bottom__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.landing-banner__bottom__image {
  width: 100%;
  max-width: 216px;
}
.landing-banner__bottom__text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.landing-banner__bottom__description {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 20px;
  max-width: 160px;
}
.landing-banner__bottom__icon {
  position: absolute;
  pointer-events: none;
}
.landing-banner__bottom__icon--hidden {
  opacity: 0;
  transition: 0.3s opacity ease;
  left: 20px;
}
.landing-banner__flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.landing-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.landing-background img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgText-background__index {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 9;
  background-color: #fff;
}
.imgText-background__index .title {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.imgText-background__left img {
  width: 95%;
  max-height: 532px;
  position: relative;
  left: 7%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.imgText-background__left__item {
  max-width: 660px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: auto;
}
.imgText-background__left__item::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  border: 1px solid #050505;
  left: 0;
  bottom: -7%;
  border-radius: 4px;
  z-index: -1;
}
.imgText-background__left, .imgText-background__right {
  width: 50%;
}
.imgText-background__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.imgText-background__item {
  width: 90%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
}
.imgText-background__block {
  max-width: 650px;
}
.imgText-background__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 20px;
}
.imgText-background__description {
  color: #54564E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.imgText-banner__btn {
  display: flex;
  margin-top: 40px;
  gap: 10px;
}
.imgText-banner__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  gap: 10px;
  min-width: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: #000;
}
.imgText-banner__cta__text, .imgText-banner__cta__icon {
  position: relative;
  z-index: 99;
  color: #fff !important;
}
.imgText-banner__cta:last-child {
  background-color: #488AF7;
}
.imgText-banner__cta:last-child:hover {
  background-color: #2B5394;
}
.imgText-banner__cta--hover {
  transition: 0.3s all ease;
}
.imgText-banner__cta__hover {
  background-position: 0% 50%;
  width: 300px;
  height: 100px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: 1s all ease;
}
.imgText-banner__cta--green {
  transition: 0.3s background-color ease;
  background-color: #479F7C;
}
.imgText-banner__cta--green:hover {
  background-color: #2B5F4A;
}
.imgText-banner__cta:hover .home-banner__cta__hover {
  opacity: 1;
}

.landing-cards .title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.landing-cards__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
.landing-cards__container .card {
  padding: 70px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.landing-cards__container .card:hover {
  background-color: #488AF7;
  order: 1px solid #488AF7;
}
.landing-cards__container .card:hover .card__title,
.landing-cards__container .card:hover .card__text {
  color: #fff;
}
.landing-cards__container .card__title {
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.landing-cards__container .card__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.imgQuestions-toggle {
  display: block;
  width: 100%;
  padding: 0 15px 30px 15px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  transition: 1s all ease;
}
.imgQuestions-toggle__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.imgQuestions-toggle__top__description {
  margin-bottom: 0;
  padding: 40px 0;
}
.imgQuestions-toggle__top__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgQuestions-toggle__top__icon::after, .imgQuestions-toggle__top__icon::before {
  position: absolute;
  content: "";
  background-color: #000;
}
.imgQuestions-toggle__top__icon::after {
  width: 20px;
  height: 3px;
}
.imgQuestions-toggle__top__icon::before {
  transition: 0.3s all ease;
  height: 20px;
  width: 3px;
}
.imgQuestions-toggle__bottom p {
  color: #54564E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
}
.imgQuestions-toggle__bottom p:first-child {
  margin-top: 0;
}
.imgQuestions-toggle.active .enterprise-toggle__top__icon::before {
  height: 0;
}
.imgQuestions-toggle__container {
  display: flex;
  align-items: center;
  gap: 80px;
}
.imgQuestions-toggle__container .imgQuestions-benefits__left {
  width: 45%;
  position: relative;
  right: -3%;
}
.imgQuestions-toggle__left {
  width: 55%;
  max-width: 650px;
  margin: auto;
}
.imgQuestions-toggle__pb {
  padding-bottom: 100px;
}

.imgQuestions-benefits__block {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}
.imgQuestions-benefits__bubble {
  position: relative;
}
.imgQuestions-benefits__bubble img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1200px;
}
.imgQuestions-benefits__left {
  width: 40%;
}
.imgQuestions-benefits__left img {
  width: 95%;
  position: relative;
  left: 7%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.imgQuestions-benefits__left__block {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 550px;
}
.imgQuestions-benefits__left__title {
  font-size: 30px;
  color: #050505;
  font-weight: 500;
  line-height: 43px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.imgQuestions-benefits__left__item {
  max-width: 660px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: auto;
}
.imgQuestions-benefits__left__item::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 90%;
  border: 1px solid #050505;
  left: 0;
  bottom: -7%;
  border-radius: 4px;
  z-index: -1;
}
.imgQuestions-benefits__left__after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
  right: 10%;
  bottom: -10%;
}
.imgQuestions-benefits__left .about__phone {
  position: absolute;
  top: 110%;
  max-width: 491px;
}
.imgQuestions-benefits__left .about__phone__img {
  width: 76px;
  height: 76px;
}
.imgQuestions-benefits__left .about__phone__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imgQuestions-benefits__right {
  width: 55%;
}
.imgQuestions-benefits__right__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.imgQuestions-benefits__right__item {
  max-width: 650px;
  padding: 20px 30px 20px 0;
  background: linear-gradient(237.72deg, rgba(0, 0, 0, 0.0666666667) 0.79%, rgba(217, 217, 217, 0) 77.27%);
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imgQuestions-benefits__right__flex {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgQuestions-benefits__right__icon {
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 767px) {
  .imgQuestions-benefits__right__icon {
    width: 45px;
    height: 45px;
  }
}
.imgQuestions-benefits__right__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imgQuestions-benefits__right__block {
  width: 75%;
}
.imgQuestions-benefits__right__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #050505;
}
.imgQuestions-benefits__right__description {
  color: #54564E;
  font-size: 20px;
  line-height: 28px;
}

.imgQuestions .enterprise-toggle__left {
  width: 60%;
  max-width: none;
}

.createAccount-promo__grid {
  display: flex;
  width: 100%;
  margin: auto;
  border: 1px solid #606060;
  border-radius: 4px;
}
.createAccount-promo__grid article {
  width: 50%;
  height: auto;
  position: relative;
}
.createAccount-promo__grid article img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 10px 10px 0;
}
.createAccount-promo__grid article i img {
  border-radius: 0;
}
.createAccount-promo__grid article:first-child {
  padding: 40px 105px 60px 105px;
  background-image: url("../images/png/bg_landing-cuenta.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-right: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.createAccount-promo__grid article:first-child img {
  width: 55px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.createAccount-promo__grid article:first-child .cta {
  min-height: 45px !important;
}
.createAccount-promo__grid article b {
  color: #050505;
}
.createAccount-promo__grid article p a {
  text-decoration: underline;
  color: #050505;
  transition: 0.3s color ease;
}
.createAccount-promo__grid article p a:hover {
  text-decoration: none;
  color: #488AF7;
}
.createAccount-promo__grid article span {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.createAccount-promo__grid article p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.createAccount-promo__grid article p b {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.contactLanding .contact__container {
  margin: 0;
  padding: 45px 50px;
}
.contactLanding .contact__container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px 30px;
}
.contactLanding .contact__container form .content1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 36px;
}
.contactLanding .contact__container form .content2 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.contactLanding .contact__block label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #54564E;
}
.contactLanding .contact__block input {
  margin: 2px 0;
}
.contactLanding .contact__block textarea {
  height: 150px;
}
.contactLanding .contact__block--radio label {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #54564E;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contactLanding .contact__block--radio .title,
.contactLanding .contact__block--radio .text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #54564E;
  letter-spacing: 0em;
  text-transform: none;
}
.contactLanding .contact__block--radio .text {
  font-weight: 400;
}
.contactLanding .contact__block--terms span {
  position: initial;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #54564E;
}
.contactLanding .contact__labels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 40px;
}
.contactLanding .contact__labels span {
  position: static;
}
.contactLanding .contact__labels .label-radio {
  width: 100%;
}
.contactLanding .contact__submit {
  width: 50%;
}
.contactLanding .contact__submit button {
  max-width: none;
}

@media (max-width: 1280px) {
  .createAccount-promo__grid article:first-of-type {
    padding: 40px 67px 60px 66px;
  }
  .landing-cards__container .card {
    padding: 40px 34px;
  }
}
@media (max-width: 1100px) {
  .contactLanding .contact__container form .content1 {
    gap: 14px;
  }
  .contactLanding .contact__container form .content2 {
    flex-direction: column;
    gap: 20px;
  }
  .contactLanding .contact__labels {
    gap: 5px;
  }
  .landing-cards__container .card {
    padding: 59px 24px;
  }
}
@media (max-width: 992px) {
  .landing-banner__left {
    width: 70%;
    padding: 8vh 0;
  }
  .landing-banner__left h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .landing-banner__left .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .landing-banner__left .text {
    font-size: 16px;
    line-height: 20px;
  }
  .landing-banner__right {
    display: none;
  }
  .landing-banner__block {
    margin-bottom: 5rem;
  }
  .imgText-background__index {
    padding-top: 60px;
    padding-bottom: 46px;
  }
  .imgText-background__container {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .imgText-background__left {
    width: 100%;
  }
  .imgText-background__right {
    width: 100%;
  }
  .imgText-background__item {
    width: 100%;
  }
  .landing-cards .title {
    display: none;
  }
  .landing-cards__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .imgQuestions .enterprise-toggle__container {
    flex-direction: column;
  }
  .imgQuestions .enterprise-toggle__left {
    width: 100%;
    margin-top: 2rem;
  }
  .imgQuestions-benefits__left {
    width: 100%;
  }
  .imgQuestions-benefits__left img {
    max-height: 604px;
  }
  .createAccount-promo {
    width: 100% !important;
  }
  .createAccount-promo__grid {
    flex-direction: column;
    border: 0;
  }
  .createAccount-promo__grid article {
    width: 100%;
    padding: 59px 40px;
  }
  .createAccount-promo__grid article:first-of-type {
    padding: 59px 40px;
  }
  .contactLanding .contact__container {
    padding: 0;
  }
  .contactLanding .contact__container form {
    gap: 8px 30px;
  }
  .contactLanding .contact__container form .content1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  .contactLanding .contact__container form .content2 {
    margin-top: 0.5rem;
    align-items: flex-start;
    gap: 10px;
  }
  .contactLanding .contact__container form .content2 div {
    width: 100%;
  }
  .contactLanding .contact__labels {
    gap: 15px;
  }
  .contactLanding .contact__submit button {
    width: -moz-max-content;
    width: max-content;
    padding: 13px 30px;
  }
}
@media (max-width: 768px) {
  .landing-banner__left {
    width: 100%;
  }
  .createAccount-promo__grid article {
    padding: 59px 24px;
  }
  .createAccount-promo__grid article:first-of-type {
    padding: 59px 24px;
  }
}
@media (max-width: 576px) {
  .landing-banner__block a {
    width: 100%;
  }
  .contactLanding .contact__labels {
    grid-template-columns: repeat(1, 1fr);
  }
}
.homeCommunity-banner {
  height: 85vh;
  margin-top: 100px;
}
.homeCommunity-banner__flex {
  display: flex;
  flex-direction: row;
}
.homeCommunity-banner__left {
  width: 60%;
  height: 85vh;
  margin-right: -1px;
}
.homeCommunity-banner__right {
  width: 40%;
  height: 85vh;
  margin-right: -1px;
}
.homeCommunity-banner__left {
  position: relative;
}
.homeCommunity-banner__background {
  width: 100%;
  height: 85vh;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeCommunity-banner__block {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  padding: 10vh 0 8vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homeCommunity-banner__logo {
  margin-bottom: 3rem;
  cursor: pointer;
  max-width: 300px;
}
.homeCommunity-banner__logo img {
  width: 300px;
}
.homeCommunity-banner__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.homeCommunity-banner__title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.homeCommunity-banner__description {
  max-width: 75%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.homeCommunity-banner__description b {
  font-weight: 600;
}
.homeCommunity-banner .menuCommunity {
  width: 90%;
}
.homeCommunity-banner__content {
  width: 90%;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.homeCommunity-banner__collage {
  display: flex;
}
.homeCommunity-banner__collage--photo {
  width: 22%;
  display: flex;
  align-items: center;
}
.homeCommunity-banner__collage--text {
  max-width: 60%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.homeCommunity-banner__photo1, .homeCommunity-banner__photo2, .homeCommunity-banner__photo3 {
  width: 50px;
  position: absolute;
}
.homeCommunity-banner__photo2 {
  left: 5%;
}
.homeCommunity-banner__photo3 {
  left: 10%;
}
.homeCommunity-banner__number {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.homeCommunity-banner__number--icon {
  width: 40px;
}
.homeCommunity-banner__number--text {
  max-width: 90%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.homeCommunity-banner__number--text b {
  font-weight: 600;
}

.homeCommunity-textVideo {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.homeCommunity-textVideo__content {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.homeCommunity-textVideo__left, .homeCommunity-textVideo__right {
  width: 50%;
}
.homeCommunity-textVideo__title {
  margin-bottom: 1rem;
}
.homeCommunity-textVideo__text a {
  display: initial;
  padding-right: 0;
  font-weight: 400;
  color: #54564E;
  text-decoration: underline;
}
.homeCommunity-textVideo__text a:hover {
  color: #488AF7;
  text-decoration: none;
}
.homeCommunity-textVideo__text a:after {
  display: none;
}
.homeCommunity-textVideo__text a b {
  font-weight: 600;
}
.homeCommunity-textVideo__background {
  max-height: 465px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.homeCommunity-textVideo__background:hover .homeCommunity-textVideo__img {
  transform: scale(1.2);
}
.homeCommunity-textVideo__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s all ease;
}
.homeCommunity-textVideo__play {
  width: 8vh;
  max-height: 4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s all ease;
  cursor: pointer;
}
.homeCommunity-textVideo__play:hover {
  transform: scale(1.1);
}

.homeCommunity-swiper {
  padding: 80px 0 0 0;
}
.homeCommunity-swiper__content {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  padding-bottom: 2rem;
}
.homeCommunity-swiper__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
}

.service-sleder-brand {
  padding: 0 !important;
  margin-top: -35px;
}

.homeCommunity-extraIncome {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 2rem;
  display: flex;
  gap: 2rem;
}
.homeCommunity-extraIncome__container {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 4px;
}
.homeCommunity-extraIncome__number {
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.homeCommunity-extraIncome__number--icon {
  width: 40px;
}
.homeCommunity-extraIncome__number--text {
  max-width: 90%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.homeCommunity-extraIncome__number--text b {
  font-size: 16px;
  color: #488AF7;
  font-weight: 600;
}
.homeCommunity-extraIncome__content {
  height: 90%;
  display: flex;
  flex-direction: column;
  padding: 4rem 5rem 40px 5rem;
}
.homeCommunity-extraIncome__title {
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.homeCommunity-extraIncome__description {
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: 600;
}
.homeCommunity-extraIncome__text {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 400;
  color: #54564E;
}
.homeCommunity-extraIncome__text b {
  font-weight: 600;
}
.homeCommunity-extraIncome__link {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  color: #488AF7;
  font-size: 16px;
  font-weight: 600;
}

.homeCommunity-ranking {
  width: 50%;
  display: flex;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 4px;
}
.homeCommunity-ranking__content1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 25px 40px 25px;
  position: relative;
}
.homeCommunity-ranking__background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.homeCommunity-ranking__text {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  color: #54564E;
}
.homeCommunity-ranking__text b {
  font-weight: 600;
}
.homeCommunity-ranking__counter {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.homeCommunity-ranking__counter--box {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  background-color: #479F7C;
}
.homeCommunity-ranking__counter--number, .homeCommunity-ranking__counter--text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.homeCommunity-ranking__prize {
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #2B5F4A;
  border-radius: 4px;
  background-color: rgb(237, 245, 242);
}
.homeCommunity-ranking__prize--text {
  display: flex;
  justify-content: flex-start;
  font-size: 35px;
  font-weight: 600;
  color: #479F7C;
}
.homeCommunity-ranking__prize--text span {
  font-size: 24px;
}
.homeCommunity-ranking__prize--number {
  align-self: center;
  font-size: 20px;
  font-weight: 600;
}
.homeCommunity-ranking__prize--number span {
  display: block;
}
.homeCommunity-ranking__link {
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  color: #54564E;
  text-decoration: underline;
}
.homeCommunity-ranking__content2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 25px;
}
.homeCommunity-ranking__disclaimer {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: relative;
  bottom: unset;
  left: 95%;
  top: 2%;
}
.homeCommunity-ranking__disclaimer:hover p {
  opacity: 1;
  pointer-events: all;
}
.homeCommunity-ranking__disclaimer img {
  width: 20px;
}
.homeCommunity-ranking__disclaimer p {
  font-size: 14px;
  text-transform: initial;
  color: #fff;
  background-color: #050505;
  position: absolute;
  bottom: 115%;
  line-height: 18px;
  width: 300px;
  left: -15px;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: 0.3s ease opacity;
  pointer-events: none;
  opacity: 0;
  letter-spacing: 0em;
  z-index: 10;
}
.homeCommunity-ranking__disclaimer p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #050505;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -10px;
  transform: rotate(90deg);
}
.homeCommunity-ranking__title {
  margin-bottom: 1rem;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.homeCommunity-ranking__table--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #ededed;
}
.homeCommunity-ranking__table--list:last-of-type {
  border-bottom: none;
}
.homeCommunity-ranking__table--list:nth-child(4) .homeCommunity-ranking__table--item, .homeCommunity-ranking__table--list:nth-child(5) .homeCommunity-ranking__table--item {
  background-color: #91C5B0;
}
.homeCommunity-ranking__table--item {
  width: 35px;
  height: 35px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: 4px solid #fff;
  color: #fff;
  background-color: #479F7C;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
}
.homeCommunity-ranking__table--text {
  width: 100%;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #54564E;
}
.homeCommunity-ranking__table--number {
  font-size: 16px;
  font-weight: 600;
  color: #479F7C;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.homeCommunity-ranking__table--number span {
  display: block;
  color: #989A95;
}
.homeCommunity-ranking__link2 {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 2rem 40px 0;
  color: #488AF7;
  font-size: 16px;
  font-weight: 600;
}

.homeCommunity-cashier {
  width: 90%;
  max-height: 550px;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 4px;
}
.homeCommunity-cashier__content1 {
  width: 35%;
  position: relative;
}
.homeCommunity-cashier__content1--img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeCommunity-cashier__content1--text {
  width: 70%;
  position: absolute;
  bottom: 5%;
  left: 10%;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}
.homeCommunity-cashier__content1--text b {
  font-weight: 600;
}
.homeCommunity-cashier__content2 {
  width: 65%;
  padding: 3rem 4rem 0 4rem;
}
.homeCommunity-cashier__title {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.homeCommunity-cashier__description {
  width: 80%;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #54564E;
}
.homeCommunity-cashier__description b {
  font-weight: 600;
}
.homeCommunity-cashier__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #54564E;
}
.homeCommunity-cashier__boxNumber {
  width: 50%;
  height: -moz-max-content;
  height: max-content;
  padding: 30px;
  border: 1px solid rgba(111, 111, 111, 0.3);
}
.homeCommunity-cashier__boxNumber--title {
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.homeCommunity-cashier__boxNumber--animation {
  text-align: center;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgb(115, 114, 114) 29%, rgb(56, 55, 55) 43%, rgb(18, 17, 17) 61%, rgb(0, 0, 0) 97%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.homeCommunity-cashier__boxSwiper {
  width: 50%;
}
.homeCommunity-cashier__link {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 2rem 40px 0;
  color: #488AF7;
  font-size: 16px;
  font-weight: 600;
}

.homeCommunity-services {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
}

.homeCommunity-socialNetworks {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 4px;
}
.homeCommunity-socialNetworks__row1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  overflow: hidden;
}
.homeCommunity-socialNetworks__row2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.homeCommunity-socialNetworks__card .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.homeCommunity-socialNetworks__card .socialNetworks {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.homeCommunity-socialNetworks__link {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #488AF7;
  font-size: 16px;
  font-weight: 600;
}
.homeCommunity-socialNetworks__miniCard {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 20px;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 4px;
}
.homeCommunity-socialNetworks__miniCard--content1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.homeCommunity-socialNetworks__miniCard--content1 .imgMiniCard {
  width: 24px;
  height: 24px;
}
.homeCommunity-socialNetworks__miniCard--content1 .titleMiniCard {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #050505;
}
.homeCommunity-socialNetworks__miniCard--content2 {
  padding-left: 36px;
}
.homeCommunity-socialNetworks__miniCard--content2 .descriptionMiniCard {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #54564E;
}
.homeCommunity-socialNetworks__miniCard--content2 .descriptionMiniCard b {
  font-weight: 600;
}
.homeCommunity-socialNetworks__miniCard--content2 .descriptionMiniCard a {
  display: initial;
  padding-right: 0;
  font-weight: 400;
  color: #54564E;
  text-decoration: underline;
}
.homeCommunity-socialNetworks__miniCard--content2 .descriptionMiniCard a:hover {
  color: #488AF7;
  text-decoration: none;
}
.homeCommunity-socialNetworks__miniCard--content2 .descriptionMiniCard a:after {
  display: none;
}
.homeCommunity-socialNetworks__miniCard--content2 .descriptionMiniCard a b {
  font-weight: 600;
}
.homeCommunity-socialNetworks__row2--content1 {
  height: 100%;
}
.homeCommunity-socialNetworks__row2--content1, .homeCommunity-socialNetworks__row2--content2 {
  display: flex;
  gap: 2rem;
}

/* PUNTO AZUL */
.pulse-box {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg.pulse-svg {
  overflow: visible;
}
svg.pulse-svg .first-circle, svg.pulse-svg .third-circle, svg.pulse-svg .second-circle {
  fill: #f00;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
svg.pulse-svg .second-circle {
  animation-delay: 1s;
}
svg.pulse-svg .third-circle {
  animation-delay: 2s;
}

.pulse-css {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #488AF7;
  position: relative;
}
.pulse-css:before, .pulse-css:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(72, 139, 247, 0.2431372549);
  box-shadow: 0 0 0 0.5px #488AF7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
.pulse-css:after {
  animation-delay: 2s;
}

@media (min-width: 1700px) {
  .homeCommunity-banner__block {
    width: 82%;
  }
}
@media (min-width: 1800px) {
  .homeCommunity-banner__block {
    width: 75%;
  }
}
@media (min-width: 1900px) {
  .homeCommunity-banner__block {
    width: 65%;
  }
}
@media (max-width: 1600px) {
  .homeCommunity-banner__logo {
    margin-bottom: 1rem;
  }
  .homeCommunity-banner .menuCommunity {
    width: 100%;
  }
  .homeCommunity-banner__content {
    margin-top: 2rem;
  }
}
@media (min-width: 1500px) and (min-height: 699px) {
  .homeCommunity-banner {
    height: 90vh;
  }
  .homeCommunity-banner__left, .homeCommunity-banner__right {
    height: 90vh;
  }
  .homeCommunity-banner__background {
    height: 90vh;
  }
}
@media (max-width: 1440px) {
  .homeCommunity-banner__logo {
    width: 220px;
  }
  .homeCommunity-banner .menuCommunity {
    width: 90%;
  }
}
@media (min-width: 1440px) and (min-height: 699px) and (max-height: 750px) {
  .homeCommunity-banner {
    height: 95vh;
  }
  .homeCommunity-banner__left, .homeCommunity-banner__right {
    height: 95vh;
  }
  .homeCommunity-banner__background {
    height: 95vh;
  }
}
@media (max-width: 1280px) {
  .homeCommunity-banner {
    height: 100vh;
  }
  .homeCommunity-banner__logo {
    margin-bottom: 1rem;
  }
  .homeCommunity-banner__left, .homeCommunity-banner__right {
    height: 100vh;
  }
  .homeCommunity-banner__background {
    height: 100vh;
  }
  .homeCommunity-banner__description {
    max-width: 100%;
  }
  .homeCommunity-banner .menuCommunity {
    width: 100%;
  }
  .homeCommunity-banner__content {
    margin-top: 3rem;
  }
  .homeCommunity-extraIncome__content {
    height: auto;
    padding: 3rem 5rem 30px 5rem;
  }
  .homeCommunity-extraIncome__description, .homeCommunity-extraIncome__text {
    font-size: 18px;
  }
  .homeCommunity-ranking__content1 {
    padding: 60px 25px 30px 25px;
  }
  .homeCommunity-ranking__text, .homeCommunity-ranking__counter, .homeCommunity-ranking__prize, .homeCommunity-ranking__title {
    margin-bottom: 0;
  }
  .homeCommunity-ranking__prize--img {
    width: 50px;
  }
  .homeCommunity-ranking__disclaimer {
    left: 95%;
  }
  .homeCommunity-ranking__table--list {
    padding: 10px 10px 10px 0;
  }
  .homeCommunity-ranking__table--list:first-of-type {
    padding: 20px 10px 10px 0;
  }
  .homeCommunity-ranking__link2 {
    margin: 2rem 2rem 30px 0;
  }
  .homeCommunity-cashier__link {
    margin: 2rem 2rem 30px 0;
  }
  .homeCommunity-socialNetworks__row1, .homeCommunity-socialNetworks__row2 {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .homeCommunity-banner__title {
    font-size: 34px;
  }
  .homeCommunity-banner .menuCommunity {
    width: 100%;
  }
  .homeCommunity-banner__content {
    margin-top: 2rem;
  }
  .homeCommunity-banner__collage--photo {
    width: 40%;
  }
  .homeCommunity-banner__collage--text {
    max-width: 100%;
  }
  .homeCommunity-banner__photo1, .homeCommunity-banner__photo2, .homeCommunity-banner__photo3 {
    width: 35px;
  }
  .homeCommunity-banner__number {
    display: none;
  }
  .homeCommunity-extraIncome {
    flex-direction: column;
  }
  .homeCommunity-extraIncome__container {
    width: 100%;
  }
  .homeCommunity-extraIncome__number {
    gap: 0.5rem;
  }
  .homeCommunity-extraIncome__number--icon {
    width: 30px;
  }
  .homeCommunity-extraIncome__content {
    padding: 20px 25px;
  }
  .homeCommunity-ranking {
    width: 100%;
  }
  .homeCommunity-ranking__content1 {
    padding: 60px 25px 20px 25px;
  }
  .homeCommunity-ranking__text {
    text-align: center;
  }
  .homeCommunity-ranking__counter {
    justify-content: center;
  }
  .homeCommunity-ranking__prize {
    width: -moz-max-content;
    width: max-content;
    min-width: 207px;
    margin: 0 auto;
  }
  .homeCommunity-ranking__prize--text {
    font-size: 30px;
  }
  .homeCommunity-ranking__prize--text span {
    font-size: 20px;
  }
  .homeCommunity-ranking__prize--number {
    font-size: 18px;
  }
  .homeCommunity-ranking__disclaimer {
    left: 98%;
  }
  .homeCommunity-ranking__disclaimer p {
    left: -1395%;
  }
  .homeCommunity-ranking__disclaimer p:before {
    left: 95%;
  }
  .homeCommunity-ranking__title {
    padding-left: 0;
  }
  .homeCommunity-ranking__link2 {
    margin: 2rem 0 20px 0;
  }
  .homeCommunity-cashier__content1 {
    display: none;
  }
  .homeCommunity-cashier__content2 {
    width: 100%;
    padding: 40px 25px 0 25px;
  }
  .homeCommunity-cashier__description {
    width: 100%;
  }
  .homeCommunity-cashier__link {
    margin: 2rem 2rem 20px 0;
  }
  .homeCommunity-socialNetworks {
    padding: 0;
    gap: 1.5rem;
    box-shadow: none;
  }
  .homeCommunity-socialNetworks__row1 {
    display: flex;
    flex-direction: column;
  }
  .homeCommunity-socialNetworks__row1--twitter {
    display: none;
  }
  .homeCommunity-socialNetworks__card {
    padding: 20px 25px;
    box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
    border-radius: 4px;
  }
  .homeCommunity-socialNetworks__card .text {
    margin-bottom: 1.5rem;
  }
  .homeCommunity-socialNetworks__miniCard {
    padding: 20px 25px;
  }
}
@media (max-width: 992px) {
  .homeCommunity-banner {
    height: 100%;
    min-height: 50vh;
  }
  .homeCommunity-banner__left {
    width: 100%;
    height: 100%;
    min-height: 50vh;
  }
  .homeCommunity-banner__right {
    display: none;
  }
  .homeCommunity-banner__background {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .homeCommunity-banner__block {
    width: 90%;
  }
  .homeCommunity-banner__title {
    font-size: 30px;
    font-weight: 500;
  }
  .homeCommunity-banner__collage--photo {
    width: 15%;
  }
  .homeCommunity-banner__photo2 {
    left: 3%;
  }
  .homeCommunity-banner__photo3 {
    left: 6%;
  }
  .homeCommunity-textVideo__play {
    width: 3vh;
  }
  .homeCommunity-swiper__title {
    font-size: 22px;
  }
  .homeCommunity-extraIncome__title {
    font-size: 22px;
  }
  .homeCommunity-cashier__title {
    font-size: 22px;
  }
  .homeCommunity-cashier__box {
    justify-content: center;
  }
  .homeCommunity-cashier__boxNumber--animation {
    font-size: 88px;
  }
  .homeCommunity-cashier__boxSwiper {
    display: none;
  }
}
@media (max-width: 768px) {
  .homeCommunity-textVideo__content {
    flex-direction: column;
    gap: 30px;
  }
  .homeCommunity-textVideo__left, .homeCommunity-textVideo__right {
    width: 100%;
  }
  .homeCommunity-socialNetworks__row2 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .homeCommunity-banner__background {
    height: 100%;
  }
  .homeCommunity-banner__logo {
    width: 160px;
  }
  .homeCommunity-banner__title {
    font-size: 28px;
  }
  .homeCommunity-banner__content {
    width: 100%;
  }
  .homeCommunity-banner__collage--photo {
    width: 25%;
  }
  .homeCommunity-banner__collage--text {
    font-size: 14px;
  }
  .homeCommunity-banner__photo2 {
    left: 5%;
  }
  .homeCommunity-banner__photo3 {
    left: 10%;
  }
  .homeCommunity-textVideo__play {
    width: 5vh;
  }
  .homeCommunity-ranking {
    flex-direction: column;
    border: 1px solid #bcb5b5;
  }
  .homeCommunity-ranking__content1, .homeCommunity-ranking__content2 {
    width: 100%;
  }
  .homeCommunity-ranking__text, .homeCommunity-ranking__counter, .homeCommunity-ranking__prize, .homeCommunity-ranking__title {
    margin-bottom: 1rem;
  }
  .homeCommunity-ranking__text {
    text-align: left;
  }
  .homeCommunity-ranking__prize {
    min-width: 220px;
  }
  .homeCommunity-ranking__disclaimer {
    display: none;
  }
  .homeCommunity-ranking__title {
    padding-top: 30px;
  }
  .homeCommunity-ranking__link2 {
    align-self: end;
  }
  .homeCommunity-cashier__boxNumber {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .homeCommunity-banner__collage--photo {
    width: 50%;
  }
}
.task-cards {
  position: relative;
  z-index: 9;
  padding-bottom: 100px;
}
.task-cards__prize {
  color: #000;
  padding: 10px 40px;
  transition: all 0.3s ease;
}
.task-cards .home-fondos__title {
  padding-top: 20px;
}
.task-cards .home-fondos__text {
  font-weight: 600;
  color: #488AF7;
}
.task-cards .home-fondos__image {
  max-height: 220px;
  min-height: 220px;
}
.task-cards .home-fondos__item {
  background-color: transparent;
}
.task-cards .home-fondos__item:hover {
  background-color: #488AF7;
}
.task-cards .home-fondos__item:hover .home-fondos__text-negro,
.task-cards .home-fondos__item:hover .task-cards__prize, .task-cards .home-fondos__item:hover .txt-black, .task-cards .home-fondos__item:hover .home-fondos__text-azul {
  color: #fff;
}
.task-cards .home-fondos__item:last-child {
  grid-column: auto;
}
.task-cards .home-fondos__image {
  padding: 30px 0px;
  background-color: #fff;
}
.task-cards .home-fondos__flex-end {
  justify-content: flex-end;
  margin-right: 0px;
  padding: 15px 30px 30px 30px;
}

.task-title {
  max-width: 800px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 40px;
  z-index: 9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.title-skin-tab {
  font-size: 20px;
}

.imgText__container {
  padding: 90px;
  background-color: #fff;
}
.imgText__container.gray {
  background-color: #F4F4F4;
}
.imgText__body {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}
.imgText__content1 {
  width: 50%;
}
.imgText__content1 p {
  padding: 20px 0 0 0;
}
.imgText__content1 p a {
  color: #54564E;
  text-decoration: underline;
}
.imgText__content1 p a:hover {
  color: #488AF7;
  text-decoration: none;
}
.imgText__content1 .linkIngresos-aliados {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #488AF7;
  text-decoration: none;
}
.imgText__content2 {
  width: 50%;
}
.imgText__item {
  margin-bottom: 25px;
}
.imgText__item .tittle {
  display: flex;
}
.imgText__item .tittle img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-top: 2px;
  margin-right: 15px;
}
.imgText__item .tittle h4 {
  font-size: 20px;
}
.imgText__item p {
  margin-left: 38px;
}
.imgText__item p a {
  color: #54564E;
  text-decoration: underline;
}
.imgText__item p a:hover {
  color: #488AF7;
  text-decoration: none;
}

.table-content {
  overflow-x: scroll;
  margin-top: 15px;
  border-collapse: collapse;
}
.table-content-header {
  background-color: #D5D5D5;
  border-radius: 15px;
  border: 1px solid;
}
.table-content-header-item {
  border: 1px solid #000;
  padding: 5px;
  word-break: break-word;
}
.table-content-body-item {
  border: 1px solid #000;
  padding: 5px;
  margin: 0;
  border-collapse: unset;
  text-align: center;
  text-transform: uppercase;
}
.table-content-body-item a {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #DFDADA;
  padding: 10px 5px;
  border-radius: 15px;
  color: #000;
  border: 1px solid gray;
  transition: all 1s ease-out;
}
.table-content-body-item a:hover {
  color: #fff;
  background-color: gray;
  transition: all 1s ease-out;
}

@media (max-width: 1440px) {
  .task-cards__prize {
    padding: 0px 20px;
  }
}
@media (max-width: 1280px) {
  .services-bannerBody__left--cont {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .services-background__left {
    display: none;
  }
  .services-background__right {
    width: 100%;
  }
  .services-background__container {
    padding: 60px 0 20px 0;
  }
  .services-swiper-mobile .swiper-slide {
    height: auto;
  }
  .services-swiper-mobile .swiper-slide .home-fondos__item {
    height: 100%;
  }
  .services-banner .about-banner__left {
    padding: 0 0 80px 0;
  }
  .services-banner .about-banner__bubble__right {
    left: 0;
  }
  .services-banner .about-banner__bubble__right__image {
    transform: rotate(180deg);
    width: 100vw;
  }
  .services-banner .breadcrumb {
    padding: 40px 0;
  }
  .services-background {
    padding: 60px 20px 60px 20px;
    background-attachment: inherit;
    background-position: right;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services-background__item {
    padding: 20px 0;
    justify-content: center;
  }
  .services-background__block {
    max-width: 100%;
  }
  .services-background__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .services-background__description {
    font-size: 16px;
    line-height: 22px;
  }
  .services-title {
    font-size: 24px;
    font-weight: 600;
    padding: 40px 0;
  }
  .services-cards .home-fondos__title,
  .services-cards .home-fondos__description {
    font-size: 18px;
  }
  .services-cards .home-fondos__text {
    font-size: 17px;
  }
  .allies__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .imgText__container {
    padding: 60px;
  }
  .imgText__body {
    width: 100%;
    flex-direction: column;
  }
  .imgText__content1 {
    width: 100%;
  }
  .imgText__content2 {
    width: 100%;
  }
  .home-fondos__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .services-banner .about-banner__bubble__right__image {
    transform: rotate(180deg);
    width: 120vw;
  }
  .services-banner .breadcrumb {
    top: unset;
    padding: 0;
  }
  .services-banner .about-banner__left {
    padding: 0;
  }
  .services-banner .about-banner {
    padding-bottom: 0;
  }
  .allies__container h3 {
    width: 90%;
  }
  .allies__content {
    display: none;
  }
  .allies .mobile {
    display: block;
    margin-top: 40px;
  }
  .allies .mobile .allies__item {
    max-width: 550px;
    padding: 3rem 20px 2rem 20px;
    border: 1px solid #989A95;
    border-radius: 8px;
  }
  .allies .mobile .allies__item .item {
    position: relative;
  }
  .allies .mobile .allies__item .item__content1 {
    position: absolute;
    flex-direction: column;
    align-items: start;
    right: 2rem;
  }
  .allies .mobile .allies__item .item__content1 p {
    padding: 0;
    margin-bottom: 0;
  }
  .allies .mobile .allies__item .item__content2 {
    margin-top: 80px;
  }
  .imgText__container {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .task-cards .home-fondos__image {
    min-height: 200px;
    max-height: 200px;
  }
  .task-cards .home-fondos__flex-end {
    padding: 15px 30px 20px 30px;
  }
  .task-cards .home-fondos__description {
    margin: 10px 0 30px 0;
  }
}
.enterprise-update__map.aos-animate .points .point {
  transform: scale(1);
}
.enterprise-update__map.aos-animate .points .point:nth-child(2), .enterprise-update__map.aos-animate .points .point:nth-child(3) {
  transform: scale(0.85);
}
.enterprise-update__map.aos-animate .points .point:nth-child(14) {
  transform: scale(0.8);
}
.enterprise-update__map.aos-animate .points .point:nth-child(15) {
  transform: scale(0.7);
}
.enterprise-update__map .points .point {
  transform: scale(0);
  transition: 1s ease all;
  transition-delay: var(--index);
  margin-bottom: -20px;
}
.enterprise-update__map .points .point:nth-child(2), .enterprise-update__map .points .point:nth-child(3), .enterprise-update__map .points .point:nth-child(14), .enterprise-update__map .points .point:nth-child(15) {
  transform: scale(0);
}
.enterprise-update__map .points .point:first-child {
  left: 24%;
  bottom: 17%;
}
.enterprise-update__map .points .point:nth-child(2) {
  left: 22%;
  bottom: 35%;
}
.enterprise-update__map .points .point:nth-child(3) {
  left: 22%;
  bottom: 50%;
}
.enterprise-update__map .points .point:nth-child(4) {
  left: 16%;
  bottom: 42.5%;
  scale: 0.75;
}
.enterprise-update__map .points .point:nth-child(5) {
  bottom: 27%;
  left: 32%;
}
.enterprise-update__map .points .point:nth-child(6) {
  bottom: 42.5%;
  left: 30.5%;
}
.enterprise-update__map .points .point:nth-child(7) {
  top: 5%;
  left: 10%;
}
.enterprise-update__map .points .point:nth-child(8) {
  top: 30%;
  left: 7%;
}
.enterprise-update__map .points .point:nth-child(9) {
  top: 22.5%;
  left: 21%;
}
.enterprise-update__map .points .point:nth-child(10) {
  right: 6%;
  top: 22.5%;
}
.enterprise-update__map .points .point:nth-child(11) {
  right: 12.5%;
  top: 22.5%;
}
.enterprise-update__map .points .point:nth-child(12) {
  right: 20%;
  top: 24%;
}
.enterprise-update__map .points .point:nth-child(13) {
  bottom: 31%;
  right: 33%;
}
.enterprise-update__map .points .point:nth-child(14) {
  bottom: 50%;
  right: 30%;
}
.enterprise-update__map .points .point:nth-child(14) {
  bottom: 39%;
  right: 43%;
}
.enterprise-update__map .points .point:nth-child(15) {
  bottom: 50%;
  right: 40%;
}
.enterprise-update__map .points .point:nth-child(16) {
  bottom: 50%;
  right: 31%;
}

.icons-persons img {
  position: absolute;
  width: 10%;
  z-index: 1;
}
.icons-persons img:first-child {
  right: 27%;
  bottom: 16%;
}
.icons-persons img:nth-child(2) {
  left: 16%;
  bottom: 22%;
  width: 8%;
}
.icons-persons img:nth-child(3) {
  right: 21%;
  bottom: 32%;
  width: 8%;
}
.icons-persons img:nth-child(4) {
  width: 9.5%;
  right: 47%;
  bottom: 32%;
}
.icons-persons img:nth-child(5) {
  left: 17%;
  bottom: 47%;
  width: 9.5%;
}
.icons-persons img:nth-child(6) {
  right: 31%;
  top: 32%;
  width: 9.5%;
}
.icons-persons img:nth-child(7) {
  right: 44%;
  top: 28%;
  width: 11%;
}
.icons-persons img:nth-child(8) {
  right: 35%;
  top: 15%;
}
.icons-persons img:last-child {
  left: 16%;
  top: 15%;
}

.figure-data .item {
  position: absolute;
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 72px;
  padding: 5px 10px;
  gap: 10px;
  min-height: 3vw;
  z-index: 1;
}
.figure-data .item p {
  font-size: 0.8vw;
  color: #000 !important;
  line-height: 1.1;
}
.figure-data .item h4 {
  font-size: 1.6vw;
  font-weight: 800;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-wrap: nowrap;
}
.figure-data .item img {
  height: 2.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.figure-data .item:first-child {
  left: 0%;
  bottom: 33%;
}
.figure-data .item:nth-child(2) {
  bottom: 48%;
  right: -10%;
}
.figure-data .item:nth-child(3) {
  top: 0;
  left: 40%;
}

.lines svg {
  position: absolute;
}
.lines svg:first-child {
  left: 20%;
  width: 72%;
  bottom: 23%;
}
.lines svg:nth-child(2) {
  width: 21%;
  top: 33%;
  left: 51%;
}
.lines svg:last-child {
  left: 19%;
  top: -4%;
  width: 43%;
}

@media (min-width: 1500px) {
  .figure-data img {
    width: 38%;
  }
}
br {
  display: none;
}

.enterprise-update__banner {
  background-color: #000;
  min-height: calc(100vh - 103px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 100px;
}
.enterprise-update__banner h1 {
  max-width: 700px;
}
.enterprise-update__banner__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.enterprise-update__banner__bg img {
  width: 100%;
}
.enterprise-update__banner .container {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 60px;
}
.enterprise-update__banner .dsc {
  width: 50%;
  margin-left: 5%;
}
.enterprise-update__banner .dsc h4 {
  margin: 40px 0;
  max-width: 450px;
}
.enterprise-update__banner .dsc h4 span {
  color: #FDFDFD;
}
.enterprise-update__banner .dsc h4 span.sameperson {
  font-size: 20px;
}
.enterprise-update__banner .planet {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.enterprise-update__banner .planet .image-planet {
  width: 100%;
}
.enterprise-update__banner .planet-data-mobile {
  display: none;
}

.enterprise-update__cards {
  position: relative;
  z-index: 1;
  top: -100px;
}
.enterprise-update__cards .swiper {
  padding: 0 5px 10px;
  margin: 0 5%;
}
.enterprise-update__cards .swiper-slide {
  background-color: #fff;
  padding: 90px 35px 35px 35px;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.enterprise-update__cards .swiper-slide h4 {
  margin: 20px 0;
}
.enterprise-update__cards .swiper-slide .block img {
  width: 45px;
}
.enterprise-update__cards .swiper-slide .flex {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.enterprise-update__comparation {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  /*padding-top: 120px;*/
}
.enterprise-update__comparation article {
  flex: 1;
  position: relative;
  padding: 50px 40px 40px;
  overflow: hidden;
  border-radius: 5px;
}
.enterprise-update__comparation article h3, .enterprise-update__comparation article .item {
  max-width: 500px;
  margin: auto;
}
.enterprise-update__comparation article h3 {
  margin-bottom: 30px;
}
.enterprise-update__comparation article .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.enterprise-update__comparation article .item img {
  width: 40px;
}
.enterprise-update__comparation article:first-child {
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
}
.enterprise-update__comparation article:last-child {
  background-color: #000;
}
.enterprise-update__comparation article:last-child img {
  filter: brightness(1000000%);
}
.enterprise-update__comparation article:last-child h3, .enterprise-update__comparation article:last-child .item {
  position: relative;
  z-index: 1;
}
.enterprise-update__comparation article:last-child .bg-comparation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  filter: inherit;
}

.enterprise-update__testimonials {
  background-color: #f6f6f2;
  padding: 120px 0;
}
.enterprise-update__testimonials article {
  padding: 0 10px;
}
.enterprise-update__testimonials article:last-child {
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 40px;
  padding-bottom: 80px;
}
.enterprise-update__testimonials article:last-child .swiper-slide {
  background-color: #fff;
  padding: 30px 40px 20px;
  box-shadow: 0 0 5px 0 #e4e4e4;
  border-radius: 5px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enterprise-update__testimonials article:last-child p {
  margin: 30px 0 60px;
  line-height: 1.2;
}
.enterprise-update__testimonials article:last-child .marks {
  width: 100%;
  max-width: 20px;
  display: flex;
}
.enterprise-update__testimonials article:last-child .marks img {
  width: 100%;
}
.enterprise-update__testimonials article:last-child .brand {
  width: 100%;
  max-width: 160px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.enterprise-update__testimonials article:last-child .brand img {
  width: 100%;
}
.enterprise-update__testimonials article:last-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #54564E;
}

.enterprise-update__container {
  padding: 120px 0;
  background-color: #000;
  position: relative;
}
.enterprise-update__container .container {
  position: relative;
  z-index: 2;
}

.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update {
  padding-bottom: 100px;
  background-color: transparent;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos {
  overflow: hidden;
  position: relative;
}
.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::before, .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::after {
  content: "";
  width: 150px;
  height: 100%;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Degradado de blanco a transparente */
  left: 0;
  top: 0;
  position: absolute;
  z-index: 99999;
}
.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::after {
  left: unset;
  right: 0;
  background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.enterprise-update__tab {
  padding: 100px 0;
}
.enterprise-update__tab select {
  height: 52px;
  padding: 0 10px;
  color: #989a95;
  border: 1px solid #989a95;
  border-radius: 4px;
  width: 100%;
  align-items: center;
  outline: inherit;
  display: none;
}
.enterprise-update__tab .intServices-select {
  position: relative;
  z-index: 9;
  display: none;
}
.enterprise-update__tab article:first-child {
  margin-bottom: 15px;
}
.enterprise-update__tab article:nth-child(2) {
  position: relative;
  padding: 0 0 50px 0;
}
.enterprise-update__tab article:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #cccccc;
  width: 100%;
  height: 2px;
  top: 11px;
}
.enterprise-update__tab article:nth-child(2) picture {
  max-height: 68px;
  display: flex;
  filter: grayscale(100%);
  transition: 0.5s ease all;
  cursor: pointer;
  position: relative;
  max-width: 190px;
  /*&::before{
      content: "";
      width: 100%;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: -20px;
      left: 0;
      opacity: 0;
      transition: .5s ease opacity;
  }*/
}
.enterprise-update__tab article:nth-child(2) picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.enterprise-update__tab article:nth-child(2) picture:hover, .enterprise-update__tab article:nth-child(2) picture.active {
  filter: grayscale(0%);
}
.enterprise-update__tab article:nth-child(2) picture:hover::before, .enterprise-update__tab article:nth-child(2) picture.active::before {
  opacity: 1;
}
.enterprise-update__tab article:nth-child(2) .slidemenu {
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 25px;
}
.enterprise-update__tab article:nth-child(2) .slidemenu .slide-toggle {
  display: none;
}
.enterprise-update__tab article:nth-child(2) .slidemenu .slider {
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
}
.enterprise-update__tab article:nth-child(2) .slidemenu .slider .bar {
  height: 5px;
  background: #333;
  border-radius: 5px;
  position: absolute;
  top: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
.enterprise-update__tab article.enterprise-update__tab-ctn {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease opacity;
}
.enterprise-update__tab article.enterprise-update__tab-ctn.active {
  animation: tab-platform 1s ease forwards 1;
  pointer-events: inherit;
}
.enterprise-update__tab article.enterprise-update__tab-ctn.disabled {
  animation: tab-platform-reverse 1s ease forwards 1;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child {
  flex: 1;
  max-width: 600px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child h4 {
  margin-bottom: 30px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .categories p {
  background-color: #f6f6f6;
  border: 1px solid #c7c9c2;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 600;
  padding: 7.5px 25px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: 30px 0;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .item {
  display: flex;
  gap: 10px;
  flex: 1;
  align-items: flex-start;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .item img {
  width: 25px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 20px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 5px;
  border: 1px solid #54564E;
  flex-direction: column;
  text-align: center;
  height: 100%;
  max-height: 225px;
  min-height: 225px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item p {
  font-weight: 400;
  max-width: 200px;
  text-align: left;
  line-height: 1.1;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub {
  font-size: 99px;
  font-weight: 600;
  display: flex;
  line-height: 1;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub em {
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black {
  background-color: #000;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black sub, .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black em, .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black p {
  color: #fff;
}

.enterprise-update__solutions {
  padding-top: 120px;
  padding-bottom: 120px;
}
.enterprise-update__solutions article h5 {
  margin-bottom: 5px;
}
.enterprise-update__solutions article h3 {
  max-width: 60%;
}
.enterprise-update__solutions article:last-child {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.enterprise-update__solutions article:last-child .item {
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 80px;
  gap: 40px;
}
.enterprise-update__solutions article:last-child p {
  padding: 25px 0 20px;
}
.enterprise-update__solutions article:last-child h5 {
  color: #404040;
}
.enterprise-update__solutions article:last-child img {
  width: 130px;
}

.enterpise-update__grid article:first-child h3 {
  width: 70%;
  margin-bottom: 60px;
}
.enterpise-update__grid article:first-child .read-more {
  margin-top: 20px;
}
.enterpise-update__grid article:first-child .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.enterpise-update__grid article:first-child .block {
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px;
  border-radius: 5px;
  background-color: rgb(31, 31, 31);
  gap: 30px;
}
.enterpise-update__grid article:first-child .block h5 {
  margin-bottom: 20px;
}
.enterpise-update__grid article:first-child .block img {
  width: 135px;
}

.enterprise-update__swiper {
  padding-bottom: 80px;
  position: relative;
}
.enterprise-update__swiper p {
  margin-top: 15px;
}

.enterprise-update__hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise-update__hero article {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.enterprise-update__hero article picture {
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.enterprise-update__hero article picture img {
  width: 100%;
}
.enterprise-update__hero article p {
  margin: 30px auto 50px;
  max-width: 700px;
}
.enterprise-update__hero article .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.enterprise-update__degradate {
  position: absolute;
  width: 75vw;
  height: 100vw;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 100%;
}
.enterprise-update__degradate img {
  width: 100%;
  height: 100%;
}

.enterprise-update__map article,
.enterprise__map article {
  margin-top: 30px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background-color: #131313;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterprise-update__map article .bg-degradate,
.enterprise__map article .bg-degradate {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
}
.enterprise-update__map article .bg-degradate img,
.enterprise__map article .bg-degradate img {
  height: 100%;
}
.enterprise-update__map article .bg-map,
.enterprise__map article .bg-map {
  position: relative;
  z-index: 1;
}
.enterprise-update__map article .block,
.enterprise__map article .block {
  position: relative;
  z-index: 3;
  padding: 30px 0 30px 60px;
}
.enterprise-update__map article .block a,
.enterprise__map article .block a {
  text-wrap: nowrap;
}
.enterprise-update__map article .block h3,
.enterprise__map article .block h3 {
  max-width: 500px;
  margin-bottom: 35px;
}
.enterprise-update__map article .block .flex,
.enterprise__map article .block .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.enterprise-update__map article .points .point,
.enterprise__map article .points .point {
  width: 22.5px;
  height: 22.5px;
  background-color: #479F7C;
  border: 7.5px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
  position: absolute;
}
.enterprise-update__map article .points .point::before,
.enterprise__map article .points .point::before {
  position: absolute;
  width: 32.5px;
  height: 32.5px;
  border-radius: 100px;
  border: 2px solid #479F7C;
  content: "";
}

.enterprise-update__platform {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-top: 120px;
}
.enterprise-update__platform article:first-child {
  width: 100%;
  max-width: 300px;
}
.enterprise-update__platform article:first-child h5 {
  margin-bottom: 5px;
}
.enterprise-update__platform article:first-child .platform-actions-tab {
  margin-top: 40px;
  max-width: 200px;
}
.enterprise-update__platform article:first-child .platform-actions-tab p {
  position: relative;
  padding-bottom: 10px;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.enterprise-update__platform article:first-child .platform-actions-tab p.active {
  opacity: 1;
}
.enterprise-update__platform article:first-child .platform-actions-tab p.active::before {
  opacity: 1;
  width: 100%;
}
.enterprise-update__platform article:first-child .platform-actions-tab p::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  transition: 0.5s ease all;
}
.enterprise-update__platform article:first-child .platform-actions-tab p:last-child {
  margin-top: 30px;
}
.enterprise-update__platform article:not(:nth-child(1)) {
  width: 100%;
  padding: 5px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease opacity;
}
.enterprise-update__platform article:not(:nth-child(1)).active {
  animation: tab-platform 1s ease forwards 1;
  pointer-events: inherit;
}
.enterprise-update__platform article:not(:nth-child(1)).disabled {
  animation: tab-platform-reverse 1s ease forwards 1;
}
.enterprise-update__platform article:not(:nth-child(1)) .swiper-slide {
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 5px;
  padding: 30px 40px 80px;
  height: auto;
}
.enterprise-update__platform article:not(:nth-child(1)) img {
  width: 100px;
}
.enterprise-update__platform article:not(:nth-child(1)) h5 {
  margin: 30px 0 10px;
}

.enterprise-update__comments {
  padding: 40px 0 100px 0;
}
.enterprise-update__comments article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
  max-width: 1250px;
  width: 90%;
  margin: auto;
}
.enterprise-update__comments article.component-video {
  display: flex;
}
.enterprise-update__comments article.component-video .shine-video {
  max-width: 100%;
  width: 100%;
}
.enterprise-update__comments article.component-video .only-image {
  pointer-events: none;
}
.enterprise-update__comments article.component-video .only-image .shine-video__background img:last-child {
  display: none;
}
.enterprise-update__comments article .item {
  position: relative;
  width: 100%;
}
.enterprise-update__comments article .item picture {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}
.enterprise-update__comments article .item picture img {
  width: 100%;
  height: 100%;
}
.enterprise-update__comments article .item .content {
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.enterprise-update__comments article .item .content h6,
.enterprise-update__comments article .item .content p {
  color: #fff;
}
.enterprise-update__comments article .item .comment {
  position: absolute;
  background-color: rgba(22, 41, 74, 0.6784313725);
  border-radius: 5px;
  padding: 15px 20px;
  filter: drop-shadow(0 2px 5px #030303);
}
.enterprise-update__comments article .item .comment p {
  color: #fff;
  font-size: 14px;
}
.enterprise-update__comments article .item:nth-child(1) {
  z-index: 1;
}
.enterprise-update__comments article .item:nth-child(1) picture {
  width: 80%;
}
.enterprise-update__comments article .item:nth-child(1) .content h6 {
  font-size: 30px;
}
.enterprise-update__comments article .item:nth-child(1) .content p {
  font-size: 16px;
}
.enterprise-update__comments article .item:nth-child(1) .comment {
  font-size: 22px;
  width: 100%;
  max-width: 260px;
  right: -20%;
  top: 30%;
}
.enterprise-update__comments article .item:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/3;
  max-width: 1500px;
  width: 80%;
  margin: auto;
}
.enterprise-update__comments article .item:nth-child(2) picture {
  width: 130%;
  position: relative;
  left: -10%;
  top: 7.5%;
}
.enterprise-update__comments article .item:nth-child(2) picture img {
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.enterprise-update__comments article .item:nth-child(2) .content h6 {
  font-size: 30px;
}
.enterprise-update__comments article .item:nth-child(2) .content p {
  font-size: 20px;
}
.enterprise-update__comments article .item:nth-child(2) .comment {
  width: -moz-fit-content;
  width: fit-content;
  right: -50%;
  bottom: 31%;
  max-width: 250px;
}
.enterprise-update__comments article .item:nth-child(3) {
  z-index: -1;
}
.enterprise-update__comments article .item:nth-child(3) .content {
  left: calc(20% + 40px);
}
.enterprise-update__comments article .item:nth-child(3) .content h6 {
  font-size: 19px;
}
.enterprise-update__comments article .item:nth-child(3) .content p {
  font-size: 16px;
}
.enterprise-update__comments article .item:nth-child(3) picture {
  justify-content: flex-end;
}
.enterprise-update__comments article .item:nth-child(3) picture img {
  width: 80%;
}
.enterprise-update__comments article .item:nth-child(3) .comment {
  font-size: 18px;
  width: 100%;
  max-width: 240px;
  right: -12.5%;
  bottom: -10%;
}
.enterprise-update__comments article .item:nth-child(4) {
  padding-right: 20%;
  padding-top: 20%;
}
.enterprise-update__comments article .item:nth-child(4) .content {
  left: calc(30% + 40px);
}
.enterprise-update__comments article .item:nth-child(4) .content h6 {
  font-size: 16px;
}
.enterprise-update__comments article .item:nth-child(4) .content p {
  font-size: 10px;
}
.enterprise-update__comments article .item:nth-child(4) picture {
  justify-content: flex-end;
}
.enterprise-update__comments article .item:nth-child(4) picture img {
  max-width: 270px;
  max-height: 130px;
  min-height: 111px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.enterprise-update__comments article .item:nth-child(4) .comment {
  max-width: 250px;
  right: 0%;
  bottom: 110px;
}
.enterprise-update__comments article .item:nth-child(5) {
  padding-top: 10%;
}
.enterprise-update__comments article .item:nth-child(5) .content {
  left: calc(30% + 40px);
}
.enterprise-update__comments article .item:nth-child(5) .content h6 {
  font-size: 23px;
}
.enterprise-update__comments article .item:nth-child(5) .content p {
  font-size: 15px;
}
.enterprise-update__comments article .item:nth-child(5) picture {
  justify-content: flex-end;
}
.enterprise-update__comments article .item:nth-child(5) img {
  max-width: 350px;
  max-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
  border-radius: 5px;
}
.enterprise-update__comments article .item:nth-child(5) .comment {
  max-width: 260px;
  width: 100%;
  right: 70%;
  bottom: 0;
}

@keyframes tab-platform {
  from {
    opacity: 0;
    position: relative;
  }
  to {
    position: relative;
    opacity: 1;
  }
}
@keyframes tab-platform-reverse {
  from {
    opacity: 0;
  }
  50% {
    position: absolute;
  }
  to {
    position: absolute;
  }
}
@media (min-width: 1700px) {
  .enterprise-update-cases .swiper {
    width: calc(100vw - 15%) !important;
  }
}
@media (max-width: 1580px) {
  .enterprise-update__banner {
    min-height: calc(110vh - 103px);
  }
  .enterprise-update__banner .planet {
    width: 40%;
  }
}
@media (max-width: 1440px) {
  .enterprise-update__banner .dsc {
    margin-left: 0;
  }
  .enterprise-update__cards .swiper {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .enterprise-update__platform {
    padding-bottom: 60px;
  }
  .enterprise-update__platform article:not(:nth-child(1)) {
    padding-bottom: 60px;
  }
  .enterprise-update__solutions article:last-child {
    grid-template-columns: repeat(1, 1fr);
  }
  .enterprise-update__comments article .item .comment p {
    font-size: 12px;
  }
  .enterprise-update__comments article .item:nth-child(1) .content h6 {
    font-size: 26px;
  }
  .enterprise-update__comments article .item:nth-child(1) .content p {
    font-size: 14px;
  }
  .enterprise-update__comments article .item:nth-child(2) .content h6 {
    font-size: 26px;
  }
  .enterprise-update__comments article .item:nth-child(2) .content p {
    font-size: 14px;
  }
  .enterprise-update__comments article .item:nth-child(5) .content h6 {
    font-size: 21px;
  }
  .enterprise-update__comments article .item:nth-child(5) .content p {
    font-size: 14px;
  }
}
.logoonmobile {
  display: none;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .logoonmobile {
    display: block;
  }
  .enterprise-update__banner {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }
  .enterprise-update__banner.custom-fonts h4 {
    font-size: 18px;
  }
  .enterprise-update__banner__bg {
    width: 100%;
  }
  .enterprise-update__banner .container {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 80px;
  }
  .enterprise-update__banner .planet {
    display: none;
  }
  .enterprise-update__banner .dsc {
    width: 100%;
    margin-left: 0;
  }
  .enterprise-update__banner .cta {
    max-width: 300px;
  }
  .enterprise-update__banner .planet-data-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .enterprise-update__banner .planet-data-mobile .item {
    flex: 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 20px;
    position: relative;
  }
  .enterprise-update__banner .planet-data-mobile .item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    right: 10px;
    top: 0;
  }
  .enterprise-update__banner .planet-data-mobile .item:last-child {
    padding: 0;
  }
  .enterprise-update__banner .planet-data-mobile .item:last-child::before {
    content: none;
  }
  .enterprise-update__banner .planet-data-mobile .item p {
    text-align: center;
  }
  .enterprise-update__banner .planet-data-mobile .item p:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
  }
  .enterprise-update__banner .planet-data-mobile .item p:last-child {
    font-size: 12px;
  }
  .enterprise-update__comments {
    display: none;
  }
  .enterprise-update__cards {
    top: 0;
  }
  .enterprise-update__cards .swiper {
    padding: 60px 5px;
    margin: 0;
    margin-bottom: 60px;
  }
  .enterprise-update__cards .swiper .swiper-pagination {
    justify-content: center;
  }
  .enterprise-update__cards .swiper .swiper-slide {
    padding: 40px 30px;
  }
  .enterprise-update__cards .swiper .swiper-slide .block img {
    display: none;
  }
  .enterprise-update__cards .swiper .swiper-slide .flex {
    margin-top: 40px;
  }
  .enterprise-update__cards .swiper .swiper-slide .cta {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .enterprise-update__comparation {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 80px;
  }
  .enterprise-update__comparation article {
    padding: 40px 20px;
  }
  .enterprise-update__comparation article .item img {
    width: 30px;
  }
  .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update {
    padding-bottom: 60px;
  }
  .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos .swiper-slide img {
    max-width: 150px;
    height: 80px;
  }
  .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::before, .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::after {
    content: "";
    width: 50px;
  }
  .enterprise-update__platform {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
  }
  .enterprise-update__platform article:first-child .platform-actions-tab {
    margin-top: 30px;
  }
  .enterprise-update__platform article:first-child p:last-child {
    margin-top: 10px !important;
  }
  .enterprise-update__platform article:not(:nth-child(1)) {
    padding-bottom: 60px;
  }
  .enterprise-update__platform article:not(:nth-child(1)) .swiper-pagination {
    justify-content: center;
  }
  .enterprise-update__platform article:not(:nth-child(1)) img {
    width: 80px;
  }
  .enterprise-update-cases {
    padding-bottom: 80px !important;
  }
  .enterprise-update-cases article .swiper {
    width: 100%;
    max-width: 100%;
  }
  .enterprise-update-cases article .swiper .swiper-button-next img,
  .enterprise-update-cases article .swiper .swiper-button-prev img {
    width: 30px !important;
  }
  .enterprise-update-cases article .swiper .buttons {
    gap: 20px;
  }
  .enterprise-update__tab {
    padding: 50px 0;
  }
  .enterprise-update__tab select {
    display: flex;
    margin-top: 40px;
  }
  .enterprise-update__tab .intServices-select {
    display: block;
    margin-bottom: 50px;
  }
  .enterprise-update__tab article:nth-child(2) {
    display: none;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn {
    flex-direction: column;
    gap: 40px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child h4 {
    margin-bottom: 15px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .categories {
    margin: 25px 0;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .flex {
    flex-direction: column;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item {
    min-height: 150px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub {
    font-size: 45px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub em {
    font-size: 25px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item p {
    font-size: 12px;
  }
  .enterprise-update__solutions {
    padding-bottom: 80px;
    padding-top: 30px;
  }
  .enterprise-update__container {
    padding: 60px 0;
  }
  .enterpise-update__grid article:first-child h3 {
    width: 100%;
  }
  .enterpise-update__grid article:first-child h2 {
    margin-bottom: 40px;
  }
  .enterpise-update__grid article:first-child .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .enterpise-update__grid article:first-child .block {
    padding: 30px;
  }
  .enterpise-update__grid article:first-child .item:last-child {
    display: none;
  }
  .enterprise-update__swiper {
    padding-bottom: 60px;
    margin-bottom: 40px !important;
  }
  .enterprise-update__hero article picture {
    margin-bottom: 30px;
  }
  .enterprise-update__hero article h2, .enterprise-update__hero article p {
    text-align: left;
  }
  .enterprise-update__hero article .flex {
    flex-direction: column;
  }
  .enterprise-update__degradate {
    width: 140vw;
    height: 200vh;
    top: 0;
  }
  .enterprise-update__map article .bg-degradate {
    z-index: 3;
    left: -40%;
  }
  .enterprise-update__map article .block {
    z-index: 3;
    padding: 60px 20px;
  }
  .enterprise-update__map article .block .flex {
    flex-direction: column;
  }
  .enterprise-update__map article .bg-map {
    position: absolute;
    z-index: 2;
    width: 100%;
    right: -45%;
    height: 100%;
  }
  .enterprise-update__map article .bg-map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .enterprise-update__map article .points {
    display: none;
  }
}
.enterprise-update-cases {
  padding-bottom: 120px;
}
.enterprise-update-cases .swiper {
  width: calc(100vw - 5.8%);
  padding: 5px;
  padding-top: 30px;
}
.enterprise-update-cases .swiper-slide {
  background-color: #000;
  padding: 35px 40px 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enterprise-update-cases .swiper-slide p {
  margin: 30px 0 20px;
}
.enterprise-update-cases .actions-carousel {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.enterprise-update-cases .actions-carousel .buttons {
  display: flex;
  gap: 20px;
}
.enterprise-update-cases .actions-carousel .swiper-button-prev {
  transform: rotate(-180deg);
}
.enterprise-update-cases .actions-carousel .swiper-button-next,
.enterprise-update-cases .actions-carousel .swiper-button-prev {
  position: relative !important;
  top: unset;
  left: unset;
  right: unset;
}
.enterprise-update-cases .actions-carousel .swiper-button-next::after, .enterprise-update-cases .actions-carousel .swiper-button-next::before,
.enterprise-update-cases .actions-carousel .swiper-button-prev::after,
.enterprise-update-cases .actions-carousel .swiper-button-prev::before {
  content: none;
}
.enterprise-update-cases .actions-carousel .swiper-button-next img,
.enterprise-update-cases .actions-carousel .swiper-button-prev img {
  width: 37px;
}
.enterprise-update-cases .actions-carousel .swiper-pagination {
  width: calc(100% - 100px);
  right: 0;
  left: unset;
}
.enterprise-update-cases .actions-carousel .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
}

@media (max-width: 768px) {
  .enterprise-update__solutions article:first-child h3 {
    max-width: 100%;
  }
  .enterprise-update__solutions article:last-child {
    margin-top: 40px;
  }
  .enterprise-update__solutions article:last-child .item {
    padding: 90px 40px;
  }
  .enterprise-update__solutions article:last-child .block:last-child {
    display: none;
  }
}
@media (max-width: 576px) {
  .enterprise-update__banner .container {
    justify-content: space-between;
    align-items: flex-start;
    min-height: calc(100vh - 150px);
  }
  .enterprise-update__banner .dsc {
    max-width: 300px;
  }
}
.enterprise-update__map.aos-animate .points .point {
  transform: scale(1);
}
.enterprise-update__map.aos-animate .points .point:nth-child(2), .enterprise-update__map.aos-animate .points .point:nth-child(3) {
  transform: scale(0.85);
}
.enterprise-update__map.aos-animate .points .point:nth-child(14) {
  transform: scale(0.8);
}
.enterprise-update__map.aos-animate .points .point:nth-child(15) {
  transform: scale(0.7);
}
.enterprise-update__map .points .point {
  transform: scale(0);
  transition: 1s ease all;
  transition-delay: var(--index);
  margin-bottom: -20px;
}
.enterprise-update__map .points .point:nth-child(2), .enterprise-update__map .points .point:nth-child(3), .enterprise-update__map .points .point:nth-child(14), .enterprise-update__map .points .point:nth-child(15) {
  transform: scale(0);
}
.enterprise-update__map .points .point:first-child {
  left: 24%;
  bottom: 17%;
}
.enterprise-update__map .points .point:nth-child(2) {
  left: 22%;
  bottom: 35%;
}
.enterprise-update__map .points .point:nth-child(3) {
  left: 22%;
  bottom: 50%;
}
.enterprise-update__map .points .point:nth-child(4) {
  left: 16%;
  bottom: 42.5%;
  scale: 0.75;
}
.enterprise-update__map .points .point:nth-child(5) {
  bottom: 27%;
  left: 32%;
}
.enterprise-update__map .points .point:nth-child(6) {
  bottom: 42.5%;
  left: 30.5%;
}
.enterprise-update__map .points .point:nth-child(7) {
  top: 5%;
  left: 10%;
}
.enterprise-update__map .points .point:nth-child(8) {
  top: 30%;
  left: 7%;
}
.enterprise-update__map .points .point:nth-child(9) {
  top: 22.5%;
  left: 21%;
}
.enterprise-update__map .points .point:nth-child(10) {
  right: 6%;
  top: 22.5%;
}
.enterprise-update__map .points .point:nth-child(11) {
  right: 12.5%;
  top: 22.5%;
}
.enterprise-update__map .points .point:nth-child(12) {
  right: 20%;
  top: 24%;
}
.enterprise-update__map .points .point:nth-child(13) {
  bottom: 31%;
  right: 33%;
}
.enterprise-update__map .points .point:nth-child(14) {
  bottom: 50%;
  right: 30%;
}
.enterprise-update__map .points .point:nth-child(14) {
  bottom: 39%;
  right: 43%;
}
.enterprise-update__map .points .point:nth-child(15) {
  bottom: 50%;
  right: 40%;
}
.enterprise-update__map .points .point:nth-child(16) {
  bottom: 50%;
  right: 31%;
}

.icons-persons img {
  position: absolute;
  width: 10%;
  z-index: 1;
}
.icons-persons img:first-child {
  right: 27%;
  bottom: 16%;
}
.icons-persons img:nth-child(2) {
  left: 16%;
  bottom: 22%;
  width: 8%;
}
.icons-persons img:nth-child(3) {
  right: 21%;
  bottom: 32%;
  width: 8%;
}
.icons-persons img:nth-child(4) {
  width: 9.5%;
  right: 47%;
  bottom: 32%;
}
.icons-persons img:nth-child(5) {
  left: 17%;
  bottom: 47%;
  width: 9.5%;
}
.icons-persons img:nth-child(6) {
  right: 31%;
  top: 32%;
  width: 9.5%;
}
.icons-persons img:nth-child(7) {
  right: 44%;
  top: 28%;
  width: 11%;
}
.icons-persons img:nth-child(8) {
  right: 35%;
  top: 15%;
}
.icons-persons img:last-child {
  left: 16%;
  top: 15%;
}

.figure-data .item {
  position: absolute;
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 72px;
  padding: 5px 10px;
  gap: 10px;
  min-height: 3vw;
  z-index: 1;
}
.figure-data .item p {
  font-size: 0.8vw;
  color: #000 !important;
  line-height: 1.1;
}
.figure-data .item h4 {
  font-size: 1.6vw;
  font-weight: 800;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-wrap: nowrap;
}
.figure-data .item img {
  height: 2.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.figure-data .item:first-child {
  left: 0%;
  bottom: 33%;
}
.figure-data .item:nth-child(2) {
  bottom: 48%;
  right: -10%;
}
.figure-data .item:nth-child(3) {
  top: 0;
  left: 40%;
}

.lines svg {
  position: absolute;
}
.lines svg:first-child {
  left: 20%;
  width: 72%;
  bottom: 23%;
}
.lines svg:nth-child(2) {
  width: 21%;
  top: 33%;
  left: 51%;
}
.lines svg:last-child {
  left: 19%;
  top: -4%;
  width: 43%;
}

@media (min-width: 1500px) {
  .figure-data img {
    width: 38%;
  }
}
br {
  display: none;
}

.enterprise-update__banner {
  background-color: #000;
  min-height: calc(100vh - 103px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 100px;
}
.enterprise-update__banner h1 {
  max-width: 700px;
}
.enterprise-update__banner__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.enterprise-update__banner__bg img {
  width: 100%;
}
.enterprise-update__banner .container {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 60px;
}
.enterprise-update__banner .dsc {
  width: 50%;
  margin-left: 5%;
}
.enterprise-update__banner .dsc h4 {
  margin: 40px 0;
  max-width: 450px;
}
.enterprise-update__banner .dsc h4 span {
  color: #FDFDFD;
}
.enterprise-update__banner .dsc h4 span.sameperson {
  font-size: 20px;
}
.enterprise-update__banner .planet {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.enterprise-update__banner .planet .image-planet {
  width: 100%;
}
.enterprise-update__banner .planet-data-mobile {
  display: none;
}

.enterprise-update__cards {
  position: relative;
  z-index: 1;
  top: -100px;
}
.enterprise-update__cards .swiper {
  padding: 0 5px 10px;
  margin: 0 5%;
}
.enterprise-update__cards .swiper-slide {
  background-color: #fff;
  padding: 90px 35px 35px 35px;
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.enterprise-update__cards .swiper-slide h4 {
  margin: 20px 0;
}
.enterprise-update__cards .swiper-slide .block img {
  width: 45px;
}
.enterprise-update__cards .swiper-slide .flex {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.enterprise-update__comparation {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  /*padding-top: 120px;*/
}
.enterprise-update__comparation article {
  flex: 1;
  position: relative;
  padding: 50px 40px 40px;
  overflow: hidden;
  border-radius: 5px;
}
.enterprise-update__comparation article h3, .enterprise-update__comparation article .item {
  max-width: 500px;
  margin: auto;
}
.enterprise-update__comparation article h3 {
  margin-bottom: 30px;
}
.enterprise-update__comparation article .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.enterprise-update__comparation article .item img {
  width: 40px;
}
.enterprise-update__comparation article:first-child {
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
}
.enterprise-update__comparation article:last-child {
  background-color: #000;
}
.enterprise-update__comparation article:last-child img {
  filter: brightness(1000000%);
}
.enterprise-update__comparation article:last-child h3, .enterprise-update__comparation article:last-child .item {
  position: relative;
  z-index: 1;
}
.enterprise-update__comparation article:last-child .bg-comparation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  filter: inherit;
}

.enterprise-update__testimonials {
  background-color: #f6f6f2;
  padding: 120px 0;
}
.enterprise-update__testimonials article {
  padding: 0 10px;
}
.enterprise-update__testimonials article:last-child {
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 40px;
  padding-bottom: 80px;
}
.enterprise-update__testimonials article:last-child .swiper-slide {
  background-color: #fff;
  padding: 30px 40px 20px;
  box-shadow: 0 0 5px 0 #e4e4e4;
  border-radius: 5px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enterprise-update__testimonials article:last-child p {
  margin: 30px 0 60px;
  line-height: 1.2;
}
.enterprise-update__testimonials article:last-child .marks {
  width: 100%;
  max-width: 20px;
  display: flex;
}
.enterprise-update__testimonials article:last-child .marks img {
  width: 100%;
}
.enterprise-update__testimonials article:last-child .brand {
  width: 100%;
  max-width: 160px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.enterprise-update__testimonials article:last-child .brand img {
  width: 100%;
}
.enterprise-update__testimonials article:last-child .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #54564E;
}

.enterprise-update__container {
  padding: 120px 0;
  background-color: #000;
  position: relative;
}
.enterprise-update__container .container {
  position: relative;
  z-index: 2;
}

.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update {
  padding-bottom: 100px;
  background-color: transparent;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos {
  overflow: hidden;
  position: relative;
}
.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::before, .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::after {
  content: "";
  width: 150px;
  height: 100%;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Degradado de blanco a transparente */
  left: 0;
  top: 0;
  position: absolute;
  z-index: 99999;
}
.swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::after {
  left: unset;
  right: 0;
  background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.enterprise-update__tab {
  padding: 100px 0;
}
.enterprise-update__tab select {
  height: 52px;
  padding: 0 10px;
  color: #989a95;
  border: 1px solid #989a95;
  border-radius: 4px;
  width: 100%;
  align-items: center;
  outline: inherit;
  display: none;
}
.enterprise-update__tab .intServices-select {
  position: relative;
  z-index: 9;
  display: none;
}
.enterprise-update__tab article:first-child {
  margin-bottom: 15px;
}
.enterprise-update__tab article:nth-child(2) {
  position: relative;
  padding: 0 0 50px 0;
}
.enterprise-update__tab article:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #cccccc;
  width: 100%;
  height: 2px;
  top: 11px;
}
.enterprise-update__tab article:nth-child(2) picture {
  max-height: 68px;
  display: flex;
  filter: grayscale(100%);
  transition: 0.5s ease all;
  cursor: pointer;
  position: relative;
  max-width: 190px;
  /*&::before{
      content: "";
      width: 100%;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: -20px;
      left: 0;
      opacity: 0;
      transition: .5s ease opacity;
  }*/
}
.enterprise-update__tab article:nth-child(2) picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.enterprise-update__tab article:nth-child(2) picture:hover, .enterprise-update__tab article:nth-child(2) picture.active {
  filter: grayscale(0%);
}
.enterprise-update__tab article:nth-child(2) picture:hover::before, .enterprise-update__tab article:nth-child(2) picture.active::before {
  opacity: 1;
}
.enterprise-update__tab article:nth-child(2) .slidemenu {
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 25px;
}
.enterprise-update__tab article:nth-child(2) .slidemenu .slide-toggle {
  display: none;
}
.enterprise-update__tab article:nth-child(2) .slidemenu .slider {
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
}
.enterprise-update__tab article:nth-child(2) .slidemenu .slider .bar {
  height: 5px;
  background: #333;
  border-radius: 5px;
  position: absolute;
  top: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
.enterprise-update__tab article.enterprise-update__tab-ctn {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease opacity;
}
.enterprise-update__tab article.enterprise-update__tab-ctn.active {
  animation: tab-platform 1s ease forwards 1;
  pointer-events: inherit;
}
.enterprise-update__tab article.enterprise-update__tab-ctn.disabled {
  animation: tab-platform-reverse 1s ease forwards 1;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child {
  flex: 1;
  max-width: 600px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child h4 {
  margin-bottom: 30px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .categories p {
  background-color: #f6f6f6;
  border: 1px solid #c7c9c2;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 600;
  padding: 7.5px 25px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: 30px 0;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .item {
  display: flex;
  gap: 10px;
  flex: 1;
  align-items: flex-start;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .item img {
  width: 25px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 20px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 5px;
  border: 1px solid #54564E;
  flex-direction: column;
  text-align: center;
  height: 100%;
  max-height: 225px;
  min-height: 225px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item p {
  font-weight: 400;
  max-width: 200px;
  text-align: left;
  line-height: 1.1;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub {
  font-size: 99px;
  font-weight: 600;
  display: flex;
  line-height: 1;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub em {
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black {
  background-color: #000;
}
.enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black sub, .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black em, .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item.black p {
  color: #fff;
}

.enterprise-update__solutions {
  padding-top: 120px;
  padding-bottom: 120px;
}
.enterprise-update__solutions article h5 {
  margin-bottom: 5px;
}
.enterprise-update__solutions article h3 {
  max-width: 60%;
}
.enterprise-update__solutions article:last-child {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.enterprise-update__solutions article:last-child .item {
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 80px;
  gap: 40px;
}
.enterprise-update__solutions article:last-child p {
  padding: 25px 0 20px;
}
.enterprise-update__solutions article:last-child h5 {
  color: #404040;
}
.enterprise-update__solutions article:last-child img {
  width: 130px;
}

.enterpise-update__grid article:first-child h3 {
  width: 70%;
  margin-bottom: 60px;
}
.enterpise-update__grid article:first-child .read-more {
  margin-top: 20px;
}
.enterpise-update__grid article:first-child .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.enterpise-update__grid article:first-child .block {
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px;
  border-radius: 5px;
  background-color: rgb(31, 31, 31);
  gap: 30px;
}
.enterpise-update__grid article:first-child .block h5 {
  margin-bottom: 20px;
}
.enterpise-update__grid article:first-child .block img {
  width: 135px;
}

.enterprise-update__swiper {
  padding-bottom: 80px;
  position: relative;
}
.enterprise-update__swiper p {
  margin-top: 15px;
}

.enterprise-update__hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise-update__hero article {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.enterprise-update__hero article picture {
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.enterprise-update__hero article picture img {
  width: 100%;
}
.enterprise-update__hero article p {
  margin: 30px auto 50px;
  max-width: 700px;
}
.enterprise-update__hero article .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.enterprise-update__degradate {
  position: absolute;
  width: 75vw;
  height: 100vw;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 100%;
}
.enterprise-update__degradate img {
  width: 100%;
  height: 100%;
}

.enterprise-update__map article,
.enterprise__map article {
  margin-top: 30px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background-color: #131313;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterprise-update__map article .bg-degradate,
.enterprise__map article .bg-degradate {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
}
.enterprise-update__map article .bg-degradate img,
.enterprise__map article .bg-degradate img {
  height: 100%;
}
.enterprise-update__map article .bg-map,
.enterprise__map article .bg-map {
  position: relative;
  z-index: 1;
}
.enterprise-update__map article .block,
.enterprise__map article .block {
  position: relative;
  z-index: 3;
  padding: 30px 0 30px 60px;
}
.enterprise-update__map article .block a,
.enterprise__map article .block a {
  text-wrap: nowrap;
}
.enterprise-update__map article .block h3,
.enterprise__map article .block h3 {
  max-width: 500px;
  margin-bottom: 35px;
}
.enterprise-update__map article .block .flex,
.enterprise__map article .block .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.enterprise-update__map article .points .point,
.enterprise__map article .points .point {
  width: 22.5px;
  height: 22.5px;
  background-color: #479F7C;
  border: 7.5px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
  position: absolute;
}
.enterprise-update__map article .points .point::before,
.enterprise__map article .points .point::before {
  position: absolute;
  width: 32.5px;
  height: 32.5px;
  border-radius: 100px;
  border: 2px solid #479F7C;
  content: "";
}

.enterprise-update__platform {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-top: 120px;
}
.enterprise-update__platform article:first-child {
  width: 100%;
  max-width: 300px;
}
.enterprise-update__platform article:first-child h5 {
  margin-bottom: 5px;
}
.enterprise-update__platform article:first-child .platform-actions-tab {
  margin-top: 40px;
  max-width: 200px;
}
.enterprise-update__platform article:first-child .platform-actions-tab p {
  position: relative;
  padding-bottom: 10px;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.enterprise-update__platform article:first-child .platform-actions-tab p.active {
  opacity: 1;
}
.enterprise-update__platform article:first-child .platform-actions-tab p.active::before {
  opacity: 1;
  width: 100%;
}
.enterprise-update__platform article:first-child .platform-actions-tab p::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  transition: 0.5s ease all;
}
.enterprise-update__platform article:first-child .platform-actions-tab p:last-child {
  margin-top: 30px;
}
.enterprise-update__platform article:not(:nth-child(1)) {
  width: 100%;
  padding: 5px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease opacity;
}
.enterprise-update__platform article:not(:nth-child(1)).active {
  animation: tab-platform 1s ease forwards 1;
  pointer-events: inherit;
}
.enterprise-update__platform article:not(:nth-child(1)).disabled {
  animation: tab-platform-reverse 1s ease forwards 1;
}
.enterprise-update__platform article:not(:nth-child(1)) .swiper-slide {
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
  border-radius: 5px;
  padding: 30px 40px 80px;
  height: auto;
}
.enterprise-update__platform article:not(:nth-child(1)) img {
  width: 100px;
}
.enterprise-update__platform article:not(:nth-child(1)) h5 {
  margin: 30px 0 10px;
}

.enterprise-update__comments {
  padding: 40px 0 100px 0;
}
.enterprise-update__comments article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
  max-width: 1250px;
  width: 90%;
  margin: auto;
}
.enterprise-update__comments article.component-video {
  display: flex;
}
.enterprise-update__comments article.component-video .shine-video {
  max-width: 100%;
  width: 100%;
}
.enterprise-update__comments article.component-video .only-image {
  pointer-events: none;
}
.enterprise-update__comments article.component-video .only-image .shine-video__background img:last-child {
  display: none;
}
.enterprise-update__comments article .item {
  position: relative;
  width: 100%;
}
.enterprise-update__comments article .item picture {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}
.enterprise-update__comments article .item picture img {
  width: 100%;
  height: 100%;
}
.enterprise-update__comments article .item .content {
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.enterprise-update__comments article .item .content h6,
.enterprise-update__comments article .item .content p {
  color: #fff;
}
.enterprise-update__comments article .item .comment {
  position: absolute;
  background-color: rgba(22, 41, 74, 0.6784313725);
  border-radius: 5px;
  padding: 15px 20px;
  filter: drop-shadow(0 2px 5px #030303);
}
.enterprise-update__comments article .item .comment p {
  color: #fff;
  font-size: 14px;
}
.enterprise-update__comments article .item:nth-child(1) {
  z-index: 1;
}
.enterprise-update__comments article .item:nth-child(1) picture {
  width: 80%;
}
.enterprise-update__comments article .item:nth-child(1) .content h6 {
  font-size: 30px;
}
.enterprise-update__comments article .item:nth-child(1) .content p {
  font-size: 16px;
}
.enterprise-update__comments article .item:nth-child(1) .comment {
  font-size: 22px;
  width: 100%;
  max-width: 260px;
  right: -20%;
  top: 30%;
}
.enterprise-update__comments article .item:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/3;
  max-width: 1500px;
  width: 80%;
  margin: auto;
}
.enterprise-update__comments article .item:nth-child(2) picture {
  width: 130%;
  position: relative;
  left: -10%;
  top: 7.5%;
}
.enterprise-update__comments article .item:nth-child(2) picture img {
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.enterprise-update__comments article .item:nth-child(2) .content h6 {
  font-size: 30px;
}
.enterprise-update__comments article .item:nth-child(2) .content p {
  font-size: 20px;
}
.enterprise-update__comments article .item:nth-child(2) .comment {
  width: -moz-fit-content;
  width: fit-content;
  right: -50%;
  bottom: 31%;
  max-width: 250px;
}
.enterprise-update__comments article .item:nth-child(3) {
  z-index: -1;
}
.enterprise-update__comments article .item:nth-child(3) .content {
  left: calc(20% + 40px);
}
.enterprise-update__comments article .item:nth-child(3) .content h6 {
  font-size: 19px;
}
.enterprise-update__comments article .item:nth-child(3) .content p {
  font-size: 16px;
}
.enterprise-update__comments article .item:nth-child(3) picture {
  justify-content: flex-end;
}
.enterprise-update__comments article .item:nth-child(3) picture img {
  width: 80%;
}
.enterprise-update__comments article .item:nth-child(3) .comment {
  font-size: 18px;
  width: 100%;
  max-width: 240px;
  right: -12.5%;
  bottom: -10%;
}
.enterprise-update__comments article .item:nth-child(4) {
  padding-right: 20%;
  padding-top: 20%;
}
.enterprise-update__comments article .item:nth-child(4) .content {
  left: calc(30% + 40px);
}
.enterprise-update__comments article .item:nth-child(4) .content h6 {
  font-size: 16px;
}
.enterprise-update__comments article .item:nth-child(4) .content p {
  font-size: 10px;
}
.enterprise-update__comments article .item:nth-child(4) picture {
  justify-content: flex-end;
}
.enterprise-update__comments article .item:nth-child(4) picture img {
  max-width: 270px;
  max-height: 130px;
  min-height: 111px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.enterprise-update__comments article .item:nth-child(4) .comment {
  max-width: 250px;
  right: 0%;
  bottom: 110px;
}
.enterprise-update__comments article .item:nth-child(5) {
  padding-top: 10%;
}
.enterprise-update__comments article .item:nth-child(5) .content {
  left: calc(30% + 40px);
}
.enterprise-update__comments article .item:nth-child(5) .content h6 {
  font-size: 23px;
}
.enterprise-update__comments article .item:nth-child(5) .content p {
  font-size: 15px;
}
.enterprise-update__comments article .item:nth-child(5) picture {
  justify-content: flex-end;
}
.enterprise-update__comments article .item:nth-child(5) img {
  max-width: 350px;
  max-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
  border-radius: 5px;
}
.enterprise-update__comments article .item:nth-child(5) .comment {
  max-width: 260px;
  width: 100%;
  right: 70%;
  bottom: 0;
}

@keyframes tab-platform {
  from {
    opacity: 0;
    position: relative;
  }
  to {
    position: relative;
    opacity: 1;
  }
}
@keyframes tab-platform-reverse {
  from {
    opacity: 0;
  }
  50% {
    position: absolute;
  }
  to {
    position: absolute;
  }
}
@media (min-width: 1700px) {
  .enterprise-update-cases .swiper {
    width: calc(100vw - 15%) !important;
  }
}
@media (max-width: 1580px) {
  .enterprise-update__banner {
    min-height: calc(110vh - 103px);
  }
  .enterprise-update__banner .planet {
    width: 40%;
  }
}
@media (max-width: 1440px) {
  .enterprise-update__banner .dsc {
    margin-left: 0;
  }
  .enterprise-update__cards .swiper {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .enterprise-update__platform {
    padding-bottom: 60px;
  }
  .enterprise-update__platform article:not(:nth-child(1)) {
    padding-bottom: 60px;
  }
  .enterprise-update__solutions article:last-child {
    grid-template-columns: repeat(1, 1fr);
  }
  .enterprise-update__comments article .item .comment p {
    font-size: 12px;
  }
  .enterprise-update__comments article .item:nth-child(1) .content h6 {
    font-size: 26px;
  }
  .enterprise-update__comments article .item:nth-child(1) .content p {
    font-size: 14px;
  }
  .enterprise-update__comments article .item:nth-child(2) .content h6 {
    font-size: 26px;
  }
  .enterprise-update__comments article .item:nth-child(2) .content p {
    font-size: 14px;
  }
  .enterprise-update__comments article .item:nth-child(5) .content h6 {
    font-size: 21px;
  }
  .enterprise-update__comments article .item:nth-child(5) .content p {
    font-size: 14px;
  }
}
.logoonmobile {
  display: none;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .logoonmobile {
    display: block;
  }
  .enterprise-update__banner {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }
  .enterprise-update__banner.custom-fonts h4 {
    font-size: 18px;
  }
  .enterprise-update__banner__bg {
    width: 100%;
  }
  .enterprise-update__banner .container {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 80px;
  }
  .enterprise-update__banner .planet {
    display: none;
  }
  .enterprise-update__banner .dsc {
    width: 100%;
    margin-left: 0;
  }
  .enterprise-update__banner .cta {
    max-width: 300px;
  }
  .enterprise-update__banner .planet-data-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .enterprise-update__banner .planet-data-mobile .item {
    flex: 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 20px;
    position: relative;
  }
  .enterprise-update__banner .planet-data-mobile .item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    right: 10px;
    top: 0;
  }
  .enterprise-update__banner .planet-data-mobile .item:last-child {
    padding: 0;
  }
  .enterprise-update__banner .planet-data-mobile .item:last-child::before {
    content: none;
  }
  .enterprise-update__banner .planet-data-mobile .item p {
    text-align: center;
  }
  .enterprise-update__banner .planet-data-mobile .item p:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
  }
  .enterprise-update__banner .planet-data-mobile .item p:last-child {
    font-size: 12px;
  }
  .enterprise-update__comments {
    display: none;
  }
  .enterprise-update__cards {
    top: 0;
  }
  .enterprise-update__cards .swiper {
    padding: 60px 5px;
    margin: 0;
    margin-bottom: 60px;
  }
  .enterprise-update__cards .swiper .swiper-pagination {
    justify-content: center;
  }
  .enterprise-update__cards .swiper .swiper-slide {
    padding: 40px 30px;
  }
  .enterprise-update__cards .swiper .swiper-slide .block img {
    display: none;
  }
  .enterprise-update__cards .swiper .swiper-slide .flex {
    margin-top: 40px;
  }
  .enterprise-update__cards .swiper .swiper-slide .cta {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .enterprise-update__comparation {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 80px;
  }
  .enterprise-update__comparation article {
    padding: 40px 20px;
  }
  .enterprise-update__comparation article .item img {
    width: 30px;
  }
  .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update {
    padding-bottom: 60px;
  }
  .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos .swiper-slide img {
    max-width: 150px;
    height: 80px;
  }
  .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::before, .swiper-enterprise-logos__section.swiper-enterprise-logos__section--update .swiper-enterprise-logos::after {
    content: "";
    width: 50px;
  }
  .enterprise-update__platform {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
  }
  .enterprise-update__platform article:first-child .platform-actions-tab {
    margin-top: 30px;
  }
  .enterprise-update__platform article:first-child p:last-child {
    margin-top: 10px !important;
  }
  .enterprise-update__platform article:not(:nth-child(1)) {
    padding-bottom: 60px;
  }
  .enterprise-update__platform article:not(:nth-child(1)) .swiper-pagination {
    justify-content: center;
  }
  .enterprise-update__platform article:not(:nth-child(1)) img {
    width: 80px;
  }
  .enterprise-update-cases {
    padding-bottom: 80px !important;
  }
  .enterprise-update-cases article .swiper {
    width: 100%;
    max-width: 100%;
  }
  .enterprise-update-cases article .swiper .swiper-button-next img,
  .enterprise-update-cases article .swiper .swiper-button-prev img {
    width: 30px !important;
  }
  .enterprise-update-cases article .swiper .buttons {
    gap: 20px;
  }
  .enterprise-update__tab {
    padding: 50px 0;
  }
  .enterprise-update__tab select {
    display: flex;
    margin-top: 40px;
  }
  .enterprise-update__tab .intServices-select {
    display: block;
    margin-bottom: 50px;
  }
  .enterprise-update__tab article:nth-child(2) {
    display: none;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn {
    flex-direction: column;
    gap: 40px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child h4 {
    margin-bottom: 15px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .categories {
    margin: 25px 0;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:first-child .flex {
    flex-direction: column;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item {
    min-height: 150px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub {
    font-size: 45px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item sub em {
    font-size: 25px;
  }
  .enterprise-update__tab article.enterprise-update__tab-ctn .block:last-child .item p {
    font-size: 12px;
  }
  .enterprise-update__solutions {
    padding-bottom: 80px;
    padding-top: 30px;
  }
  .enterprise-update__container {
    padding: 60px 0;
  }
  .enterpise-update__grid article:first-child h3 {
    width: 100%;
  }
  .enterpise-update__grid article:first-child h2 {
    margin-bottom: 40px;
  }
  .enterpise-update__grid article:first-child .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .enterpise-update__grid article:first-child .block {
    padding: 30px;
  }
  .enterpise-update__grid article:first-child .item:last-child {
    display: none;
  }
  .enterprise-update__swiper {
    padding-bottom: 60px;
    margin-bottom: 40px !important;
  }
  .enterprise-update__hero article picture {
    margin-bottom: 30px;
  }
  .enterprise-update__hero article h2, .enterprise-update__hero article p {
    text-align: left;
  }
  .enterprise-update__hero article .flex {
    flex-direction: column;
  }
  .enterprise-update__degradate {
    width: 140vw;
    height: 200vh;
    top: 0;
  }
  .enterprise-update__map article .bg-degradate {
    z-index: 3;
    left: -40%;
  }
  .enterprise-update__map article .block {
    z-index: 3;
    padding: 60px 20px;
  }
  .enterprise-update__map article .block .flex {
    flex-direction: column;
  }
  .enterprise-update__map article .bg-map {
    position: absolute;
    z-index: 2;
    width: 100%;
    right: -45%;
    height: 100%;
  }
  .enterprise-update__map article .bg-map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .enterprise-update__map article .points {
    display: none;
  }
}
.enterprise-update-cases {
  padding-bottom: 120px;
}
.enterprise-update-cases .swiper {
  width: calc(100vw - 5.8%);
  padding: 5px;
  padding-top: 30px;
}
.enterprise-update-cases .swiper-slide {
  background-color: #000;
  padding: 35px 40px 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enterprise-update-cases .swiper-slide p {
  margin: 30px 0 20px;
}
.enterprise-update-cases .actions-carousel {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.enterprise-update-cases .actions-carousel .buttons {
  display: flex;
  gap: 20px;
}
.enterprise-update-cases .actions-carousel .swiper-button-prev {
  transform: rotate(-180deg);
}
.enterprise-update-cases .actions-carousel .swiper-button-next,
.enterprise-update-cases .actions-carousel .swiper-button-prev {
  position: relative !important;
  top: unset;
  left: unset;
  right: unset;
}
.enterprise-update-cases .actions-carousel .swiper-button-next::after, .enterprise-update-cases .actions-carousel .swiper-button-next::before,
.enterprise-update-cases .actions-carousel .swiper-button-prev::after,
.enterprise-update-cases .actions-carousel .swiper-button-prev::before {
  content: none;
}
.enterprise-update-cases .actions-carousel .swiper-button-next img,
.enterprise-update-cases .actions-carousel .swiper-button-prev img {
  width: 37px;
}
.enterprise-update-cases .actions-carousel .swiper-pagination {
  width: calc(100% - 100px);
  right: 0;
  left: unset;
}
.enterprise-update-cases .actions-carousel .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
}

@media (max-width: 768px) {
  .enterprise-update__solutions article:first-child h3 {
    max-width: 100%;
  }
  .enterprise-update__solutions article:last-child {
    margin-top: 40px;
  }
  .enterprise-update__solutions article:last-child .item {
    padding: 90px 40px;
  }
  .enterprise-update__solutions article:last-child .block:last-child {
    display: none;
  }
}
@media (max-width: 576px) {
  .enterprise-update__banner .container {
    justify-content: space-between;
    align-items: flex-start;
    min-height: calc(100vh - 150px);
  }
  .enterprise-update__banner .dsc {
    max-width: 300px;
  }
}
.container-top {
  width: 100%;
  margin: auto;
  height: auto;
  background-color: white;
  /* background: url("../images/jpg/world-bg.jpg") no-repeat;*/
  background-position: -500px 270px;
}
.container-top__inner-box {
  max-width: 1500px;
  padding-bottom: 100px;
  height: auto;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 968px) {
  .container-top__inner-box {
    flex-direction: column;
  }
}
.container-top__inner-box__RigthBox {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
}
@media (max-width: 968px) {
  .container-top__inner-box__RigthBox {
    display: none;
  }
}
.container-top__inner-box__LeftBox {
  flex: 1;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.container-top__inner-box__LeftBox .icon-list {
  list-style-type: none; /* Elimina el estilo de lista predeterminado */
  padding: 0;
  padding-bottom: 20px;
}
.container-top__inner-box__LeftBox .icon-list li {
  list-style: none;
  display: flex; /* Para alinear la imagen y el texto */
  align-items: center; /* Centra verticalmente la imagen y el texto */
  margin-bottom: 10px; /* Espacio entre los elementos de la lista */
}
@media (max-width: 968px) {
  .container-top__inner-box__LeftBox .icon-list li {
    margin-bottom: 20px;
  }
}
.container-top__inner-box__LeftBox .icon-list li img.icon {
  margin-right: 10px; /* Espacio entre la imagen y el texto */
  width: 30px; /* Ajusta el ancho del icono según sea necesario */
  height: 30px; /* Ajusta el alto del icono según sea necesario */
}
.container-top__inner-box__LeftBox h3 {
  padding-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.container-top li,
.container-top p {
  color: #54564E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.container-two {
  width: 100%;
  margin: auto;
  height: 100%;
  background-color: #F1F1F1;
  z-index: -2;
  padding-bottom: 50px;
}
.container-two__section-two {
  max-width: 1500px;
  height: auto;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-two__section-two p {
  color: #54564E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 968px) {
  .container-two__section-two {
    flex-direction: column;
  }
}
.container-two__section-two p {
  color: #54564E;
  font-size: 18px;
}
.container-two__section-two__bottom-box__inner-one {
  opacity: 0.3;
}

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

.content_text {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.content_text .text {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content_text .text h3 {
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
@media (max-width: 968px) {
  .content_text .text {
    max-width: 100%;
  }
}

.cta_buttons_module {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: #488AF7;
  padding: 0 20px;
  width: auto;
  max-width: 250px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  transition: 0.3s all ease;
  flex: 0.7;
}

.container-tree {
  width: 100%;
  margin: auto;
  height: auto;
  background-color: #F1F1F1;
  z-index: -2;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  flex-wrap: wrap;
}
.container-tree p {
  color: #54564E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.container-tree .box-featured {
  padding-bottom: 0;
}
.container-tree .box-featured__featuredvariation {
  height: 400px;
  max-height: 400px;
}
.container-tree .box-featured__featuredvariation .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 250px;
}
.container-tree .box-featured__featuredvariation .box p {
  color: #54564E;
}
.container-tree .box-featured__featuredvariation .box img {
  width: 35px;
}
.container-tree__section-tree {
  max-width: 1500px;
  height: auto;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 968px) {
  .container-tree__section-tree {
    flex-direction: column;
  }
}
.container-tree__section-tree .outter {
  border-radius: 4px;
  border: 1px solid #B6B6B6;
  height: 300px;
  background: #FFF;
  padding: 20px 10px 20px 10px;
}
.container-tree__section-tree .outter .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

.spacer {
  height: 200px;
}

.module-cta-center {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag {
  margin-top: 40px;
  margin-bottom: 22px;
}
.tag span {
  padding: 5px 10px 5px 10px;
  border: 1px solid ehite;
  border-radius: 4px;
  text-align: center;
}
.tag span:nth-child(1) {
  color: white;
}
.tag span:nth-child(3) {
  color: white;
}

.buttons {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 99999999999999;
}
.buttons .card-cta {
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #488af7;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 10px;
  font-weight: 600;
}
.buttons .card-cta .arrowAnim {
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.buttons .card-cta:hover .arrowAnim {
  left: 7px;
}

.title {
  max-width: 1500px;
  height: 100px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
.title h3 {
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 600;
}

.container_step {
  max-width: 1500px;
  height: auto;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.container_step .intServices-des {
  padding-top: 0px;
  padding-bottom: 80px;
}
.container_step .intServices-des .container {
  margin: auto;
}

.card-cta {
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #488af7;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 10px;
  font-weight: 600;
}
.card-cta .arrowAnim {
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
  width: 13px;
}
.card-cta:hover .arrowAnim {
  left: 7px;
}

.spacer-skin {
  width: 100%;
  height: 30px;
}

.slider {
  flex: 1;
  width: 500px;
  height: 500px;
  top: -50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .slider {
    overflow: hidden;
    transform: scale(0.8);
  }
}
.slider .background {
  background-color: #488AF7;
  width: 90%;
  height: 350px;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0px;
}
.slider .click {
  position: absolute;
  z-index: 9999999;
  width: 50px;
  height: 50px;
  background-color: rgba(128, 218, 236, 0.422);
  position: absolute;
  z-index: 99;
  border-radius: 50px;
  border: 1px solid rgb(2, 56, 62);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.6);
}
.slider .click span {
  width: 50%;
  height: 50%;
  background-color: rgb(128, 218, 236);
  border-radius: 50px;
}

.device {
  position: absolute;
  width: 280px;
  height: 80%; /* Esto también funciona */
  border: 1px solid black;
  border-bottom: none;
  background: rgb(255, 255, 255);
  bottom: 0;
  border-radius: 14px 14px 0px 0px;
  padding: 10px 10px 0px 10px;
}

.device img {
  width: 93%;
  height: 97.3%;
  position: absolute;
  border-radius: 10px 10px 0 0;
  -o-object-fit: fill;
     object-fit: fill;
  border: 1px solid black;
  border-bottom: none; /* Aplicar a la imagen */
  transition: all 0.3s ease-in-out;
}

.click_anim {
  animation: click 0.3s ease-in-out forwards;
}

@keyframes click {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.6);
  }
}
.anim-circle {
  width: 540px;
  height: 540px;
  transform: scale(0.9);
  position: relative;
}
.anim-circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
}
.anim-circle .circle-small {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
}
.anim-circle .icon-center {
  position: absolute;
  width: 35%;
  height: 35%;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.anim-circle .icon-center .flat {
  position: absolute;
  z-index: 999;
  top: 10%;
  left: -10%;
  width: 37%;
  animation: float 3s ease-in-out infinite;
}
.anim-circle .icon {
  width: 100%;
  position: absolute;
}

.square {
  width: 38px;
  height: 38px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 26%;
  left: 26%;
  border: 1px solid rgb(229, 229, 229);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 5.075px 12.688px 8.882px 0px rgba(0, 0, 0, 0.09);
}

.avatar {
  position: absolute;
  top: 90px;
  left: 10px;
  width: 140px;
  height: 130px;
}
.avatar .foto {
  position: relative;
  top: -10px;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(0.4);
  opacity: 0;
}
.avatar .tag_case {
  position: absolute;
  bottom: 25px;
  left: 40%;
  transform: translateX(-50%);
}

.avatar_two {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 140px;
  height: 130px;
}
.avatar_two .foto {
  position: relative;
  top: -10px;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(0.4);
  opacity: 0;
  width: 100px;
  height: 100px;
}
.avatar_two .tag_case {
  position: absolute;
  bottom: 30px;
  left: 40%;
  transform: translateX(-50%);
}

.avatar_three {
  position: absolute;
  bottom: 29px;
  right: 44px;
  width: 140px;
  height: 130px;
}
.avatar_three .foto {
  position: relative;
  top: -10px;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(0.4);
  opacity: 0;
  width: 120px;
  height: 120px;
}
.avatar_three .tag_case {
  position: absolute;
  bottom: 10px;
  left: 47%;
  transform: translateX(-50%);
}

.avatar_four {
  position: absolute;
  bottom: 62px;
  left: 29px;
  width: 140px;
  height: 130px;
}
.avatar_four .foto {
  position: relative;
  top: -10px;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(0.4);
  opacity: 0;
}
.avatar_four .tag_case {
  position: absolute;
  bottom: 25px;
  left: 40%;
  transform: translateX(-50%);
}

.tag_box {
  transition: all 0.3s ease-in;
  display: flex;
  width: auto;
  height: 16.376px;
  padding: 1.806px 6.15px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  gap: 3.806px;
  flex-shrink: 0;
  border-radius: 5.075px;
  border: 2.538px solid #ffffea;
  color: white;
  opacity: 0;
}

.circle_box {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 100%;
  border: 5px solid white;
  filter: drop-shadow(0px 4.663px 6.995px rgba(16, 24, 40, 0.03)) drop-shadow(0px 13.989px 18.652px rgba(16, 24, 40, 0.08));
  -webkit-backdrop-filter: blur(2.3315610886px);
          backdrop-filter: blur(2.3315610886px);
}
.circle_box img {
  width: 100%;
}

.coin {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.coin1 {
  position: absolute;
  top: 10px;
  left: 40%;
}

.coin2 {
  position: absolute;
  bottom: 40%;
  right: 2%;
}

.coin3 {
  position: absolute;
  bottom: 10px;
  left: 40%;
  width: 12%;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.tag_case {
  height: 27px;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: #488AF7;
  padding: 0 20px;
  width: 100%;
  max-width: 140px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s all ease;
}
.cta:hover {
  background-color: #2B5394;
  color: #fff !important;
}
.cta::after {
  background-color: transparent !important;
}
.cta--limit {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 50px;
}
.cta--secondary {
  background-color: #479F7C;
  transition: 0.5s ease all !important;
}
.cta--secondary:hover {
  background-color: #2B5F4A;
}
.cta--icon {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
.cta--icon-small {
  min-width: 175px;
  max-width: 175px;
}
.cta--icon-small img, .cta--icon-small svg {
  max-width: 17.5px;
  min-width: 17.5px;
}
.cta--transparent {
  background-color: transparent;
  border: 1px solid #488AF7;
  color: #488AF7;
  min-height: 45px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 30px;
}
.cta--transparent img, .cta--transparent svg {
  width: 20px;
  transition: 0.5s ease all;
}
.cta--transparent img path, .cta--transparent svg path {
  transition: 0.5s ease all;
}
.cta--transparent:hover {
  border-color: #2b5394;
  color: #2b5394 !important;
  background-color: transparent;
}
.cta--transparent:hover svg {
  stroke: #2b5394;
  fill: #2b5394;
}
.cta--transparent:hover svg path {
  stroke: #2b5394;
  fill: #2b5394;
}
.cta--flex {
  display: flex;
  gap: 20px;
}

@media (max-width: 992px) {
  .cta {
    height: 35px;
    max-width: 200px;
  }
  .cta--limit {
    max-width: 100%;
    height: 45px;
  }
  .cta--transparent {
    min-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .cta--transparent img {
    width: 17.5px;
  }
  .cta--flex {
    flex-direction: column;
  }
}
.btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #9873D0;
  color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  position: relative;
  padding: 0 50px;
}
.btn::before, .btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn::after {
  left: auto;
  right: -5px;
}
.btn:hover {
  background-color: #C1ABE3;
  cursor: pointer;
}
.btn.active {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(152, 115, 208, 0.36);
  background-color: #9873D0;
}
.btn.disabled {
  background-color: #EDEEE7;
  color: #989898;
}
.btn.disabled::before, .btn.disabled::after {
  border: 2px solid #989898;
}

.btnCategory {
  width: auto;
  height: 28px;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 15px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #488AF7;
  background-color: #EDF3FE;
}
.btnCategory.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.btnCategory.arrow img {
  width: 12px !important;
  height: 10px !important;
}
.btnCategory.gray {
  color: #CCCCCA;
  background-color: #F2F3ED;
}
.btnCategory.gray.arrow img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1075%) hue-rotate(4deg) brightness(83%) contrast(91%);
}
.btnCategory.black {
  color: #050505;
  background-color: #DDDDDC;
}
.btnCategory.black.arrow img {
  filter: brightness(0) saturate(100%);
}
.btnCategory.red {
  color: #6F2438;
  background-color: #F8DAE2;
}
.btnCategory.red.arrow img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(5798%) hue-rotate(316deg) brightness(94%) contrast(88%);
}
.btnCategory.yellow {
  color: #665937;
  background-color: #FEF4D7;
}
.btnCategory.yellow.arrow img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(36%) saturate(490%) hue-rotate(6deg) brightness(88%) contrast(87%);
}
.btnCategory.green {
  color: #1C4032;
  background-color: #C8E2D8;
}
.btnCategory.green.arrow img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(553%) hue-rotate(105deg) brightness(94%) contrast(96%);
}
.btnCategory.blue {
  color: #488AF7;
  background-color: #EDF3FE;
}
.btnCategory.blue.arrow img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(48%) saturate(2945%) hue-rotate(199deg) brightness(98%) contrast(98%);
}
.btnCategory.aquamarine {
  color: #6B9187;
  background-color: #E8FBF6;
}
.btnCategory.aquamarine.arrow img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(30%) saturate(290%) hue-rotate(114deg) brightness(94%) contrast(85%);
}
.btnCategory.purple {
  color: #5B457D;
  background-color: #E0D5F1;
}
.btnCategory.purple.arrow img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(3663%) hue-rotate(222deg) brightness(90%) contrast(80%);
}
.btnCategory.orange {
  color: #795235;
  background-color: #FBE4D2;
}
.btnCategory.orange.arrow img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(67%) saturate(352%) hue-rotate(343deg) brightness(88%) contrast(90%);
}

.btnMenuCommunity {
  width: auto;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 8px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.btnMenuCommunity:hover {
  background-color: #2B5394;
  border: 1px solid #2B5394;
}

.customLinkArrow .arrowLink {
  transition: all 0.3s ease;
}
.customLinkArrow:hover .arrowLink {
  margin-left: 7px;
}

@media (max-width: 1440px) {
  .btnMenuCommunity {
    font-size: 16px;
    line-height: 25px;
  }
}
.hidden-desktop {
  display: none;
}

@media (max-width: 1280px) {
  .hidden-portatil {
    display: none;
  }
  .show-portatil {
    display: block;
  }
}
@media (max-width: 992px) {
  .hidden-ipad-grande {
    display: none;
  }
  .show-ipad-grande {
    display: block;
  }
}
@media (max-width: 768px) {
  .hidden-ipad-pequeña {
    display: none;
  }
  .show-ipad-pequeña {
    display: block;
  }
  .hidden-btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .hidden-celular {
    display: none;
  }
  .show-celular {
    display: block;
  }
}
body::-webkit-scrollbar-thumb,
.form-contact__select__overflow::-webkit-scrollbar-thumb,
.modal-cookies__container::-webkit-scrollbar-thumb {
  background: #488AF7;
}
body::-webkit-scrollbar-track,
.form-contact__select__overflow::-webkit-scrollbar-track,
.modal-cookies__container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background: rgba(255, 255, 255, 0.8);
}
body::-webkit-scrollbar,
.form-contact__select__overflow::-webkit-scrollbar,
.modal-cookies__container::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.contact__scroll::-webkit-scrollbar-thumb,
.contact__select__scroll::-webkit-scrollbar-thumb {
  background: #CCCCCA;
  border-radius: 50px;
}
.contact__scroll::-webkit-scrollbar-track,
.contact__select__scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  background: transparent;
}
.contact__scroll::-webkit-scrollbar,
.contact__select__scroll::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: transparent;
}

.toggle::-webkit-scrollbar-thumb {
  background: transparent;
  margin-top: 20px;
}
.toggle::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  background: transparent;
  margin-top: 20px;
}
.toggle::-webkit-scrollbar {
  margin-top: 20px;
  width: 8px;
  height: 5px;
}

.container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}
.container__principal {
  margin-top: 100px;
}
.container--85 {
  max-width: 1500px;
  width: 85%;
  margin: auto;
}
.container--40top {
  margin-top: 40px;
}
.container--50top {
  margin-top: 50px;
}
.container--80top {
  margin-top: 80px;
}
.container--120top {
  margin-top: 120px;
}
.container--relative {
  position: relative;
  overflow: hidden;
}
.container--150bottom {
  margin-bottom: 150px;
}
.container--50top {
  margin-top: 50px;
}
.container--end {
  padding-left: 5%;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
}
.container--flex-end {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.container--grey {
  background-color: #F9F9F9;
}
.container--relav {
  position: relative;
}
.container--white {
  background-color: #fff;
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 1100px) {
  .container--85 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .container--80topmobile {
    margin-top: 80px;
  }
  .container--40topmobile {
    margin-top: 40px;
  }
  .container--150bottom {
    margin-bottom: 100px;
  }
  .container--grey {
    background-color: #fff;
  }
  .container__principal {
    margin-top: 110px;
  }
  .container--30topmobile {
    margin-top: 30px;
  }
}
.positionRelative {
  position: relative;
  z-index: 100;
}

.loader {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.99);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 1.5s opacity ease;
  display: none;
}
.loader__logo {
  filter: hue-rotate(60deg) brightness(0);
  width: 30vw;
}
.loader__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.loader__gif {
  max-width: 200px;
}
.loader.active {
  opacity: 1;
  pointer-events: all;
}

.chat-animation {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0px;
  text-align: left;
}
.chat-animation__contenedor {
  position: absolute;
  top: -30px;
  left: -30px;
  transition: 0.3s all ease;
  opacity: 1;
}
.chat-animation__contenedor.active {
  opacity: 1;
  transition: 0.5s all ease;
}
.chat-animation__span {
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #488AF7;
  animation: chat 1.5s linear infinite;
}
.chat-animation__span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@media (max-width: 992px) {
  .loader__logo {
    width: 40vw;
  }
  .loader__gif {
    max-width: 150px;
  }
}
.tab {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: sticky;
  top: 20%;
}
.tab__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 60px;
}
.tab__container__top {
  position: relative;
  height: 1750px;
}
.tab__controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
  left: 40px;
  position: relative;
  transition: 0.3s all ease;
  transition-duration: 0.3s !important;
}
.tab__controls .tab__button:first-child .tab__number {
  background-color: #91C5B0;
}
.tab__controls .tab__button:nth-child(2) .tab__number {
  background-color: #479F7C;
}
.tab__controls .tab__button:nth-child(3) .tab__number {
  background-color: #2B5F4A;
}
.tab__button {
  width: 100%;
  outline: inherit;
  background-color: #FDFDFD;
  border: none;
  padding: 45px 40px 50px 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  opacity: 0.1;
  position: relative;
  pointer-events: none;
}
.tab__button::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 5px;
  border-radius: 100px;
  height: calc(100% + 22px);
  background-color: #050505;
  opacity: 0.4;
  transition: 0.3s all ease;
}
.tab__button.active {
  opacity: 1;
  box-shadow: -2px 3px 44px -12px rgba(0, 0, 0, 0.4);
  pointer-events: all;
}
.tab__button.active::after {
  opacity: 1;
}
.tab__button.pointerAll {
  pointer-events: all;
}
.tab__button:last-child::after {
  height: calc(100% + 30px);
  top: -30px;
}
.tab__block {
  text-align: left;
  width: 90%;
}
.tab__number {
  font-size: 24px;
  color: #fff;
  background-color: #91C5B0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab__subtitle {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.tab__text {
  font-size: 18px;
  color: #54564E;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}
.tab__item {
  opacity: 0;
  transition: 1s all ease;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab__item.active {
  opacity: 1;
}
.tab__item__image {
  width: 100%;
  max-width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(100vh - 150px);
  max-height: 650px;
}
.tab__item__defect {
  display: flex;
  justify-content: center;
}
.tab__item__image__relative {
  position: relative;
}
.tab__cta {
  width: 100%;
  background-color: #488AF7;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #fff;
  opacity: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  max-width: 320px;
  transition: 0.3s all ease;
}
.tab__cta.active {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #DAE8FD;
  border-radius: 50px;
}
.tab__cta:hover {
  background-color: #2B5394;
}
.tab__container {
  width: 40%;
  position: relative;
}

@media (max-width: 1440px) {
  .tab__button {
    padding: 30px 40px 35px 40px;
  }
  .tab__cta {
    padding: 15px 30px;
  }
}
@media (max-width: 992px) {
  .tab {
    margin-bottom: 0;
    flex-direction: column;
    gap: 30px;
    position: unset;
    top: 0;
  }
  .tab__container {
    display: none;
  }
  .tab__container__top {
    height: auto;
  }
  .tab__button {
    flex-direction: column;
    padding: 30px 30px 30px 40px;
    opacity: 1;
    box-shadow: -2px 3px 44px -12px rgba(0, 0, 0, 0.4);
  }
  .tab__button::after {
    width: 0;
    height: 0;
  }
  .tab__cta {
    opacity: 1;
  }
  .tab__controls {
    left: 0;
    width: 100%;
  }
  .tab__title {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
  }
  .tab__cta {
    padding: 15px 20px;
    font-size: 20px;
    max-width: 250px;
    margin: 20px auto 0 auto;
    font-weight: 500;
  }
  .tab__subtitle {
    font-size: 24px;
  }
  .tab__text {
    font-size: 18px;
  }
  .tab__number {
    font-size: 24px;
    font-weight: 700;
  }
  .tab__controls {
    margin-top: 0;
  }
  .tab__number {
    background-color: transparent;
    color: #fff;
  }
  .tab__controls {
    margin-left: 0;
  }
}
.toggle {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.toggle__title {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.toggle__container {
  width: 325px;
  height: 80vh;
  max-height: 635px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  position: relative;
  padding: 0 30px;
  padding-bottom: 90px;
  transition-duration: 0.7s !important;
  transition-property: opacity, transform, width !important;
}
.toggle__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
  pointer-events: none;
}
.toggle__preview {
  position: absolute;
  z-index: 9;
  transform: rotate(-90deg);
  transition: 0.3s all ease;
}
.toggle__preview__name {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.toggle__preview__ocupation {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}
.toggle__internal {
  position: absolute;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.toggle__internal__name, .toggle__internal__ocupation, .toggle__internal__description, .toggle__internal__number, .toggle__internal__views {
  color: #fff;
}
.toggle__internal__name {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.toggle__internal__ocupation {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.toggle__internal__description {
  font-size: 18px;
  font-weight: 200;
}
.toggle__internal__container {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
.toggle__internal__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.toggle__internal__number {
  font-size: 20px;
  font-weight: 300;
}
.toggle__internal__views {
  font-size: 20px;
  font-weight: 500;
}

.toggle-background {
  position: absolute;
  bottom: -20px;
  z-index: -1;
  right: 0;
  max-height: 900px;
}
.toggle-background__image {
  width: 100%;
}

.toggle__container.active {
  width: 600px;
  padding-bottom: 50px;
}
.toggle__container.active .toggle__preview {
  opacity: 0;
  pointer-events: none;
  transform: rotate(0);
}
.toggle__container.active .toggle__internal {
  animation: toggle 1.5s 1 ease forwards 0.6s;
  pointer-events: all;
}

@media (max-width: 1440px) {
  .toggle__margin__top {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .toggle {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .toggle__title {
    margin-bottom: 30px;
  }
  .toggle__container {
    width: 200px;
    min-height: 400px;
    max-height: 400px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    padding-top: 30px;
    gap: 20px;
    flex-shrink: 0;
  }
  .toggle__preview {
    bottom: 70px;
  }
  .toggle__preview__name {
    font-size: 30px;
  }
  .toggle__preview__ocupation {
    font-size: 18px;
  }
  .toggle__internal {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .toggle__internal__name {
    font-size: 22px;
  }
  .toggle__internal__ocupation {
    font-size: 12px;
  }
  .toggle__internal__description {
    font-size: 14px;
  }
  .toggle__internal__number {
    font-size: 12px;
  }
  .toggle__internal__views {
    font-size: 12px;
  }
  .toggle__internal__item {
    gap: 2px;
  }
  .toggle__internal__icon {
    width: 12px;
  }
  .toggle__container.active {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .toggle__container.active {
    width: 80vw;
  }
}
.banner-custom__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000;
  padding: 50px 130px;
  margin-bottom: 50px;
  position: relative;
}
.banner-custom__options .texture {
  position: absolute;
  top: 0px;
  left: 270px;
  width: 50%;
  max-width: 670px;
  transform: rotate(180deg) scaleY(1);
  z-index: 1;
}
.banner-custom__options a {
  border: 1px solid white;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.5s ease;
}
.banner-custom__options a:hover {
  border-color: #2B5394;
  background-color: #2B5394;
}
.banner-custom__options--left {
  min-width: 252px;
  z-index: 2;
}
.banner-custom__options--left img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-custom__options--right {
  width: 40%;
  min-width: 440px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.banner-custom__container {
  height: 100vh;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #FAFAFA;
}
.banner-custom__container--article {
  max-height: 200px;
  align-items: flex-end;
  padding-bottom: 50px;
  background-color: #fff;
}
.banner-custom__container--search {
  max-height: 200px;
  align-items: flex-end;
  padding-bottom: 30px;
  background-color: #fff;
}
.banner-custom__container h1 {
  margin-bottom: 20px;
}
.banner-custom__container img {
  height: 100vh;
  max-height: 400px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
}
.banner-custom__block {
  width: 90%;
  max-width: 1500px;
  position: relative;
  z-index: 9;
}
.banner-custom--hidden {
  overflow: hidden;
}
.banner-custom--hidden .banner-custom__container img {
  max-height: 500px;
}
.banner-custom__service {
  position: relative;
}
.banner-custom__service img {
  position: absolute;
  z-index: 999;
  width: 450px;
  max-height: 400px;
  right: 100px;
  top: -300px;
}
.banner-custom .breadcrumb {
  left: 0;
}
.banner-custom .breadcrumb a:last-child {
  color: #488AF7;
}
.banner-custom--limit .banner-custom__block h1,
.banner-custom--limit .banner-custom__block .breadcrumb {
  width: calc(90% - 500px);
}

.banner-community__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  min-height: 250px;
  background-color: #000;
  position: relative;
}
.banner-community__options .container {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 2;
  justify-content: space-between;
  gap: 1rem;
}
.banner-community__options .texture {
  position: absolute;
  top: 0px;
  left: 270px;
  width: 50%;
  max-width: 670px;
  transform: rotate(180deg) scaleY(1);
  z-index: 1;
}
.banner-community__options a {
  border: 1px solid white;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.5s ease;
}
.banner-community__options a:hover, .banner-community__options a.active {
  border-color: #2B5394;
  background-color: #2B5394;
}
.banner-community__options--left {
  min-width: 252px;
  z-index: 2;
}
.banner-community__options--left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.banner-community__options--right {
  width: 40%;
  min-width: 440px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.banner-community__container {
  height: 100vh;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-community__container--article {
  max-height: 200px;
  align-items: flex-end;
  padding-bottom: 50px;
  background-color: #fff;
}
.banner-community__container--search {
  max-height: 200px;
  align-items: flex-end;
  padding-bottom: 30px;
  background-color: #fff;
}
.banner-community__container h1 {
  margin-bottom: 20px;
}
.banner-community__container img {
  height: 100vh;
  max-height: 400px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
}
.banner-community__block {
  width: 90%;
  max-width: 1500px;
  position: relative;
  z-index: 9;
}
.banner-community--hidden {
  overflow: hidden;
}
.banner-community--hidden .banner-custom__container img {
  max-height: 500px;
}
.banner-community__service {
  position: relative;
}
.banner-community__service img {
  position: absolute;
  z-index: 999;
  width: 450px;
  max-height: 400px;
  right: 100px;
  top: -300px;
}
.banner-community .breadcrumb {
  left: 0;
}
.banner-community .breadcrumb a:last-child {
  color: #488AF7;
}
.banner-community--limit .banner-custom__block h1,
.banner-community--limit .banner-custom__block .breadcrumb {
  width: calc(90% - 500px);
}

@media (max-width: 1280px) {
  .banner-custom__options--left {
    width: 40%;
  }
  .banner-custom__options--right {
    width: 60%;
  }
  .banner-custom__service img {
    right: 0;
  }
  .banner-custom--limit .banner-custom__block h1 {
    width: calc(90% - 400px);
  }
  .banner-custom--limit .banner-custom__block .breadcrumb {
    width: calc(90% - 280px);
  }
  .banner-custom__block h1 {
    width: 600px;
  }
}
@media (max-width: 992px) {
  .banner-custom__options {
    align-items: center;
    justify-content: center;
    padding: 50px;
  }
  .banner-custom__options--left {
    width: 40%;
  }
  .banner-custom__options--right {
    width: 60%;
    justify-content: center;
  }
  .banner-custom__service {
    display: none;
  }
  .banner-custom--limit .banner-custom__block h1,
  .banner-custom--limit .banner-custom__block .breadcrumb {
    width: 90%;
  }
  .banner-custom--limit .banner-custom__block h1 .breadcrumb,
  .banner-custom--limit .banner-custom__block .breadcrumb .breadcrumb {
    bottom: 0;
  }
  .banner-custom__container {
    max-height: 350px;
    padding-bottom: 10px;
  }
  .banner-custom__container--article {
    max-height: 150px;
  }
  .banner-custom__container--article .breadcrumb {
    bottom: 0;
  }
  .banner-custom__container--search {
    max-height: 150px;
  }
  .banner-custom__container--search .breadcrumb {
    bottom: 0;
  }
  .banner-community__options {
    padding: 0;
  }
  .banner-community__options .container {
    flex-direction: column;
    padding: 40px;
  }
  .banner-community__options--right {
    padding: 0px 20px;
    width: 100%;
    justify-content: center;
  }
  .banner-community__container {
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  .banner-custom__options .texture {
    left: -190px;
    width: 100%;
  }
  .banner-custom .breadcrumb {
    top: unset;
  }
  .banner-custom--limit .breadcrumb {
    top: unset;
    bottom: -100px;
    position: absolute;
  }
  .banner-custom--limit .breadcrumb a:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .banner-custom--limit .banner-custom__container--article .breadcrumb,
  .banner-custom--limit .banner-custom__container--search .breadcrumb {
    bottom: 0;
  }
  .banner-custom__container img {
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .banner-custom--hidden .banner-custom__container img {
    width: 100%;
  }
  .banner-custom--hidden h1 {
    width: 100%;
  }
  .banner-community__options--right {
    padding: 0px 60px;
    justify-content: flex-start;
  }
  .banner-community__options .texture {
    left: -190px;
    width: 100%;
  }
  .banner-community .breadcrumb {
    top: unset;
  }
  .banner-community--limit .breadcrumb {
    top: unset;
    bottom: 0px;
    position: absolute;
  }
  .banner-community--limit .breadcrumb a:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .banner-community--limit .banner-community__container--article .breadcrumb,
  .banner-community--limit .banner-community__container--search .breadcrumb {
    bottom: 0;
  }
  .banner-community__container {
    min-height: 120px;
    max-height: 120px;
  }
  .banner-community__container img {
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .banner-community--hidden .banner-community__container img {
    width: 100%;
  }
  .banner-community--hidden h1 {
    width: 100%;
  }
}
.parallaxed,
.parallaxedTwo {
  position: absolute;
  transition: all 0.1s linear !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  left: -1%;
}
.breadcrumb__link {
  font-size: 12px;
  color: #404040;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb__link::after {
  content: "/";
  position: relative;
  font-size: 12px;
  color: #404040;
  margin: 0 5px;
}
.breadcrumb__link:last-child {
  color: #488AF7;
  font-weight: 600;
}
.breadcrumb__link:last-child::after {
  opacity: 0;
}
.breadcrumb__link--mobile {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .breadcrumb {
    top: -80px;
  }
}
.swiper-initialized {
  /*height: fit-content;
  height: 100%;
  */
}

.dots-swipe .swiper-pagination {
  justify-content: flex-start;
  display: flex;
}
.dots-swipe .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #c4c4c4;
}
.dots-swipe .swiper-pagination-bullet-active {
  background-color: #54564E;
}

.swiper-shine-top {
  height: calc(100vh - 100px);
  position: relative;
}
.swiper-shine-top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-shine-top__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-shine-top__block {
  width: 90%;
  max-width: 1500px;
  margin-top: 20vh;
}
.swiper-shine-top__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-shine-top__description {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  color: #54564E;
  font-size: 20px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-align: center;
}
.swiper-shine-top__description--creator {
  text-align: left;
  margin-top: 40px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  color: #000;
}
.swiper-shine-top__resume {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
  max-width: 300px;
  margin-top: 5px;
  width: 100%;
}
.swiper-shine-top__image {
  position: absolute;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 120px !important;
  height: 125px !important;
  top: -35px;
}
.swiper-shine-top .swiper-button-prev,
.swiper-shine-top .swiper-button-next {
  display: none;
  top: 52%;
  left: 11%;
  color: #000;
  position: unset;
}
@media only screen and (min-width: 991px) {
  .swiper-shine-top .swiper-button-prev,
  .swiper-shine-top .swiper-button-next {
    display: block;
  }
}
.swiper-shine-top .swiper-button-prev::after,
.swiper-shine-top .swiper-button-next::after {
  font-size: 25px;
  font-weight: 600;
}
.swiper-shine-top .swiper-button-next {
  left: 12%;
}
.swiper-shine-top__arrows {
  width: 90%;
  max-width: 1500px;
  margin: 40px auto 0;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.swiper-shine-top__arrows.hidden {
  display: none;
}
.swiper-shine-top .swiper-slide-active .swiper-shine-top__description--creator {
  opacity: 0;
  animation: 1s ease sliderFadeleft 1 forwards 0.5s;
}
.swiper-shine-top .swiper-slide-active .swiper-shine-top__resume {
  opacity: 0;
  animation: 1s ease sliderFadeleft 1 forwards 0.8s;
}
.swiper-shine-top .breadcrumb {
  animation: 1s ease sliderFadeleft 1 forwards 0.5s;
  position: relative;
  bottom: 60px;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  transition: 0.3s all ease;
}

.swiper-shine-bottom {
  position: absolute !important;
  height: 18vh;
  max-height: 173px;
  bottom: 40px;
  max-width: 545px;
  right: 0;
  width: 50%;
  pointer-events: none;
}
.swiper-shine-bottom .swiper-slide {
  height: 100%;
  opacity: 0.4;
  transition: 0.3s all ease;
  cursor: pointer;
}
.swiper-shine-bottom .swiper-slide:hover {
  opacity: 1;
}
.swiper-shine-bottom .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.swiper-shine-bottom .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-shine__container {
  position: relative;
  overflow: hidden;
}

.swiper-enterprise-logos {
  padding: 20px 0 20px 0;
}
.swiper-enterprise-logos__section {
  background-color: #2B5394;
  padding-left: calc(5% - 40px);
}
.swiper-enterprise-logos__image {
  width: 100%;
  max-width: 200px;
  margin: auto;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-enterprise-logos .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-ingresos {
  position: relative;
  overflow: hidden;
}

.swiperIngresos {
  position: relative;
  overflow: hidden;
}

.swiper-rewards.swiper {
  width: 100%;
  height: 500px;
}
.swiper-rewards .swiper-slide {
  border: 1px solid #E0E0E0;
  padding: 20px 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 90%;
  margin: auto;
  opacity: 0.3;
  transition: 1s ease all 0.5s;
}
.swiper-rewards .swiper-slide-next {
  width: 100%;
  z-index: 999;
  opacity: 1;
  box-shadow: 0px 15.0555px 20.074px -5.01851px rgba(16, 24, 40, 0.08), 0px 5.01851px 7.52776px -2.50925px rgba(16, 24, 40, 0.03);
}
.swiper-rewards .custom-block h2 {
  margin-bottom: 10px;
}
.swiper-rewards .swiper-block {
  width: 80px;
}
.swiper-rewards .swiper-block img {
  width: 100%;
}

.swiperBlogHome {
  height: 100%;
  padding-bottom: 5%;
}
.swiperBlogHome span {
  width: 20px;
  height: 5px;
  border-radius: 5px;
}
.swiperBlogHome .swiper-pagination {
  bottom: 2px !important;
}
.swiperBlogHome .swiper-pagination-bullet-active {
  background-color: #54564E;
}

.swiperCommunityBanner {
  height: 85vh;
  width: 100%;
}
.swiperCommunityBanner__img {
  width: 100%;
  height: 85vh;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiperCommunityBanner__text {
  width: 55%;
  max-width: 430px;
  min-width: 300px;
  position: relative;
  top: 78%;
  left: 5%;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}
.swiperCommunityBanner__text b {
  font-weight: 600;
}

.swiperCommunityBrand {
  margin-top: 40px;
  z-index: 0 !important;
}
.swiperCommunityBrand__background {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.swiperCommunityBrand__content {
  width: 35%;
  min-height: 436px;
  padding-left: 5rem;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.swiperCommunityBrand__content .cta {
  gap: 1rem;
  font-size: 20px;
}
.swiperCommunityBrand__logo {
  max-width: 200px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiperCommunityBrand__text b {
  font-weight: 600;
}
.swiperCommunityBrand__text.gray {
  color: #54564E;
}
.swiperCommunityBrand__text.white {
  color: #fff;
}
.swiperCommunityBrand .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 5px;
}
.swiperCommunityBrand .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityBrand .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityBrand .swiper-pagination-custom, .swiperCommunityBrand .swiper-pagination-fraction {
  display: flex;
  bottom: 15%;
  bottom: var(--swiper-pagination-bottom, 15%);
  padding: 5px 0 5px 5rem;
}
.swiperCommunityBrand .swiper-pagination-bullet {
  background: #DDDDDC;
  opacity: 1;
}
.swiperCommunityBrand .swiper-pagination-bullet-active {
  background: #54564E;
}
.swiperCommunityBrand .swiper-slide {
  position: relative;
}
.swiperCommunityBrand .swiper-slide .titleBannerSlide {
  text-align: start;
  font-size: 20px;
  font-weight: bold;
}
.swiperCommunityBrand .swiper-slide .titleBannerSlide--white {
  color: #fff;
}
.swiperCommunityBrand .swiper-slide .titleBannerSlide--gray {
  color: #1C1C1C;
}

.swiperCommunityIncome__content {
  border: 1px solid #e2e2e2;
  width: 150px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperCommunityIncome__img {
  width: 80%;
}

.swiperCommunityVertical.swiper {
  width: 90%;
  height: 290px;
}
.swiperCommunityVertical .swiper-slide {
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 8px;
  gap: 30px;
  width: 90%;
  margin: auto;
  opacity: 0.3;
  transition: 1s ease all 0.5s;
}
.swiperCommunityVertical .swiper-slide-next {
  width: 100%;
  z-index: 999;
  opacity: 1;
  box-shadow: 0px 15.0555px 20.074px -5.01851px rgba(16, 24, 40, 0.08), 0px 5.01851px 7.52776px -2.50925px rgba(16, 24, 40, 0.03);
}
.swiperCommunityVertical__title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.swiperCommunityVertical__content1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.swiperCommunityVertical__content1--text1 {
  font-size: 10px;
  color: #54564E;
}
.swiperCommunityVertical__content1 .btnCategory {
  height: 20px;
  line-height: 20px;
}
.swiperCommunityVertical__content1--text2 {
  font-size: 13px;
}
.swiperCommunityVertical__content2 {
  display: flex;
  justify-content: space-between;
}
.swiperCommunityVertical__info {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.swiperCommunityVertical__info--img {
  width: 25px;
  height: 25px;
}
.swiperCommunityVertical__info--text {
  font-size: 10px;
  font-weight: 600;
  color: #54564E;
}
.swiperCommunityVertical__number {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: end;
}
.swiperCommunityVertical__number--1 {
  font-size: 10px;
  font-weight: 600;
  color: #54564E;
}
.swiperCommunityVertical__number--2 {
  font-size: 8px;
  font-weight: 400;
  color: #54564E;
}

.swiperCommunityServices {
  padding-bottom: 1.5rem !important;
}
.swiperCommunityServices .swiper-slide {
  box-shadow: 0 5px 5px 0 rgba(234, 239, 241, 0.8), 0 0 0 1px #e6ecf8;
}
.swiperCommunityServices .swiper-slide.black {
  background-color: #000;
}
.swiperCommunityServices .swiper-slide.black .swiperCommunityServices__title, .swiperCommunityServices .swiper-slide.black .swiperCommunityServices__text {
  color: #fff;
}
.swiperCommunityServices .swiper-slide.black .swiperCommunityServices__link {
  margin-left: 8px;
  filter: brightness(0) invert(1);
}
.swiperCommunityServices .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 5px;
}
.swiperCommunityServices .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityServices .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityServices .swiper-pagination-custom, .swiperCommunityServices .swiper-pagination-fraction {
  bottom: 0;
  bottom: var(--swiper-pagination-bottom, 0);
}
.swiperCommunityServices .swiper-pagination-bullet {
  background: #DDDDDC;
  opacity: 1;
}
.swiperCommunityServices .swiper-pagination-bullet-active {
  background: #54564E;
}
.swiperCommunityServices__content {
  height: 100%;
  padding: 60px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiperCommunityServices__content:hover .swiperCommunityServices__link {
  margin-right: 0px;
}
.swiperCommunityServices__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.swiperCommunityServices__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.swiperCommunityServices__title, .swiperCommunityServices__text {
  text-align: center;
}
.swiperCommunityServices__title b, .swiperCommunityServices__text b {
  font-weight: 600;
}
.swiperCommunityServices__text {
  width: 80%;
}
.swiperCommunityServices__swiper {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.swiperCommunityServices__link {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  filter: brightness(0) invert(0);
  margin-right: 10px;
  transition: all 0.5s ease;
}
.swiperCommunityServices__link img {
  width: 15px;
}

.swiperCommunityServicesBrand {
  width: 100%;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.swiperCommunityServicesBrand__content {
  height: 62px;
}
.swiperCommunityServicesBrand__content img {
  max-height: 40px;
}
.swiperCommunityServicesBrand::before, .swiperCommunityServicesBrand::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 32%, rgb(0, 0, 0) 100%);
  content: "";
  width: 100%;
  height: 62px;
  position: absolute;
  z-index: 2;
}
.swiperCommunityServicesBrand::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.swiperCommunityServicesBrand::before {
  left: 0;
  top: 0;
}
.swiperCommunityServicesBrand .slide-track {
  width: 100%;
  height: 70px;
  display: flex;
  animation: scroll 40s linear infinite;
}
.swiperCommunityServicesBrand .slide {
  width: 100%;
  height: 70px;
  margin: 0 1rem;
}

@media (min-width: 1500px) and (min-height: 699px) {
  .swiperCommunityBanner {
    height: 90vh;
  }
  .swiperCommunityBanner__img {
    height: 90vh;
  }
}
@media (max-width: 1440px) {
  .swiper-enterprise-logos {
    padding: 15px 0;
  }
  .swiper-shine-top__arrows {
    top: unset;
    bottom: 15vh;
  }
  .swiperCommunityBrand__content .cta {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (min-height: 699px) and (max-height: 750px) {
  .swiperCommunityBanner {
    height: 95vh;
  }
  .swiperCommunityBanner__img {
    height: 95vh;
  }
}
@media (max-width: 1280px) {
  .swiperCommunityBanner {
    height: 100vh;
  }
  .swiperCommunityBanner__img {
    height: 100vh;
  }
  .swiperCommunityBrand__content {
    padding-top: 3rem;
    min-height: 387px;
  }
  .swiperCommunityBrand .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityBrand .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityBrand .swiper-pagination-custom, .swiperCommunityBrand .swiper-pagination-fraction {
    bottom: 15%;
    bottom: var(--swiper-pagination-bottom, 15%);
  }
}
@media (max-width: 1100px) {
  .swiperCommunityBanner__text {
    top: 80%;
  }
  .swiperCommunityBrand__content {
    width: 38%;
    min-height: 310px;
    padding-left: 4rem;
    padding-top: 4rem;
  }
  .swiperCommunityBrand__content .cta {
    height: 38px;
    font-size: 16px;
  }
  .swiperCommunityBrand__logo {
    max-width: 174px;
    height: 37px;
  }
  .swiperCommunityBrand__text {
    font-size: 14px;
  }
  .swiperCommunityBrand .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityBrand .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityBrand .swiper-pagination-custom, .swiperCommunityBrand .swiper-pagination-fraction {
    bottom: 1%;
    bottom: var(--swiper-pagination-bottom, 1%);
    padding: 5px 0 5px 4rem;
  }
  .swiperCommunityBrand .swiper-slide .titleBannerSlide {
    font-size: 16px;
  }
  .swiperCommunityVertical.swiper {
    height: 320px;
  }
  .swiperCommunityVertical__title {
    font-size: 14px;
  }
  .swiperCommunityVertical__content1--text1 {
    font-size: 14px;
  }
  .swiperCommunityVertical__content1--text2 {
    font-size: 16px;
  }
  .swiperCommunityVertical__info--text {
    font-size: 14px;
  }
  .swiperCommunityVertical__number--1 {
    font-size: 14px;
  }
  .swiperCommunityVertical__number--2 {
    font-size: 12px;
  }
  .swiperCommunityServices {
    padding-bottom: 3rem !important;
  }
  .swiperCommunityServices__text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .swiper-shine-top {
    max-height: 350px;
  }
  .swiper-shine-top__description {
    font-size: 16px;
  }
  .swiper-shine-top__resume {
    display: none;
  }
  .swiper-shine-top__block {
    margin-top: 80px;
    margin-left: 0;
  }
  .swiper-shine-top__description--creator {
    max-width: 100px;
  }
  .swiper-shine-top__image {
    width: 75px !important;
    height: 75px !important;
    top: -20px;
  }
  .swiper-shine-top .breadcrumb {
    bottom: 40px;
    top: unset;
  }
  .swiper-shine-top .breadcrumb .breadcrumb__link:nth-child(2) {
    display: none;
  }
  .swiper-shine-top .breadcrumb .breadcrumb__link:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 55px;
  }
  .swiper-shine-bottom {
    max-height: 140px;
  }
  .swiper-enterprise-logos {
    padding: 12px 0;
  }
  .swiper-enterprise-logos__image {
    max-width: 100px;
  }
  .swiper-enterprise-logos__section {
    position: relative;
    z-index: 99;
    margin-top: -5px;
  }
  .swiperCommunityBrand__background {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiperCommunityBrand__content {
    min-height: 350px;
  }
  .swiperCommunityBrand .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityBrand .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityBrand .swiper-pagination-custom, .swiperCommunityBrand .swiper-pagination-fraction {
    bottom: 10%;
    bottom: var(--swiper-pagination-bottom, 10%);
  }
}
.swiper-benefits {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
.swiper-benefits .swiper-slide {
  background-image: url("../images/png/bg-benefits.png");
  height: calc(100% + 20px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E0E0E0;
  padding: 45px 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
}
.swiper-benefits .swiper-slide h2 {
  font-size: 20px;
}
.swiper-benefits .swiper-slide p {
  font-size: 16px;
  margin: 20px 0;
  color: #050505;
}
.swiper-benefits .swiper-slide a {
  font-size: 16px;
  color: #488AF7;
}
.swiper-benefits .swiper-slide b {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-weight: 600;
}
.swiper-benefits .swiper-pagination-bullet-active {
  background-color: #54564E;
}

@media (max-width: 768px) {
  .swiper-shine-bottom {
    display: none;
  }
  .swiperCommunityBrand__background {
    -o-object-position: left;
       object-position: left;
  }
  .swiperCommunityBrand__content {
    width: 70%;
  }
  .swiperCommunityBrand .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityBrand .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityBrand .swiper-pagination-custom, .swiperCommunityBrand .swiper-pagination-fraction {
    bottom: 15%;
    bottom: var(--swiper-pagination-bottom, 15%);
  }
}
@media (max-width: 576px) {
  .swiper-rewards .swiper-block {
    display: none;
  }
  .swiper-benefits .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
  }
  .swiperCommunityBrand__content {
    width: 90%;
    min-height: 300px;
    padding-left: 0;
    margin: 0 auto;
    padding-top: 3rem;
  }
  .swiperCommunityBrand__content .cta {
    font-size: 16px;
  }
  .swiperCommunityBrand__logo {
    max-width: 150px;
    height: 44px;
  }
  .swiperCommunityBrand .swiper-horizontal > .swiper-pagination-bullets, .swiperCommunityBrand .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperCommunityBrand .swiper-pagination-custom, .swiperCommunityBrand .swiper-pagination-fraction {
    bottom: 1%;
    bottom: var(--swiper-pagination-bottom, 1%);
    padding: 0;
    justify-content: center;
  }
  .swiperCommunityServices__content {
    padding: 40px 25px 20px 25px;
  }
  .swiperCommunityServices__img {
    height: 150px;
  }
  .swiperCommunityServices__services {
    margin-top: 0;
  }
}
.cookies {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease;
}
.cookies__block {
  width: 100%;
  max-width: 700px;
  padding: 40px 50px;
  background-color: #050505;
  transform: translateY(500px);
  transition: 1s all ease 0.1s;
}
.cookies__block p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.cookies__block a {
  color: #488AF7;
  text-decoration: underline;
  cursor: pointer;
}
.cookies__block a:hover {
  text-decoration: none;
}
.cookies.active {
  opacity: 1;
  pointer-events: all;
}
.cookies.active .cookies__block {
  transform: translateY(0);
}
.cookies__title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cookies__flex {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.cookies__button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px;
  width: 100%;
  max-width: 220px;
  border-radius: 50px;
  transition: 0.3s all ease;
  cursor: pointer;
  border: 1px solid #fff;
  opacity: 0.8;
}
.cookies__button:hover {
  border: 1px solid;
  box-shadow: 0 0 5px;
  opacity: 1;
}
.cookies__button:last-child {
  background-color: #488AF7;
  opacity: 1;
  border: 1px solid #488AF7;
}

@media (max-width: 768px) {
  .cookies__flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .cookies__block {
    padding: 30px 20px;
  }
}
.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 140px;
  margin: 120px 0;
}
.contact__image {
  width: 90%;
  max-width: 250px;
  margin: 0 auto 20px auto;
}
.contact__image img {
  width: 100%;
}
.contact__aside {
  width: 40%;
  max-width: 500px;
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 45px 35px 30px 45px;
}
.contact__aside .custom-block a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #54564E;
  text-decoration: underline;
  text-align: left;
  transition: 0.3s all ease;
}
.contact__aside .custom-block a:hover {
  text-decoration: none;
  color: #488AF7;
}
.contact__grid {
  grid-column: 1/3;
}

form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  width: 60%;
}
form .contact__block {
  opacity: 0.4;
  position: relative;
  width: 100%;
}
form .contact__block input, form .contact__block textarea {
  color: #050505;
  font-size: 16px;
  outline: inherit;
  font-weight: 400;
  height: 50px;
  padding: 0 35px 0 10px;
  border-radius: 5px;
  border: 1px solid #050505;
  width: 100%;
  margin: 10px 0;
  transition: all ease 0.3s;
  background-color: #FDFDFD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
form .contact__block input:focus, form .contact__block textarea:focus {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #DAE8FD;
}
form .contact__block textarea {
  height: 200px;
  padding: 10px 35px 10px 10px;
  resize: none;
}
form .contact__block label {
  font-size: 16px;
  color: #050505;
  font-weight: 600;
}
form .contact__block p {
  font-size: 14px;
  color: #989A95;
  display: none;
}
form .contact__block .error-user {
  color: #DD476F;
}
form .contact__block div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .contact__block i img {
  position: absolute;
  right: 15px;
  width: 16px;
  top: calc(50% - 8px);
  opacity: 0;
  pointer-events: none;
}
form .contact__block i .iconFormBlog {
  position: absolute;
  right: 15px;
  width: 16px;
  left: auto;
  top: calc(50% - 25px);
  opacity: 0;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}
form .contact__block i .iconFormBlog--big {
  top: calc(50% - 8px);
}
form .contact__block i .iconFormBlog--medium {
  top: calc(50% - 8px);
}
form .contact__labels {
  width: 100%;
  justify-content: flex-start !important;
  gap: 30px;
}
form .contact__labels label {
  color: #404040;
  font-size: 17px;
}
form .contact__labels input {
  width: 25px;
  accent-color: #488AF7;
  margin-right: 5px;
  opacity: 0.6;
  transition: 0.3s all ease;
}
form .contact__labels input:checked {
  opacity: 1;
}
form .contact__labels input:hover {
  accent-color: #2B5394;
}
form .contact__hidden {
  opacity: 1;
}
form .contact__hidden input {
  display: none;
}
form .contact__block--file label {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 25px;
  color: #488AF7;
}
form .contact__block--file label::before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url("../images/svg/icon__file.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
form .contact__block--file span {
  font-size: 12px;
  color: #989A95;
  font-weight: 400;
  margin-left: 20px;
}
form .contact__block--file span:last-child {
  display: none;
}
form .contact__block--file p {
  margin-top: 10px;
}
form .contact__block--file p.active {
  display: block;
}
form .contact__block--file.loadFile span:first-child {
  display: none;
}
form .contact__block--file.loadFile span:last-child {
  display: block;
}
form .contact__block--terms label {
  color: #54564E;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-weight: 400;
}
form .contact__block--terms label:hover div {
  border: 1px solid #2B5394;
}
form .contact__block--terms label a {
  color: #488AF7;
  text-decoration: underline;
}
form .contact__block--terms label a:hover {
  text-decoration: none;
}
form .contact__block--terms label div {
  min-width: 25px;
  height: 25px;
  border: 1px solid #488AF7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color border-color;
}
form .contact__block--terms label div::after {
  position: absolute;
  color: #050505;
}
form .contact__block--terms label.active div {
  background-color: #488AF7;
}
form .contact__block--terms label.active div::after {
  content: "";
  background-image: url("../images/svg/icon__check__grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
form .contact__block--terms label.active div:hover {
  background-color: #2B5394;
}
form .contact__block--terms p {
  margin-top: 10px;
}
form .contact__submit button {
  height: 45px;
  min-width: 140px;
  max-width: -moz-max-content;
  max-width: max-content;
  outline: inherit;
  border: none;
  transition: background ease 0.3s;
}
form .contact__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 8px 20px;
  background-color: #DD476F;
  border-radius: 5px;
  opacity: 0;
  height: 0;
  position: absolute;
  transition: 0.5s opacity ease;
}
form .contact__message img {
  width: 25px;
}
form .contact__message p {
  font-size: 16px;
  color: #fff;
}
form .contact__message.active {
  opacity: 1;
  height: auto;
  position: relative;
}
form .contact__block--radio input {
  display: none;
}
form .contact__block--radio .contact__labels {
  margin-top: 10px;
}
form .contact__block--radio .contact__labels label {
  font-weight: 400;
}
form .contact__block--radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}
form .contact__block--radio label div {
  width: 24px;
  height: 24px;
  border: 1px solid #488AF7;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
}
form .contact__block--radio label div:hover {
  border: 1px solid #2B5394;
}
form .contact__block--radio label div::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #fff;
}
form .contact__block--radio label.active div {
  background-color: #488AF7;
}
form .contact__block--radio label.active div:hover {
  background-color: #2B5394;
}

.contact__api,
.contact__select {
  position: relative;
}
.contact__api input,
.contact__select input {
  cursor: context-menu;
}
.contact__api__block label,
.contact__select__block label {
  position: relative;
}
.contact__api__block label.active,
.contact__select__block label.active {
  background-color: #EDF3FE;
}
.contact__api__block label.active::after,
.contact__select__block label.active::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/Icon__check.svg");
  width: 15px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
}
.contact__api__down,
.contact__select__down {
  position: relative;
}
.contact__api__down::after,
.contact__select__down::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/icon__down__select.svg");
  height: 9px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  pointer-events: none;
}
.contact__api__down i img:first-child, .contact__api__down i img:nth-child(2), .contact__api__down i img:nth-child(3),
.contact__select__down i img:first-child,
.contact__select__down i img:nth-child(2),
.contact__select__down i img:nth-child(3) {
  right: 35px;
}
.contact__api__scroll,
.contact__select__scroll {
  position: absolute !important;
  width: 100%;
  background-color: #FDFDFD;
  left: 0;
  top: 90px;
  flex-direction: column;
  border: 1px solid #050505;
  border-radius: 5px;
  max-height: 250px;
  overflow: auto;
  z-index: 99;
  opacity: 0;
  height: 0;
  transition: 0.6s all ease;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.contact__api__scroll label,
.contact__select__scroll label {
  width: 100%;
  padding: 20px 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.contact__api__scroll label:hover,
.contact__select__scroll label:hover {
  background-color: #EDF3FE;
}
.contact__api__scroll label.active,
.contact__select__scroll label.active {
  background-color: #EDF3FE;
}
.contact__api__scroll input,
.contact__select__scroll input {
  display: none;
}
.contact__api__scroll.active,
.contact__select__scroll.active {
  opacity: 1;
  height: 150px;
}
.contact__api__results,
.contact__select__results {
  width: 100%;
  padding: 20px 10px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #54564E;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact__api__results.active,
.contact__select__results.active {
  display: flex;
}

#country {
  text-transform: capitalize;
}

.contact__select {
  position: relative;
  z-index: 9;
}
.contact__select__block {
  width: 100%;
}
.contact__select .openSelect {
  background-color: transparent;
  text-align: left;
}
.contact__select__after {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.contact__block.fine {
  opacity: 1;
}
.contact__block.fine i img:nth-child(2) {
  opacity: 1;
}

.contact__block.wrong {
  opacity: 1;
}
.contact__block.wrong .error-user {
  display: block;
  line-height: 18px;
}
.contact__block.wrong .input {
  border: 1px solid #DD476F;
}
.contact__block.wrong i img:last-child {
  opacity: 1;
}

.contact__block.help {
  opacity: 1;
}
.contact__block.help i img:first-child {
  opacity: 1;
}
.contact__block.help .help-user {
  display: block;
}

@media (max-width: 1280px) {
  .contact__container {
    display: flex;
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .contact form {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact form .contact__grid {
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .contact__container {
    flex-direction: column;
    margin: 40px 0;
    gap: 40px;
  }
  .contact__aside,
  .contact form {
    width: 100%;
  }
  .contact__aside {
    margin: auto;
    padding: 30px 20px;
  }
  .contact .contact__block--terms label {
    align-items: flex-start;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal.active .modal-form {
  animation: fade-to-top 1s ease forwards 0.5s;
}
.modal__background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(6, 6, 6, 0.77);
}

.modal-home {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
.modal-home__background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(6, 6, 6, 0.77);
}
.modal-home__container {
  width: 90%;
  height: calc(90vh - 120px);
  max-width: 850px;
  max-height: 600px;
  position: relative;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s all ease;
}
.modal-home__containerIframe {
  width: 100%;
  height: 100%;
}
.modal-home__iframe {
  width: 100%;
  height: 100%;
}
.modal-home__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.modal-home__icon {
  cursor: pointer;
  transition: 0.3s all ease;
}
.modal-home__icon:hover {
  transform: rotate(90deg);
}
.modal-home.active {
  opacity: 1;
  pointer-events: all;
}
.modal-home.active .modal-home__container {
  transform: translateY(0);
  opacity: 1;
}

.modal-cookies {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(6, 6, 6, 0.77);
  z-index: 999999;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-cookies__container {
  width: 90%;
  height: 100%;
  max-height: calc(100vh - 40px);
  background-color: #000;
  padding: 20px 50px 40px 50px;
  overflow: auto;
  max-width: 900px;
}
.modal-cookies__container h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
.modal-cookies__container p {
  color: #DDDDDC;
  font-size: 16px;
  font-weight: 400;
}
.modal-cookies__item {
  margin-top: 30px;
  padding: 10px 15px 35px 15px;
  border: 1px solid #DDDDDC;
  border-radius: 8px;
}
.modal-cookies__item p {
  padding-right: 80px;
}
.modal-cookies__block .modal-cookies__item:first-child {
  pointer-events: none;
}
.modal-cookies__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.modal-cookies__switch {
  min-width: 65px;
  height: 30px;
  border-radius: 50px;
  background-color: #707070;
  position: relative;
  cursor: pointer;
}
.modal-cookies__switch__dot {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #fff;
  left: 2.5px;
  top: calc(50% - 12.5px);
}
.modal-cookies__switch.active {
  background-color: #488AF7;
}
.modal-cookies__switch.active .modal-cookies__switch__dot {
  right: 2.5px;
  left: unset;
}
.modal-cookies.active {
  opacity: 1;
  pointer-events: all;
}
.modal-cookies .cookies__flex {
  justify-content: center;
}

.modal-form {
  background-color: #fff;
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  max-width: 90%;
  opacity: 0;
  transform: translateY(100px);
}
.modal-form .custom-block h2 {
  margin: 20px 0;
}
.modal-form__icons img:first-child {
  width: 35px;
}
.modal-form__icons img:last-child {
  position: absolute;
  right: 10px;
  top: 15px;
  transition: 0.3s transform ease;
}
.modal-form__icons img:last-child:hover {
  transform: rotate(90deg);
}
.modal-form a {
  max-width: 100%;
  margin-top: 30px;
  height: 45px;
  transition: 0.3s background-color ease;
}

@media (max-width: 992px) {
  .modal-cookies__container {
    padding: 20px 10px;
  }
  .modal-form {
    padding: 50px 15px 30px 15px;
  }
}
.txt-black {
  color: #000;
  transition: all 0.3s ease;
}

.custom-block h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.custom-block h2, .custom-block h4 {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #050505;
}
.custom-block h2 {
  font-size: 24px;
}
.custom-block h4 {
  font-size: 28px;
}
.custom-block p, .custom-block li, .custom-block span, .custom-block li::before {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #54564E;
}
.custom-block ol {
  list-style: none;
}
.custom-block ol li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.custom-block ol li::before {
  color: #fff;
  content: "1";
  left: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #91C5B0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-block ol li:first-of-type {
  margin-top: 15px;
}
.custom-block ol li:nth-child(2)::before {
  content: "2";
  background-color: #479F7C;
}
.custom-block ol li:nth-child(3)::before {
  content: "3";
  background-color: #2B5F4A;
}
.custom-block ol li:nth-child(4)::before {
  content: "4";
  background-color: #1C4032;
}
.custom-block ol li:nth-child(5)::before {
  content: "5";
  background-color: #050505;
}
.custom-block ol li:nth-child(6)::before {
  content: "6";
  background-color: #050505;
}
.custom-block ul li {
  margin-left: 20px;
  margin-bottom: 15px;
}
.custom-block ul li:first-of-type {
  margin-top: 15px;
}
.custom-block ul li::marker {
  color: #050505;
  font-size: 22px;
}
.custom-block p b {
  font-weight: 600;
}
.custom-block-link a {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #488AF7;
  font-weight: 600;
}
.custom-block-link a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/svg/icon_row_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -5px;
  transition: 0.3s ease right;
}
.custom-block-link a:hover::after {
  right: -10px;
}
.custom-block-link b {
  color: #050505;
}
.custom-block-link div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.custom-block .textgray {
  color: #404040;
}
.custom-block .textblack {
  color: #050505;
}
.custom-block .lineHeight {
  line-height: 28px;
}
.custom-block .lineHeight p {
  line-height: 28px;
}

.padding--article {
  padding: 70px 0 0 0 !important;
}

@media (max-width: 992px) {
  .custom-block h2 {
    font-size: 22px;
  }
  .custom-block h1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
  }
  .custom-block h4 {
    font-size: 22px;
  }
  .padding--article {
    padding: 40px 0 0 0 !important;
  }
}
@media (max-width: 768px) {
  .padding--article {
    padding: 30px 0 0 0 !important;
  }
}
.com-tag {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.com-tag__purple {
  border: 1px solid #3d2e53;
  background-color: #E0D5F1;
  color: #3d2e53;
}
.com-tag__yellow {
  background-color: #FEF4D7;
  border: 1px solid #665937;
  color: #665937;
}
.com-tag__black {
  background-color: #050505;
  color: #fff !important;
}
.com-tag__gray {
  background-color: #F2F3ED;
  color: #939689;
  border: 1px solid #939689;
}
.com-tag__green {
  background-color: #E8FBF6;
  color: black;
  border: 1px solid #364943;
}
.com-tag__green i {
  background: #C8E2D8;
  color: #479F7C;
  font-style: normal;
  padding: 0px 5px;
  border-radius: 3px;
}

.tag-absolute {
  position: absolute;
  top: 20px;
  left: 20px;
}

.tag-inline {
  position: relative;
  top: 20px;
  left: 20px;
  margin-right: 12px;
}

.uptags {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-tabs {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 50px;
  border-bottom: 1px solid #CCCCCA;
  margin-top: 4rem;
}
.btn-tabs__tab {
  font-weight: 600;
  color: #989A95;
  text-transform: uppercase;
  font-size: 20px;
  outline: none;
  background-color: white;
  border: none;
  cursor: pointer;
  padding-bottom: 20px;
}
.btn-tabs__tab.active {
  color: #050505;
  border-bottom: 2px solid #050505;
}

.tabServices-select {
  display: none;
  margin-top: 1rem;
  position: relative;
  z-index: 999;
}
.tabServices-select__title {
  font-size: 20px;
  font-weight: 600;
  color: #050505;
}
.tabServices-select .contact__select .openSelect {
  background-color: transparent;
  text-align: left;
}
.tabServices-select__dowm {
  position: relative;
}
.tabServices-select__dowm::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/icon__down__select.svg");
  height: 9px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  top: 30px;
  pointer-events: none;
}
.tabServices-select__dowm input {
  color: #050505;
  text-transform: uppercase;
  font-size: 20px;
  outline: inherit;
  font-weight: 600;
  height: 50px;
  padding: 0 35px 0 10px;
  border: none;
  border-bottom: 2px solid #050505;
  width: 100%;
  margin: 10px 0;
  transition: all ease 0.3s;
  background-color: #FDFDFD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.tabServices-select__dowm input:focus {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #DAE8FD;
}
.tabServices-select__block {
  width: 100%;
}
.tabServices-select__block label {
  position: relative;
}
.tabServices-select__block label.active {
  background-color: #EDF3FE;
}
.tabServices-select__block label.active::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/Icon__check.svg");
  width: 15px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
}
.tabServices-select__scroll {
  position: absolute !important;
  width: 100%;
  background-color: #FDFDFD;
  left: 0;
  flex-direction: column;
  border: 1px solid #050505;
  border-radius: 5px;
  max-height: 250px;
  overflow: auto;
  z-index: 99;
  opacity: 0;
  height: 0;
  transition: 0.6s all ease;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.tabServices-select__scroll label {
  width: 100%;
  padding: 20px 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
}
.tabServices-select__scroll label:hover {
  background-color: #EDF3FE;
}
.tabServices-select__scroll label.active {
  background-color: #EDF3FE;
}
.tabServices-select__scroll input {
  display: none;
}
.tabServices-select__scroll.active {
  opacity: 1;
  height: 150px;
}
.tabServices-select .openSelect {
  background-color: transparent;
  text-align: left;
}

.max-w-170 {
  max-width: 170px !important;
}

@media (max-width: 768px) {
  .btn-tabs {
    display: none;
  }
  .tabServices-select {
    display: block;
  }
}
.custom-fonts h1.white, .custom-fonts h2.white, .custom-fonts h3.white, .custom-fonts h4.white, .custom-fonts h5.white, .custom-fonts h6.white, .custom-fonts p.white, .custom-fonts b.white, .custom-fonts span.white, .custom-fonts a.white {
  color: #fff;
}
.custom-fonts h1.black, .custom-fonts h2.black, .custom-fonts h3.black, .custom-fonts h4.black, .custom-fonts h5.black, .custom-fonts h6.black, .custom-fonts p.black, .custom-fonts b.black, .custom-fonts span.black, .custom-fonts a.black {
  color: #000;
}
.custom-fonts h1.blackdos, .custom-fonts h2.blackdos, .custom-fonts h3.blackdos, .custom-fonts h4.blackdos, .custom-fonts h5.blackdos, .custom-fonts h6.blackdos, .custom-fonts p.blackdos, .custom-fonts b.blackdos, .custom-fonts span.blackdos, .custom-fonts a.blackdos {
  color: #050505;
}
.custom-fonts h1.inherit, .custom-fonts h2.inherit, .custom-fonts h3.inherit, .custom-fonts h4.inherit, .custom-fonts h5.inherit, .custom-fonts h6.inherit, .custom-fonts p.inherit, .custom-fonts b.inherit, .custom-fonts span.inherit, .custom-fonts a.inherit {
  text-transform: inherit;
}
.custom-fonts h1.light, .custom-fonts h2.light, .custom-fonts h3.light, .custom-fonts h4.light, .custom-fonts h5.light, .custom-fonts h6.light, .custom-fonts p.light, .custom-fonts b.light, .custom-fonts span.light, .custom-fonts a.light {
  font-weight: 400;
}
.custom-fonts .white p {
  color: #fff;
}
.custom-fonts h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.1;
}
.custom-fonts h5.inherit {
  font-size: 20px;
}
.custom-fonts h4 {
  font-size: 24.5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.custom-fonts h3 {
  font-size: 30px;
  font-weight: 600;
}
.custom-fonts h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.custom-fonts h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.custom-fonts p {
  font-size: 18.5px;
  color: #54564E;
  line-height: 1.5;
}
.custom-fonts .read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #488AF7;
  font-size: 16.5px;
  font-weight: 600;
  transition: 0.5s ease all;
}
.custom-fonts .read-more img,
.custom-fonts .read-more svg {
  width: 10px;
  position: relative;
  right: 0;
  transition: 0.5s ease right;
}
.custom-fonts .read-more img path,
.custom-fonts .read-more svg path {
  transition: 0.5s ease all;
}
.custom-fonts .read-more.big-icon img,
.custom-fonts .read-more.big-icon svg {
  width: 15px;
}
.custom-fonts .read-more:hover {
  color: #2b5394;
}
.custom-fonts .read-more:hover img,
.custom-fonts .read-more:hover svg {
  right: -10px;
}
.custom-fonts .read-more:hover img path,
.custom-fonts .read-more:hover svg path {
  fill: #2b5394;
  stroke: #2b5394;
}
.custom-fonts .read-more--light {
  color: #dae8fd;
}
.custom-fonts .read-more--light svg path {
  stroke: #dae8fd;
  fill: #dae8fd;
}
.custom-fonts .read-more--light:hover {
  color: #91b9fa;
}
.custom-fonts .read-more--light:hover svg path {
  stroke: #91b9fa;
  fill: #91b9fa;
}
.custom-fonts .cta {
  font-size: 16.5px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .custom-fonts h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .custom-fonts h5 {
    font-size: 16px;
  }
  .custom-fonts h4 {
    font-size: 20px;
  }
  .custom-fonts h3 {
    font-size: 24px;
  }
  .custom-fonts h2 {
    font-size: 22px;
  }
  .custom-fonts h1 {
    font-size: 20px;
    font-weight: 500;
    gap: 5px;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@keyframes toggle {
  from {
    position: relative;
  }
  25% {
    position: relative;
  }
  50% {
    position: relative;
  }
  75% {
    position: relative;
  }
  to {
    opacity: 1;
    position: relative;
  }
}
@keyframes shine {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes sliderFadeleft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sliderFadeTop {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.enterprise-update__banner h1, .enterprise-update__banner h4 {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.enterprise-update__banner h1 span, .enterprise-update__banner h4 span {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.5s ease all;
  transition-delay: var(--index);
}
.enterprise-update__banner .cta,
.enterprise-update__banner .read-more {
  transform: translateY(20px);
  opacity: 0;
}
.enterprise-update__banner .enterprise-update__banner__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100vh;
  right: 0;
  bottom: 0;
  background-color: #000;
  transition: 0.5s ease all;
}
.enterprise-update__banner .lines svg {
  opacity: 0;
  transition: 0.5s ease all;
}
.enterprise-update__banner .lines svg:nth-child(1) {
  transition-delay: 0.6s;
}
.enterprise-update__banner .lines svg:nth-child(2) {
  transition-delay: 1.1s;
}
.enterprise-update__banner .lines svg:nth-child(3) {
  transition-delay: 1.6s;
}
.enterprise-update__banner .lines svg path {
  stroke-dashoffset: -2000px;
  stroke-dasharray: 400px;
}
.enterprise-update__banner .icons-persons img, .enterprise-update__banner .icons-persons .item,
.enterprise-update__banner .figure-data img,
.enterprise-update__banner .figure-data .item {
  transform: scale(0);
  transition: 0.5s ease transform;
  transition-delay: var(--index);
}
.enterprise-update__banner.aos-animate h1, .enterprise-update__banner.aos-animate h4 {
  overflow: hidden;
  position: relative;
}
.enterprise-update__banner.aos-animate h1 span, .enterprise-update__banner.aos-animate h4 span {
  transform: translateY(0);
  opacity: 1;
}
.enterprise-update__banner.aos-animate .cta,
.enterprise-update__banner.aos-animate .read-more {
  animation: cta-animation 0.5s ease forwards 1;
  animation-delay: 0.61s;
}
.enterprise-update__banner.aos-animate .read-more {
  animation-delay: 0.71s;
}
.enterprise-update__banner.aos-animate .enterprise-update__banner__bg::before {
  width: 0;
}
.enterprise-update__banner.aos-animate .lines svg {
  opacity: 1;
}
.enterprise-update__banner.aos-animate .lines svg path {
  animation: line-animation 4s linear infinite;
}
.enterprise-update__banner.aos-animate .lines svg:nth-child(1) path {
  animation-delay: 0.5s;
}
.enterprise-update__banner.aos-animate .lines svg:nth-child(2) path {
  animation-delay: 1s;
}
.enterprise-update__banner.aos-animate .lines svg:nth-child(3) path {
  animation-delay: 1.5s;
}
.enterprise-update__banner.aos-animate .icons-persons .item, .enterprise-update__banner.aos-animate .icons-persons img,
.enterprise-update__banner.aos-animate .figure-data .item,
.enterprise-update__banner.aos-animate .figure-data img {
  transform: scale(1);
}

.enterprise-update__comments {
  opacity: 0;
}
.enterprise-update__comments .item .comment {
  transform: scale(0);
  opacity: 0;
  transition: 0.5s ease all;
  transition-delay: var(--index);
}
.enterprise-update__comments .item:last-child .comment {
  transition-delay: 0.9s;
}
.enterprise-update__comments.aos-animate {
  opacity: 1;
}
.enterprise-update__comments.aos-animate .item.aos-animate .comment {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 992px) {
  .enterprise-update__banner h4 {
    gap: 0 7.5px;
  }
}
@keyframes fade-to-top {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes location {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chat {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes line-animation {
  from {
    stroke-dasharray: 500px;
  }
  to {
    stroke-dasharray: 1000px;
  }
}
@keyframes cta-animation {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
/* ANIMACIÓN PUNTO AZUL*/
@keyframes pulse-me {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
/* ANIMACIÓN SWIPER LOGOS*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
