@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Lexend+Deca&display=swap");
.blink {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes fade-in {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
#fader {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999999;
  pointer-events: none;
  background: #000000;
  animation-duration: 1000ms;
  animation-timing-function: ease-in-out;
}

.fade-out {
  top: 0;
  height: 0;
  animation-name: fade-out;
}

.fade-in {
  bottom: 0 !important;
  height: 100%;
  animation-name: fade-in;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Sabu";
  font-style: normal;
  font-weight: 400;
  src: url("../../../assets/fonts/sabu/Sabu-Regular.ttf");
  font-display: swap;
}
.banner_v2 {
  width: 100%;
}
.banner_v2 ._container {
  position: relative;
  height: fit-content;
}
.banner_v2 ._container .banner_v2__image {
  width: 100%;
  background-color: white;
}
.banner_v2 ._container .banner_v2__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  justify-content: end;
  gap: 1rem;
  background: linear-gradient(87.16deg, rgba(0, 0, 0, 0.05) 1.81%, rgba(64, 64, 64, 0.22) 39.77%, rgba(98, 98, 98, 0.17) 55.97%, rgba(152, 152, 152, 0.33) 90.69%);
}
.banner_v2 ._container .banner_v2__content .banner_v2__title {
  width: 100%;
  height: fit-content;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 128%;
  text-align: center;
  color: #fff;
  transform: translateY(-2rem);
}
@media (min-width: 480px) {
  .banner_v2 ._container .banner_v2__content .banner_v2__title {
    transform: translateY(-5rem);
  }
}
@media (min-width: 768px) {
  .banner_v2 ._container .banner_v2__content .banner_v2__title {
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  .banner_v2 ._container .banner_v2__content .banner_v2__title {
    transform: translateY(-10rem);
  }
}
.banner_v2 ._container .banner_v2__content .banner_text_highlighted {
  position: relative;
  background-color: #763380;
  padding: 0.3rem 1rem;
  border-radius: 4px;
}
.banner_v2 ._container .banner_v2__content .banner_text_highlighted .typed-cursor {
  display: inline-block;
  transform: translate(2px, -5px);
  color: #fff;
  opacity: 0.4;
  font-weight: 100;
}
.banner_v2 ._container .banner_v2_decoration {
  display: none;
  user-select: none;
}
@media (min-width: 768px) {
  .banner_v2 ._container .banner_v2_decoration {
    display: block;
    position: absolute;
    bottom: 0px;
    right: -3rem;
    transform: matrix(0.96, 0.28, 0.28, -0.96, 0, 0);
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .banner_v2 {
    margin-bottom: 100px;
  }
}

.nuestros_valores {
  display: none;
  width: 100%;
  max-width: 100vw;
  padding-inline: 12px;
}
@media (min-width: 768px) {
  .nuestros_valores {
    display: flex;
    max-width: 1150px;
  }
  .nuestros_valores .valores_grid {
    display: grid;
    grid-template-rows: repeat(1fr, 3);
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.nuestros_valores.mobile_only {
  display: flex;
}
@media (min-width: 768px) {
  .nuestros_valores.mobile_only {
    display: none;
  }
}
.nuestros_valores.mobile_only .swiper .swiper-wrapper {
  padding-bottom: 0px;
  padding-top: 0px;
}
.nuestros_valores.mobile_only .valores_swiper {
  width: 100%;
  position: relative;
  overflow: visible !important;
}
.nuestros_valores.mobile_only .valores_swiper .swiper-pagination {
  position: relative !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}
.nuestros_valores.mobile_only .valores_swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #FFE9D6;
  opacity: 1;
  margin: 0 !important;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  flex-shrink: 0;
}
.nuestros_valores.mobile_only .valores_swiper .swiper-pagination-bullet-active {
  background: #FF7800 !important;
}
.nuestros_valores .valores_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  gap: 1rem;
}
@media (min-width: 768px) {
  .nuestros_valores .valores_item {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px;
  }
}
.nuestros_valores .valores_item img {
  width: 100%;
  height: 25px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .nuestros_valores .valores_item img {
    width: 30px;
    padding-inline: 3px;
  }
}
.nuestros_valores .valores_item_content {
  display: grid;
  width: 100%;
  row-gap: 1rem;
  font-family: "Lexend Deca";
  font-style: normal;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .nuestros_valores .valores_item_content {
    text-align: initial;
  }
}
.nuestros_valores .valores_item_content h5 {
  font-size: 16px;
  line-height: 152%;
  color: #121314;
  font-weight: 600;
}
@media (min-width: 768px) {
  .nuestros_valores .valores_item_content h5 {
    font-size: 18px;
  }
}
.nuestros_valores .valores_item_content p {
  font-size: 14px;
  line-height: 128%;
  font-weight: lighter;
  color: #121314;
}
@media (min-width: 768px) {
  .nuestros_valores .valores_item_content p {
    font-size: 16px;
    line-height: 152%;
    padding-right: 3rem;
  }
}

.history_section {
  width: 100%;
  max-width: 100vw;
  height: 540px;
  overflow: hidden;
  padding-inline: 1rem;
  background-color: #F9F9FA;
}
@media (min-width: 768px) {
  .history_section {
    height: 720px;
  }
}
.history_section_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.history_years {
  position: absolute;
  top: 0;
  left: -12px;
  display: none;
}
@media (min-width: 768px) {
  .history_years {
    display: block;
    height: 720px;
    width: auto;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 100;
  }
}
.history_years_content {
  height: 100%;
}
.history_years_content .swiper {
  height: 100%;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}
.history_years_content .swiper-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.history_years_content .swiper-slide {
  width: fit-content !important;
  height: 33.3333333333% !important;
  display: flex;
  align-items: center;
  border-width: 0 !important;
}
.history_years_content .swiper-slide.swiper-slide-active p {
  font-size: 32px !important;
  color: #2A2B2C !important;
}
.history_years_content .swiper-slide.swiper-slide-active p span {
  opacity: 1 !important;
}
.history_years_content .swiper-slide.swiper-slide-active p.bullet::after {
  background: #FF7800 !important;
}
.history_years_content .swiper-slide:not(.swiper-slide-active) p {
  font-size: 24px;
  color: #B3B5B7;
}
.history_years_content .swiper-slide:not(.swiper-slide-active) p span {
  opacity: 0.5;
}
.history_years_content .swiper-slide:not(.swiper-slide-active) p.bullet::after {
  background: #DEE0E1;
}
.history_years_content .swiper-slide.swiper-slide-next.hide_year p {
  opacity: 0;
}
.history_years_content p {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  height: 100%;
  font-size: 24px;
  line-height: 100%;
  color: #B3B5B7;
  padding-left: 32px;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.history_years_content p span {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.history_years_content p.bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #DEE0E1;
  z-index: 1;
}

.nuestra_historia {
  width: 100%;
  height: 540px;
  overflow: hidden;
  z-index: 0;
}
.nuestra_historia .swiper, .nuestra_historia .swiper-wrapper {
  height: 100% !important;
}
.nuestra_historia .swiper-wrapper {
  flex-direction: column;
}
@media (min-width: 768px) {
  .nuestra_historia {
    height: 720px;
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}
.nuestra_historia .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  z-index: 0;
}
.nuestra_historia .swiper-slide .bg_lines {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 25%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nuestra_historia .swiper-slide .bg_lines {
    height: 100%;
    justify-content: space-between;
  }
}
.nuestra_historia .swiper-slide .bg_lines .bg_line {
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  .nuestra_historia .swiper-slide .bg_lines .bg_line {
    display: block;
  }
}
.nuestra_historia .swiper-slide .bg_lines .bg_line.date {
  display: block;
  position: relative;
  border-left: 1px dashed #4e5d73;
  z-index: 10;
}
.nuestra_historia .swiper-slide .bg_lines .bg_line.date p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding-block: 1rem;
  font-size: 24px;
  line-height: 100%;
  color: #1f263e;
  background-color: #f4f5f6;
}
@media (min-width: 768px) {
  .nuestra_historia .swiper-slide .bg_lines .bg_line.date p {
    display: none;
  }
}
.nuestra_historia .swiper-slide .bg_lines .bg_line.date p .text_small {
  font-size: 20px;
}
.nuestra_historia .swiper-slide .bg_lines .bg_line.cover {
  border-left: 0px transparent;
}
@media (max-width: 768px) {
  .nuestra_historia .swiper-slide .bg_lines .bg_line.line_end {
    height: 75%;
  }
  .nuestra_historia .swiper-slide .bg_lines .bg_line.line_end p {
    background-color: transparent;
  }
  .nuestra_historia .swiper-slide .bg_lines .bg_line.line_end p .text_small {
    background-color: #f4f5f6;
    padding-block: 0.5rem;
  }
  .nuestra_historia .swiper-slide .bg_lines .bg_line.line_end::after {
    position: absolute;
    content: "";
    top: 100%;
    left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #763383;
    z-index: 4;
  }
}
.nuestra_historia .swiper-slide .hisory_prev_btn {
  display: none;
  position: absolute;
  top: 2.8rem;
}
@media (min-width: 768px) {
  .nuestra_historia .swiper-slide .hisory_prev_btn {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: min-content;
    max-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    gap: 6.6px;
    font-size: 12px;
    color: #b1b8c1;
    cursor: pointer;
    transition: all ease-out 0.2s;
    background-color: transparent !important;
  }
  .nuestra_historia .swiper-slide .hisory_prev_btn:hover {
    color: #7d8187;
  }
  .nuestra_historia .swiper-slide .hisory_prev_btn:hover img {
    filter: invert(54%) sepia(6%) saturate(376%) hue-rotate(177deg) brightness(92%) contrast(87%);
  }
  .nuestra_historia .swiper-slide .hisory_prev_btn img {
    transition: all ease-out 0.2s;
    width: 14px;
    height: auto;
  }
}
.nuestra_historia .swiper-slide .history_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #f4f5f6;
}
@media (min-width: 768px) {
  .nuestra_historia .swiper-slide .history_content {
    background-color: transparent;
  }
}
.nuestra_historia .swiper-slide .history_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 500px;
  padding-block: 2rem;
  background-color: #f4f5f6;
}
@media (min-width: 768px) {
  .nuestra_historia .swiper-slide .history_content_wrapper {
    background-color: transparent;
  }
}
.nuestra_historia .swiper-slide .history_content_wrapper .btn {
  animation: bottomUp 0.6s ease-in infinite alternate;
}
@keyframes bottomUp {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}

