*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 50%;
  scroll-behavior: smooth;
  /*
      @include respond(big-desktop) {
          font-size: 75%;    
      }
  */
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 62.5%;
  }
}

.app-wrapper {
  max-width: 100vw;
}

.wrapper-secondary {
  width: 100%;
  transform: translateY(-5.6rem);
}
@media only screen and (max-width: 93.75em) {
  .wrapper-secondary {
    transform: translateY(-5rem);
  }
}
@media only screen and (max-width: 87.5em) {
  .wrapper-secondary {
    transform: translateY(0);
  }
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Thin";
  src: url("../assets/fonts/HelveticaNeue Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Medium Italic";
  src: url("../assets/fonts/HelveticaNeueIt.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../assets/fonts/HelveticaNeueMed.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue blackCOND";
  src: url("../assets/fonts/HelveticaNeue BlackCond.ttf") format("truetype");
}
.hide {
  display: none;
}

.navbar-active {
  display: block !important;
  width: 28rem;
}
@media only screen and (max-width: 37.5em) {
  .navbar-active {
    width: 24rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .navbar-active {
    width: 20rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .navbar-active {
    width: 16rem;
  }
}

.arrow {
  cursor: pointer;
  display: none;
  z-index: 5000;
}
@media only screen and (max-width: 37.5em) {
  .arrow {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}
@media only screen and (max-width: 20.3125em) {
  .arrow {
    width: 2.6rem !important;
    height: 2.6rem !important;
  }
}
.arrow--banner {
  filter: drop-shadow(1px 1px 2px white);
}
@media only screen and (max-width: 75em) {
  .arrow--banner {
    display: block;
    position: absolute;
    top: 50%;
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 87.5em) {
  .arrow--store {
    display: block;
    position: absolute;
    top: 50%;
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 87.5em) {
  .arrow--left {
    left: 2.5rem;
    transform: translateY(-50%) scaleY(0.8) scaleX(0.9);
  }
}
@media only screen and (max-width: 37.5em) {
  .arrow--left {
    left: 1.25rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .arrow--left {
    left: 0;
  }
}
@media only screen and (max-width: 87.5em) {
  .arrow--right {
    right: 2.5rem;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 37.5em) {
  .arrow--right {
    right: 1.25rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .arrow--right {
    right: 0;
  }
}
@media only screen and (max-width: 26.5625em) {
  .arrow--store--left {
    left: 1.25rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .arrow--store--right {
    right: 1.25rem;
  }
}
.arrow img {
  width: 100%;
  height: auto;
}

.heading {
  color: #00AAE3;
  font-family: Arial, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  .heading {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .heading {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .heading {
    font-size: 1.8rem;
  }
}

.footer {
  width: 100%;
  height: 6.8rem;
  background-color: #00AAE3;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .footer {
    height: 4rem;
  }
}

.contact-and-about-container {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: transparent;
  background-image: url("../assets/CONTACTANOS_2B.png");
  background-size: cover;
  background-position: right top;
  display: flex;
  transform: translateY(-5.6rem);
}
@media only screen and (max-width: 93.75em) {
  .contact-and-about-container {
    transform: translateY(-4.2rem);
  }
}
@media only screen and (max-width: 75em) {
  .contact-and-about-container {
    height: auto;
    flex-direction: column;
    background: none;
    transform: translateY(0);
  }
}

/*
.contact-and-about-container {
    width: 100%;
    height: 110vh;
    position: relative;
    background-color: transparent;
    background-image: url("../assets/CONTACTANOS 2.png");
    background-size: cover;
    background-position: right top;
    display: flex;
    transform: translateY(-4.5rem);
}*/
.about-container {
  width: 36%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 75em) {
  .about-container {
    width: 100%;
    background: linear-gradient(to bottom, #fff 0%, #fff 75%, #d8d7d7 100%);
  }
}

.contact-container {
  width: 64%;
  order: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 75em) {
  .contact-container {
    order: 0;
    width: 100%;
    background-color: #231F20;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.contact__stripe {
  width: 40%;
  z-index: 200;
  display: none;
}
@media only screen and (max-width: 75em) {
  .contact__stripe {
    display: block;
    position: absolute;
    top: -2rem;
    left: 4rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .contact__stripe {
    left: 3rem;
  }
}
@media only screen and (max-width: 48em) {
  .contact__stripe {
    width: 50%;
    left: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__stripe {
    left: 1rem;
  }
}
.contact__stripe img {
  width: 100%;
  height: auto;
}
.contact__number {
  margin-right: 20%;
  margin-bottom: 4%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 75em) {
  .contact__number {
    margin: 15% auto 0 20%;
  }
}
@media only screen and (max-width: 26.5625em) {
  .contact__number {
    margin-left: 16%;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__number {
    margin-left: 14%;
  }
}
.contact__number a {
  font-family: "Helvetica Neue blackCOND";
  text-decoration: none;
  color: currentColor;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.6rem;
}
@media only screen and (max-width: 48em) {
  .contact__number a {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__number a {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__number a {
    font-size: 2.4rem;
  }
}
.contact__arrow {
  width: 6rem;
  height: 6rem;
  margin-right: 3.2rem;
}
@media only screen and (max-width: 48em) {
  .contact__arrow {
    width: 5rem;
    height: 5rem;
    margin-right: 2.2rem;
  }
}
@media only screen and (max-width: 48em) {
  .contact__arrow {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__arrow {
    width: 3rem;
    height: 3rem;
    margin-right: 1.8rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
}
.contact__arrow img {
  width: 100%;
  height: auto;
}
.contact__description {
  width: 52%;
  margin-bottom: 14%;
  margin-right: 10%;
}
@media only screen and (max-width: 93.75em) {
  .contact__description {
    width: 54%;
    margin-right: 14%;
  }
}
@media only screen and (max-width: 75em) {
  .contact__description {
    width: 36%;
    margin: 2% auto 8% 25%;
  }
}
@media only screen and (max-width: 56.25em) {
  .contact__description {
    width: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__description {
    margin-bottom: 6%;
    width: 54%;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__description {
    width: 56%;
  }
}
.contact__description h3 {
  font-family: "Helvetica Neue Thin";
  font-size: 4.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 75em) {
  .contact__description h3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 48em) {
  .contact__description h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__description h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__description h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.contact__media {
  width: 80%;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 93.75em) {
  .contact__media {
    width: 84%;
  }
}
@media only screen and (max-width: 75em) {
  .contact__media {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 75em) {
  .contact__media {
    width: 70%;
  }
}
@media only screen and (max-width: 26.5625em) {
  .contact__media {
    width: 75%;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__media {
    margin-bottom: 1.4rem;
  }
}
.contact__media-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contact__media-item {
  flex: 1;
}
.contact__media-link {
  text-decoration: none;
  color: currentColor;
  display: flex;
  align-items: center;
}
.contact__media-icon {
  width: 3.8rem;
  height: auto;
}
@media only screen and (max-width: 75em) {
  .contact__media-icon {
    width: 3rem;
  }
}
@media only screen and (max-width: 48em) {
  .contact__media-icon {
    width: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__media-icon {
    width: 1.6rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__media-icon {
    width: 1rem;
  }
}
.contact__media-icon img {
  width: 100%;
  height: auto;
}
.contact__media-adress {
  flex: 1;
  padding-left: 1.4rem;
  font-family: "Arial Narrow";
  font-size: 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 75em) {
  .contact__media-adress {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 48em) {
  .contact__media-adress {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact__media-adress {
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .contact__media-adress {
    font-size: 0.8rem;
    padding-left: 0.4rem;
  }
}

.about__heading {
  margin-top: 18%;
  margin-left: 6rem;
}
@media only screen and (max-width: 75em) {
  .about__heading {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 48em) {
  .about__heading {
    margin: 4rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .about__heading {
    margin: 2rem 2rem 4rem 2rem;
  }
}
.about__info {
  margin-top: 12%;
  flex: 1;
}
@media only screen and (max-width: 75em) {
  .about__info {
    width: 80%;
    margin: 6rem auto;
  }
}
@media only screen and (max-width: 48em) {
  .about__info {
    margin: 0 auto;
    text-align: center;
  }
}
.about__list {
  height: 100%;
  padding-left: 10%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 75em) {
  .about__list {
    padding-left: 0;
  }
}
.about__list-item {
  display: flex !important;
}
@media only screen and (max-width: 75em) {
  .about__list-item {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 48em) {
  .about__list-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 26.5625em) {
  .about__list-item {
    margin-bottom: 2rem;
  }
}
.about__item-icon {
  width: 12%;
}
@media only screen and (max-width: 75em) {
  .about__item-icon {
    width: 8%;
  }
}
@media only screen and (max-width: 48em) {
  .about__item-icon {
    width: 15%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .about__item-icon {
    width: 20%;
  }
}
.about__item-icon img {
  width: 85%;
  height: auto;
}
.about__item-content {
  width: 80%;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 48em) {
  .about__item-content {
    margin: 0;
  }
}
.about__item-content h3 {
  font-family: "Helvetica Neue Thin";
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (max-width: 48em) {
  .about__item-content h3 {
    width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .about__item-content h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .about__item-content h3 {
    width: 75%;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .about__item-content h3 {
    width: 98%;
  }
}
.about__item-content p {
  margin-top: 1rem;
  font-family: "Arial Narrow";
  font-size: 2rem;
  color: #525252;
}
@media only screen and (max-width: 37.5em) {
  .about__item-content p {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 20.3125em) {
  .about__item-content p {
    font-size: 1.2rem;
  }
}
.about__pagination {
  display: none;
}
@media only screen and (max-width: 48em) {
  .about__pagination {
    display: block;
    margin-bottom: 3rem;
  }
}
.about__pagination-button {
  display: inline-block;
  list-style: none !important;
  width: 1.6rem;
  height: 1.6rem;
  color: transparent;
  margin: 0 1px;
  margin-bottom: 3rem;
  border: 0.5px solid #00AAE3;
  border-radius: 50%;
}
@media only screen and (max-width: 26.5625em) {
  .about__pagination-button {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
}

.slick-active a {
  background-color: #00AAE3;
}

.contactmail-container {
  width: 100%;
  background-color: #231F20;
}

.contactmail__heading {
  background-color: #fff;
  padding: 4rem 6rem;
}
@media only screen and (max-width: 56.25em) {
  .contactmail__heading {
    padding: 1.5rem 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contactmail__heading {
    padding: 1rem 3rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .contactmail__heading {
    padding-left: 2rem;
  }
}
.contactmail__form {
  padding: 5rem 5rem 5rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 56.25em) {
  .contactmail__form {
    padding-right: 3rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contactmail__form {
    padding: 5rem 3rem 2rem 1rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .contactmail__form {
    padding: 2.5rem 1.5rem 2rem 0.8rem;
  }
}

.form__fields {
  width: 85%;
  padding-right: 15%;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 20% 29% max-content auto;
  column-gap: 2rem;
  row-gap: 2.5rem;
}
@media only screen and (max-width: 87.5em) {
  .form__fields {
    padding-right: 0;
  }
}
@media only screen and (max-width: 75em) {
  .form__fields {
    grid-template-columns: 25% 30% max-content auto;
  }
}
@media only screen and (max-width: 56.25em) {
  .form__fields {
    grid-template-columns: max-content auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .form__fields {
    grid-template-columns: 30% auto;
    column-gap: 1rem;
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .form__fields {
    row-gap: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.form__label {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 2.2rem;
  text-transform: uppercase;
  align-self: center;
  justify-self: end;
}
@media only screen and (max-width: 37.5em) {
  .form__label {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .form__label {
    font-size: 0.8rem;
  }
}
.form__label--name {
  grid-column: 1/2;
}
.form__label--consultation {
  grid-column: 1/2;
  align-self: flex-start;
}
.form__input {
  font-family: Helvetica, sans-serif;
  font-size: 2.2rem;
  padding: 0.7rem 0;
  padding-left: 2rem;
  border: none;
  outline: none;
}
@media only screen and (max-width: 37.5em) {
  .form__input {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .form__input {
    font-size: 0.8rem;
  }
}
.form__input--name {
  grid-column: 2/-1;
}
@media only screen and (max-width: 56.25em) {
  .form__input--phone, .form__input--email {
    grid-column: 2/-1;
  }
}
.form__input--consultation {
  grid-column: 2/-1;
  resize: none;
}
.form__button {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #FFF200;
  font-family: Arial, sans-serif;
  font-size: 4.8rem;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .form__button {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .form__button {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .form__button {
    font-size: 2.4rem;
  }
}

.converter-container {
  width: 100%;
  transform: translateY(-6px);
  z-index: 300;
}
.converter-container__bg {
  background-color: #00AAE3;
  position: relative;
  padding: 2.4rem 4rem 6rem 6rem;
}
@media only screen and (max-width: 75em) {
  .converter-container__bg {
    padding-right: 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .converter-container__bg {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .converter-container__bg {
    padding-right: 0;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .converter-container__bg {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}
.converter-container__img {
  background-image: url("../assets/LOGO CONVERTIDOR 2.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 23%;
  background-origin: border-box;
}
@media only screen and (max-width: 75em) {
  .converter-container__img {
    background-position: right bottom;
  }
}
@media only screen and (max-width: 56.25em) {
  .converter-container__img {
    background-size: 50%;
  }
}

.converter__disclaimer {
  width: 100%;
  position: absolute;
  bottom: 6%;
  left: 0;
  background-color: #231F20;
}
.converter__disclaimer p {
  color: #FFF200;
  font-family: Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  padding: 1rem 6rem;
}
@media only screen and (max-width: 48em) {
  .converter__disclaimer p {
    padding: 1rem 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .converter__disclaimer p {
    font-size: 1.9rem;
    padding: 1rem 3rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .converter__disclaimer p {
    font-size: 1.4rem;
    padding: 1rem 2rem 0.5rem 2rem;
  }
}
.converter__heading {
  padding-top: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .converter__heading {
    padding-top: 0;
  }
}
.converter__heading h2 {
  color: #fff;
}
.converter__form {
  padding: 4rem 0 5rem 0;
  width: 82%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 75em) {
  .converter__form {
    width: 90%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .converter__form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .converter__form {
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 40%;
  }
}
@media only screen and (max-width: 26.5625em) {
  .converter__form {
    width: 75%;
    padding: 2rem 0 5rem 0;
  }
}
.converter__form-field {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 56.25em) {
  .converter__form-field {
    width: 46%;
  }
}
@media only screen and (max-width: 56.25em) {
  .converter__form-field--change, .converter__form-field--result {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .converter__form-field--change, .converter__form-field--result {
    margin-top: 1.4rem;
    margin-bottom: 3.6rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .converter__form-field--change, .converter__form-field--result {
    margin-bottom: 0.5rem;
  }
}
.converter__label {
  color: #fff;
  font-family: "Helvetica Neue Medium";
  font-size: 2.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 75em) {
  .converter__label {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .converter__label {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
.converter__input {
  border: none;
  outline: none;
  color: #231F20;
  font-family: Arial, sans-serif;
  font-size: 2.6rem;
  padding: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .converter__input {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
}
.converter__input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../assets/select arrow.png");
  background-size: 2rem 1.4rem;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
}
@media only screen and (max-width: 26.5625em) {
  .converter__input--select {
    background-size: 1rem 0.8rem;
  }
}

.header-container {
  width: 100%;
  padding-bottom: 6rem;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../assets/ciudad_sombra_web.png");
  /* Set a specific height */
  height: 900px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .header-container {
    height: 90%;
    display: block;
    padding: 2rem 0 3rem 0;
  }
}

.header__content {
  padding-top: 4.6rem;
}
@media only screen and (max-width: 26.5625em) {
  .header__content {
    padding-top: 2.6rem;
  }
}
.header__logo-container {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.logo {
  background-color: #00AAE3;
  width: 100%;
  margin: 1.5rem 0;
  position: relative;
}
@media only screen and (max-width: 26.5625em) {
  .logo {
    margin: 1rem 0;
  }
}
.logo__link-container {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2.2rem;
}
@media only screen and (max-width: 75em) {
  .logo__link-container {
    padding: 2rem 0.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .logo__link-container {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 20.3125em) {
  .logo__link-container {
    padding: 1rem 0;
  }
}
.logo__link {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 48em) {
  .logo__link {
    flex-direction: column;
    align-items: center;
  }
}
.logo__img {
  width: 20.5rem;
}
@media only screen and (max-width: 75em) {
  .logo__img {
    width: 20rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .logo__img {
    width: 25%;
  }
}
.logo__img img {
  width: 100%;
  height: auto;
}
.logo__headings {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 56.25em) {
  .logo__headings {
    margin-left: 1.4rem;
  }
}
@media only screen and (max-width: 48em) {
  .logo__headings {
    margin: 0;
    text-align: center;
  }
}
.logo__headings h1 {
  font-size: 8.8rem;
}
@media only screen and (max-width: 75em) {
  .logo__headings h1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .logo__headings h1 {
    font-size: 6.6rem;
  }
}
@media only screen and (max-width: 48em) {
  .logo__headings h1 {
    font-size: 4rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .logo__headings h1 {
    font-size: 2.2rem;
  }
}
.logo__headings h3 {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 56.25em) {
  .logo__headings h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .logo__headings h3 {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .logo__headings h3 {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .logo__headings h3 {
    margin-top: 0.4rem;
  }
}

.dropdown {
  position: relative;
}
.dropdown__toggle {
  width: 8rem;
  height: 5rem;
  background-color: #231F20;
  position: relative;
  display: none;
}
@media only screen and (max-width: 48em) {
  .dropdown__toggle {
    display: block;
  }
}
@media only screen and (max-width: 26.5625em) {
  .dropdown__toggle {
    width: 6.5rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .dropdown__toggle {
    width: 4.5rem;
    height: 3rem;
  }
}
.dropdown__icon {
  width: 65%;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 20.3125em) {
  .dropdown__icon {
    right: 0.4rem;
  }
}
.dropdown__icon span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FFF200;
  border-radius: 3px;
}
@media only screen and (max-width: 26.5625em) {
  .dropdown__icon span {
    height: 3.6px;
  }
}
.dropdown__icon span:nth-child(2) {
  margin: 0.7rem 0;
}
@media only screen and (max-width: 26.5625em) {
  .dropdown__icon span:nth-child(2) {
    margin: 0.5rem 0;
  }
}
@media only screen and (max-width: 20.3125em) {
  .dropdown__icon span:nth-child(2) {
    margin: 0.4rem 0;
    height: 3px;
  }
}

.navbar {
  width: 100%;
  padding: 0;
  z-index: 8000;
}
@media only screen and (max-width: 48em) {
  .navbar {
    width: 35%;
    position: absolute;
    top: 15%;
    left: 0;
  }
}
@media only screen and (max-width: 26.5625em) {
  .navbar {
    top: 12%;
  }
}
@media only screen and (max-width: 20.3125em) {
  .navbar {
    top: 10%;
  }
}
.navbar__menu-container {
  background-color: #231F20;
}
@media only screen and (max-width: 48em) {
  .navbar__menu-container {
    display: none;
  }
}
.navbar__dropdown {
  width: 100%;
}
.navbar__menu {
  width: 70%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 93.75em) {
  .navbar__menu {
    width: 80%;
  }
}
@media only screen and (max-width: 87.5em) {
  .navbar__menu {
    width: 85%;
  }
}
@media only screen and (max-width: 75em) {
  .navbar__menu {
    width: 98%;
  }
}
@media only screen and (max-width: 48em) {
  .navbar__menu {
    width: 100%;
    display: block;
    padding: 2rem 0 3rem 0;
  }
}
.navbar__menu-item {
  width: 20%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  color: #FFF200;
}
@media only screen and (max-width: 48em) {
  .navbar__menu-item {
    width: 100%;
    margin: 0;
    padding: 0.2rem 0 0.2rem 0.6rem;
  }
}
.navbar__menu-item span {
  content: "";
  height: 100%;
  border: 2px solid currentColor;
}
@media only screen and (max-width: 48em) {
  .navbar__menu-item span {
    display: none;
  }
}
.navbar__link {
  flex: 1;
  padding: 0.4rem 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.2rem;
  color: currentColor;
  opacity: 0.93;
  font-family: Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (max-width: 87.5em) {
  .navbar__link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 75em) {
  .navbar__link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 48em) {
  .navbar__link {
    text-align: left;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .navbar__link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .navbar__link {
    font-size: 1.4rem;
  }
}

.banner {
  width: 100%;
  padding: 5rem;
  text-shadow: 2px 2px 2px black;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 93.75em) {
  .banner {
    padding: 3rem;
  }
}
@media only screen and (max-width: 87.5em) {
  .banner {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .banner {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
.banner__heading {
  width: 100%;
}
.banner__heading h1 {
  font-family: Arial, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  padding-left: 2rem;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .banner__heading h1 {
    font-size: 3.4rem;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .banner__heading h1 {
    font-size: 2.1rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 20.3125em) {
  .banner__heading h1 {
    font-size: 1.6rem;
  }
}
.banner__footing {
  width: 100%;
}
.banner__footing h4 {
  font-family: Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  padding-left: 2rem;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .banner__footing h4 {
    font-size: 3.4rem;
    padding-left: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .banner__footing h4 {
    font-size: 2.1rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 20.3125em) {
  .banner__footing h4 {
    font-size: 1.6rem;
  }
}
.banner__pricings {
  width: 100%;
  padding: 0 10%;
  margin-top: 5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 93.75em) {
  .banner__pricings {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 75em) {
  .banner__pricings {
    margin-top: 0;
    padding: 0 25%;
  }
}
@media only screen and (max-width: 56.25em) {
  .banner__pricings {
    padding: 0 20%;
  }
}
@media only screen and (max-width: 37.5em) {
  .banner__pricings {
    padding: 0 18%;
  }
}
@media only screen and (max-width: 20.3125em) {
  .banner__pricings {
    padding: 0 16%;
  }
}

.pricings__column {
  width: 33.33333%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48em) {
  .pricings__column {
    width: 70%;
  }
}
.pricings__column--1 {
  margin-right: 2rem;
}
.pricings__column--2 {
  margin-right: 2rem;
  margin-left: 2rem;
}
.pricings__column--3 {
  margin-left: 2rem;
}
@media only screen and (max-width: 75em) {
  .pricings__column--1, .pricings__column--2, .pricings__column--3 {
    margin: 0 auto;
  }
}
.pricings__item {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 2rem 0;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .pricings__item {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 37.5em) {
  .pricings__item {
    padding: 0.7rem 1rem 0.7rem 0.7rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .pricings__item {
    padding: 0.6rem;
  }
}

.item__currency {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.item__currency h3 {
  width: 100%;
  font-family: "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .item__currency h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .item__currency h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .item__currency h3 {
    font-size: 0.8rem;
  }
}
.item__currency .currency__img {
  width: 60%;
}
.item__currency .currency__img img {
  width: 100%;
  height: auto;
}
.item__price {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 26.5625em) {
  .item__price {
    width: 50%;
  }
}

.price__headings {
  width: 100%;
  display: flex;
}
.price__heading {
  width: 50%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 87.5em) {
  .price__heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 75em) {
  .price__heading {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 48em) {
  .price__heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .price__heading {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .price__heading {
    font-size: 1rem;
  }
}
.price__heading--selling {
  text-align: center;
}
.price__values {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1rem;
  font-family: "Helvetica Neue Medium Italic";
  font-size: 3.8rem;
  font-style: italic;
  color: #fff;
}
@media only screen and (max-width: 87.5em) {
  .price__values {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 75em) {
  .price__values {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 48em) {
  .price__values {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .price__values {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .price__values {
    font-size: 2rem;
    margin-left: 0.4rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .price__values {
    font-size: 1.4rem;
  }
}
.price__divisor-line {
  border: 2.5px solid #00AAE3;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .price__divisor-line {
    border-width: 1.5px;
  }
}
@media only screen and (max-width: 20.3125em) {
  .price__divisor-line {
    border-width: 1.2px;
  }
}

.requeriments-container {
  width: 100%;
  padding: 6rem 12rem 6rem 6rem;
  height: 100vh;
  background-image: url("../assets/MAPA MUNDI.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 18% 100%;
  background-origin: content-box;
  position: relative;
}
@media only screen and (max-width: 87.5em) {
  .requeriments-container {
    background-size: 58%;
    background-position: 18% 80%;
  }
}
@media only screen and (max-width: 75em) {
  .requeriments-container {
    height: 90vh;
    background-position: 0% 80%;
  }
}
@media only screen and (max-width: 64em) {
  .requeriments-container {
    background-size: 70%;
  }
}
@media only screen and (max-width: 56.25em) {
  .requeriments-container {
    height: 80vh;
    padding: 4rem 4rem 0 4rem;
    background-size: 60%;
    background-position: 4% 80%;
  }
}
@media only screen and (max-width: 48em) {
  .requeriments-container {
    height: 90vh;
    padding-right: 2rem;
    background-size: 85%;
    background-position: 0% 60%;
  }
}
@media only screen and (max-width: 37.5em) {
  .requeriments-container {
    height: 70vh;
    padding: 3rem 3rem 0 3rem;
    background-position: 0% 80%;
  }
}
@media only screen and (max-width: 26.5625em) {
  .requeriments-container {
    height: 60vh;
    padding: 2rem 2rem 0 2rem;
    background-size: 80%;
    background-position: 0% 50%;
  }
}

.requeriments__heading {
  width: 100%;
}
.requeriments__description {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .requeriments__description {
    width: 80%;
  }
}
@media only screen and (max-width: 48em) {
  .requeriments__description {
    width: 90%;
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .requeriments__description {
    margin-top: 2rem;
  }
}
.requeriments__description h4 {
  color: #231F20;
  font-family: "Helvetica Neue Thin";
  font-size: 2.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 56.25em) {
  .requeriments__description h4 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 48em) {
  .requeriments__description h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .requeriments__description h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .requeriments__description h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .requeriments__description h4 {
    font-size: 1rem;
  }
}
.requeriments__data-pos-absolute {
  width: 25%;
  background-color: #E6E7E9;
  position: absolute;
  top: 30%;
  right: 15%;
}
@media only screen and (max-width: 87.5em) {
  .requeriments__data-pos-absolute {
    width: 35%;
  }
}
@media only screen and (max-width: 75em) {
  .requeriments__data-pos-absolute {
    top: 45%;
  }
}
@media only screen and (max-width: 56.25em) {
  .requeriments__data-pos-absolute {
    width: 40%;
    right: 6rem;
  }
}
@media only screen and (max-width: 48em) {
  .requeriments__data-pos-absolute {
    width: 45%;
    top: 40%;
    right: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .requeriments__data-pos-absolute {
    top: 55%;
  }
}
@media only screen and (max-width: 26.5625em) {
  .requeriments__data-pos-absolute {
    top: 45%;
  }
}
.requeriments__data-inner-container {
  position: relative;
}
.requeriments__data-flag {
  position: absolute;
  top: -3rem;
  left: -2rem;
  width: 30%;
}
@media only screen and (max-width: 37.5em) {
  .requeriments__data-flag {
    top: -1.5rem;
    left: -1rem;
  }
}
.requeriments__data-flag img {
  width: 100%;
  height: auto;
}
.requeriments__data {
  padding: 6rem 3rem 3rem 3rem;
}
@media only screen and (max-width: 56.25em) {
  .requeriments__data {
    padding: 5.2rem 2rem 2rem 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .requeriments__data {
    padding: 3rem 1rem 2rem 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .requeriments__data {
    padding: 3rem 0.5rem 0.5rem 1.5rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .requeriments__data {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .requeriments__data {
    padding-top: 1rem;
  }
}
.requeriments__datagroup {
  font-family: "Helvetica Neue Thin";
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .requeriments__datagroup {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .requeriments__datagroup {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .requeriments__datagroup {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .requeriments__datagroup {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .requeriments__datagroup {
    font-size: 0.8rem;
  }
}
.requeriments__datagroup h4 {
  text-decoration: underline;
}
.requeriments__datagroup ul {
  list-style: none;
}
.requeriments__datagroup li {
  display: flex;
}
.requeriments__datagroup li::before {
  content: "-";
  color: #00AAE3;
  margin-right: 0.5rem;
}

.stores-container {
  width: 100%;
  position: relative;
}

.stores__heading {
  margin: 5rem 0;
  padding-left: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .stores__heading {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .stores__heading {
    margin: 3rem 0;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .stores__heading {
    margin: 2rem 0;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .stores__heading {
    margin-top: 0;
  }
}
.stores__gallery {
  padding: 0 12rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 87.5em) {
  .stores__gallery {
    justify-content: space-evenly;
    padding: 0 33%;
  }
}
@media only screen and (max-width: 75em) {
  .stores__gallery {
    justify-content: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .stores__gallery {
    padding: 0 30%;
  }
}
@media only screen and (max-width: 48em) {
  .stores__gallery {
    padding: 0 25%;
  }
}
@media only screen and (max-width: 20.3125em) {
  .stores__gallery {
    padding: 0 22%;
  }
}
.stores__store {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 6rem;
  border: 0px solid #231F20;
  border-radius: 3.6rem;
}
@media only screen and (max-width: 87.5em) {
  .stores__store {
    width: 33.33333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 75em) {
  .stores__store {
    width: 40%;
    height: 40rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .stores__store {
    height: 36rem;
  }
}
@media only screen and (max-width: 48em) {
  .stores__store {
    height: 30rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .stores__store {
    height: 26rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .stores__store {
    width: 50%;
    height: 20rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .stores__store {
    width: 60%;
    height: 18rem;
  }
}
.stores__store img {
  border-radius: 9%;
}
.stores__image {
  width: 100%;
  height: auto;
}
.stores__address {
  width: 100%;
  position: absolute;
  bottom: 5%;
  border-radius: 0px 0px 14px 14px;
  padding: 6% 0 6% 8%;
  background-color: rgba(35, 31, 32, 0.8);
}
@media only screen and (max-width: 75em) {
  .stores__address {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 37.5em) {
  .stores__address {
    padding-left: 0;
    text-align: center;
    bottom: 31%;
  }
}
.stores__address h3 {
  color: #FFF200;
  font-family: "Arial Narrow";
  font-size: 3.2rem;
}
@media only screen and (max-width: 75em) {
  .stores__address h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .stores__address h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 26.5625em) {
  .stores__address h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 20.3125em) {
  .stores__address h3 {
    font-size: 1.4rem;
  }
}

.slick-slide {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 26.5625em) {
  .slick-slide {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
