@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/* $fa-font-path: '~@fortawesome/fontawesome-free/webfonts';
@import '~@fortawesome/fontawesome-free/scss/fontawesome';
@import '~@fortawesome/fontawesome-free/scss/solid';
@import '~@fortawesome/fontawesome-free/scss/regular';
@import '~@fortawesome/fontawesome-free/scss/brands'; */
/* @import "~bootstrap/scss/bootstrap"; */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/progresotheme/dist/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

:root {
  --mdc-theme-primary: #F7CF46; }

html {
  overflow: hidden;
  height: 100%; }

body {
  margin: 0;
  overflow-x: hidden;
  height: 100%; }
  body.nav_mobil_show {
    overflow: hidden; }

h1 {
  font-size: 48px;
  margin: 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 58px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 68px; } }

strong {
  font-weight: bold; }

.wpcf7-not-valid-tip {
  font-size: 14px; }

.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
  max-height: 260px !important; }

form[data-status="invalid"] {
  /* CF7 */
  /* END CF7 */ }
  form[data-status="invalid"] .fx-group-input {
    margin-bottom: 1.5rem; }
  form[data-status="invalid"] textarea ~ .wpcf7-not-valid-tip {
    padding: 0 16px; }

* {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.animation-arrow.animation-arrow--lr img {
  transform: translate(-100px, 100px);
  transition: all 1s; }

.animation-arrow.animation-arrow--lr-50 img {
  transform: translate(-50px, 50px);
  transition: all 1s; }

.animation-arrow.animation-arrow--lr-200 img {
  transform: translate(-200px, 200px);
  transition: all 1s; }

.animation-arrow.animation-arrow--lr-500 img {
  transform: translate(-500px, 500px);
  transition: all 1s; }

.animation-arrow.animation-arrow--active img {
  transform: translate(0px, 0px);
  transition: all 1s; }

.animation-figure.animation-figure--lr {
  transform: translate(-200px, 200px);
  transition: all 1s;
  opacity: 0; }

.animation-figure.animation-figure--after::after {
  transform: translate(100px, -100px);
  transition: all 1s;
  opacity: 0; }

.animation-figure.animation-figure--after::after {
  transform: translate(100px, -100px);
  transition: all 1s;
  opacity: 0; }

.animation-figure.animacion-figure-box::after {
  transform: translate(100px, -100px);
  transition: all 1s;
  opacity: 0; }

.animation-figure.animacion-figure-box::before {
  transform: translate(-100px, 100px);
  transition: all 1s;
  opacity: 0; }

.animation-figure.animation-figure--active, .animation-figure.animation-figure--active::after, .animation-figure.animation-figure--active::before {
  transform: translate(0px, 0px);
  transition: all 1s;
  opacity: 1; }

.lp-container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
  min-width: 200px;
  /* @media ($xxxs) {
          max-width: 294px;
          min-width: 254px;
      } */ }
  @media (min-width: 375px) {
    .lp-container {
      max-width: 339px;
      min-width: 294px; } }
  @media (min-width: 445px) {
    .lp-container {
      max-width: 380px;
      min-width: 340px; } }
  @media (min-width: 768px) {
    .lp-container {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 688px;
      min-width: 648px; } }
  @media (min-width: 992px) {
    .lp-container {
      max-width: 912px;
      min-width: 872px; } }
  @media (min-width: 1200px) {
    .lp-container {
      max-width: 1120px;
      min-width: 1080px; } }
  @media (min-width: 1280px) {
    .lp-container {
      max-width: 1220px;
      min-width: 1180px; } }
  @media (min-width: 1400px) {
    .lp-container {
      max-width: 1320px;
      min-width: 1280px; } }
  .lp-container--paddings {
    padding: 40px 10px 90px; }
    @media (min-width: 768px) {
      .lp-container--paddings {
        padding: 50px 10px; } }

.lp-container-full-mobile {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .lp-container-full-mobile {
      max-width: 912px;
      min-width: 872px; } }
  @media (min-width: 1200px) {
    .lp-container-full-mobile {
      max-width: 1120px;
      min-width: 1080px; } }
  @media (min-width: 1280px) {
    .lp-container-full-mobile {
      max-width: 1220px;
      min-width: 1180px; } }
  @media (min-width: 1400px) {
    .lp-container-full-mobile {
      max-width: 1320px;
      min-width: 1280px; } }
  .lp-container-full-mobile--paddings {
    padding: 40px 10px 90px; }
    @media (min-width: 768px) {
      .lp-container-full-mobile--paddings {
        padding: 50px 10px; } }

.lp-row {
  display: flex; }

.lp-progreso {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.img-fluid {
  width: 100%; }

.position-r {
  position: relative; }

.min-h-50 {
  min-height: 50vh; }

.lp-white-2 {
  background: #fafafa; }

/* [ ARROWS ] */
.big-arrow-center {
  position: absolute;
  width: 100vw;
  top: 346px;
  right: 0px;
  z-index: -1; }
  @media (min-width: 768px) {
    .big-arrow-center {
      top: 450px;
      right: 50px; } }
  @media (min-width: 992px) {
    .big-arrow-center {
      width: 90%;
      top: 238px;
      left: -150px;
      right: unset; } }
  @media (min-width: 1200px) {
    .big-arrow-center {
      width: 75%;
      top: 260px;
      left: -90px; } }
  .big-arrow-center .xs-arrow {
    width: 100%;
    max-width: 180px;
    position: absolute;
    top: 150px;
    right: 45px; }
    @media (min-width: 768px) {
      .big-arrow-center .xs-arrow {
        max-width: 280px;
        top: 96px;
        right: 12px; } }
    @media (min-width: 992px) {
      .big-arrow-center .xs-arrow {
        top: 223px;
        right: -155px; } }
    @media (min-width: 1200px) {
      .big-arrow-center .xs-arrow {
        top: 270px;
        right: -155px; } }

.corner-arrows {
  margin-top: 2rem;
  margin-bottom: 4rem;
  width: 100%;
  height: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .corner-arrows {
      margin-bottom: 0; } }
  .corner-arrows::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: linear-gradient(black, black), linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 10px 25px, 25px 10px, calc(100% - 8px) calc(100% - 8px);
    background-position: left bottom, left bottom, 4px 4px; }
    @media (min-width: 768px) {
      .corner-arrows::before {
        background-size: 15px 35px, 35px 15px, calc(100% - 8px) calc(100% - 8px);
        bottom: 0; } }
  .corner-arrows::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    right: 0;
    background-image: linear-gradient(black, black), linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 10px 25px, 25px 10px, calc(100% - 8px) calc(100% - 8px);
    background-position: right top, right top, 4px 4px;
    z-index: 0; }
    @media (min-width: 768px) {
      .corner-arrows::after {
        background-size: 15px 35px, 35px 15px, calc(100% - 8px) calc(100% - 8px);
        top: 0; } }