.history_section .history_icon,
.history_section_horizontal .history_icon {
  display: block;
  height: 30px;
  width: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .history_section .history_icon,
  .history_section_horizontal .history_icon {
    height: 45px;
  }
}
.history_section .history_body,
.history_section_horizontal .history_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.history_section .history_body_content,
.history_section_horizontal .history_body_content {
  width: auto;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 128%;
  text-align: center;
  color: #121314;
}
@media (min-width: 768px) {
  .history_section .history_body_content,
  .history_section_horizontal .history_body_content {
    font-size: 32px;
  }
}
.history_section .history_body_content img,
.history_section_horizontal .history_body_content img {
  height: 24px;
  width: auto;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .history_section .history_body_content img,
  .history_section_horizontal .history_body_content img {
    height: 32px;
  }
}
.history_section .text_blue,
.history_section_horizontal .text_blue {
  color: #3cb4e5;
}
.history_section .text_green,
.history_section_horizontal .text_green {
  color: #00B8A2;
}
.history_section .text_orange,
.history_section_horizontal .text_orange {
  color: #eb6f25;
}
.history_section .text_purple,
.history_section_horizontal .text_purple {
  color: #763383;
}
.history_section .text_purple_500,
.history_section_horizontal .text_purple_500 {
  color: #961FBD;
}
.history_section .text_tranparent,
.history_section_horizontal .text_tranparent {
  color: transparent;
}
.history_section .btn,
.history_section_horizontal .btn {
  width: fit-content;
  background-color: transparent !important;
  margin: auto;
  transition: all 0.3s ease-in;
}

