/*
$breakpoints-up: (
  "medium": "640px",
  "large": "1024px",
  "xlarge": "1400px",
);
$breakpoints-down: (
  "small": "639px",
  "smallextra": "768px",
  "mediumExtra": "1200-px";
  "medium": "1023px",
  "large": "1399px",
);*/
html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #3F3F3F;
  line-height: 1.3;
  margin: auto;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #2A4A90;
  border: 0;
  font-size: 1.125rem;
  display: inline-block;
}

.button-pur {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #B21A1D;
  border: 0;
  font-size: 1.125rem;
  display: inline-block;
}

@media (max-width: 64em) {
  .button-pur {
    font-size: 1rem;
    font-weight: 500;
    max-width: 11.7em;
  }
}

@media (max-width: 39.9375em) {
  .button-pur {
    margin: auto;
    max-width: 12em;
    padding: 0.8rem 1rem;
  }
}

.button-pur_grande {
  padding: 0.8rem 6rem;
  margin-top: 0.5rem;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #B21A1D;
  border: 0;
  font-size: 1.25rem;
  display: inline-block;
}

@media (max-width: 64em) {
  .button-pur_grande {
    padding: 0.8rem 1.5rem;
    font-size: 1.15rem;
    margin-top: 0;
    font-weight: 550;
    max-width: 11.7em;
  }
}

@media (max-width: 39.9375em) {
  .button-pur_grande {
    margin: auto;
    margin-top: 0;
    max-width: 12em;
    padding: 0.8rem 1rem;
  }
}

.button-ama {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #2A4A90;
  border: 0;
  font-size: 1.125rem;
  display: inline-block;
}

@media (max-width: 64em) {
  .button-ama {
    font-size: 1rem;
    font-weight: 500;
    max-width: 11.7em;
  }
}

@media (max-width: 39.9375em) {
  .button-ama {
    margin: auto;
    max-width: 12em;
    padding: 0.8rem 1rem;
  }
}

.buttonInverse {
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  color: #2A4A90;
  font-weight: 500;
  border: 0.15rem solid #2A4A90;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 39.9375em) {
  .buttonInverse {
    font-size: 0.8125rem;
    font-weight: 400;
    border: 0.1rem solid #2A4A90;
  }
}

.buttonInverseDisabled {
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  color: #8E8E8E;
  font-weight: 500;
  background-color: #ffffff;
  border: 0.15rem solid #8E8E8E;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 39.9375em) {
  .buttonInverseDisabled {
    font-size: 0.8125rem;
    font-weight: 400;
    border: 0.1rem solid #8E8E8E;
  }
}

.buttonInverseBlanco {
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  border: 0.15rem solid #ffffff;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 39.9375em) {
  .buttonInverseBlanco {
    font-size: 0.8125rem;
    font-weight: 400;
    border: 0.1rem solid #ffffff;
  }
}

.buttonInverseSolid {
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  background-color: #2A4A90;
  border: 0.15rem solid #ffffff;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 39.9375em) {
  .buttonInverseSolid {
    font-size: 0.8125rem;
    font-weight: 400;
    border: 0.1rem solid #ffffff;
  }
}

.button-azul {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  min-width: 12.5rem;
  max-width: 12.5rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #2A4A90;
  border: 0;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
}

@media (max-width: 64em) {
  .button-azul {
    font-size: 1rem;
    font-weight: 500;
    max-width: 11.7em;
  }
}

@media (max-width: 39.9375em) {
  .button-azul {
    margin: auto;
    max-width: 12em;
    padding: 0.8rem 1rem;
  }
}

.button-rojo {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  min-width: 12.5rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #B21A1D;
  border: 0;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
}

@media (max-width: 64em) {
  .button-rojo {
    font-size: 1rem;
    font-weight: 500;
    max-width: 11.7em;
  }
}

@media (max-width: 39.9375em) {
  .button-rojo {
    margin: auto;
    max-width: 12em;
    padding: 0.8rem 1rem;
  }
}

.button-amarillo {
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  min-width: 12.5rem;
  max-width: 12.5rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background-color: #F0CA30;
  border: 0;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
}

@media (max-width: 64em) {
  .button-amarillo {
    font-size: 1rem;
    font-weight: 500;
    max-width: 11.7em;
  }
}

@media (max-width: 39.9375em) {
  .button-amarillo {
    margin: auto;
    max-width: 12em;
    padding: 0.8rem 1rem;
  }
}