.banner__progreso {
  width: 100%;
  border-bottom: 2px solid black;
  min-height: 115px;
  padding: 0.83em 0; }
  @media (min-width: 768px) {
    .banner__progreso {
      min-height: 190px; } }
  .banner__progreso h2 {
    font-size: 35px;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .banner__progreso h2 {
        font-size: 45px; } }
    @media (min-width: 992px) {
      .banner__progreso h2 {
        font-size: 55px;
        letter-spacing: 15px; } }
    @media (min-width: 1200px) {
      .banner__progreso h2 {
        font-size: 50px;
        letter-spacing: 20px; } }
  .banner__progreso .title-inside {
    margin: 49px; }
    .banner__progreso .title-inside h2 {
      margin: 0; }
    .banner__progreso .title-inside .title-inside__sub {
      display: flex;
      align-items: center; }
      .banner__progreso .title-inside .title-inside__sub .figue {
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        background-image: linear-gradient(#F7CF46, #F7CF46), linear-gradient(to right, #F7CF46, #F7CF46);
        background-repeat: no-repeat;
        background-size: 3px 8px, 8px 3px, calc(100% - 8px) calc(100% - 8px);
        background-position: right top, right top, 4px 4px; }
        @media (min-width: 768px) {
          .banner__progreso .title-inside .title-inside__sub .figue {
            background-size: 5px 13px, 13px 5px, calc(100% - 8px) calc(100% - 8px); } }
        @media (min-width: 992px) {
          .banner__progreso .title-inside .title-inside__sub .figue {
            background-size: 3px 9px, 9px 3px, calc(100% - 8px) calc(100% - 8px); } }
        @media (min-width: 1200px) {
          .banner__progreso .title-inside .title-inside__sub .figue {
            background-size: 5px 13px, 13px 5px, calc(100% - 8px) calc(100% - 8px); } }
      .banner__progreso .title-inside .title-inside__sub h3 {
        margin: 0;
        color: #828788;
        font-size: 25px; }
        @media (min-width: 768px) {
          .banner__progreso .title-inside .title-inside__sub h3 {
            font-size: 20px; } }
        @media (min-width: 992px) {
          .banner__progreso .title-inside .title-inside__sub h3 {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .banner__progreso .title-inside .title-inside__sub h3 {
            font-size: 20px; } }
  .banner__progreso.banner__progreso--image {
    position: relative; }
    .banner__progreso.banner__progreso--image .lp-container {
      position: relative;
      z-index: 2;
      display: flex;
      height: 100%;
      flex-flow: column;
      justify-content: center;
      max-width: 300px;
      min-width: 200px; }
      @media (min-width: 375px) {
        .banner__progreso.banner__progreso--image .lp-container {
          max-width: 339px;
          min-width: 294px; } }
      @media (min-width: 992px) {
        .banner__progreso.banner__progreso--image .lp-container {
          max-width: 1220px;
          min-width: 1180px; } }
    .banner__progreso.banner__progreso--image h2 {
      margin: 0; }
    .banner__progreso.banner__progreso--image .image {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
      @media (min-width: 992px) {
        .banner__progreso.banner__progreso--image .image {
          right: 0;
          display: block; } }
      @media (min-width: 1280px) {
        .banner__progreso.banner__progreso--image .image {
          right: 0; } }
      .banner__progreso.banner__progreso--image .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 75%;
           object-position: 75%; }
        @media (min-width: 768px) {
          .banner__progreso.banner__progreso--image .image img {
            -o-object-position: right;
               object-position: right; } }
      .banner__progreso.banner__progreso--image .image::after {
        content: "";
        background: linear-gradient(to right, #fff 30%, #ffffff82);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        @media (min-width: 768px) {
          .banner__progreso.banner__progreso--image .image::after {
            background: linear-gradient(to right, #fff 30%, #ffffff29); } }
        @media (min-width: 1280px) {
          .banner__progreso.banner__progreso--image .image::after {
            background: linear-gradient(to right, #fff 10%, #ffffff29); } }
    .banner__progreso.banner__progreso--image .subtitle {
      margin: 0;
      color: #737373;
      padding-left: 1.6rem;
      position: relative;
      font-size: 14px; }
      @media (min-width: 375px) {
        .banner__progreso.banner__progreso--image .subtitle {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .banner__progreso.banner__progreso--image .subtitle {
          font-size: 19px; } }
      .banner__progreso.banner__progreso--image .subtitle::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 4px;
        padding: .5rem;
        background-image: linear-gradient(#F7CF46, #F7CF46), linear-gradient(to right, #F7CF46, #F7CF46);
        background-repeat: no-repeat;
        background-size: 6px 14px, 14px 6px, calc(100% - 8px) calc(100% - 8px);
        background-position: right top, right top, 4px 4px; }

/* [ MARGIN ] */
.mt-2 {
  margin-top: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.none {
  display: none !important; }

.text-700 {
  font-weight: 700; }

.color-red {
  color: #E52A1B; }

.font-sm {
  font-size: 13px; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  /* height: calc(1.5em + 0.75rem + 2px); */
  margin-bottom: 0; }
  .custom-file .cv {
    position: absolute; }
  .custom-file .custom-file-input {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    margin: 0;
    opacity: 0; }
  .custom-file .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .custom-file .custom-file-label button .mdc-button__label {
      color: black; }
  .custom-file br, .custom-file p {
    display: none; }
  .custom-file button {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px; }
    .custom-file button p {
      display: block; }
    .custom-file button .mdc-button__label {
      color: black; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.msg-file {
  position: absolute;
  top: -20px; }

.error {
  font-size: 14px; }

.wpcf7-response-output {
  color: #E52A1B; }

.mb-2 {
  margin-bottom: .75rem !important; }

.mt-2 {
  margin-top: .75rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.fx-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.fx-col {
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .fx-col {
      flex-basis: 0; } }

.fx-p p {
  display: none; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.justify-content-center {
  justify-content: center !important; }

.mdc-text-field br {
  display: none; }

.mdc-select {
  width: 100%; }
  .mdc-select br {
    display: none; }

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #F7CF46; }

.grecaptcha-badge {
  visibility: hidden !important; }

.small-none small {
  display: none; }

.grid {
  display: grid;
  /* [ MD ] */
  /* [ GAP ] */ }
  .grid.grid-col-2 {
    grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 992px) {
    .grid.grid-col--lg-3 {
      grid-template-columns: repeat(3, 1fr); } }
  .grid.grid-g-30 {
    grid-gap: 30px; }
  @media (min-width: 1200px) {
    .grid.grid-g--xl-50 {
      grid-gap: 50px; } }

header {
  z-index: 100;
  position: relative; }
  header .header-nav {
    background: #000000;
    box-shadow: 0px 3px 6px #4e4d4d;
    padding: 1rem 0; }
    header .header-nav .custom-logo-link {
      max-width: 200px; }
      @media (min-width: 768px) {
        header .header-nav .custom-logo-link {
          max-width: 250px; } }
      header .header-nav .custom-logo-link img {
        max-width: 100%;
        height: auto; }
    header .header-nav .flex {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header-nav .flex .logo-left {
        max-width: 150px; }
        @media (min-width: 768px) {
          header .header-nav .flex .logo-left {
            max-width: 250px; } }
        header .header-nav .flex .logo-left img {
          width: 100%; }
      header .header-nav .flex .icon-menu {
        width: 20px;
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(280deg) brightness(101%) contrast(107%);
        z-index: 15;
        cursor: pointer; }
        @media (min-width: 992px) {
          header .header-nav .flex .icon-menu {
            display: none; } }
        header .header-nav .flex .icon-menu .icon-bars-close {
          display: none; }
        header .header-nav .flex .icon-menu .icon-bars {
          display: block; }
      header .header-nav .flex .nav {
        position: absolute;
        top: -100vh;
        left: 0;
        width: 100%;
        height: 0;
        background: #000;
        transition: all .7s ease-out;
        z-index: 10; }
        @media (min-width: 992px) {
          header .header-nav .flex .nav {
            position: relative;
            height: auto;
            width: auto;
            top: unset;
            left: unset; } }
        header .header-nav .flex .nav.nav-active {
          top: 14px;
          height: 100vh;
          transition: all .7s ease-out; }
        header .header-nav .flex .nav ul {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          padding: 97px 0 0 0;
          height: 100%; }
          @media (min-width: 992px) {
            header .header-nav .flex .nav ul {
              flex-direction: row;
              justify-content: initial;
              padding: 0; } }
          header .header-nav .flex .nav ul .nav__item {
            position: relative; }
            header .header-nav .flex .nav ul .nav__item a {
              color: white;
              text-transform: uppercase;
              font-size: 18px;
              font-weight: 600;
              text-decoration: none; }
              header .header-nav .flex .nav ul .nav__item a:hover {
                color: #F7CF46; }
            header .header-nav .flex .nav ul .nav__item:not(:last-child) {
              margin-bottom: 2rem; }
              @media (min-width: 992px) {
                header .header-nav .flex .nav ul .nav__item:not(:last-child) {
                  margin-right: 4rem;
                  margin-bottom: 0; } }
            @media (min-width: 992px) {
              header .header-nav .flex .nav ul .nav__item.nav__item--active::after {
                content: '';
                width: 100%;
                height: 3px;
                background: #F7CF46;
                position: absolute;
                left: 0;
                bottom: -2px; } }
            header .header-nav .flex .nav ul .nav__item.nav_button a {
              background: #808080;
              color: white;
              padding: .5rem;
              border-radius: 3px;
              text-transform: uppercase;
              color: white;
              width: 170px;
              display: block;
              text-align: center; }
              @media (min-width: 992px) {
                header .header-nav .flex .nav ul .nav__item.nav_button a {
                  width: auto; } }
            header .header-nav .flex .nav ul .nav__item.nav_button.nav_button--yellow a {
              background: #F7CF46;
              color: black; }
        header .header-nav .flex .nav .nav_logo {
          width: 150px;
          position: absolute;
          bottom: 70px;
          left: 0;
          right: 0;
          margin: auto; }
          @media (min-width: 992px) {
            header .header-nav .flex .nav .nav_logo {
              display: none; } }
        header .header-nav .flex .nav.nav--flex {
          display: flex;
          flex-direction: column; }
          @media (min-width: 992px) {
            header .header-nav .flex .nav.nav--flex {
              flex-direction: row; } }
          header .header-nav .flex .nav.nav--flex ul:not(:last-child) {
            margin-bottom: 0;
            padding: 97px 0 0 0;
            height: auto; }
            @media (min-width: 992px) {
              header .header-nav .flex .nav.nav--flex ul:not(:last-child) {
                padding: 0 0 0 0;
                margin-right: 2rem; } }
          header .header-nav .flex .nav.nav--flex ul:last-child {
            margin-bottom: 2rem;
            padding: 0 0 0 0;
            height: 100%; }
            @media (min-width: 992px) {
              header .header-nav .flex .nav.nav--flex ul:last-child {
                margin-bottom: 0; } }
          header .header-nav .flex .nav.nav--flex ul .nav__item:not(:last-child) {
            margin-bottom: 2rem; }
            @media (min-width: 992px) {
              header .header-nav .flex .nav.nav--flex ul .nav__item:not(:last-child) {
                margin-right: 2rem;
                margin-bottom: 0; } }

footer {
  background-color: #000000;
  color: white;
  position: relative; }
  footer.footer {
    padding: 3rem 0; }
    @media (min-width: 768px) {
      footer.footer {
        padding: 3rem 0 2rem 0; } }
    @media (min-width: 992px) {
      footer.footer {
        padding: 3rem 0; } }
    footer.footer .footer__content {
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        footer.footer .footer__content {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start; } }
      footer.footer .footer__content .logo {
        margin-bottom: 2rem;
        max-width: 150px; }
        @media (min-width: 768px) {
          footer.footer .footer__content .logo {
            max-width: 250px; } }
        @media (min-width: 992px) {
          footer.footer .footer__content .logo {
            margin-bottom: 1rem; } }
        footer.footer .footer__content .logo img {
          width: 100%; }
      footer.footer .footer__content .rrss {
        max-width: 170px;
        width: 100%;
        padding: 1rem 0; }
        @media (min-width: 768px) {
          footer.footer .footer__content .rrss {
            max-width: 250px; } }
        footer.footer .footer__content .rrss ul {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          footer.footer .footer__content .rrss ul li a {
            text-decoration: none;
            border: 2px solid #F7CF46;
            border-radius: 50%;
            background: #000000;
            width: 23px;
            height: 23px;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media (min-width: 768px) {
              footer.footer .footer__content .rrss ul li a {
                width: 35px;
                height: 35px; } }
            footer.footer .footer__content .rrss ul li a img {
              width: 65%;
              height: 65%;
              filter: invert(98%) sepia(2%) saturate(261%) hue-rotate(11deg) brightness(122%) contrast(100%); }
    footer.footer .footer-primary {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
    footer.footer .footer-items .footer-items__item,
    footer.footer .footer-items .footer-items__item-lower {
      padding: 0;
      list-style: none;
      color: #fff; }
      footer.footer .footer-items .footer-items__item li,
      footer.footer .footer-items .footer-items__item li a,
      footer.footer .footer-items .footer-items__item-lower li,
      footer.footer .footer-items .footer-items__item-lower li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px; }
        @media (min-width: 768px) {
          footer.footer .footer-items .footer-items__item li,
          footer.footer .footer-items .footer-items__item li a,
          footer.footer .footer-items .footer-items__item-lower li,
          footer.footer .footer-items .footer-items__item-lower li a {
            font-size: 16px; } }
      footer.footer .footer-items .footer-items__item a:hover,
      footer.footer .footer-items .footer-items__item-lower a:hover {
        color: #F7CF46; }
    footer.footer .footer-items .footer-items__item {
      margin-top: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media (min-width: 992px) {
        footer.footer .footer-items .footer-items__item {
          display: block; } }
      footer.footer .footer-items .footer-items__item .title {
        width: 100%;
        font-weight: bold; }
      footer.footer .footer-items .footer-items__item .link:not(:last-child)::after {
        content: '\00B7';
        color: white;
        font-size: 23px;
        margin: 0 .5rem;
        line-height: 20px; }
        @media (min-width: 992px) {
          footer.footer .footer-items .footer-items__item .link:not(:last-child)::after {
            content: ''; } }
    footer.footer .footer-items .footer-items__item-lower {
      display: none; }
      @media (min-width: 992px) {
        footer.footer .footer-items .footer-items__item-lower {
          display: block; } }
    footer.footer .footer-items hr {
      border: 0 none #a9a9a9;
      border-top: 1px solid #a9a9a9;
      height: 1px;
      margin: 5px 0;
      display: block;
      clear: both; }
      footer.footer .footer-items hr.last-hr {
        display: none; }
        @media (min-width: 992px) {
          footer.footer .footer-items hr.last-hr {
            display: block; } }
    footer.footer .footer-contact {
      padding: 0;
      list-style: none;
      font-size: 15px; }
      @media (min-width: 992px) {
        footer.footer .footer-contact {
          display: none; } }
      footer.footer .footer-contact li {
        margin-bottom: 1rem; }
        footer.footer .footer-contact li a {
          font-size: 15px;
          color: white;
          text-decoration: none; }
          footer.footer .footer-contact li a:hover {
            color: #F7CF46; }

form .custom-field {
  margin-bottom: 20px; }

form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #A7881E; }

form .mdc-text-field--invalid.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: red; }

form .mdc-text-field {
  width: 100%;
  /* &:not(.mdc-text-field--disabled) .mdc-floating-label {
         font-size: 13px;
         @media($md){
            font-size: 16px;
         }
      } */ }
  form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    caret-color: #F7CF46; }
  form .mdc-text-field--filled .mdc-line-ripple::after {
    border-bottom-color: #F7CF46; }
  form .mdc-text-field--filled.mdc-floating-label--float-above {
    color: #F7CF46 !important; }
  form .mdc-text-field .wpcf7-form-control-wrap {
    height: 100%; }

form .mdc-form-field {
  width: 100%;
  margin-bottom: 25px; }
  form .mdc-form-field > label {
    font-family: 'SFProText-Bold';
    font-size: 13px;
    color: black;
    width: 100%;
    margin-right: 0;
    line-height: 14px; }
    @media (min-width: 768px) {
      form .mdc-form-field > label {
        font-size: 12px; } }
    form .mdc-form-field > label > small {
      color: #9C9C9C;
      font-size: 11px;
      line-height: 11px; }
      @media (min-width: 768px) {
        form .mdc-form-field > label > small {
          font-size: 10px; } }
  form .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
    border-color: #747474; }
  form .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before, form .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before, form .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background::before {
    background-color: #707070; }
  form .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
    background-color: #707070;
    border-color: #747474; }

form .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled),
form .mdc-touch-target-wrapper .mdc-button--raised:disabled,
form .mdc-touch-target-wrapper .mdc-button--unelevated:disabled {
  width: 100%;
  text-align: center;
  padding: 1.3rem 0; }
  form .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled) .mdc-button__label,
  form .mdc-touch-target-wrapper .mdc-button--raised:disabled .mdc-button__label,
  form .mdc-touch-target-wrapper .mdc-button--unelevated:disabled .mdc-button__label {
    font-size: 20px;
    font-weight: 600; }

form .mdc-text-field__icon {
  outline: none; }

form .recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem; }

form .mdc-select {
  width: 100%; }
  form .mdc-select br {
    display: none; }
  form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #F7CF46; }

.resetting .wpcf7-response-output, .sent .wpcf7-response-output {
  color: #46b450; }

.custom-form .custom-item > p {
  margin: 0; }

.custom-form .custom-form__content {
  width: 100%;
  margin-bottom: 1rem; }

.custom-form .custom-input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-sizing: border-box; }
  .custom-form .custom-input:focus {
    outline: none; }
  .custom-form .custom-input.custom-input--file {
    width: 70%;
    display: none; }
  .custom-form .custom-input.custom-input--file-text {
    margin-right: .5rem; }

.custom-form .custom-form__content--file {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .custom-form .custom-form__content--file .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled),
  .custom-form .custom-form__content--file .mdc-touch-target-wrapper .mdc-button--raised:disabled,
  .custom-form .custom-form__content--file .mdc-touch-target-wrapper .mdc-button--unelevated:disabled {
    width: 100%;
    padding: 1.3rem 1.3rem; }
    .custom-form .custom-form__content--file .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled) .mdc-button__label,
    .custom-form .custom-form__content--file .mdc-touch-target-wrapper .mdc-button--raised:disabled .mdc-button__label,
    .custom-form .custom-form__content--file .mdc-touch-target-wrapper .mdc-button--unelevated:disabled .mdc-button__label {
      font-size: 16px;
      text-transform: none; }

.custom-form input[type='radio']:after {
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-sizing: border-box; }

.custom-form input[type='radio']:checked:after {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: white;
  display: inline-block;
  visibility: visible;
  border: 5px solid #F7CF46;
  box-sizing: border-box; }

.custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--raised:not(:disabled),
.custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--raised:disabled,
.custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--unelevated:disabled {
  width: 60%; }
  @media (min-width: 1200px) {
    .custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--raised:not(:disabled),
    .custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--raised:disabled,
    .custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--unelevated:disabled {
      width: 50%; } }
  .custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--raised:not(:disabled) .mdc-button__label,
  .custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--raised:disabled .mdc-button__label,
  .custom-form .mdc-touch-target-wrapper button[type='submit'].mdc-button--unelevated:disabled .mdc-button__label {
    text-transform: none; }

.custom-form.custom-form--grid-2 form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px 50px; }
  @media (min-width: 992px) {
    .custom-form.custom-form--grid-2 form {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px 50px; } }

.required {
  border-color: #E52A1B !important; }

aside {
  padding: 4rem 0;
  width: 30%;
  max-width: 400px;
  display: none;
  overflow: hidden; }
  @media (min-width: 992px) {
    aside {
      display: block; } }
  aside .aside__container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto 8rem auto;
    width: 100%;
    max-width: 270px;
    min-width: 200px;
    position: relative; }
  aside .aside__button:not(:last-child) {
    margin-bottom: 2rem; }
  aside .aside__button .mdc-touch-target-wrapper a.mdc-button {
    text-transform: none;
    min-width: 275px;
    text-align: left;
    padding: 1.7rem 0.8rem 1.7rem 0.8rem; }
    @media (min-width: 1400px) {
      aside .aside__button .mdc-touch-target-wrapper a.mdc-button {
        min-width: 296px; } }
    aside .aside__button .mdc-touch-target-wrapper a.mdc-button.mdc-button--full {
      min-width: 275px;
      padding: 1.7rem .5rem 1.7rem 1rem; }
    aside .aside__button .mdc-touch-target-wrapper a.mdc-button .mdc-button__label {
      width: 100%;
      font-size: 20px; }
      @media (min-width: 1400px) {
        aside .aside__button .mdc-touch-target-wrapper a.mdc-button .mdc-button__label {
          font-size: 22px; } }
  aside .arrow {
    position: absolute;
    bottom: -250px;
    left: -60px;
    width: 60%; }

.section {
  position: relative; }
  .section.section-progreso {
    padding: 8rem 0 5rem 0; }
    @media (min-width: 768px) {
      .section.section-progreso {
        padding: 9rem 0; } }
    .section.section-progreso .section-progreso__content {
      margin: auto;
      padding: 3rem 1rem;
      border: 1px solid #000;
      border-left-color: #0000;
      box-shadow: 14px 14px 0px black; }
      @media (min-width: 768px) {
        .section.section-progreso .section-progreso__content {
          max-width: 600px;
          padding: 5rem 1rem; } }
      @media (min-width: 992px) {
        .section.section-progreso .section-progreso__content {
          max-width: 800px;
          padding: 5rem 3rem; } }
      @media (min-width: 1200px) {
        .section.section-progreso .section-progreso__content {
          max-width: 900px;
          padding: 6.5rem 5rem; } }
      @media (min-width: 1400px) {
        .section.section-progreso .section-progreso__content {
          max-width: 1000px; } }
      .section.section-progreso .section-progreso__content .grid {
        position: relative;
        z-index: 10; }
      .section.section-progreso .section-progreso__content .arrows {
        width: 65vw;
        position: absolute;
        top: 50px;
        left: -5px;
        z-index: 2; }
        @media (min-width: 768px) {
          .section.section-progreso .section-progreso__content .arrows {
            width: 50vw;
            max-width: 440px;
            top: 100px; } }
        @media (min-width: 992px) {
          .section.section-progreso .section-progreso__content .arrows {
            width: 30vw; } }
        .section.section-progreso .section-progreso__content .arrows .xs-arrow {
          position: absolute;
          top: -100px;
          right: -120px;
          width: 100%;
          max-width: 180px; }
          @media (min-width: 768px) {
            .section.section-progreso .section-progreso__content .arrows .xs-arrow {
              top: -150px;
              right: -200px;
              max-width: 220px; } }
        .section.section-progreso .section-progreso__content .arrows .big-arrow {
          width: 100%;
          position: relative; }
          .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text {
            color: #000;
            text-align: left;
            text-transform: uppercase;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 84%;
            height: 25%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles {
              position: relative; }
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title-sm {
                font-size: 9px;
                font-weight: 500; }
                @media (min-width: 768px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title-sm {
                    font-size: 12px; } }
                @media (min-width: 1200px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title-sm {
                    font-size: 15px; } }
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title {
                font-size: 19px;
                letter-spacing: 8px;
                font-weight: 500;
                line-height: 17px;
                margin: 0; }
                @media (min-width: 768px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title {
                    font-size: 32px;
                    letter-spacing: 12px;
                    line-height: 30px; } }
                @media (min-width: 992px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title {
                    font-size: 25px;
                    line-height: 22px; } }
                @media (min-width: 1200px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .title {
                    font-size: 35px;
                    line-height: 30px; } }
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .symbol {
                position: absolute;
                left: -20px;
                bottom: -20px;
                padding: .5rem;
                background-image: linear-gradient(black, black), linear-gradient(to right, black, black);
                background-repeat: no-repeat;
                background-size: 3px 8px, 8px 3px, calc(100% - 8px) calc(100% - 8px);
                background-position: right top, right top, 4px 4px; }
                @media (min-width: 768px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .symbol {
                    background-size: 5px 13px, 13px 5px, calc(100% - 8px) calc(100% - 8px); } }
                @media (min-width: 992px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .symbol {
                    background-size: 3px 9px, 9px 3px, calc(100% - 8px) calc(100% - 8px); } }
                @media (min-width: 1200px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles .symbol {
                    background-size: 5px 13px, 13px 5px, calc(100% - 8px) calc(100% - 8px); } }
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .title-sm,
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .title {
                color: white; }
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .title {
                font-size: 19px;
                letter-spacing: 6px;
                line-height: 17px; }
                @media (min-width: 768px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .title {
                    font-size: 28px;
                    letter-spacing: 10px;
                    line-height: 30px; } }
                @media (min-width: 992px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .title {
                    font-size: 20px;
                    line-height: 22px; } }
                @media (min-width: 1200px) {
                  .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .title {
                    font-size: 30px; } }
              .section.section-progreso .section-progreso__content .arrows .big-arrow .content_text .content_text__titles.content_text__titles--white .symbol {
                background-image: linear-gradient(white, white), linear-gradient(to right, white, white); }
        .section.section-progreso .section-progreso__content .arrows .sm-arrow {
          display: none; }
          @media (min-width: 992px) {
            .section.section-progreso .section-progreso__content .arrows .sm-arrow {
              display: block;
              position: absolute;
              width: 38%;
              left: 0;
              bottom: -35px; } }
          @media (min-width: 1200px) {
            .section.section-progreso .section-progreso__content .arrows .sm-arrow {
              bottom: -40px; } }
    .section.section-progreso .section-progreso__button {
      display: flex;
      justify-content: center;
      align-items: center; }
      .section.section-progreso .section-progreso__button button.mdc-button,
      .section.section-progreso .section-progreso__button a.mdc-button {
        min-width: 135px;
        font-size: 12px;
        padding: 1rem .5rem; }
        @media (min-width: 768px) {
          .section.section-progreso .section-progreso__button button.mdc-button,
          .section.section-progreso .section-progreso__button a.mdc-button {
            min-width: 225px;
            font-size: 18px;
            padding: 1.7rem .5rem; } }
        @media (min-width: 1200px) {
          .section.section-progreso .section-progreso__button button.mdc-button,
          .section.section-progreso .section-progreso__button a.mdc-button {
            min-width: 260px;
            font-size: 22px; } }
  .section.section-company {
    background: #000;
    padding-bottom: 5rem;
    overflow: hidden;
    z-index: 10; }
    @media (min-width: 992px) {
      .section.section-company .section-company__grid {
        display: grid;
        grid-template-columns: 65% 30%;
        grid-gap: 60px; } }
    .section.section-company .section-company__info {
      position: relative;
      padding-top: 5rem;
      z-index: 10; }
      @media (min-width: 1200px) {
        .section.section-company .section-company__info {
          width: 90%; } }
      .section.section-company .section-company__info .custom-content {
        padding: 1rem 0;
        width: 90%; }
        @media (min-width: 992px) {
          .section.section-company .section-company__info .custom-content {
            width: 100%; } }
        .section.section-company .section-company__info .custom-content--right {
          width: 90%;
          position: relative;
          right: -50px;
          margin-left: auto; }
          @media (min-width: 992px) {
            .section.section-company .section-company__info .custom-content--right {
              right: -100px;
              width: 70%; } }
      .section.section-company .section-company__info .title {
        color: #F7CF46;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .section.section-company .section-company__info .title {
            font-size: 60px; } }
      .section.section-company .section-company__info .content_text {
        display: flex; }
        .section.section-company .section-company__info .content_text .figue {
          width: 20%;
          background-image: linear-gradient(white, white), linear-gradient(to right, white, white);
          background-repeat: no-repeat;
          background-size: 3px 8px, 8px 3px, calc(100% - 8px) calc(100% - 8px);
          background-position: right top, right top, 4px 4px; }
          @media (min-width: 768px) {
            .section.section-company .section-company__info .content_text .figue {
              background-size: 5px 13px, 13px 5px, calc(100% - 8px) calc(100% - 8px); } }
          @media (min-width: 992px) {
            .section.section-company .section-company__info .content_text .figue {
              width: 15%;
              background-size: 3px 9px, 9px 3px, calc(100% - 8px) calc(100% - 8px); } }
          @media (min-width: 1200px) {
            .section.section-company .section-company__info .content_text .figue {
              background-size: 5px 13px, 13px 5px, calc(100% - 8px) calc(100% - 8px); } }
        .section.section-company .section-company__info .content_text .text {
          width: 70%;
          color: white;
          text-align: left;
          padding-left: .5rem;
          font-size: 11px; }
          @media (min-width: 768px) {
            .section.section-company .section-company__info .content_text .text {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .section.section-company .section-company__info .content_text .text {
              width: 85%; } }
        .section.section-company .section-company__info .content_text.content_text--sm .figue {
          width: 20%; }
          @media (min-width: 992px) {
            .section.section-company .section-company__info .content_text.content_text--sm .figue {
              width: 5%; } }
        .section.section-company .section-company__info .content_text.content_text--sm .text {
          width: 70%; }
          @media (min-width: 992px) {
            .section.section-company .section-company__info .content_text.content_text--sm .text {
              width: 95%; } }
    @media (min-width: 1200px) {
      .section.section-company .section-company__image {
        position: relative; } }
    .section.section-company .section-company__image .image-sm {
      position: absolute;
      width: 500px;
      top: -55px;
      left: 0;
      z-index: 0; }
      @media (min-width: 992px) {
        .section.section-company .section-company__image .image-sm {
          display: none; } }
    .section.section-company .section-company__image .image-xl {
      display: none; }
      @media (min-width: 992px) {
        .section.section-company .section-company__image .image-xl {
          display: block;
          position: absolute;
          width: 600px;
          top: -60px;
          right: -100px;
          z-index: 0; } }
      @media (min-width: 1200px) {
        .section.section-company .section-company__image .image-xl {
          top: -60px;
          left: -200px;
          right: unset; } }
    .section.section-company .section-company__image .arrow {
      position: absolute;
      width: 100%;
      top: -90px;
      left: 0; }
  .section.section-directory {
    padding: 8rem 0 5rem 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .section.section-directory {
        padding: 9rem 0 6rem; } }
    .section.section-directory .section-directory__content {
      margin: auto;
      padding: 3rem 1rem;
      border: 1px solid #000;
      background: #fff;
      position: relative; }
      @media (min-width: 768px) {
        .section.section-directory .section-directory__content {
          max-width: 600px;
          padding: 5rem 1rem; } }
      @media (min-width: 992px) {
        .section.section-directory .section-directory__content {
          position: unset;
          max-width: 800px;
          padding: 5rem 3rem; } }
      @media (min-width: 1200px) {
        .section.section-directory .section-directory__content {
          max-width: 900px;
          padding: 6.5rem 5rem; } }
      @media (min-width: 1400px) {
        .section.section-directory .section-directory__content {
          max-width: 1000px; } }
    .section.section-directory::before {
      content: '';
      width: 70%;
      height: 180px;
      background: #000;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; }
      @media (min-width: 992px) {
        .section.section-directory::before {
          width: 40%; } }
    .section.section-directory .image-content {
      position: relative;
      max-width: 100%;
      margin-left: 7rem;
      z-index: 5; }
      @media (min-width: 768px) {
        .section.section-directory .image-content {
          margin-left: 14rem; } }
      @media (min-width: 992px) {
        .section.section-directory .image-content {
          z-index: 1;
          max-width: 50%;
          margin-left: 9rem; } }
      .section.section-directory .image-content .image {
        width: 100%; }
        .section.section-directory .image-content .image .image-lg {
          display: none; }
          @media (min-width: 992px) {
            .section.section-directory .image-content .image .image-lg {
              display: block; } }
        @media (min-width: 992px) {
          .section.section-directory .image-content .image .image-sm {
            display: none; } }
      .section.section-directory .image-content .figue {
        position: absolute;
        top: -5px;
        right: -5px;
        padding: .5rem;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(#F7CF46, #F7CF46), linear-gradient(to right, #F7CF46, #F7CF46);
        background-repeat: no-repeat;
        background-size: 15px 35px, 35px 15px, calc(100% - 8px) calc(100% - 8px);
        background-position: right top, right top, 4px 4px; }
        @media (min-width: 768px) {
          .section.section-directory .image-content .figue {
            background-size: 25px 65px, 65px 25px, calc(100% - 8px) calc(100% - 8px);
            top: -10px;
            right: -10px; } }
        @media (min-width: 992px) {
          .section.section-directory .image-content .figue {
            background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #fff, #fff); } }
    .section.section-directory .info {
      background: #F7CF46;
      padding: 4rem 1rem 2rem 5.5rem;
      color: #000;
      font-weight: 500;
      font-size: 10px;
      position: relative;
      top: -40px;
      left: -100px;
      width: 100%;
      max-width: 90%; }
      @media (min-width: 768px) {
        .section.section-directory .info {
          padding: 6rem 5rem 4rem 6rem;
          font-size: 14px;
          max-width: 70%; } }
      @media (min-width: 992px) {
        .section.section-directory .info {
          position: absolute;
          top: 100px;
          right: 0;
          left: unset;
          padding: 3rem 2rem 3rem 4rem;
          max-width: 30%;
          z-index: 0; } }
      @media (min-width: 1200px) {
        .section.section-directory .info {
          padding: 5rem 4rem 4rem 9rem;
          max-width: 32%; } }
    .section.section-directory .arrows {
      width: 50vw;
      position: absolute;
      top: 100px;
      left: -5px;
      z-index: 2; }
      @media (min-width: 768px) {
        .section.section-directory .arrows {
          max-width: 440px;
          top: 100px; } }
      @media (min-width: 992px) {
        .section.section-directory .arrows {
          width: 30vw; } }
      .section.section-directory .arrows .big-arrow {
        width: 100%;
        position: relative; }
        .section.section-directory .arrows .big-arrow .content_text {
          color: #000;
          text-align: left;
          text-transform: uppercase;
          position: absolute;
          top: 0px;
          right: 0px;
          width: 84%;
          height: 25%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .section.section-directory .arrows .big-arrow .content_text .content_text__titles {
            position: relative; }
            .section.section-directory .arrows .big-arrow .content_text .content_text__titles .title {
              font-size: 12px;
              letter-spacing: 5px;
              font-weight: 500;
              margin: 0;
              color: white; }
              @media (min-width: 768px) {
                .section.section-directory .arrows .big-arrow .content_text .content_text__titles .title {
                  font-size: 30px;
                  letter-spacing: 8px; } }
              @media (min-width: 992px) {
                .section.section-directory .arrows .big-arrow .content_text .content_text__titles .title {
                  font-size: 20px; } }
              @media (min-width: 1200px) {
                .section.section-directory .arrows .big-arrow .content_text .content_text__titles .title {
                  font-size: 30px; } }
  .section.section-map {
    z-index: 0;
    top: -10px; }
    .section.section-map .section-map__higher {
      display: flex;
      justify-content: space-between; }
      .section.section-map .section-map__higher .arrows {
        width: 100%;
        max-width: 270px;
        position: absolute;
        top: 100px;
        left: -50px;
        z-index: 2;
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          .section.section-map .section-map__higher .arrows {
            max-width: 440px; } }
        @media (min-width: 992px) {
          .section.section-map .section-map__higher .arrows {
            max-width: 640px; } }
        @media (min-width: 1200px) {
          .section.section-map .section-map__higher .arrows {
            flex-direction: row;
            max-width: initial; } }
        .section.section-map .section-map__higher .arrows .big-arrow {
          width: 100%;
          position: relative; }
          @media (min-width: 992px) {
            .section.section-map .section-map__higher .arrows .big-arrow {
              max-width: 640px; } }
          @media (min-width: 1200px) {
            .section.section-map .section-map__higher .arrows .big-arrow {
              width: 50vw;
              left: -30px; } }
          .section.section-map .section-map__higher .arrows .big-arrow .content_text {
            color: #000;
            text-align: left;
            text-transform: uppercase;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 64%;
            height: 20%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .section.section-map .section-map__higher .arrows .big-arrow .content_text .content_text__titles {
              position: relative; }
              .section.section-map .section-map__higher .arrows .big-arrow .content_text .content_text__titles .title {
                font-size: 14px;
                letter-spacing: 2px;
                font-weight: 500;
                margin: 0;
                /* @media($lg){
                           font-size: 25px;
                        } */ }
                @media (min-width: 768px) {
                  .section.section-map .section-map__higher .arrows .big-arrow .content_text .content_text__titles .title {
                    font-size: 25px;
                    letter-spacing: 7px; } }
                @media (min-width: 1200px) {
                  .section.section-map .section-map__higher .arrows .big-arrow .content_text .content_text__titles .title {
                    font-size: 30px; } }
            .section.section-map .section-map__higher .arrows .big-arrow .content_text .box {
              background: #000;
              width: 40px;
              height: 40px;
              position: absolute;
              top: 35px;
              left: -25px; }
              @media (min-width: 768px) {
                .section.section-map .section-map__higher .arrows .big-arrow .content_text .box {
                  top: 70px;
                  left: -60px;
                  width: 80px;
                  height: 80px; } }
              @media (min-width: 1200px) {
                .section.section-map .section-map__higher .arrows .big-arrow .content_text .box {
                  left: -80px;
                  width: 100px;
                  height: 100px; } }
      .section.section-map .section-map__higher .zona {
        max-width: 200px;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: -140px; }
        @media (min-width: 768px) {
          .section.section-map .section-map__higher .zona {
            max-width: 350px;
            bottom: -160px; } }
        @media (min-width: 992px) {
          .section.section-map .section-map__higher .zona {
            bottom: 0; } }
        @media (min-width: 1200px) {
          .section.section-map .section-map__higher .zona {
            position: unset; } }
        .section.section-map .section-map__higher .zona .zona__header {
          padding: .4rem;
          border: 1px solid black;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: column;
          background: white; }
          @media (min-width: 768px) {
            .section.section-map .section-map__higher .zona .zona__header {
              flex-direction: row;
              padding: .75rem; } }
          .section.section-map .section-map__higher .zona .zona__header .title {
            width: 100%;
            font-size: 7px;
            line-height: 13px;
            margin-bottom: .3rem; }
            @media (min-width: 375px) {
              .section.section-map .section-map__higher .zona .zona__header .title {
                font-size: 11px; } }
            @media (min-width: 768px) {
              .section.section-map .section-map__higher .zona .zona__header .title {
                width: 50%;
                font-size: 12px;
                margin-bottom: 0; } }
          .section.section-map .section-map__higher .zona .zona__header .input {
            width: 100%; }
            @media (min-width: 768px) {
              .section.section-map .section-map__higher .zona .zona__header .input {
                width: 50%; } }
            .section.section-map .section-map__higher .zona .zona__header .input .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
              color: #F7CF46; }
            .section.section-map .section-map__higher .zona .zona__header .input .mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .section.section-map .section-map__higher .zona .zona__header .input .mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
              transform: translateY(-23.75px) scale(0.75); }
              @media (min-width: 768px) {
                .section.section-map .section-map__higher .zona .zona__header .input .mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .section.section-map .section-map__higher .zona .zona__header .input .mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
                  transform: translateY(-34.75px) scale(0.75); } }
            .section.section-map .section-map__higher .zona .zona__header .input .mdc-select--outlined {
              width: 100%; }
              @media (min-width: 768px) {
                .section.section-map .section-map__higher .zona .zona__header .input .mdc-select--outlined {
                  width: auto; } }
            .section.section-map .section-map__higher .zona .zona__header .input .mdc-select__anchor {
              width: 100%;
              height: 35px; }
              @media (min-width: 768px) {
                .section.section-map .section-map__higher .zona .zona__header .input .mdc-select__anchor {
                  width: 150px;
                  height: 56px; } }
            .section.section-map .section-map__higher .zona .zona__header .input .mdc-floating-label {
              font-size: 8px; }
              @media (min-width: 375px) {
                .section.section-map .section-map__higher .zona .zona__header .input .mdc-floating-label {
                  font-size: 11px; } }
              @media (min-width: 768px) {
                .section.section-map .section-map__higher .zona .zona__header .input .mdc-floating-label {
                  font-size: 16px; } }
            .section.section-map .section-map__higher .zona .zona__header .input .mdc-list-item__text {
              font-size: 12px; }
              @media (min-width: 768px) {
                .section.section-map .section-map__higher .zona .zona__header .input .mdc-list-item__text {
                  font-size: 16px; } }
        .section.section-map .section-map__higher .zona .zona__body {
          padding: .75rem 0;
          margin: .75rem 0;
          border: 1px solid black;
          width: 100%;
          height: 150px;
          background: #fff;
          overflow: auto; }
          @media (min-width: 768px) {
            .section.section-map .section-map__higher .zona .zona__body {
              height: 200px; } }
          @media (min-width: 1200px) {
            .section.section-map .section-map__higher .zona .zona__body {
              height: 300px; } }
          .section.section-map .section-map__higher .zona .zona__body .zona-default {
            padding: 0 .4rem;
            font-size: 10px; }
            @media (min-width: 768px) {
              .section.section-map .section-map__higher .zona .zona__body .zona-default {
                font-size: 14px; } }
            @media (min-width: 1200px) {
              .section.section-map .section-map__higher .zona .zona__body .zona-default {
                display: none; } }
            .section.section-map .section-map__higher .zona .zona__body .zona-default.notactive {
              display: none; }
          .section.section-map .section-map__higher .zona .zona__body .zone {
            display: none;
            padding: 0 .4rem;
            height: 130px; }
            @media (min-width: 768px) {
              .section.section-map .section-map__higher .zona .zona__body .zone {
                height: 180px; } }
            @media (min-width: 1200px) {
              .section.section-map .section-map__higher .zona .zona__body .zone {
                height: 280px; } }
            .section.section-map .section-map__higher .zona .zona__body .zone.active {
              display: block; }
            .section.section-map .section-map__higher .zona .zona__body .zone .item__zone {
              display: flex;
              justify-content: flex-start;
              align-items: flex-start;
              flex-direction: column;
              padding-bottom: 1rem;
              border-bottom: 2px solid gray;
              margin-bottom: 1rem; }
              .section.section-map .section-map__higher .zona .zona__body .zone .item__zone a, .section.section-map .section-map__higher .zona .zona__body .zone .item__zone span {
                color: #575756;
                text-decoration: none;
                font-size: 10px; }
                @media (min-width: 768px) {
                  .section.section-map .section-map__higher .zona .zona__body .zone .item__zone a, .section.section-map .section-map__higher .zona .zona__body .zone .item__zone span {
                    font-size: 14px; } }
              .section.section-map .section-map__higher .zona .zona__body .zone .item__zone .name__zone {
                font-weight: 600;
                color: #575756;
                font-size: 10px; }
                @media (min-width: 768px) {
                  .section.section-map .section-map__higher .zona .zona__body .zone .item__zone .name__zone {
                    font-size: 14px; } }
              .section.section-map .section-map__higher .zona .zona__body .zone .item__zone .address__zone {
                color: #575756;
                font-size: 10px; }
                @media (min-width: 768px) {
                  .section.section-map .section-map__higher .zona .zona__body .zone .item__zone .address__zone {
                    font-size: 14px; } }
              .section.section-map .section-map__higher .zona .zona__body .zone .item__zone .link-map {
                text-decoration: underline;
                font-size: 8px; }
                @media (min-width: 768px) {
                  .section.section-map .section-map__higher .zona .zona__body .zone .item__zone .link-map {
                    font-size: 12px; } }
        .section.section-map .section-map__higher .zona .zona__footer {
          display: none; }
          @media (min-width: 1200px) {
            .section.section-map .section-map__higher .zona .zona__footer {
              display: block; } }
      .section.section-map .section-map__higher .image-map {
        position: relative;
        top: 0px;
        right: -120px;
        max-width: 300px; }
        @media (min-width: 768px) {
          .section.section-map .section-map__higher .image-map {
            max-width: 450px; } }
        @media (min-width: 1800px) {
          .section.section-map .section-map__higher .image-map {
            max-width: 500px;
            right: -320px; } }
    .section.section-map .section-map__lower {
      position: relative;
      z-index: 2; }
      @media (min-width: 1200px) {
        .section.section-map .section-map__lower {
          top: -200px; } }
      .section.section-map .section-map__lower .image-arrow {
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%;
        z-index: -2; }
        @media (min-width: 768px) {
          .section.section-map .section-map__lower .image-arrow {
            top: 50px; } }
        @media (min-width: 992px) {
          .section.section-map .section-map__lower .image-arrow {
            top: 100px;
            width: 60%; } }
        @media (min-width: 1200px) {
          .section.section-map .section-map__lower .image-arrow {
            top: 200px; } }
  .section.section-inside {
    width: 100%;
    padding: 2rem 1rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 13px;
    /* [ Progreso.php ] */ }
    @media (min-width: 768px) {
      .section.section-inside {
        margin-bottom: 0;
        padding: 4rem 2rem 2rem;
        max-width: 700px; } }
    @media (min-width: 992px) {
      .section.section-inside {
        width: 70%;
        padding: 4rem 0 2rem;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .section.section-inside {
        max-width: none; } }
    .section.section-inside .section-inside__content {
      display: none;
      position: relative; }
      .section.section-inside .section-inside__content.active {
        display: block; }
      .section.section-inside .section-inside__content .content_wrapper h4, .section.section-inside .section-inside__content .content_wrapper h5, .section.section-inside .section-inside__content .content_wrapper h2, .section.section-inside .section-inside__content .content_wrapper h1 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        color: #F7CF46;
        margin-bottom: 0; }
        .section.section-inside .section-inside__content .content_wrapper h4 b, .section.section-inside .section-inside__content .content_wrapper h5 b, .section.section-inside .section-inside__content .content_wrapper h2 b, .section.section-inside .section-inside__content .content_wrapper h1 b {
          font-weight: bold; }
      .section.section-inside .section-inside__content .content_wrapper ul.ol {
        padding-left: 1.4rem; }
      .section.section-inside .section-inside__content .content_wrapper a {
        color: #F7CF46; }
    .section.section-inside .title {
      display: flex;
      align-items: flex-end;
      max-width: 85%; }
      @media (min-width: 992px) {
        .section.section-inside .title {
          max-width: 75%; } }
      .section.section-inside .title .arrow {
        width: 30px; }
        @media (min-width: 768px) {
          .section.section-inside .title .arrow {
            width: 40px; } }
      .section.section-inside .title h1 {
        margin-left: 1rem;
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .section.section-inside .title h1 {
            font-size: 30px; } }
    .section.section-inside hr {
      margin-top: 1.3rem;
      margin-bottom: 2rem; }
    .section.section-inside article {
      margin-bottom: 1.8rem; }
      @media (min-width: 768px) {
        .section.section-inside article {
          margin-bottom: 0;
          padding-right: 2rem; } }
      @media (min-width: 768px) {
        .section.section-inside article:not(:last-child) {
          margin-bottom: 2rem; } }
      .section.section-inside article .title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: .8rem; }
        .section.section-inside article .title.title--yellow {
          color: #F7CF46; }
        .section.section-inside article .title.title--mb0 {
          margin-bottom: 0; }
      .section.section-inside article .subtitle {
        font-weight: 400; }
      .section.section-inside article .content {
        padding: 1.5rem 4rem 1.5rem 2rem;
        position: relative; }
        .section.section-inside article .content.content--color {
          background: #F7CF46; }
        .section.section-inside article .content.content--simple {
          padding: 0 0 1.3rem; }
          @media (min-width: 768px) {
            .section.section-inside article .content.content--simple {
              padding: 1.5rem 0 2rem; } }
          .section.section-inside article .content.content--simple p {
            margin: 0; }
        .section.section-inside article .content.content--figure::after {
          content: '';
          position: absolute;
          top: -5px;
          right: -5px;
          width: 50%;
          height: 100%;
          background-image: linear-gradient(black, black), linear-gradient(to right, black, black);
          background-repeat: no-repeat;
          background-size: 15px 35px, 35px 15px, calc(100% - 8px) calc(100% - 8px);
          background-position: right top, right top, 4px 4px; }
          @media (min-width: 768px) {
            .section.section-inside article .content.content--figure::after {
              background-size: 15px 35px, 35px 15px, calc(100% - 8px) calc(100% - 8px); } }
      .section.section-inside article .list {
        padding-left: 20px;
        margin-top: 0;
        font-weight: bold; }
        .section.section-inside article .list li {
          font-weight: bold; }
    .section.section-inside .boxs-benefit {
      padding: .5rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 80px 20px; }
      @media (min-width: 768px) {
        .section.section-inside .boxs-benefit {
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 100px 50px;
          padding: 3rem; } }
      .section.section-inside .boxs-benefit .box {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center; }
        .section.section-inside .boxs-benefit .box .title {
          color: #F7CF46;
          font-size: 20px;
          font-weight: bold;
          text-align: center;
          display: block;
          line-height: 25px;
          margin-bottom: .5rem; }
          @media (min-width: 768px) {
            .section.section-inside .boxs-benefit .box .title {
              font-size: 30px;
              line-height: 35px; } }
        .section.section-inside .boxs-benefit .box .text {
          text-align: center;
          position: relative;
          font-weight: bold;
          font-size: 11px; }
          @media (min-width: 768px) {
            .section.section-inside .boxs-benefit .box .text {
              font-size: 16px; } }
          .section.section-inside .boxs-benefit .box .text::after {
            content: '';
            position: absolute;
            bottom: -15px;
            right: 0;
            left: 0;
            width: 40%;
            height: 10px;
            margin: auto;
            background: #000; }
      @media (min-width: 768px) {
        .section.section-inside .boxs-benefit.boxs-benefit--factoring {
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 100px 50px;
          padding: 3rem; } }
      .section.section-inside .boxs-benefit.boxs-benefit--factoring .text::after {
        width: 20%; }
    .section.section-inside .box-contact {
      position: relative;
      padding: .5rem;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 100px;
      z-index: 10; }
      @media (min-width: 768px) {
        .section.section-inside .box-contact {
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 50px;
          padding: 3rem; } }
      .section.section-inside .box-contact .box {
        width: 100%;
        margin: auto; }
        .section.section-inside .box-contact .box .image {
          position: relative;
          max-width: 200px;
          margin: auto; }
          .section.section-inside .box-contact .box .image::after {
            content: '';
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            width: 80%;
            margin: auto;
            height: 10px;
            background: #F7CF46; }
        .section.section-inside .box-contact .box .text {
          max-width: 200px;
          width: 100%;
          font-weight: bold;
          text-align: center;
          margin: 3rem auto 0 auto; }
    .section.section-inside .box-function {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px 20px;
      margin-top: 2rem; }
      @media (min-width: 768px) {
        .section.section-inside .box-function {
          padding: 3rem;
          margin-top: 0;
          justify-items: center;
          display: flex;
          flex-flow: wrap; } }
      .section.section-inside .box-function .box {
        max-width: 250px; }
        @media (min-width: 768px) {
          .section.section-inside .box-function .box {
            width: 33.33%;
            margin: 16px auto 0; } }
        .section.section-inside .box-function .box .box__content {
          width: 100%;
          border: 2px solid black;
          box-shadow: 14px 14px 0px black;
          padding: 2rem 3rem;
          box-sizing: border-box;
          max-width: 250px;
          margin: auto;
          background: white; }
          .section.section-inside .box-function .box .box__content img {
            height: 90px; }
        .section.section-inside .box-function .box .box__text {
          margin-top: 1.5rem;
          text-align: center;
          font-size: 12px; }
          @media (min-width: 768px) {
            .section.section-inside .box-function .box .box__text {
              font-size: 16px; } }
          @media (min-width: 1200px) {
            .section.section-inside .box-function .box .box__text {
              padding: 0 .5rem; } }
          .section.section-inside .box-function .box .box__text span {
            font-weight: bold; }
        .section.section-inside .box-function .box.box-full {
          max-width: inherit;
          grid-column-start: 1;
          grid-column-end: 3;
          margin: auto; }
          @media (min-width: 768px) {
            .section.section-inside .box-function .box.box-full {
              grid-column-start: 1;
              grid-column-end: 4; } }
          .section.section-inside .box-function .box.box-full .box-full__content {
            max-width: 250px; }
            .section.section-inside .box-function .box.box-full .box-full__content .box__text {
              padding: 0 1.5rem; }
        .section.section-inside .box-function .box.box--secundary {
          max-width: 180px; }
          @media (min-width: 768px) {
            .section.section-inside .box-function .box.box--secundary {
              max-width: 250px;
              width: 50%;
              margin: 16px auto 0; } }
      .section.section-inside .box-function.box-function--secundary {
        margin: auto;
        max-width: 380px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px; }
        @media (min-width: 992px) {
          .section.section-inside .box-function.box-function--secundary {
            max-width: 700px; } }
        .section.section-inside .box-function.box-function--secundary .box__content {
          width: 100%;
          height: 150px;
          border: 10px solid #F7CF46;
          box-shadow: none;
          max-width: 250px;
          margin: auto;
          background: white;
          padding: 0; }
          @media (min-width: 768px) {
            .section.section-inside .box-function.box-function--secundary .box__content {
              height: 220px; } }
          .section.section-inside .box-function.box-function--secundary .box__content img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
    .section.section-inside .section-inside__content-thank {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      padding-bottom: 1.5rem; }
      @media (min-width: 992px) {
        .section.section-inside .section-inside__content-thank {
          padding-bottom: 3rem;
          flex-direction: row; } }
      .section.section-inside .section-inside__content-thank::after {
        content: '';
        background: #F7CF46;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 25%;
        height: 5px; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-thank::after {
            width: 15%; } }
      .section.section-inside .section-inside__content-thank .image {
        width: 160px; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-thank .image {
            width: 190px; } }
        @media (min-width: 1200px) {
          .section.section-inside .section-inside__content-thank .image {
            width: 220px; } }
        .section.section-inside .section-inside__content-thank .image img {
          width: 100%; }
      .section.section-inside .section-inside__content-thank .title {
        max-width: 100%;
        font-weight: 700;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 35px; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-thank .title {
            font-size: 55px; } }
        @media (min-width: 1200px) {
          .section.section-inside .section-inside__content-thank .title {
            font-size: 68px; } }
        .section.section-inside .section-inside__content-thank .title--md {
          font-size: 30px; }
          @media (min-width: 992px) {
            .section.section-inside .section-inside__content-thank .title--md {
              font-size: 42px; } }
          @media (min-width: 1200px) {
            .section.section-inside .section-inside__content-thank .title--md {
              font-size: 59px; } }
      .section.section-inside .section-inside__content-thank .sub-title {
        font-weight: 300;
        font-size: 20px;
        line-height: 40px;
        text-align: center; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-thank .sub-title {
            text-align: left;
            font-size: 32px; } }
        @media (min-width: 1200px) {
          .section.section-inside .section-inside__content-thank .sub-title {
            font-size: 39px; } }
      .section.section-inside .section-inside__content-thank .text {
        font-weight: 600;
        font-size: 15px;
        line-height: 40px;
        color: #F7CF46;
        text-align: center; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-thank .text {
            line-height: 55px;
            font-size: 23px; } }
        @media (min-width: 1200px) {
          .section.section-inside .section-inside__content-thank .text {
            font-size: 28px; } }
    .section.section-inside .section-inside__content-button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .section.section-inside .section-inside__content-button .text {
        margin: 2rem 0 1.3rem;
        text-align: center;
        font-size: 12px; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-button .text {
            font-size: 14px; } }
        @media (min-width: 1200px) {
          .section.section-inside .section-inside__content-button .text {
            font-size: 16px; } }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-button .text br {
            display: none; } }
      .section.section-inside .section-inside__content-button .buttons-flex {
        flex-direction: column; }
        @media (min-width: 992px) {
          .section.section-inside .section-inside__content-button .buttons-flex {
            flex-direction: row; } }
        .section.section-inside .section-inside__content-button .buttons-flex .mdc-touch-target-wrapper {
          margin-bottom: 1rem; }
    .section.section-inside .content-requirements {
      padding: .5rem; }
      @media (min-width: 768px) {
        .section.section-inside .content-requirements {
          padding: 3rem; } }
    .section.section-inside .progreso-complaint .mdc-button {
      min-width: 290px;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .section.section-inside .progreso-complaint .mdc-button {
          margin-bottom: 0;
          margin-right: 1rem; } }
  .section.section-values {
    z-index: 100; }
    @media (min-width: 992px) {
      .section.section-values {
        padding: 10rem 0 4rem; } }
    .section.section-values .section-values__content {
      position: relative; }
      @media (min-width: 992px) {
        .section.section-values .section-values__content {
          padding: 5rem 2rem 2rem;
          border: 1px solid #b1b4b4; } }
    .section.section-values .section-values__header {
      background: #fff;
      text-align: center;
      padding: 3rem 2rem; }
      @media (min-width: 992px) {
        .section.section-values .section-values__header {
          width: 70%;
          text-align: left;
          position: absolute;
          top: -95px;
          right: 0;
          left: 0;
          margin: auto;
          padding: 0 1rem; } }
      @media (min-width: 1200px) {
        .section.section-values .section-values__header {
          width: 50%;
          padding: 0 0 0 10rem; } }
      .section.section-values .section-values__header .title {
        font-size: 35px;
        text-transform: uppercase; }
      .section.section-values .section-values__header .subtitle {
        color: #828788;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0.8rem;
        line-height: 23px; }
        @media (min-width: 992px) {
          .section.section-values .section-values__header .subtitle {
            margin-bottom: 0; } }
      .section.section-values .section-values__header .text-sm {
        color: #828788;
        font-size: 14px;
        line-height: 18px; }
        .section.section-values .section-values__header .text-sm strong {
          font-size: 14px;
          color: #828788;
          font-weight: bold; }
          @media (min-width: 992px) {
            .section.section-values .section-values__header .text-sm strong {
              font-size: 20px; } }
    .section.section-values .section-values__body {
      position: relative;
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        .section.section-values .section-values__body {
          flex-direction: row; } }
      .section.section-values .section-values__body .values__container {
        padding: 3rem 2rem; }
        @media (min-width: 992px) {
          .section.section-values .section-values__body .values__container {
            width: 50%;
            background: none;
            padding: 0; } }
      .section.section-values .section-values__body .values__container--left {
        background: #F7CF46; }
        @media (min-width: 992px) {
          .section.section-values .section-values__body .values__container--left {
            background: none; } }
      .section.section-values .section-values__body .values__container--right {
        background: black; }
        @media (min-width: 992px) {
          .section.section-values .section-values__body .values__container--right {
            background: none;
            position: absolute;
            right: 50px;
            top: 75px; } }
    .section.section-values .value-arrow {
      position: relative;
      margin-bottom: 3rem; }
      @media (min-width: 992px) {
        .section.section-values .value-arrow {
          margin-bottom: 4rem; } }
      .section.section-values .value-arrow .arrows {
        display: none; }
        @media (min-width: 1200px) {
          .section.section-values .value-arrow .arrows {
            display: block; } }
    .section.section-values .value {
      max-width: 630px;
      box-sizing: border-box;
      position: relative; }
      @media (min-width: 992px) {
        .section.section-values .value {
          height: 250px;
          padding: 2.5rem 5rem 2.5rem 2.5rem; } }
      @media (min-width: 1200px) {
        .section.section-values .value {
          padding: 2.5rem 9rem 2.5rem 2.5rem; } }
      .section.section-values .value:not(:last-child) {
        margin-bottom: 3rem; }
        @media (min-width: 992px) {
          .section.section-values .value:not(:last-child) {
            margin-bottom: 4rem; } }
      .section.section-values .value .header {
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
        justify-content: center; }
        @media (min-width: 992px) {
          .section.section-values .value .header {
            justify-content: flex-start; } }
        .section.section-values .value .header .img {
          width: 100%;
          max-width: 40px;
          margin-right: .6rem; }
        .section.section-values .value .header .title {
          font-size: 35px;
          font-weight: 600; }
          @media (min-width: 992px) {
            .section.section-values .value .header .title {
              font-size: 30px; } }
          @media (min-width: 1200px) {
            .section.section-values .value .header .title {
              font-size: 35px; } }
      .section.section-values .value .text {
        font-size: 15px;
        text-align: center; }
        @media (min-width: 992px) {
          .section.section-values .value .text {
            font-size: 13px;
            text-align: left; } }
        @media (min-width: 1200px) {
          .section.section-values .value .text {
            font-size: 35px;
            font-size: 15px; } }
      .section.section-values .value.value-yellow {
        background: #F7CF46;
        z-index: 10; }
      .section.section-values .value.value-black {
        position: relative;
        background: black;
        z-index: 15; }
        .section.section-values .value.value-black .header .title {
          color: white; }
        .section.section-values .value.value-black .text {
          color: #F7CF46; }
        @media (min-width: 992px) {
          .section.section-values .value.value-black:before {
            content: '';
            position: absolute;
            top: -75px;
            left: -1px;
            width: 1px;
            background: #F7CF46;
            border-left: 50px solid transparent;
            border-top: 0px solid transparent;
            border-bottom: 75px solid #808080; } }
    .section.section-values .box {
      display: none;
      background: #F7CF46;
      position: absolute;
      right: 0;
      bottom: -40px;
      width: 40%;
      height: 80px; }
      @media (min-width: 992px) {
        .section.section-values .box {
          display: block; } }
      @media (min-width: 1200px) {
        .section.section-values .box {
          width: 30%; } }

.button-items {
  position: relative;
  left: -75px;
  width: 100%; }
  @media (min-width: 992px) {
    .button-items {
      left: -100px;
      width: 90%; } }
  @media (min-width: 992px) {
    .button-items {
      width: 60%; } }
  @media (min-width: 1800px) {
    .button-items {
      left: -300px;
      width: 80%; } }
  .button-items .button-items__content {
    position: relative;
    width: 80%;
    margin: 2rem 0; }
    @media (min-width: 1200px) {
      .button-items .button-items__content {
        margin: 3rem 0; } }
    .button-items .button-items__content .button-items__item {
      background: #000;
      padding: .5rem 1rem;
      display: flex;
      justify-content: flex-end; }
      @media (min-width: 768px) {
        .button-items .button-items__content .button-items__item {
          padding: 1rem 2rem; } }
      .button-items .button-items__content .button-items__item .mdc-button {
        border: 1px solid #808080;
        border-radius: 8px;
        font-size: 11px;
        padding: 1rem .5rem; }
        @media (min-width: 768px) {
          .button-items .button-items__content .button-items__item .mdc-button {
            font-size: 20px;
            padding: 1.7rem .5rem; } }
        @media (min-width: 1200px) {
          .button-items .button-items__content .button-items__item .mdc-button {
            font-size: 22px; } }
    .button-items .button-items__content.button-items__content--before::before {
      content: '';
      background: #F7CF46;
      width: 60px;
      height: 30px;
      position: absolute;
      top: -12px;
      right: -17px;
      z-index: -1; }
      @media (min-width: 768px) {
        .button-items .button-items__content.button-items__content--before::before {
          width: 100px;
          height: 50px;
          top: -20px;
          right: -25px; } }
    .button-items .button-items__content.button-items__content--right {
      position: relative;
      right: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .button-items .button-items__content.button-items__content--right {
          width: 80%;
          right: -120px; } }

.table {
  width: 100%; }
  @media (min-width: 992px) {
    .table {
      width: 85%; } }
  .table .color-yellow {
    background: #F7CF46; }
  .table .table__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .table td, .table th {
    border: 1px solid #000; }
  .table td {
    width: 50%;
    padding: .3rem;
    box-sizing: border-box; }
  .table .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled),
  .table .mdc-touch-target-wrapper .mdc-button--raised:disabled,
  .table .mdc-touch-target-wrapper .mdc-button--unelevated:disabled {
    padding: 1rem .5rem; }
    .table .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled) .mdc-button__label,
    .table .mdc-touch-target-wrapper .mdc-button--raised:disabled .mdc-button__label,
    .table .mdc-touch-target-wrapper .mdc-button--unelevated:disabled .mdc-button__label {
      text-transform: none;
      font-size: 15px; }

.tab-mobile {
  width: 100%; }
  @media (min-width: 992px) {
    .tab-mobile {
      display: none; } }
  .tab-mobile .tab-mobile__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    padding: 0;
    margin: 1px 0 0; }
    .tab-mobile .tab-mobile__content::-webkit-scrollbar, .tab-mobile .tab-mobile__content .mdc-tab-scroller__test::-webkit-scrollbar {
      display: none; }
    .tab-mobile .tab-mobile__content li {
      list-style: none;
      padding: 0 24px; }
      .tab-mobile .tab-mobile__content li:hover {
        background: #f9f6fd; }
      .tab-mobile .tab-mobile__content li .tab-mobile__item {
        text-decoration: none;
        color: #757575;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        letter-spacing: .0892857143em;
        line-height: 2.25rem;
        width: 100%;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .tab-mobile .tab-mobile__content li.active {
        background: #F7CF46;
        border-bottom: 2px solid #F7CF46; }
        .tab-mobile .tab-mobile__content li.active a {
          color: #000; }

.lansing-fuction,
.factoring-fuction {
  position: relative; }
  .lansing-fuction .arrows,
  .factoring-fuction .arrows {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -40px;
    z-index: -1;
    /* DESKTOP */
    /* MOVILE */ }
    @media (min-width: 992px) {
      .lansing-fuction .arrows,
      .factoring-fuction .arrows {
        width: 85vw;
        height: auto;
        top: unset;
        bottom: -40px;
        left: -200px; } }
    .lansing-fuction .arrows .arrow-one,
    .factoring-fuction .arrows .arrow-one {
      display: none; }
      @media (min-width: 992px) {
        .lansing-fuction .arrows .arrow-one,
        .factoring-fuction .arrows .arrow-one {
          display: block; } }
    .lansing-fuction .arrows .arrow-two,
    .factoring-fuction .arrows .arrow-two {
      display: none;
      position: absolute;
      width: 100%;
      bottom: -300px;
      left: -140px;
      max-width: 500px; }
      @media (min-width: 992px) {
        .lansing-fuction .arrows .arrow-two,
        .factoring-fuction .arrows .arrow-two {
          display: block; } }
      .lansing-fuction .arrows .arrow-two.arrow-two--factoring,
      .factoring-fuction .arrows .arrow-two.arrow-two--factoring {
        left: -440px; }
    .lansing-fuction .arrows .arrow-three,
    .factoring-fuction .arrows .arrow-three {
      display: none;
      position: absolute;
      width: 100%;
      bottom: -180px;
      right: -20px;
      max-width: 400px; }
      @media (min-width: 992px) {
        .lansing-fuction .arrows .arrow-three,
        .factoring-fuction .arrows .arrow-three {
          display: block; } }
      @media (min-width: 1200px) {
        .lansing-fuction .arrows .arrow-three,
        .factoring-fuction .arrows .arrow-three {
          bottom: -200px;
          right: 80px; } }
    .lansing-fuction .arrows .arrow-four,
    .factoring-fuction .arrows .arrow-four {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 400px; }
      @media (min-width: 992px) {
        .lansing-fuction .arrows .arrow-four,
        .factoring-fuction .arrows .arrow-four {
          display: none; } }
    .lansing-fuction .arrows .arrow-five,
    .factoring-fuction .arrows .arrow-five {
      position: absolute;
      bottom: 300px;
      left: 0;
      width: 100%;
      max-width: 250px; }
      @media (min-width: 992px) {
        .lansing-fuction .arrows .arrow-five,
        .factoring-fuction .arrows .arrow-five {
          display: none; } }
    .lansing-fuction .arrows .arrow-six,
    .factoring-fuction .arrows .arrow-six {
      position: absolute;
      bottom: -250px;
      right: 10px;
      width: 100%;
      max-width: 250px; }
      @media (min-width: 992px) {
        .lansing-fuction .arrows .arrow-six,
        .factoring-fuction .arrows .arrow-six {
          display: none; } }
      .lansing-fuction .arrows .arrow-six.arrow-six--factoring,
      .factoring-fuction .arrows .arrow-six.arrow-six--factoring {
        bottom: -230px;
        left: -30px;
        right: unset; }

.lansing-services,
.factoring-services,
.progreso-complaint {
  position: relative; }
  .lansing-services .arrow-background,
  .factoring-services .arrow-background,
  .progreso-complaint .arrow-background {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: -1; }
    @media (min-width: 768px) {
      .lansing-services .arrow-background,
      .factoring-services .arrow-background,
      .progreso-complaint .arrow-background {
        bottom: -200px;
        left: -150px; } }
    @media (min-width: 1200px) {
      .lansing-services .arrow-background,
      .factoring-services .arrow-background,
      .progreso-complaint .arrow-background {
        bottom: -350px; } }

.arrow-thank {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 18%; }
  @media (min-width: 992px) {
    .arrow-thank {
      bottom: 510px;
      left: 0;
      width: 12%;
      display: block; } }
  @media (min-width: 1200px) {
    .arrow-thank {
      bottom: 110px;
      left: 0;
      width: 16%; } }

.arrow-group-01 {
  position: absolute;
  width: 50%;
  bottom: -80px;
  right: 15px; }
  @media (min-width: 768px) {
    .arrow-group-01 {
      bottom: -100px;
      right: 100px; } }
  @media (min-width: 1200px) {
    .arrow-group-01 {
      bottom: -130px; } }
  .arrow-group-01 .arrow-group-01__back {
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 0px; }
  .arrow-group-01 .arrow-group-01__yellow {
    position: absolute;
    width: 80%;
    bottom: -55px;
    right: 10px; }
    @media (min-width: 992px) {
      .arrow-group-01 .arrow-group-01__yellow {
        bottom: -130px; } }

.arrow-group-02 {
  position: absolute;
  width: 50%;
  left: 0; }
  @media (min-width: 768px) {
    .arrow-group-02 {
      top: 50px; } }
  @media (min-width: 1200px) {
    .arrow-group-02 {
      top: 50px; } }
  .arrow-group-02 .arrow-group-01__back {
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 0px; }
  .arrow-group-02 .arrow-group-01__yellow {
    position: absolute;
    width: 80%;
    bottom: -84px;
    right: 10px; }

.mdc-touch-target-wrapper .mdc-button--raised:not(:disabled),
.mdc-touch-target-wrapper .mdc-button--raised:disabled,
.mdc-touch-target-wrapper .mdc-button--unelevated:disabled {
  background-color: #F7CF46;
  color: black;
  font-size: 22px;
  padding: 1.7rem .5rem; }
  .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled):hover,
  .mdc-touch-target-wrapper .mdc-button--raised:disabled:hover,
  .mdc-touch-target-wrapper .mdc-button--unelevated:disabled:hover {
    background-color: black;
    color: #F7CF46; }
  .mdc-touch-target-wrapper .mdc-button--raised:not(:disabled) .mdc-button__label,
  .mdc-touch-target-wrapper .mdc-button--raised:disabled .mdc-button__label,
  .mdc-touch-target-wrapper .mdc-button--unelevated:disabled .mdc-button__label {
    font-weight: 600;
    letter-spacing: 0; }

.mdc-touch-target-wrapper--dark .mdc-button--raised:not(:disabled),
.mdc-touch-target-wrapper--dark .mdc-button--raised:disabled,
.mdc-touch-target-wrapper--dark .mdc-button--unelevated:disabled {
  background-color: black;
  color: white; }
  .mdc-touch-target-wrapper--dark .mdc-button--raised:not(:disabled):hover,
  .mdc-touch-target-wrapper--dark .mdc-button--raised:disabled:hover,
  .mdc-touch-target-wrapper--dark .mdc-button--unelevated:disabled:hover {
    color: black;
    background-color: #F7CF46; }

.mdc-button .mdc-button__label.mdc-button__label--normal {
  text-transform: none; }

.buttons-flex {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .buttons-flex {
      justify-content: initial; } }
  .buttons-flex .mdc-button--raised:not(:disabled),
  .buttons-flex .mdc-button--raised:disabled,
  .buttons-flex .mdc-button--unelevated:disabled {
    min-width: 170px !important;
    padding: 1rem .5rem; }
    @media (min-width: 768px) {
      .buttons-flex .mdc-button--raised:not(:disabled),
      .buttons-flex .mdc-button--raised:disabled,
      .buttons-flex .mdc-button--unelevated:disabled {
        min-width: 290px !important;
        padding: 1.7rem .5rem;
        margin-right: .8rem; } }
    .buttons-flex .mdc-button--raised:not(:disabled) .mdc-button__label,
    .buttons-flex .mdc-button--raised:disabled .mdc-button__label,
    .buttons-flex .mdc-button--unelevated:disabled .mdc-button__label {
      font-size: 12px; }
      @media (min-width: 768px) {
        .buttons-flex .mdc-button--raised:not(:disabled) .mdc-button__label,
        .buttons-flex .mdc-button--raised:disabled .mdc-button__label,
        .buttons-flex .mdc-button--unelevated:disabled .mdc-button__label {
          font-size: 22px; } }

.mdc-button__label.mdc-button__label--dark {
  color: black; }

.banner {
  width: 100%;
  height: 100%; }
  .banner .banner__item {
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .banner .banner__item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: .2; }
  .banner .banner__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 500;
    text-align: center; }
    .banner .banner__container h2 {
      font-size: 38px;
      margin: 0; }
      @media (min-width: 768px) {
        .banner .banner__container h2 {
          font-size: 48px; } }
      @media (min-width: 992px) {
        .banner .banner__container h2 {
          font-size: 58px; } }
    .banner .banner__container h3 {
      margin-top: 0;
      font-size: 17px;
      padding: 0 55px; }
      @media (min-width: 768px) {
        .banner .banner__container h3 {
          font-size: 20px;
          padding: 0; } }
      .banner .banner__container h3 br {
        display: none; }
        @media (min-width: 768px) {
          .banner .banner__container h3 br {
            display: block; } }
  .banner .banner__button {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .banner .banner__button {
        width: 480px;
        height: auto;
        flex-direction: row; } }
    .banner .banner__button button {
      min-width: 205px; }
      .banner .banner__button button .mdc-button__label {
        display: flex;
        flex-direction: column;
        line-height: 17px;
        letter-spacing: 3px !important; }
        .banner .banner__button button .mdc-button__label small {
          font-size: 12px;
          font-weight: 600; }

.investors__grid {
  display: grid;
  gap: 2px;
  grid-template-columns: 100%; }
  @media (min-width: 992px) {
    .investors__grid {
      grid-template-columns: 45% 55%; } }
  .investors__grid .content {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem; }
    @media (min-width: 992px) {
      .investors__grid .content {
        max-height: 3400px; } }
    .investors__grid .content.active {
      display: block;
      opacity: 1; }
  .investors__grid .main-title {
    color: #F7CF46;
    font-weight: 600; }
  .investors__grid .item {
    padding: .3rem;
    box-sizing: border-box;
    border: 1px solid #000;
    min-height: 48px;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .investors__grid .item.active {
      background-color: #F7CF46;
      border: 0; }
      @media (min-width: 992px) {
        .investors__grid .item.active {
          border: 1px solid #000; } }
      .investors__grid .item.active > div {
        margin-bottom: 1rem; }
        @media (min-width: 992px) {
          .investors__grid .item.active > div {
            margin-bottom: 0; } }
    .investors__grid .item--file {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: space-between;
      border: 0;
      border-bottom: 1px solid #000; }
      @media (min-width: 992px) {
        .investors__grid .item--file {
          border: 1px solid #000; } }
    .investors__grid .item__inner {
      background: #FFF;
      position: relative; }
      @media (min-width: 992px) {
        .investors__grid .item__inner {
          display: none !important; } }
  .investors__grid .left .item {
    cursor: pointer; }
  .investors__grid .right {
    display: none;
    overflow: auto;
    position: relative; }
    @media (min-width: 992px) {
      .investors__grid .right {
        display: block; } }