.history_section_horizontal {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 540px;
  overflow: hidden;
  background-color: #f4f5f6;
}
@media (min-width: 768px) {
  .history_section_horizontal {
    height: 720px;
  }
}

.history_years_horizontal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  z-index: 10;
}
@media (min-width: 768px) {
  .history_years_horizontal {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.history_years_horizontal_content {
  height: 100%;
  width: 100%;
}
.history_years_horizontal_content .swiper, .history_years_horizontal_content .swiper-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .history_years_horizontal_content {
    padding-inline: 4rem;
  }
}
.history_years_horizontal_content .swiper-slide {
  outline: 0 !important;
  border: 0px transparent !important;
  width: 100%;
  height: 100%;
}
.history_years_horizontal_content .swiper-slide.events_none {
  pointer-events: none !important;
}
.history_years_horizontal_content .swiper-slide.swiper-slide-active {
  border: 0px transparent !important;
}
.history_years_horizontal_content .swiper-slide.swiper-slide-active p {
  font-size: 24px;
  color: #1f263e;
}
@media (min-width: 768px) {
  .history_years_horizontal_content .swiper-slide.swiper-slide-active p {
    font-size: 32px;
  }
  .history_years_horizontal_content .swiper-slide.swiper-slide-active p.bullet::after {
    background: #763383;
  }
  .history_years_horizontal_content .swiper-slide.swiper-slide-active p span {
    opacity: 1;
    transform: translateY(60px);
  }
}
.history_years_horizontal_content .swiper-slide.swiper-slide-next.hide_year p {
  opacity: 0;
}
@media (min-width: 768px) {
  .history_years_horizontal_content .swiper-slide:not(.swiper-slide-active) p span {
    opacity: 0.5;
    transform: translateY(50px);
  }
}
.history_years_horizontal_content p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
  font-size: 24px;
  line-height: 100%;
  color: #b1b8c1;
  text-align: center;
}
@media (min-width: 768px) {
  .history_years_horizontal_content p {
    font-size: 24px;
    height: calc(100% - 60px);
  }
  .history_years_horizontal_content p.bullet::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .history_years_horizontal_content p::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4e5d73;
  }
}
.history_years_horizontal_content p span {
  cursor: pointer;
  transform: translateY(15px);
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .history_years_horizontal_content p span {
    opacity: 0.5;
    transform: translateY(50px);
  }
}
.history_years_horizontal_content span {
  background-color: #f4f5f6;
}

.nuestra_historia_horizontal {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nuestra_historia_horizontal .swiper, .nuestra_historia_horizontal .swiper-wrapper {
  height: 100%;
}
@media (min-width: 768px) {
  .nuestra_historia_horizontal .bg_lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nuestra_historia_horizontal .bg_lines .bg_line {
    width: 100%;
    height: 100%;
  }
  .nuestra_historia_horizontal .bg_lines .bg_line:last-child, .nuestra_historia_horizontal .bg_lines .bg_line:nth-child(3) {
    border-top: 1px dashed #d4d8dd;
  }
}
.nuestra_historia_horizontal .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .nuestra_historia_horizontal .swiper-slide {
    background-color: transparent !important;
    margin-top: 130px;
  }
  .nuestra_historia_horizontal .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: -124px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px dashed #4e5d73;
    z-index: 2;
  }
  .nuestra_historia_horizontal .swiper-slide.cover {
    margin-top: 100px;
  }
  .nuestra_historia_horizontal .swiper-slide.cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    background-color: #f4f5f6;
  }
}
.nuestra_historia_horizontal .swiper-slide .history_content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 1rem;
}
@media (max-width: 768px) {
  .nuestra_historia_horizontal .swiper-slide .history_content {
    padding-top: 200px;
  }
}
.nuestra_historia_horizontal .swiper-slide .history_content_wrapper {
  display: flex;
  height: fit-content;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
  margin: auto;
}
.nuestra_historia_horizontal .swiper-slide .history_content_wrapper .history_body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nuestra_historia_horizontal .swiper-slide .history_content_wrapper .history_body_content {
  color: #1f263e;
}
.nuestra_historia_horizontal .swiper-slide .history_content_wrapper .hisory_btn {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 6.5rem;
  animation: leftRight 0.6s ease-in infinite alternate;
}
@media (min-width: 768px) {
  .nuestra_historia_horizontal .swiper-slide .history_content_wrapper .hisory_btn {
    left: unset;
    bottom: unset;
    top: calc(50% - 24px);
    right: 0;
  }
  .nuestra_historia_horizontal .swiper-slide .history_content_wrapper .hisory_btn.down {
    top: 50%;
  }
}
@keyframes leftRight {
  0% {
    transform: rotate(-90deg) translateY(50%);
  }
  100% {
    transform: rotate(-90deg) translateY(0);
  }
}

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