@media (max-width: 64em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.carousel {
  position: relative;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

@media (max-width: 64em) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.firstTitle_carousel {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.firstTitle_carousel_grande {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.firstTitle_carousel_grande3 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.principalTitle_grande{
font-size: 2rem;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (min-width: 64em) {
  .carousel-item {
    height: 30rem;
  }
}

@media (max-width: 64em) {
  .carousel-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 64em) {
  .carousel-item h1 {
    font-size: 0.9375rem;
  }
}

@media (max-width: 64em) {
  .carousel-item p {
    font-size: 1.375rem;
  }
}

.carousel-item img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 64em) {
  .carousel-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: auto;
    left: auto;
    margin: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@media (max-width: 64em) {
  .carousel-item .desktop {
    height: 0rem;
    width: 0rem;
  }
}

@media (min-width: 40em) {
  .carousel-item .mobile {
    height: 0rem;
    width: 0rem;
  }
}

@media (min-width: 64em) {
  .carousel-item .tablet {
    height: 0rem;
    width: 0rem;
  }
}

@media (max-width: 39.9375em) {
  .carousel-item .tablet {
    height: 0rem;
    width: 0rem;
  }
}

.carousel-caption-am {
  position: absolute;
  right: 15%;
  top: 7rem;
  left: 8%;
  padding-top: 0rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  /*text-align: center;*/
  text-align: left;
}

@media (max-width: 64em) {
  .carousel-caption-am {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 15%;
    top: 7rem;
    left: 15%;
    padding-top: 0rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    /*text-align: center;*/
    text-align: left;
  }
}

@media (max-width: 39.9375em) {
  .carousel-caption-am {
    position: absolute;
    right: 15%;
    top: 3rem;
    left: 15%;
    padding-top: 0rem;
    padding-bottom: 2rem;
    color: #3F3F3F;
    text-align: center;
  }
}

.carousel-caption-pur {
  position: absolute;
  right: 15%;
  top: 7rem;
  left: 15%;
  padding-top: 0rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  /*text-align: center;*/
  text-align: left;
}

@media (max-width: 64em) {
  .carousel-caption-pur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 39.9375em) {
  .carousel-caption-pur {
    text-align: center;
    top: 3rem;
  }
}

.Legales .textoPrimary {
  color: #2A4A90;
}

.Legales .imagenes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 39.9375em) {
  .Legales .imagenes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Legales .imagenes img {
  width: 80%;
  max-width: 27rem;
  margin: 0 1rem;
}

@media (min-width: 40em) {
  .Legales .imagenes img {
    width: 50%;
  }
}

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

.Legales .imagen img {
  max-width: 55%;
}

.pasos {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 64em) {
  .pasos {
    padding-left: 7rem;
    padding-right: 7rem;
    margin: 0rem;
    max-width: 87rem;
    margin: auto;
  }
}

.pasos h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #3F3F3F;
}

@media (min-width: 64em) {
  .pasos h2 {
    font-size: 2rem;
    text-align: left;
  }
}

.pasos__grid {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 64em) {
  .pasos__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
  }
}

.pasos__item {
  padding: 0.9375rem;
  text-align: center;
  /*@include breakpoint-up(medium) {
      flex: 1 0 50%;
      flex-wrap: wrap;
    }*/
}

@media (min-width: 64em) {
  .pasos__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.pasos__icon {
  width: 6em;
  height: 5em;
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
}

.pasos__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3rem;
  max-width: 5rem;
}

.pasos__icon_azul {
  width: 6em;
  height: 5em;
  position: relative;
  background-color: #2A4A90;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

.pasos__icon_azul img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem;
}

.pasos__icon_rojo {
  width: 6em;
  height: 5em;
  position: relative;
  background-color: #B21A1D;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

.pasos__icon_rojo img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem;
}

.pasos__icon_amarillo {
  width: 6em;
  height: 5em;
  position: relative;
  background-color: #F0CA30;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

.pasos__icon_amarillo img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem;
}

.pasos__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pasos__info b {
  color: #2A4A90;
}

.pasos__info .numero {
  margin: 0 0.5rem;
  font-weight: 800;
  color: #B21A1D;
}

.pasos__info p {
  max-width: 11.25rem;
}

h1 {
  font-size: 1.125rem;
  font-weight: 500;
}

h1,
h2,
h3,
p {
  margin-top: 0px;
}

.secondTitle {
  font-size: 1.375rem;
  font-weight: 500;
}

.firstTitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.landingA {
  background-color: #4CBD97;
  color: #3F3F3F;
  padding-bottom: 1.8rem;
}

@media (min-width: 64em) {
  .landingA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.landingA__image {
  /*background-image: url("/dist/images/celularBUSKO1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    //falta que se quede en el medio al agrandar la ventana*/
  margin-bottom: 1.3rem;
  margin-top: 0.7rem;
  position: relative;
  height: 25rem;
  width: 100%;
}

@media (min-width: 64em) {
  .landingA__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 35rem;
    position: relative;
    margin-bottom: 0rem;
  }
}

.landingA__image img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 64em) {
  .landingA__image img {
    max-height: 30rem;
    min-height: 15rem;
    max-width: 40rem;
    position: relative;
    min-width: 25rem;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.landingA__info {
  text-align: center;
}

@media (min-width: 64em) {
  .landingA__info {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .landingA__info .principalTitle {
    font-size: 1.375rem;
  }
  .landingA__info .firstTitle {
    font-size: 3.375rem;
  }
}

.landingB {
  padding-top: 1.5rem;
}

@media (min-width: 64em) {
  .landingB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.landingB__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  /*background-image: url("/dist/images/celularBUSKO1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    //falta que se quede en el medio al agrandar la ventana*/
}

@media (min-width: 64em) {
  .landingB__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
}

.landingB__image img {
  max-height: 15rem;
}

@media (min-width: 64em) {
  .landingB__image img {
    max-height: 20rem;
    min-height: 10rem;
  }
}

.landingB__info {
  text-align: center;
}

@media (min-width: 64em) {
  .landingB__info {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    max-width: 40rem;
    min-width: 30rem;
  }
  .landingB__info h1 {
    font-size: 1.375rem;
  }
  .landingB__info .firstTitle {
    font-size: 2.75rem;
    color: #3F3F3F;
  }
}

@media (min-width: 64em) and (max-width: 39.9375em) {
  .landingB__info .firstTitle {
    max-width: 10rem;
    color: #3F3F3F;
  }
}

.landingC {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 64em) {
  .landingC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.landingC__image {
  /*background-image: url("/dist/images/celularBUSKO1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    //falta que se quede en el medio al agrandar la ventana*/
  margin-bottom: 1.3rem;
  margin-top: 0.4rem;
  position: relative;
  height: 25rem;
}

@media (min-width: 64em) {
  .landingC__image {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 30rem;
    position: relative;
    margin-bottom: 0rem;
  }
}

.landingC__image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 64em) {
  .landingC__image img {
    max-height: 30rem;
    min-height: 15rem;
    max-width: 40rem;
    position: absolute;
    min-width: 15rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.landingC__info {
  text-align: center;
}

@media (min-width: 64em) {
  .landingC__info {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 3rem;
    max-width: 45rem;
  }
}

.landingC__info .regularText {
  font-size: 1.375rem;
}

.landingC__info .regularText b {
  color: #2A4A90;
  font-weight: 500;
}

@media (max-width: 39.9375em) {
  .landingC__info .regularText {
    font-size: 1.125rem;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }
}

.landingC__info .hashtag {
  color: #2A4A90;
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .landingC__info .hashtag {
    font-size: 1.75rem;
  }
}

.landingC__info .tittle {
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
}

.landingC__info .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 39.9375em) {
  .landingC__info .firstTitle {
    font-size: 2.25rem;
    padding: 0 0.4rem;
  }
}

.navbar .navbar-expand-lg {
  max-width: 93.75rem;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  padding: 5rem;
  text-align: center;
  margin-top: 4.5rem;
}

@media (min-width: 64em) {
  .footer {
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr (1.2fr)[2] 0.5fr;
        grid-template-columns: 1fr 1fr repeat(2, 1.2fr) 0.5fr;
        grid-template-areas: "logoTagline links1 links2 links3 icono";
    max-width: 93.75rem;
    margin: auto;
    margin-top: 8rem;
  }
}

.footer a {
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0 !important;
}

@media (min-width: 64em) {
  .footer a {
    font-weight: 400;
  }
}

.footer__background {
  background-color: #2A4A90;
}

@media (min-width: 64em) {
  .footer__logoTagline {
    min-width: 13rem;
    grid-area: logoTagline;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0 !important;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .footer__logo {
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 0 !important;
    -webkit-box-align: left !important;
        -ms-flex-align: left !important;
            align-items: left !important;
    -ms-grid-column-align: left !important;
        justify-self: left !important;
  }
}

.footer__logo img {
  max-width: 10rem;
  margin-left: 0 !important;
  padding-left: 0 !important;
  -ms-grid-column-align: left !important;
      justify-self: left !important;
}

.footer__tagline {
  font-size: 1.625rem;
  font-weight: 500;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .footer__tagline {
    text-align: left;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__links p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
}

.footer__links .cuerpo {
  font-size: 0.8125rem;
  font-weight: 200;
}

@media (min-width: 64em) {
  .footer__links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__links.col1 a {
  margin-bottom: 0.4rem;
}

@media (min-width: 64em) {
  .footer__links.col1 {
    grid-area: links1;
    text-align: left;
    margin-right: 0.5rem;
  }
}

.footer__links.col2 {
  /*       a {
        display: inline-block;
        margin-bottom: 0.4rem;
      } */
}

@media (min-width: 64em) {
  .footer__links.col2 {
    grid-area: links2;
    margin-right: 0.5rem;
    text-align: left;
  }
}

.footer__links.col3 {
  /*     p {
        margin-bottom: 0.4rem;
        font-weight: $weightBlack;
      } */
}

.footer__links.col3 a {
  display: inline-block;
  margin-bottom: 0.4rem;
}

@media (min-width: 64em) {
  .footer__links.col3 {
    grid-area: links3;
    margin-right: 0.5rem;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .footer__icono {
    grid-area: icono;
    -ms-grid-column-align: end;
        justify-self: end;
    padding-right: 0.5rem;
  }
}

.footer__icono img {
  margin-top: 2rem;
  width: 9rem;
  height: 7rem;
}

@media (min-width: 64em) {
  .footer__icono img {
    margin-top: 0;
  }
}

.footer__social a {
  display: inline-block;
}

.footer__social img {
  width: 1.5em;
  height: 1.5em;
  margin: 0.5rem 0.3rem 0.8rem 0.3rem;
}

.copyright {
  background-color: #12326D;
  max-width: 100% 150rem;
}

.copyright__text {
  background-color: #12326D;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
}

#app-whatsapp {
  position: fixed;
  z-index: 500;
  display: none;
  display: block;
  right: 1.1rem;
  width: 4rem;
  bottom: 1rem;
}

@media (min-width: 64em) {
  #app-whatsapp {
    right: 3rem;
    width: 3.75rem;
    bottom: 3rem;
  }
}

.whatsapp {
  width: 4rem;
}

@media (min-width: 64em) {
  .whatsapp {
    width: 4.5rem;
  }
}

.direccion {
  color: #ffffff;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 100%;
}

.direccion p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2rem;
  font-weight: 300;
  font-size: 0.9375rem;
}

.direccion .legalesFooter {
  font-size: 0.5rem;
}

.direccion a {
  color: #ffffff;
  font-weight: 600;
}

.requisitos {
  color: #3F3F3F;
  padding-bottom: 1.8rem;
  padding-top: 1em;
}

@media (min-width: 64em) {
  .requisitos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.requisitos__texto {
  padding-bottom: 1em;
  padding: 1rem;
}

@media (min-width: 64em) {
  .requisitos__texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 1.5em;
    margin: auto 0;
    padding-bottom: 0em;
    position: relative;
  }
}

.requisitos__texto .firstTitle {
  text-align: center;
  font-size: 2.25rem;
}

@media (min-width: 64em) {
  .requisitos__texto .firstTitle {
    text-align: left;
  }
}

@media (min-width: 64em) {
  .requisitos__texto .requisitosTexto {
    text-align: left;
  }
}

@media (min-width: 64em) {
  .requisitos__imagen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    width: 60%;
    max-height: 25rem;
    margin-bottom: 0rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.requisitos__imagen img {
  width: 90%;
  padding: 1rem;
  margin: 1rem;
}

@media (min-width: 64em) {
  .requisitos__imagen img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 60%;
    margin-bottom: 0rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.funcionalidades {
  padding-top: 2rem;
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90rem;
  margin: auto;
  margin-bottom: 5rem;
}

@media (max-width: 39.9375em) {
  .funcionalidades {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.funcionalidades h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #3F3F3F;
}

@media (min-width: 64em) {
  .funcionalidades h2 {
    font-size: 2rem;
    text-align: left;
    margin: 2rem 0;
  }
}

.funcionalidades__contenido {
  height: 63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 75em) {
  .funcionalidades__contenido {
    height: 65rem;
  }
}

@media (max-width: 39.9375em) {
  .funcionalidades__contenido {
    height: 55rem;
  }
}

.funcionalidades__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

.funcionalidades__item {
  width: 40rem;
  height: 19rem;
  min-width: 16rem;
  min-height: 15rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .funcionalidades__item {
    width: 25rem;
    height: 20rem;
    min-width: 25rem;
    min-height: 20rem;
  }
}

@media (max-width: 39.9375em) {
  .funcionalidades__item {
    width: 21rem;
    height: 15rem;
    min-width: 15rem;
    min-height: 13rem;
  }
}

.funcionalidades__item:not(:last-child) {
  margin-right: 2.3rem;
}

.funcionalidades__iconTittle {
  padding: 0.2rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.2rem 0.2rem 0.2rem;
}

@media (max-width: 39.9375em) {
  .funcionalidades__iconTittle {
    padding: 0.2rem 0.4rem;
  }
}

.funcionalidades__iconTittle .iconoMas {
  -ms-flex-item-align: right;
      -ms-grid-row-align: right;
      align-self: right;
  justify-self: flex-end;
  place-self: right;
  text-align: right;
  float: right;
  width: 3rem;
  height: 3rem;
}

.funcionalidades__iconTittle img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.2rem 0.2rem 0.7rem 0.2rem;
  width: 7em;
  height: 5em;
}

@media (max-width: 39.9375em) {
  .funcionalidades__iconTittle img {
    width: 5rem;
    height: 4rem;
  }
}

.funcionalidades__info {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.2rem 2.5rem;
}

@media (max-width: 39.9375em) {
  .funcionalidades__info {
    padding: 0 0.7rem;
  }
}

.funcionalidades__info p {
  height: 4.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 64em) {
  .funcionalidades__info p {
    height: 5rem;
  }
}

@media (max-width: 39.9375em) {
  .funcionalidades__info p {
    height: 5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 0 0.1rem;
    margin-bottom: 0.7rem;
  }
}

.funcionalidades__info .tittle {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  height: 2rem;
}

@media (max-width: 39.9375em) {
  .funcionalidades__info .tittle {
    font-size: 0.9395rem;
    font-weight: 500;
  }
}

.funcionalidades__info a {
  max-width: 10rem;
  margin: auto;
}

.funcionalidades__item_full {
  width: 100%;
  height: 8rem;
  padding: 0.2rem 2.5rem;
  min-width: 16rem;
  min-height: 7rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .funcionalidades__item_full {
    width: 80rem;
    height: 8rem;
    min-width: 80rem;
    min-height: 8rem;
  }
}

@media (max-width: 39.9375em) {
  .funcionalidades__item_full {
    width: 49.5rem;
    height: 8rem;
    min-width: 49.5rem;
    min-height: 8rem;
  }
}

.funcionalidades__item_fullcontainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.funcionalidades__item_fullcontainer img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.2rem;
  width: 7em;
  height: 5em;
}

@media (max-width: 39.9375em) {
  .funcionalidades__item_fullcontainer img {
    width: 5rem;
    height: 4rem;
  }
}

.funcionalidades__item_fullcontainer p {
  height: 4.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem;
  margin-bottom: 0 !important;
}

@media (max-width: 64em) {
  .funcionalidades__item_fullcontainer p {
    height: 5rem;
  }
}

@media (max-width: 39.9375em) {
  .funcionalidades__item_fullcontainer p {
    height: 3rem;
    font-size: 0.8125rem;
    font-weight: 400;
  }
}

.funcionalidades__item_fullcontainer .tittle {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  height: 2rem;
}

@media (max-width: 39.9375em) {
  .funcionalidades__item_fullcontainer .tittle {
    font-size: 0.9395rem;
    font-weight: 500;
  }
}

.funcionalidades__item_full .iconoMas {
  -ms-flex-item-align: right;
      -ms-grid-row-align: right;
      align-self: right;
  justify-self: flex-end;
  place-self: right;
  text-align: right;
  float: right;
  width: 3rem;
  height: 3rem;
}

.funcionalidades__itemSolid {
  width: 17rem;
  height: 18rem;
  min-width: 16rem;
  min-height: 17rem;
  background-color: #2A4A90;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 39.9375em) {
  .funcionalidades__itemSolid {
    width: 11rem;
    height: 12rem;
    min-width: 10rem;
    min-height: 11rem;
  }
}

.funcionalidades__infoSolid {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 39.9375em) {
  .funcionalidades__infoSolid {
    padding: 0 0.5rem;
  }
}

.funcionalidades__infoSolid p {
  height: 7rem;
  font-size: 1.375rem;
  font-weight: 800;
  text-align: center;
  padding: 2.5rem 0.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 39.9375em) {
  .funcionalidades__infoSolid p {
    height: 5rem;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 1.3rem 0.1rem;
  }
}

.funcionalidades__infoSolid a {
  max-width: 7rem;
  margin: auto;
}

.funcionalICONS {
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 64em) {
  .funcionalICONS {
    padding-left: 7rem;
    padding-right: 7rem;
    margin: 0rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.funcionalICONS h2 {
  font-size: 1.5rem;
  text-align: center;
}

@media (min-width: 64em) {
  .funcionalICONS h2 {
    font-size: 2.75rem;
    text-align: left;
  }
}

.funcionalICONS .hashtag {
  color: #2A4A90;
  font-size: 2.25rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 64em) {
  .funcionalICONS .hashtag {
    font-size: 1.5rem;
    text-align: center;
  }
}

.funcionalICONS .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 64em) {
  .funcionalICONS .firstTitle {
    font-size: 2rem;
    padding: 0 0.4rem;
    text-align: center;
  }
}

.funcionalICONS__x4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 75em) {
  .funcionalICONS__x4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.funcionalICONS__x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 48em) {
  .funcionalICONS__x2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.funcionalICONS__grid {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 75em) {
  .funcionalICONS__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 64em) {
  .funcionalICONS__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem 2rem 0 2rem;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.funcionalICONS__item {
  padding: 0.4rem;
  text-align: center;
}

@media (min-width: 64em) {
  .funcionalICONS__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.funcionalICONS__icon {
  width: 6em;
  height: 5em;
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .funcionalICONS__icon {
    width: 5em;
    height: 4em;
  }
}

.funcionalICONS__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem;
}

.funcionalICONS__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.funcionalICONS__info b {
  color: #2A4A90;
}

.funcionalICONS__info .numero {
  margin: 0 0.5rem;
  font-weight: 800;
}

.funcionalICONS__info p {
  max-width: 11.25rem;
  height: 7rem;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 39.9375em) {
  .funcionalICONS__info p {
    height: 5rem;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 1.3rem 0.1rem;
    max-width: 6rem;
  }
}

@media (min-width: 64em) {
  .funcionalidadesA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.funcionalidadesA h2 {
  font-size: 1.125rem;
  font-weight: 500;
}

.funcionalidadesA h1,
.funcionalidadesA h2,
.funcionalidadesA h3,
.funcionalidadesA p {
  margin-top: 0px;
}

.funcionalidadesA__image {
  margin-bottom: 1.3rem;
  margin-top: 0.7rem;
  position: relative;
  height: 15rem;
}

@media (min-width: 64em) {
  .funcionalidadesA__image {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 25rem;
    position: relative;
    margin-bottom: 0rem;
  }
}

.funcionalidadesA__image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 64em) {
  .funcionalidadesA__image img {
    max-height: 23rem;
    min-height: 9rem;
    max-width: 35rem;
    min-width: 12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.funcionalidadesA__info {
  text-align: center;
}

@media (min-width: 64em) {
  .funcionalidadesA__info {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
    margin-right: 2rem;
    min-width: 30rem;
  }
  .funcionalidadesA__info h1 {
    font-size: 1.375rem;
  }
  .funcionalidadesA__info .firstTitle {
    font-size: 3.375rem;
  }
}

@media (min-width: 64em) {
  .funcionalidadesB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 1rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.funcionalidadesB__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .funcionalidadesB__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.funcionalidadesB__image img {
  max-height: 15rem;
}

@media (min-width: 64em) {
  .funcionalidadesB__image img {
    max-height: 20rem;
    min-height: 10rem;
    margin-right: 2rem;
  }
}

.funcionalidadesB__info {
  text-align: center;
  padding-top: 2rem;
  max-width: 40rem;
  margin: auto;
}

@media (min-width: 64em) {
  .funcionalidadesB__info {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1rem;
    max-width: 45rem;
  }
}

.funcionalidadesB__info .regularText {
  font-size: 1.375rem;
}

.funcionalidadesB__info .regularText b {
  color: #2A4A90;
  font-weight: 500;
}

@media (max-width: 39.9375em) {
  .funcionalidadesB__info .regularText {
    font-size: 1.125rem;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }
}

.funcionalidadesB__info .hashtag {
  color: #2A4A90;
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesB__info .hashtag {
    font-size: 1rem;
  }
}

.funcionalidadesB__info .tittle {
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesB__info .tittle {
    padding: 0 2rem;
  }
}

.funcionalidadesB__info .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesB__info .firstTitle {
    font-size: 2.25rem;
    padding: 0 0.4rem;
  }
}

@media (min-width: 64em) {
  .funcionalidadesC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 1rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.funcionalidadesC__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .funcionalidadesC__image {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
}

.funcionalidadesC__image img {
  max-height: 25rem;
}

@media (min-width: 64em) {
  .funcionalidadesC__image img {
    max-height: 30rem;
    min-height: 10rem;
  }
}

.funcionalidadesC__info {
  text-align: center;
  padding-top: 2rem;
  max-width: 40rem;
  margin: auto;
}

@media (min-width: 64em) {
  .funcionalidadesC__info {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1rem;
    max-width: 45rem;
  }
}

.funcionalidadesC__info .regularText {
  font-size: 1.375rem;
}

.funcionalidadesC__info .regularText b {
  color: #2A4A90;
  font-weight: 500;
}

@media (max-width: 39.9375em) {
  .funcionalidadesC__info .regularText {
    font-size: 1.125rem;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }
}

.funcionalidadesC__info .hashtag {
  color: #2A4A90;
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesC__info .hashtag {
    font-size: 1rem;
  }
}

.funcionalidadesC__info .tittle {
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
}

.funcionalidadesC__info .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesC__info .firstTitle {
    font-size: 2.25rem;
    padding: 0 0.4rem;
  }
}

@media (min-width: 64em) {
  .funcionalidadesD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 1rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.funcionalidadesD__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .funcionalidadesD__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
}

.funcionalidadesD__image img {
  max-height: 15rem;
}

@media (min-width: 64em) {
  .funcionalidadesD__image img {
    max-height: 20rem;
    min-height: 10rem;
  }
}

.funcionalidadesD__info {
  text-align: center;
  padding-top: 2rem;
  max-width: 40rem;
  margin: auto;
}

@media (min-width: 64em) {
  .funcionalidadesD__info {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1rem;
    max-width: 45rem;
  }
}

.funcionalidadesD__info .regularText {
  font-size: 1.375rem;
}

.funcionalidadesD__info .regularText b {
  color: #2A4A90;
  font-weight: 500;
}

@media (max-width: 39.9375em) {
  .funcionalidadesD__info .regularText {
    font-size: 1.125rem;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }
}

.funcionalidadesD__info .hashtag {
  color: #2A4A90;
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesD__info .hashtag {
    font-size: 1rem;
  }
}

.funcionalidadesD__info .tittle {
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
}

.funcionalidadesD__info .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesD__info .firstTitle {
    font-size: 2.25rem;
    padding: 0 0.4rem;
  }
}

@media (min-width: 64em) {
  .funcionalidadesF {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.funcionalidadesF__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .funcionalidadesF__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 3.5rem;
  }
}

.funcionalidadesF__image img {
  max-height: 16rem;
  max-width: 19rem;
  width: 100%;
  height: 100%;
}

@media (min-width: 64em) {
  .funcionalidadesF__image img {
    max-height: 23rem;
    max-width: 30rem;
    min-height: 10rem;
  }
}

.funcionalidadesF__info {
  text-align: center;
  padding-top: 2rem;
  max-width: 40rem;
  margin: auto;
}

@media (min-width: 64em) {
  .funcionalidadesF__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1rem;
    max-width: 45rem;
  }
}

.funcionalidadesF__info .regularText {
  font-size: 1.375rem;
}

.funcionalidadesF__info .regularText b {
  color: #2A4A90;
  font-weight: 500;
}

@media (max-width: 39.9375em) {
  .funcionalidadesF__info .regularText {
    font-size: 1.125rem;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }
}

.funcionalidadesF__info .hashtag {
  color: #2A4A90;
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesF__info .hashtag {
    font-size: 1rem;
  }
}

.funcionalidadesF__info .tittle {
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesF__info .tittle {
    padding: 0 2rem;
  }
}

.funcionalidadesF__info .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 39.9375em) {
  .funcionalidadesF__info .firstTitle {
    font-size: 2.25rem;
    padding: 0 0.4rem;
  }
}

.landingC {
  padding-top: 2rem;
}

@media (min-width: 64em) {
  .landingC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 93.75rem;
    margin: auto;
  }
}

.landingC__image {
  margin-bottom: 1.3rem;
  margin-top: 0.7rem;
  position: relative;
  height: 25rem;
}

@media (min-width: 64em) {
  .landingC__image {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 30rem;
    position: relative;
    margin-bottom: 0rem;
  }
}

.landingC__image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 64em) {
  .landingC__image img {
    max-height: 30rem;
    min-height: 15rem;
    max-width: 40rem;
    position: absolute;
    min-width: 15rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.landingC__info {
  text-align: center;
}

@media (min-width: 64em) {
  .landingC__info {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 3rem;
    max-width: 45rem;
  }
}

.landingC__info .regularText {
  font-size: 1.375rem;
}

.landingC__info .regularText b {
  color: #2A4A90;
  font-weight: 500;
}

@media (max-width: 39.9375em) {
  .landingC__info .regularText {
    font-size: 1.125rem;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
  }
}

.landingC__info .hashtag {
  color: #2A4A90;
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media (max-width: 39.9375em) {
  .landingC__info .hashtag {
    font-size: 1rem;
  }
}

.landingC__info .tittle {
  font-size: 1.375rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
}

.landingC__info .firstTitle {
  font-size: 2.75rem;
}

@media (max-width: 39.9375em) {
  .landingC__info .firstTitle {
    font-size: 2.25rem;
    padding: 0 0.4rem;
  }
}

.espacio {
  height: 3rem;
  width: 100%;
}

@media (max-width: 39.9375em) {
  .espacio {
    height: 0.5rem;
  }
}

.seccionEliptica {
  padding-top: 2rem;
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90rem;
  margin: auto;
}

@media (max-width: 64em) {
  .seccionEliptica {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 48em) {
  .seccionEliptica {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.seccionEliptica__amarillo_fino_izq {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47% 53%;
      grid-template-columns: 47% 53%;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
      grid-template-areas: "grafica texto";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0CA30;
  border-radius: 30rem 0.5rem;
  height: 27rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 85em) {
  .seccionEliptica__amarillo_fino_izq {
    border-radius: 20rem 0.5rem;
  }
}

@media (max-width: 48em) {
  .seccionEliptica__amarillo_fino_izq {
    border-radius: 15rem 0.5rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__amarillo_fino_izq {
    height: 33rem;
    padding-top: 3rem;
    -ms-grid-rows: 45% 55%;
        grid-template-rows: 45% 55%;
  }
}

.seccionEliptica__grafica {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grafica;
  grid-row: 1 / span 2;
  text-align: center;
}

.seccionEliptica__grafica img {
  max-width: 32rem;
  width: 100%;
  margin: 2rem;
}

@media (max-width: 39.9375em) {
  .seccionEliptica__grafica {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .seccionEliptica__grafica img {
    max-width: 25rem;
    width: 90%;
    margin: 1rem 2rem 2rem 2rem;
  }
}

.seccionEliptica__texto {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: texto;
  grid-row: 1 / span 2;
  margin-left: 3rem;
  color: #2A4A90;
  max-width: 30rem;
}

@media (max-width: 85em) {
  .seccionEliptica__texto {
    max-width: 22rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    max-width: 17rem;
    margin: auto;
  }
}

.seccionEliptica__texto .titular {
  font-size: 1.375rem;
  font-weight: 800;
}

@media (max-width: 85em) {
  .seccionEliptica__texto .titular {
    font-size: 1.25rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto .titular {
    font-weight: 600;
    font-size: 1.1rem;
  }
}

.seccionEliptica__texto .central {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem !important;
}

@media (max-width: 85em) {
  .seccionEliptica__texto .central {
    font-size: 1.375rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto .central {
    font-size: 1.1rem;
    font-weight: 400;
  }
}

.seccionEliptica__azul_alto_der {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
      grid-template-columns: 55% 45%;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
      grid-template-areas: "texto grafica";
  background-color: #2A4A90;
  border-radius: 0.5rem 30rem;
  height: 30rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 85em) {
  .seccionEliptica__azul_alto_der {
    border-radius: 0.5rem 20rem;
  }
}

@media (max-width: 48em) {
  .seccionEliptica__azul_alto_der {
    border-radius: 0.5rem 15rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__azul_alto_der {
    height: 47rem;
    padding-top: 3rem;
    -ms-grid-rows: 45% 55%;
        grid-template-rows: 45% 55%;
  }
}

.seccionEliptica__grafica_azul {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grafica;
  grid-row: 1 / span 2;
  text-align: center;
}

.seccionEliptica__grafica_azul img {
  max-width: 25rem;
  width: 90%;
  margin: 1rem;
}

@media (max-width: 39.9375em) {
  .seccionEliptica__grafica_azul {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .seccionEliptica__grafica_azul img {
    max-width: 17rem;
    width: 90%;
    margin: 1rem 2rem 8rem 2rem;
  }
}

.seccionEliptica__texto_azul {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: texto;
  grid-row: 1 / span 2;
  color: #ffffff;
  max-width: 30rem;
  text-align: right;
      justify-self: right;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_azul {
    max-width: 24rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_azul {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    max-width: 19rem;
    margin: auto;
    margin-bottom: 5rem;
  }
}

.seccionEliptica__texto_azul .titular_azul {
  font-size: 1.375rem;
  font-weight: 800;
  text-align: right;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_azul .titular_azul {
    font-size: 1.25rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_azul .titular_azul {
    font-weight: 600;
    font-size: 1.1rem;
  }
}

.seccionEliptica__texto_azul .central_azul {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2rem !important;
  text-align: right;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_azul .central_azul {
    font-size: 1.375rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_azul .central_azul {
    font-size: 1.1rem;
    font-weight: 400;
  }
}

.seccionEliptica__rojo_alto_izq {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47% 53%;
      grid-template-columns: 47% 53%;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
      grid-template-areas: "grafica texto";
  background-color: #B21A1D;
  border-radius: 30rem 0.5rem;
  height: 30rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 85em) {
  .seccionEliptica__rojo_alto_izq {
    border-radius: 20rem 0.5rem;
  }
}

@media (max-width: 48em) {
  .seccionEliptica__rojo_alto_izq {
    border-radius: 15rem 0.5rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__rojo_alto_izq {
    height: 47rem;
    padding-top: 3rem;
    -ms-grid-rows: 45% 55%;
        grid-template-rows: 45% 55%;
  }
}

.seccionEliptica__grafica_rojo {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grafica;
  grid-row: 1 / span 2;
  text-align: center;
}

.seccionEliptica__grafica_rojo img {
  max-width: 25rem;
  width: 90%;
  margin: 2rem;
}

@media (max-width: 39.9375em) {
  .seccionEliptica__grafica_rojo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .seccionEliptica__grafica_rojo img {
    max-width: 19rem;
    width: 90%;
    margin: 1rem 2rem 9rem 2rem;
  }
}

.seccionEliptica__texto_rojo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: texto;
  grid-row: 1 / span 2;
  color: #ffffff;
  max-width: 30rem;
  text-align: left;
      justify-self: left;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_rojo {
    max-width: 24rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_rojo {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    max-width: 19rem;
    margin: auto;
    margin-bottom: 4rem;
  }
}

.seccionEliptica__texto_rojo .titular_rojo {
  font-size: 1.375rem;
  font-weight: 800;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_rojo .titular_rojo {
    font-size: 1.25rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_rojo .titular_rojo {
    font-weight: 600;
    font-size: 1.1rem;
  }
}

.seccionEliptica__texto_rojo .central_rojo {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2rem !important;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_rojo .central_rojo {
    font-size: 1.375rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_rojo .central_rojo {
    font-size: 1.1rem;
    font-weight: 400;
  }
}

.seccionEliptica__rojo_alto_der {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
      grid-template-areas: "texto grafica";
  background-color: #B21A1D;
  border-radius: 30rem 0.5rem;
  height: 32rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 85em) {
  .seccionEliptica__rojo_alto_der {
    border-radius: 20rem 0.5rem;
  }
}

@media (max-width: 48em) {
  .seccionEliptica__rojo_alto_der {
    border-radius: 15rem 0.5rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__rojo_alto_der {
    height: 52rem;
    padding-top: 5rem;
    margin-top: 3rem;
    -ms-grid-rows: 35% 65%;
        grid-template-rows: 35% 65%;
  }
}

.seccionEliptica__grafica_rojo_der {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grafica;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  text-align: center;
}

.seccionEliptica__grafica_rojo_der img {
  max-width: 14rem;
  width: 90%;
  margin: 2rem;
}

@media (max-width: 39.9375em) {
  .seccionEliptica__grafica_rojo_der {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .seccionEliptica__grafica_rojo_der img {
    max-width: 10rem;
    width: 90%;
    margin: 1rem 2rem 16rem 2rem;
  }
}

.seccionEliptica__texto_rojo_der {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: texto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  color: #ffffff;
  max-width: 30rem;
  text-align: right;
  -ms-grid-column-align: right;
      justify-self: right;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_rojo_der {
    max-width: 24rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_rojo_der {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    max-width: 15rem;
    margin: auto;
    text-align: left;
    -ms-grid-column-align: left;
        justify-self: left;
  }
}

.seccionEliptica__texto_rojo_der .titular_rojo_der {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: right;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_rojo_der .titular_rojo_der {
    font-size: 1.25rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_rojo_der .titular_rojo_der {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: left;
    -ms-grid-column-align: left;
        justify-self: left;
  }
}

.seccionEliptica__texto_rojo_der .central_rojo_der {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  text-align: right;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

@media (max-width: 85em) {
  .seccionEliptica__texto_rojo_der .central_rojo_der {
    font-size: 1.375rem;
  }
}

@media (max-width: 39.9375em) {
  .seccionEliptica__texto_rojo_der .central_rojo_der {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    -ms-grid-column-align: left;
        justify-self: left;
  }
}

.clientes {
  padding-top: 2rem;
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 93.75rem;
  margin: auto;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (max-width: 39.9375em) {
  .clientes {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
  }
}

.clientes h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #3F3F3F;
}

@media (min-width: 64em) {
  .clientes h2 {
    font-size: 2rem;
    text-align: left;
    margin: 2rem 0;
  }
}

.clientes__contenido {
  height: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 75em) {
  .clientes__contenido {
    height: 19rem;
  }
}

@media (max-width: 39.9375em) {
  .clientes__contenido {
    height: 15.5rem;
  }
}

.clientes__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

.clientes__item {
  width: 42rem;
  height: 17rem;
  min-width: 16rem;
  min-height: 15rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .clientes__item {
    width: 22rem;
    height: 16rem;
    min-width: 22rem;
    min-height: 16rem;
  }
}

@media (max-width: 39.9375em) {
  .clientes__item {
    width: 21rem;
    height: 13rem;
    min-width: 15rem;
    min-height: 13rem;
  }
}

.clientes__item:not(:last-child) {
  margin-right: 2.3rem;
}

.clientes__iconTittle {
  padding: 0.2rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 0.2rem 0.2rem 0.2rem;
}

@media (max-width: 39.9375em) {
  .clientes__iconTittle {
    padding: 0.2rem 0.4rem;
  }
}

.clientes__iconTittle img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 15.6rem;
  height: 4.5rem;
}

@media (max-width: 39.9375em) {
  .clientes__iconTittle img {
    width: 11rem;
    height: 4rem;
  }
}

.clientes__info {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.2rem 2.5rem;
}

@media (max-width: 39.9375em) {
  .clientes__info {
    padding: 0 0.7rem;
    margin-top: 1.5rem;
  }
}

.clientes__info p {
  height: 4.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 64em) {
  .clientes__info p {
    height: 5rem;
  }
}

@media (max-width: 39.9375em) {
  .clientes__info p {
    height: 3.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 0 0.1rem;
    margin-bottom: 0.7rem;
  }
}

.clientes__info .tittle {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  height: 2rem;
}

@media (max-width: 39.9375em) {
  .clientes__info .tittle {
    font-size: 0.9395rem;
    font-weight: 500;
  }
}

.clientes__info a {
  max-width: 10rem;
  margin: auto;
}

.nosotrosA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
}

@media (min-width: 64em) {
  .nosotrosA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    max-width: 90rem;
    margin: auto;
  }
}

.nosotrosA__parrafo {
  width: 100%;
}

.nosotrosA__titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

@media (max-width: 75em) {
  .nosotrosA__titulo {
    margin: 0 0;
  }
}

@media (max-width: 39.9375em) {
  .nosotrosA__titulo {
    margin: auto;
    text-align: center;
    padding-bottom: 1rem;
  }
}

.nosotrosA__titulo img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

@media (min-width: 64em) {
  .nosotrosA__titulo img {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
  }
}

.nosotrosA__titulo p {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

@media (min-width: 64em) {
  .nosotrosA__titulo p {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    min-width: 15rem;
  }
}

.nosotrosA .titulo {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

@media (min-width: 64em) {
  .nosotrosA .titulo {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
    min-width: 15rem;
  }
}

.nosotrosA__texto {
  text-align: left;
  font-weight: 400;
  margin-bottom: 5rem;
}

@media (min-width: 64em) {
  .nosotrosA__texto {
    text-align: left;
    font-size: 1.375rem;
    font-weight: 400;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }
}

.nosotrosA__texto b {
  color: #2A4A90;
}

.pilares {
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90rem;
  margin: auto;
  margin-top: 6rem;
}

@media (max-width: 39.9375em) {
  .pilares {
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pilares__contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 39.9375em) {
  .pilares__contenido {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pilares__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

@media (max-width: 75em) {
  .pilares__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.pilares__grid_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-width: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

@media (max-width: 75em) {
  .pilares__grid_last {
    width: 97%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.pilares__item {
  width: 25rem;
  min-height: 16rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .pilares__item {
    width: 90%;
    min-height: 12.6rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .pilares__item {
    width: 95%;
    min-height: 11rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.pilares__item_sucursales {
  width: 25rem;
  min-height: 20rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .pilares__item_sucursales {
    width: 90%;
    min-height: 16rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .pilares__item_sucursales {
    width: 95%;
    min-height: 14rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.pilares__item_sucursales_last {
  width: 23rem;
  min-height: 20rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .pilares__item_sucursales_last {
    width: 90%;
    min-height: 16rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .pilares__item_sucursales_last {
    width: 95%;
    min-height: 14rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.pilares__iconTittle {
  padding-top: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2rem 0.2rem 0.2rem;
}

.pilares__iconTittle img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.2rem;
  width: 4em;
  height: 3em;
}

@media (max-width: 39.9375em) {
  .pilares__iconTittle img {
    width: 3.7rem;
    height: 2.7rem;
  }
}

.pilares__iconTittle P {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 39.9375em) {
  .pilares__iconTittle P {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.pilares__info {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 39.9375em) {
  .pilares__info {
    padding: 0 0.5rem;
  }
}

.pilares__info p {
  height: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 39.9375em) {
  .pilares__info p {
    height: 3rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 0.7rem;
  }
}

.pilares__info a {
  max-width: 7rem;
  margin: auto;
}

.productos {
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90rem;
  margin: auto;
  margin-top: 6rem;
  margin-bottom: 8.5rem;
  /*&__item:not(:last-child) {
      margin-right: 2.3rem;
    }*/
}

@media (max-width: 39.9375em) {
  .productos {
    margin-top: 3rem;
    margin-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.productos__contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 39.9375em) {
  .productos__contenido {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.productos__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

@media (max-width: 75em) {
  .productos__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.productos__item {
  width: 23.5rem;
  min-height: 26rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1rem;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .productos__item {
    width: 90%;
    min-height: 24rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .productos__item {
    width: 95%;
    min-height: 21rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.productos__iconTittle {
  padding-top: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2rem 0.2rem 0.2rem;
}

.productos__iconTittle img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.2rem;
  margin-bottom: 1rem;
  width: 7.5rem;
  height: 5.5rem;
}

@media (max-width: 39.9375em) {
  .productos__iconTittle img {
    width: 5rem;
    height: 4rem;
  }
}

.productos__iconTittle h3 {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 39.9375em) {
  .productos__iconTittle h3 {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.productos__info {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@include breakpoint-down(small) {
          p {
            height: 3rem;
            font-size: $fontCuadrosMobile;
            font-weight: $weightRegular;
            padding: 0.1rem;
          }
        }*/
}

@media (max-width: 39.9375em) {
  .productos__info {
    padding: 0 0.5rem;
  }
}

.productos__info p {
  height: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  min-height: 7rem;
  padding: 0.2rem 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 75em) {
  .productos__info p {
    min-height: 5rem;
  }
}

@media (max-width: 39.9375em) {
  .productos__info p {
    height: 3rem;
    font-size: 1rem;
    min-height: 4rem;
    font-weight: 400;
    padding: 0 0.7rem;
  }
}

.productos__info a {
  max-width: 7rem;
  margin: auto;
}

.pfSecciones {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .pfSecciones {
    padding: 4rem 0;
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 93.75rem;
    margin: auto;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}

@media (max-width: 39.9375em) {
  .accordion-button {
    margin-top: 1rem;
  }
}

@media (max-width: 39.9375em) {
  .accordion-item {
    width: 85%;
    margin: auto;
  }
  .accordion-item .accordion-body {
    font-size: 0.9375rem;
  }
  .accordion-item .accordion-header {
    font-size: 1.125rem;
  }
}

.formulario {
  max-width: 70rem;
  margin: auto;
  margin-top: 6rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width: 39.9375em) {
  .formulario {
    margin-top: 3rem;
  }
}

.formulario h2 {
  text-align: center;
}

.formulario .grande {
  min-height: 10rem;
}

.formulario .campos {
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
  max-width: 50rem;
  text-align: left;
}

@media (max-width: 64em) {
  .formulario .campos {
    max-width: 30rem;
  }
}

@media (max-width: 39.9375em) {
  .formulario .campos {
    max-width: 20rem;
  }
}

.proximamente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50rem;
  margin: auto;
}

@media (max-width: 64em) {
  .proximamente {
    max-width: 35rem;
  }
}

@media (max-width: 39.9375em) {
  .proximamente {
    max-width: 20rem;
  }
}

.proximamente img {
  max-height: 20rem;
  max-width: 25rem;
}

.creditos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
}

@media (min-width: 64em) {
  .creditos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    max-width: 90rem;
    margin: auto;
  }
}

.creditos__parrafo {
  width: 100%;
}

.creditos__titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1rem 0;
}

@media (max-width: 75em) {
  .creditos__titulo {
    margin: 0 0;
  }
}

@media (max-width: 39.9375em) {
  .creditos__titulo {
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1rem;
    max-width: 18rem;
  }
}

.creditos__titulo img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

@media (min-width: 64em) {
  .creditos__titulo img {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
  }
}

.creditos__titulo p {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

@media (min-width: 64em) {
  .creditos__titulo p {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    min-width: 15rem;
  }
}

.creditos__texto {
  text-align: left;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .creditos__texto {
    text-align: left;
    font-size: 1.375rem;
    font-weight: 400;
    margin: auto;
    margin-top: 1.5rem;
    line-height: 2rem;
  }
}

.creditos__texto b {
  color: #2A4A90;
}

.beneficios {
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90rem;
  margin: auto;
  margin-top: 2rem;
}

@media (max-width: 39.9375em) {
  .beneficios {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1rem;
  }
}

.beneficios__contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 39.9375em) {
  .beneficios__contenido {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.beneficios__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

@media (max-width: 75em) {
  .beneficios__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.beneficios__item {
  width: 25rem;
  min-height: 16rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .beneficios__item {
    width: 90%;
    min-height: 12.6rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .beneficios__item {
    width: 95%;
    min-height: 11rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.beneficios__item_sucursales {
  width: 25rem;
  min-height: 20rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .beneficios__item_sucursales {
    width: 90%;
    min-height: 16rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .beneficios__item_sucursales {
    width: 95%;
    min-height: 14rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.beneficios__iconTittle {
  padding-top: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2rem 0.2rem 0.2rem;
}

.beneficios__iconTittle img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.2rem;
  width: 4em;
  height: 3em;
}

@media (max-width: 39.9375em) {
  .beneficios__iconTittle img {
    width: 3.7rem;
    height: 2.7rem;
  }
}

.beneficios__iconTittle P {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 39.9375em) {
  .beneficios__iconTittle P {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.beneficios__info {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 39.9375em) {
  .beneficios__info {
    padding: 0 0.5rem;
  }
}

.beneficios__info p {
  height: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 39.9375em) {
  .beneficios__info p {
    height: 3rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 0.7rem;
  }
}

.beneficios__info a {
  max-width: 7rem;
  margin: auto;
}

.calidadA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
}

@media (min-width: 64em) {
  .calidadA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    max-width: 90rem;
    margin: auto;
  }
}

.calidadA__parrafo {
  width: 100%;
}

.calidadA__titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

@media (max-width: 75em) {
  .calidadA__titulo {
    margin: 0 0;
  }
}

@media (max-width: 39.9375em) {
  .calidadA__titulo {
    margin: auto;
    text-align: center;
    padding-bottom: 1rem;
  }
}

.calidadA__titulo img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

@media (min-width: 64em) {
  .calidadA__titulo img {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
  }
}

.calidadA__titulo p {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

@media (min-width: 64em) {
  .calidadA__titulo p {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    min-width: 15rem;
  }
}

.calidadA .titulo {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

@media (min-width: 64em) {
  .calidadA .titulo {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
    min-width: 15rem;
  }
}

.calidadA__texto {
  text-align: left;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .calidadA__texto {
    text-align: left;
    font-size: 1.375rem;
    font-weight: 400;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }
}

.calidadA__texto b {
  color: #2A4A90;
}

.pilaresCalidad {
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90rem;
  margin: auto;
  margin-top: 1.5rem;
}

@media (max-width: 39.9375em) {
  .pilaresCalidad {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pilaresCalidad__titulo {
  text-align: left;
}

@media (max-width: 64em) {
  .pilaresCalidad__titulo {
    text-align: center;
  }
}

.pilaresCalidad__contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__contenido {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pilaresCalidad__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

@media (max-width: 75em) {
  .pilaresCalidad__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.pilaresCalidad__grid_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-width: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}

@media (max-width: 75em) {
  .pilaresCalidad__grid_last {
    width: 97%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.pilaresCalidad__item {
  width: 25rem;
  min-height: 16rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .pilaresCalidad__item {
    width: 90%;
    min-height: 12.6rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__item {
    width: 95%;
    min-height: 11rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.pilaresCalidad__item_sucursales {
  width: 25rem;
  min-height: 20rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .pilaresCalidad__item_sucursales {
    width: 90%;
    min-height: 16rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__item_sucursales {
    width: 95%;
    min-height: 14rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.pilaresCalidad__item_sucursales_last {
  width: 23rem;
  min-height: 20rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  margin: 0 1rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) inset;
}

@media (max-width: 75em) {
  .pilaresCalidad__item_sucursales_last {
    width: 90%;
    min-height: 16rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__item_sucursales_last {
    width: 95%;
    min-height: 14rem;
    margin: auto;
    margin-bottom: 1.3rem;
  }
}

.pilaresCalidad__iconTittle {
  padding-top: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2rem 0.2rem 0.2rem;
}

.pilaresCalidad__iconTittle img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.2rem;
  width: 4em;
  height: 3em;
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__iconTittle img {
    width: 3.7rem;
    height: 2.7rem;
  }
}

.pilaresCalidad__iconTittle P {
  margin-top: 0.2rem;
  margin-right: 0.45rem;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__iconTittle P {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.pilaresCalidad__info {
  margin: 0.2rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__info {
    padding: 0 0.5rem;
  }
}

.pilaresCalidad__info p {
  height: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 39.9375em) {
  .pilaresCalidad__info p {
    height: 3rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 0.7rem;
  }
}

.pilaresCalidad__info a {
  max-width: 7rem;
  margin: auto;
}

.titulo_intermedio {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 64em) {
  .titulo_intermedio {
    font-size: 1.3rem;
  }
}

@media (max-width: 39.9375em) {
  .titulo_intermedio {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */

/* Fondo opaco */
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Alineado arriba */
  z-index: 1000;
}

/* Contenedor del pop-up */
#popup {
  background: #1e3a8a; /* Color amarillo */
  padding: 1.25rem;
  padding-bottom: 0;
  width: 21.25rem; /* Un poco más ancho */
  text-align: center;
  position: relative;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  margin-top: 2.8rem; /* Más separación del borde superior */
  display: flex;
  flex-direction: column;
}

/* Botón de cerrar */
#close-popup {
    position: absolute;
    top: 0.625rem; /* 10px */
    right: 0.625rem; /* 10px */
    background: none;
    border: none;
    font-size: 1.375rem; /* 22px */
    color: #B21A1D; /* Azul */
    cursor: pointer;
}

/* Texto */
.popup-text {
    font-size: 1.4rem; /* 22px */
    font-weight: bold;
    color: white;
    margin-top: 1.875rem; /* 30px */
    margin-bottom: 1.25rem; /* 20px */
    padding: 0 0.9375rem; /* 15px */
}

/* Botón */
.popup-button {
    display: inline-block;
    background: #B21A1D; 
    color: white;
    padding: 0.75rem 1.25rem; /* 12px 20px */
    text-decoration: none;
    border-radius: 0.3125rem; /* 5px */
    font-weight: bold;
    margin-bottom: 0.9375rem; /* 15px */
}

/* Contenedor de la imagen */
.image-container {
    width: 100%;
    overflow: hidden; /* Recorta cualquier exceso */
}

/* Imagen */
.popup-image {
    width: 100%;
    display: block;
    margin: 0;
    border-radius: 0 0 0.625rem 0.625rem; /* 10px */
}

/* Diseño responsive */
@media (max-width: 480px) {
    #popup {
        width: 90%;
        margin-top: 1.25rem; /* 20px */
    }
    .popup-text {
        font-size: 1.33rem; /* 20px */
        margin-top: 1.25rem; /* 20px */
    }
    .popup-button {
        font-size: 1rem; /* 16px */
        padding: 0.625rem 0.9375rem; /* 10px 15px */
    }
}