.history_section .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.history_section .swiper-slide {
  height: auto;
  flex-shrink: 0;
  display: flex;
}
.history_section .swiper-vertical {
  height: 100%;
}
.history_section .swiper-vertical .swiper-wrapper {
  height: 100%;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body .body-home {
  background: #fff;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}

button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0px;
}

button,
select,
textarea,
input {
  /* 1 */
  border-radius: 0px;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  border: 0;
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  background: none;
}
hr.vertical {
  width: 1px;
  height: 100%;
  border: none;
  background-color: #eaeaea;
  position: absolute;
  margin: 0;
}

.icon-arrow {
  margin-left: 10px;
  margin-bottom: 6px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  transition: 0.5s;
}

.content-icon {
  margin-right: 15px;
}
.content-icon img {
  width: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: "Lexend Deca";
}
body.active {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 0.6vw;
}
body::-webkit-scrollbar-track {
  background: #000000;
}
body::-webkit-scrollbar-thumb {
  width: 0.7vw;
  border-radius: 10%;
  background-color: rgba(101, 95, 95, 0.6);
}

#LeadboosterContainer {
  bottom: 50px !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.container-banner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 100%;
}

.container-title {
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  color: #000000;
  display: flex;
}
@media screen and (min-width: 768px) {
  .container-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .container-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.container-title a {
  display: flex;
  align-items: center;
  color: inherit;
  justify-content: flex-end;
}
.container-title a .arrow {
  margin-left: 6px;
  width: 8px;
}
@media screen and (min-width: 1024px) {
  .container-title.mobile {
    display: none !important;
  }
}
.container-title.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1201px) {
  .container-title.right {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-5 {
    margin-left: 5%;
  }
}

@media screen and (min-width: 768px) {
  .mr-5 {
    margin-right: 5%;
  }
}

.open-modal {
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.container-banner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-header {
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 100;
}

.archivo {
  font-family: "Archivo";
}

.pathActived {
  color: #15BEF0 !important;
}
.pathActived path {
  fill: #15BEF0 !important;
}

.color-red {
  color: #E81F76;
}

.border-color-red {
  border-color: #E81F76 !important;
}

.placeholder-red input::placeholder,
.placeholder-red input[type=text] {
  color: #E81F76;
}

.color-blue {
  color: #3CB4E5;
}

.border-color-blue {
  border-color: #3CB4E5 !important;
}

.placeholder-blue input::placeholder,
.placeholder-blue input[type=text] {
  color: #3CB4E5;
}

.color-green {
  color: #00A19B;
}

.border-color-green {
  border-color: #00A19B !important;
}

.placeholder-green input::placeholder,
.placeholder-green input[type=text] {
  color: #00A19B;
}

.color-orange {
  color: #FF7800;
}

.border-color-orange {
  border-color: #FF7800 !important;
}

.placeholder-orange input::placeholder,
.placeholder-orange input[type=text] {
  color: #FF7800;
}

.color-yellow {
  color: #F5A800;
}

.border-color-yellow {
  border-color: #F5A800 !important;
}

.placeholder-yellow input::placeholder,
.placeholder-yellow input[type=text] {
  color: #F5A800;
}

.color-pink {
  color: #DA236F;
}

.border-color-pink {
  border-color: #DA236F !important;
}

.placeholder-pink input::placeholder,
.placeholder-pink input[type=text] {
  color: #DA236F;
}

.color-purple {
  color: #961FBD;
}

.border-color-purple {
  border-color: #961FBD !important;
}

.placeholder-purple input::placeholder,
.placeholder-purple input[type=text] {
  color: #961FBD;
}

.color-dark {
  color: #000000;
}

.border-color-dark {
  border-color: #000000 !important;
}

.placeholder-dark input::placeholder,
.placeholder-dark input[type=text] {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.border-color-white {
  border-color: #ffffff !important;
}

.placeholder-white input::placeholder,
.placeholder-white input[type=text] {
  color: #ffffff;
}

.logo-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 23px;
}
@media screen and (min-width: 768px) {
  .logo-container {
    height: 52px;
  }
}
.logo-container img {
  height: 85%;
}
.logo-container img.logo {
  margin-right: 4px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .logo-container img.logo {
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .logo-container.setWidth {
    width: 100px;
  }
}
.logo-container.custom {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .logo-container.custom {
    height: 80px;
  }
}
@media screen and (min-width: 1400) {
  .logo-container.custom {
    height: 100px;
  }
}
.logo-container.custom img {
  width: 60%;
}
@media screen and (max-width: 700px) {
  .logo-container.custom img:first-child {
    width: 40%;
  }
}
@media screen and (min-width: 950px) {
  .logo-container.custom img:first-child {
    width: 30%;
  }
}
@media screen and (min-width: 1300px) {
  .logo-container.custom img:first-child {
    width: 50%;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.checkbox__name {
  font-family: "Lexend Deca";
  margin-left: 10px;
  font-size: 10px;
}
.checkbox__content {
  display: flex;
  align-items: flex-start;
  color: rgb(38.25, 38.25, 38.25);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.checkbox__content:hover .checkbox__box {
  transition: all 0.15s ease-in-out;
  border: solid 1px none;
}
.checkbox__box {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  border-radius: 3px;
  border: solid 1px #E7E9EC;
}
.checkbox input[type=checkbox] {
  z-index: 2;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked ~ .checkbox__box {
  border: solid 1px #000000;
  background-color: #000000;
}
.checkbox input[type=checkbox]:checked ~ .checkbox__box:before {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "\e909";
  font-size: 10px;
  color: #ffffff;
}
.checkbox.white input[type=checkbox]:checked ~ .checkbox__box {
  border: solid 1px #000000;
  background-color: transparent;
}
.checkbox.white input[type=checkbox]:checked ~ .checkbox__box:before {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "\e909";
  font-size: 13px;
  color: #000000;
}
.checkbox.white .checkbox__box {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 1px;
  border-radius: 0px;
  border: solid 1px #E7E9EC;
}
.checkbox.white .checkbox__name {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}

.radiobutton {
  display: flex;
  align-items: center;
  position: relative;
}
.radiobutton__content {
  display: flex;
  align-items: center;
  color: rgb(38.25, 38.25, 38.25);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.radiobutton__content:hover .radiobutton__box {
  transition: all 0.15s ease-in-out;
  border: solid 1px none;
}
.radiobutton__content:hover .radiobutton__name {
  transition: all 0.15s ease-in-out;
  color: none;
}
.radiobutton__box {
  display: inline-flex;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  border: solid 1px #E7E9EC;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.radiobutton input[type=radio] {
  opacity: 0;
}
.radiobutton input[type=radio]:checked ~ .radiobutton__box {
  border: solid 1px none;
}
.radiobutton input[type=radio]:checked ~ .radiobutton__box:before {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  content: "";
  font-size: 16px;
  color: none;
  background: #000;
  border-radius: 50%;
}
.radiobutton input[type=radio]:checked ~ .radiobutton__name {
  color: none;
}
.radiobutton__name {
  width: 190px;
  font-size: 13px;
  letter-spacing: 1.1px;
  margin-left: 14px;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .form__row {
    flex-direction: row;
  }
}
.form__row__col {
  padding-right: 10px;
  padding-left: 10px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.form__row.wrap {
  flex-wrap: wrap;
  flex-direction: row;
}
.form__row.wrap .form__row__col {
  width: 100%;
  flex-basis: initial;
  box-sizing: border-box;
}
@media screen and (min-width: 721px) {
  .form__row.wrap .form__row__col {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .form__row.wrap .form__row__col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.form input[type=search]::-webkit-search-decoration,
.form input[type=search]::-webkit-search-cancel-button,
.form input[type=search]::-webkit-search-results-button,
.form input[type=search]::-webkit-search-results-decoration {
  display: none;
  appearance: none;
}
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=url],
.form input[type=tel],
.form textarea {
  color: #000000;
  width: 100%;
  border: 1px solid #E7E9EC;
  height: 40px;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 4px !important;
  font-family: "Lexend Deca";
  background-color: transparent;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=url]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  outline: none;
  transition: all 0.15s ease-in-out;
  border-color: #3cb4e5;
  box-shadow: none;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=number]::placeholder,
.form input[type=password]::placeholder,
.form input[type=search]::placeholder,
.form input[type=url]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 14px;
}
.form input[type=text]:disabled,
.form input[type=email]:disabled,
.form input[type=number]:disabled,
.form input[type=password]:disabled,
.form input[type=search]:disabled,
.form input[type=url]:disabled,
.form input[type=tel]:disabled,
.form textarea:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form textarea {
  height: 100%;
  height: 95px;
  resize: none;
}
.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.form__group label {
  font-family: "Lexend Deca";
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 10px;
  color: #27292C;
  font-size: 12px;
  letter-spacing: normal;
}
.form__group__select {
  position: relative;
}
.form__group__select select {
  color: #000000;
  width: 100%;
  border: 1px solid #E7E9EC;
  height: 40px;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 4px !important;
  font-family: "Lexend Deca";
  background-color: transparent;
  cursor: pointer;
  min-width: 100px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
}
.form__group__select select:focus {
  outline: none;
  transition: all 0.15s ease-in-out;
  border-color: #3cb4e5;
  box-shadow: none;
}
.form__group__select::before {
  content: url("../images/icons/vector-bold.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: 15px;
  pointer-events: none;
  transition: 0.5s all;
}
.form__group__select:active::before {
  transform: rotate(-180deg) translateY(50%);
}
.form__group__select-input {
  display: flex;
  flex-direction: row;
}
.form__group__select-input .form__group__select {
  width: 260px;
  margin-right: 0;
}
.form__group__select-input .form__group__select select {
  height: 100%;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.form__group__select-input .form__group__select select:focus {
  border-color: #E7E9EC;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__group__select-input .input {
  width: 100%;
}
.form__group__select-input input {
  width: 100%;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form__group__radio-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__group__radio-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.form-error-all {
  margin-top: 20px;
  text-align: center;
}

.btn {
  display: inline-flex;
  padding: 14px 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  text-decoration: none;
  text-transform: initial;
  letter-spacing: 0;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  border-radius: 8px;
}

.btn {
  background-color: #F1F1F1;
  color: #909090;
  border: #F1F1F1;
}

.btn-primary {
  background-color: #FF7800;
  color: #ffffff;
  border: solid 1px #FF7800;
}
.btn-primary:hover {
  background-color: #EC6F00;
  border: solid 1px #EC6F00;
}

.btn-primary-disabled {
  background-color: #FF780040;
  color: #FF7800;
  border: #FF780040;
  cursor: default;
}

.btn-green {
  background-color: #00A19B;
  color: #ffffff;
  border: solid 1px #00A19B;
}
.btn-green:hover {
  background-color: rgb(0, 212, 204.099378882);
  border: solid 1px rgb(0, 212, 204.099378882);
}

.btn-green-disabled {
  background-color: #00A19B40;
  color: #00A19B;
  border: #00A19B40;
  cursor: default;
}

.btn-orange {
  background-color: #EB6F25;
  color: #ffffff;
  border: solid 1px #EB6F25;
}
.btn-orange:hover {
  background-color: rgb(250, 219, 200.5);
  border: solid 1px rgb(250, 219, 200.5);
}

.btn-orange-disabled {
  color: #EB6F25;
  cursor: default;
}

.btn-yellow {
  background-color: #F5A800;
  color: #000000;
  border: solid 1px #F5A800;
}
.btn-yellow:hover {
  background-color: rgb(255, 227.8142857143, 168.5);
  border: solid 1px rgb(255, 227.8142857143, 168.5);
}

.btn-yellow-disabled {
  color: #F5A800;
  cursor: default;
}

.btn-outline {
  background-color: transparent;
  color: #3CB4E5;
  border: solid 1px #3CB4E5;
}
.btn-outline:hover {
  background-color: rgb(217.5, 240.5769230769, 250);
  border: solid 1px rgb(217.5, 240.5769230769, 250);
}

.btn-outline-disabled {
  color: transparent;
  cursor: default;
}

.btn-black {
  background-color: #050505;
  color: #cacaca;
  border: solid 1px #050505;
}
.btn-black:hover {
  background-color: rgb(94.25, 94.25, 94.25);
  border: solid 1px rgb(94.25, 94.25, 94.25);
}

.btn-black-disabled {
  color: #050505;
  cursor: default;
}

.btn-white {
  background-color: #ffffff;
  color: #050505;
  border: solid 1px #D4D8DD;
}
.btn-white:hover {
  background-color: #eeeeee;
}

.btn-white-disabled {
  color: #ffffff;
  cursor: default;
}

.btn-red {
  background-color: #cb213b;
  color: #ffffff;
  border: solid 1px #cb213b;
}
.btn-red:hover {
  background-color: rgb(220.2521186441, 41.2478813559, 68.625);
  border: solid 1px rgb(220.2521186441, 41.2478813559, 68.625);
}

.btn-red-disabled {
  color: #cb213b;
  cursor: default;
}

.btn-blue {
  background-color: #3CB4E5;
  color: #ffffff;
  border: solid 1px #3CB4E5;
}
.btn-blue:hover {
  background-color: rgb(82.5, 188.6538461538, 232);
  border: solid 1px rgb(82.5, 188.6538461538, 232);
}

.btn-blue-disabled {
  color: #3CB4E5;
  cursor: default;
}

.btn-pink {
  background-color: #E81F76;
  color: #ffffff;
  border: solid 1px #E81F76;
}
.btn-pink:hover {
  background-color: rgb(234.3744939271, 54.1255060729, 132.1437246964);
  border: solid 1px rgb(234.3744939271, 54.1255060729, 132.1437246964);
}

.btn-pink-disabled {
  color: #E81F76;
  cursor: default;
}

.btn-gray {
  background-color: #F1F1F1;
  color: #000000;
  border: solid 1px #F1F1F1;
}
.btn-gray:hover {
  background-color: rgb(228.25, 228.25, 228.25);
  border: solid 1px rgb(228.25, 228.25, 228.25);
}

.btn-gray-disabled {
  color: #F1F1F1;
  cursor: default;
}

.btn-facebook {
  background-color: #334d90;
  color: #ffffff;
  border: solid 2px #334d90;
}
.btn-facebook:hover {
  background-color: rgb(57.6692307692, 87.0692307692, 162.8307692308);
  border: solid 2px rgb(57.6692307692, 87.0692307692, 162.8307692308);
}

.btn-facebook-disabled {
  color: #334d90;
  cursor: default;
}

.btn-gray-lineal {
  background-color: transparent;
  color: #3E4B61;
  border: solid 1px #e8e8e8;
}
.btn-gray-lineal:hover {
  background: transparent;
  color: #000000;
  border: solid 1px rgb(219.25, 219.25, 219.25);
}

.btn-gray-lineal-disabled {
  color: transparent;
  cursor: default;
}

.btn-gray-light {
  background-color: #f8f8f8;
  color: #000000;
  border: solid 1px #f8f8f8;
}
.btn-gray-light:hover {
  background: rgb(242.9, 242.9, 242.9);
  color: #000000;
  border: solid 1px rgb(242.9, 242.9, 242.9);
}

.btn-gray-light-disabled {
  color: #f8f8f8;
  cursor: default;
}

.btn-white-line {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.btn-white-line:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #ffffff;
}

.btn-white-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-black-line {
  background-color: transparent;
  color: #050505;
  border: solid 1px #050505;
}
.btn-black-line:hover {
  background-color: #050505;
  color: #ffffff;
  border: solid 1px #050505;
}

.btn-black-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-blue-line {
  background-color: transparent;
  color: #3CB4E5;
  border: solid 1px #3CB4E5;
}
.btn-blue-line:hover {
  background-color: #3CB4E5;
  color: #000000;
  border: solid 1px #3CB4E5;
}

.btn-blue-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-orange-line {
  background-color: #ffffff;
  color: #FF7800;
  border: solid 1px #EB6F25;
}
.btn-orange-line:hover {
  background-color: #FFE9D6;
  color: #FF7800;
  border: solid 1px #EB6F25;
}

.btn-orange-line-disabled {
  color: #ffffff;
  cursor: default;
}

.btn-gray-line {
  background-color: transparent;
  color: #FF7800;
  border: solid 1px #E7E9EC;
}
.btn-gray-line:hover {
  background-color: #FFE9D6;
  color: #FF7800;
  border: solid 1px #EB6F25;
}

.btn-gray-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-without-line {
  color: #FF7800;
}
.btn-without-line:hover {
  background-color: #FFE9D6;
  color: #FF7800;
  border-radius: 8px;
}

.btn-without-line-disabled {
  cursor: default;
}

.btn-purple-line {
  background-color: transparent;
  color: #891DAC;
  border: solid 1px #891DAC;
}
.btn-purple-line:hover {
  background-color: hsl(28.2352941176, 100%, 111%);
  border: solid 1px #891DAC;
}

.btn-purple-line-disabled {
  color: transparent;
  cursor: default;
}

.btn-red-wine {
  background-color: #691C16;
  color: #ffffff;
  border: solid 1px #691C16;
}
.btn-red-wine:hover {
  background-color: rgba(105, 28, 22, 0.7);
  color: #ffffff;
  border: none;
}

.btn-red-wine-disabled {
  color: #691C16;
  cursor: default;
}

.btn-dark-yellow {
  background-color: #bbb6a7;
  color: #000000;
  border: solid 1px #bbb6a7;
}
.btn-dark-yellow:hover {
  background-color: rgba(187, 182, 167, 0.7);
  color: #000000;
  border: solid 1px #bbb6a7;
}

.btn-dark-yellow-disabled {
  color: #bbb6a7;
  cursor: default;
}

.btn-dashed {
  background-color: transparent;
  color: rgb(145.25, 145.25, 145.25);
  border: dashed 1px rgb(145.25, 145.25, 145.25);
}
.btn-dashed:hover {
  color: #000000;
  border: dashed 1px #000000;
}

.btn-dashed-disabled {
  color: transparent;
  cursor: default;
}

.btn-beige {
  background-color: #b2ad9d;
  color: #000000;
  border: 0;
}
.btn-beige:hover {
  background: rgb(189.22, 184.9485714286, 171.28);
  border: 0;
}

.btn-beige-disabled {
  color: #b2ad9d;
  cursor: default;
}

.btn-beige-lineal {
  background-color: transparent;
  color: #b2ad9d;
  border: solid 1px #b2ad9d;
}
.btn-beige-lineal:hover {
  border: solid 1px #b2ad9d;
}

.btn-beige-lineal-disabled {
  color: transparent;
  cursor: default;
}

.btn-gray-orange {
  background-color: #F1F1F1;
  color: #FF7800;
  border: none;
}
.btn-gray-orange:hover {
  background-color: rgb(228.25, 228.25, 228.25);
}

.btn-gray-orange-disabled {
  color: #F1F1F1;
  cursor: default;
}

.btn-fluid {
  width: 100%;
}

.card {
  width: 100%;
}
.card.flex-grid {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .card.flex-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.card-flex {
  display: flex;
  width: 100%;
}
.card-content-flex {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.card-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .card-content-grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-item {
  background-color: #131313;
  width: 103px;
  height: 120px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 10px -5px rgba(113, 113, 113, 0.2);
}
@media screen and (min-width: 768px) {
  .card-item {
    margin: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .card-item {
    width: 120px;
    height: 150px;
  }
}
@media screen and (min-width: 800px) and (max-width: 877px) {
  .card-item {
    width: 125px;
    height: 160px;
  }
}
@media screen and (min-width: 877px) and (max-width: 1024px) {
  .card-item {
    width: 130px;
    height: 170px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .card-item {
    width: 150px;
    height: 170px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1450px) {
  .card-item {
    width: 190px;
    height: 200px;
  }
}
@media screen and (min-width: 1450px) {
  .card-item {
    float: left;
    width: 270px;
    height: 300px;
  }
}
.card-item a {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  text-decoration: none;
  align-items: center;
  color: #ffffff;
  font-size: 8px;
  line-height: 10px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .card-item a img {
    filter: grayscale(100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .card-item a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1450px) {
  .card-item a {
    font-size: 20px;
    line-height: 23px;
    padding: 25px 21px;
  }
}
.card-item:hover {
  transform: translateY(-10px);
  box-shadow: -1px 18px 20px -8px rgba(113, 113, 113, 0.3);
}
.card-item:hover a {
  color: #DA236F;
}
.card-item:hover a img {
  filter: none;
}
.card-item__top {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .card-item__top {
    height: 35%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .card-item__top {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .card-item__top {
    width: 40%;
    max-height: 35%;
  }
}
.card-item__top img {
  height: 100%;
}
.card-item__bottom {
  height: 60%;
  margin-top: 5%;
  display: flex;
  align-items: center;
}
.card-item.card-item-number {
  position: relative;
  counter-increment: cardCounter;
  margin: auto;
}
.card-item.card-item-number:before {
  content: counter(cardCounter) ".";
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 57px;
  position: absolute;
  top: 0;
  left: -20%;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .card-item.card-item-number:before {
    font-size: 30px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1450px) {
  .card-item.card-item-number:before {
    font-size: 50px;
    line-height: 57px;
  }
}
.card-item.card-item-number:hover {
  transform: translate(-10px, -5px);
  box-shadow: 17px 14px 12px -5px rgba(113, 113, 113, 0.3);
}
.card-item.card-item-number:hover a {
  color: #3CB4E5;
}
.card-item.card-item-number:hover a img {
  filter: none;
}
.card-item.card-item-number:hover:before {
  color: #3CB4E5;
}

.mw-small {
  max-width: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1201px) {
  .mw-small {
    max-width: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .mw-small {
    max-width: 50px;
  }
}

.w100-p {
  width: 100% !important;
}

.absolute {
  position: absolute;
}
.absolute-l {
  position: absolute;
  left: 0;
}
.absolute-r {
  position: absolute;
  right: 0;
}

.d-flex {
  display: flex;
}
.d-flex.f-align-center {
  align-items: center;
}
.d-flex.f-align-start {
  align-items: flex-start;
}
.d-flex.f-align-end {
  align-items: flex-end;
}
.d-flex.justify-fend {
  justify-content: flex-end;
}
.d-flex.justify-center {
  justify-content: center;
}
.d-flex.f-direction-r {
  flex-direction: row;
}
.d-flex.f-direction-rr {
  flex-direction: row-reverse;
}
.d-flex.f-direction-c {
  flex-direction: column;
}
.d-flex.f-direction-cr {
  flex-direction: column-reverse;
}

.font-bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.relative {
  position: relative;
}

.bradius-20 {
  border-radius: 20px;
}

.m-v-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.m-v-25p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-h-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-h-25p {
  margin-left: 25px;
  margin-right: 25px;
}
.m-auto {
  margin: auto;
}

.d-g {
  display: grid !important;
}

@media screen and (min-width: 700px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
  }
}

.title {
  text-align: center;
  width: 90%;
  margin: 60px auto 35px;
}
@media screen and (min-width: 768px) {
  .title {
    margin: 72px auto !important;
  }
}
.title .text {
  font-family: "Sabu";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  padding: 14px;
  line-height: 36px;
  color: #121314;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .title .text {
    padding: 0px;
    font-size: 48px;
    line-height: 61px;
  }
}
.title .subtitle {
  font-family: "Lexend Deca";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .title .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.nosotros {
  font-family: "Lexend Deca";
  font-style: normal;
  margin-top: 40px;
}
.nosotros_content {
  display: grid;
  padding-inline: 17px;
  gap: 30px;
}
@media (min-width: 768px) {
  .nosotros_content {
    margin: auto;
    width: 1100px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 6rem;
  }
}
.nosotros_content_left {
  display: grid;
  line-height: 128%;
  row-gap: 17px;
}
@media (min-width: 768px) {
  .nosotros_content_left {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
}
.nosotros_content_left .nosotros_title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 128%;
  color: #121314;
}
@media (min-width: 768px) {
  .nosotros_content_left .nosotros_title {
    justify-content: flex-start;
    font-size: 40px;
    column-gap: 15px;
    height: fit-content;
  }
  .nosotros_content_left .nosotros_title img {
    width: 139px;
  }
}
.nosotros_content_left .nosotros_subtitle {
  display: grid;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #121314;
  gap: 10px;
}
@media (min-width: 768px) {
  .nosotros_content_left .nosotros_subtitle {
    justify-content: start;
    text-align: initial;
    font-size: 16px;
  }
}
.nosotros_content_right {
  display: grid;
  row-gap: 20px;
}
.nosotros_content_right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  color: #121314;
  text-align: center;
}
@media (min-width: 768px) {
  .nosotros_content_right p {
    justify-content: start;
    text-align: initial;
    font-size: 18px;
  }
}
.nosotros_proposito {
  display: grid;
  justify-content: center;
  row-gap: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .nosotros_proposito {
    padding-top: 4rem;
  }
}
.nosotros_proposito h3 {
  font-size: 16px;
  line-height: 128%;
  padding-inline: 17px;
  color: #121314;
}
@media (min-width: 768px) {
  .nosotros_proposito h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 128%;
  }
}
.nosotros_proposito h2 {
  font-family: "Sabu";
  font-size: 48px;
  line-height: 128%;
  padding-inline: 17px;
  color: #121314;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 64px;
}
@media (min-width: 768px) {
  .nosotros_proposito h2 {
    max-width: 807px;
    max-height: 168px;
    gap: 12px;
    margin-inline: auto;
    font-size: 40px;
    line-height: 152%;
    margin-bottom: 50px;
  }
}
.nosotros_proposito h2 .text_blue {
  color: #3CB4E5;
}
.nosotros_proposito h2 .text_yellow {
  color: #F5A800;
}
.nosotros .history_section {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .nosotros .history_section {
    margin-top: 5.2rem;
  }
}
.nosotros_oportunidades {
  margin: 0 auto;
  z-index: 5;
}
@media (min-width: 768px) {
  .nosotros_oportunidades {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.nosotros_oportunidades_left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #121314;
  padding: 5rem 3rem;
  gap: 8px;
  background-color: #FFF6EF;
  text-align: center;
}
@media (min-width: 768px) {
  .nosotros_oportunidades_left {
    text-align: start;
    align-items: flex-start;
    padding: 6rem 7rem;
    gap: 16px;
  }
}
.nosotros_oportunidades_left h3 {
  font-family: "Sabu";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .nosotros_oportunidades_left h3 {
    font-size: 48px;
    line-height: 128%;
  }
}
.nosotros_oportunidades_left p {
  line-height: 128%;
  margin-block: 1.5rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .nosotros_oportunidades_left p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.nosotros_oportunidades_left .btn {
  font-size: 18px;
  background: #FF7800;
  color: white;
  z-index: 2;
  width: 100%;
  border-radius: 8px;
  height: 48px;
}
@media (min-width: 768px) {
  .nosotros_oportunidades_left .btn {
    width: auto;
    font-size: 18px;
  }
}
.nosotros_oportunidades_left img {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  z-index: 0;
}
.nosotros_oportunidades_right {
  display: none;
}
@media (min-width: 768px) {
  .nosotros_oportunidades_right {
    display: block;
  }
  .nosotros_oportunidades_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=sass */