@media screen and (min-width: 1240px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }

  .content.prime {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }

  .prime__image {
    left: auto;
    right: -webkit-calc(50% - ((1240px + 80px) / 2));
    right: -moz-calc(50% - ((1240px + 80px) / 2));
    right: calc(50% - ((1240px + 80px) / 2));
  }

  .main__content {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-left: calc(50% - ((1240px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1240px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1240px - 40px) / 2));
    padding-right: calc(50% - ((1240px - 40px) / 2));
  }
}

@media screen and (max-width: 1200px) {
 html[lang='es-ES']   .prime__image {
    right: -140px;
  }

 html[lang='zh-CN']   .prime__image {
    right: -108px;
  }
}

@media screen and (max-width: 1100px) {
  .prime__image {
    right: -110px;
  }

 html[lang='es-ES']   .prime__image {
    right: -230px;
  }

 html[lang='zh-CN']   .prime__image {
    right: -186px;
  }
}

@media screen and (max-width: 1024px) {
  .prime__image {
    left: 500px;
    right: auto;
  }

  .prime__image img {
    max-width: 485px;
  }

  .prime__text {
    position: relative;
    z-index: 3;
  }

  .prime__terms {
    margin-top: 50px;
  }
}

@media screen and (max-width: 850px) {
  .content.prime {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prime__image img {
    max-width: 425px;
  }

  .prime__text {
    font-size: 20px;
  }

  .prime__terms {
    max-width: 360px;
  }

  .cover,
  .main__content,
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* HEADER */
  .header__menu > ul > li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  html[lang='es-ES'] h1,
html[lang='es-ES'] .title.general,
 html[lang='es-ES'] h1 > span  {
 font-size: 13vw;
} 

  .prime__image {
    left: 300px;
  }


 .prime__image {
    opacity: 0.8;
  }

 .prime__background{
    opacity: 0.6;
  }

  .prime__text {
    max-width: 330px;
  }

  .prime__terms {
    max-width: 300px;
  }

  /* HEADER */
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80px;
  }

  .header__logo {
    margin-right: auto;
  }

  .menu-button {
    position: relative;
    display: block;
    width: 28px;
    height: 24px;
    background-color: transparent;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    margin-left: 20px;
  }

  .menu-button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: auto;
  }

  .close {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  .burger {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  .menu-button.active .burger {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  .menu-button.active .close {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(100vh);
    max-height: -webkit-calc(100vh);
    max-height: -moz-calc(100vh);
    max-height: calc(100vh);
    overflow-y: auto;
    background: #1d1932;
    z-index: 100;
    margin: 0;
    display: none;
    padding: -webkit-calc(22vh) 25px 25px 25px;
    padding: -moz-calc(22vh) 25px 25px 25px;
    padding: calc(22vh) 25px 25px 25px;
    text-align: center;
  }

  .header__menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 0;
    background: none;
  }

  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 40px;
  }

  .header__menu > ul > li > a {
    font-size: 22px;
    padding: 0;
  }

  /* Prime  */
  .content.prime {
    padding-top: 90px;
    margin-top: -80px;
  }

  /* Privileges */
  .privileges__item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general,
  h1 > span {
    font-size: 15vw;
  }

  h2,
  .title.high {
    font-size: 28px;
  }

  h3,
  .title.middle {
    font-size: 20px;
  }

  /* Prime */
html[lang='zh-CN'] h1,
html[lang='zh-CN'] .title.general {
  max-width: 85%;
}

  .prime__image {
    left: 196px;
  }

  .prime__text {
    max-width: 250px;
  }

  .prime__terms {
    max-width: 190px;
  }

  .prime__button {
    z-index: 3;
  }

  /* How */
  .how__list ul li {
    width: 100%;
  }

  .how__wrap {
    padding-top: 160px;
  }

  .how__image {
    top: 30px;
  }

  .how__list ul li p {
    max-width: 380px;
  }

  /* FOOTER */
  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .footer__bottom > * {
    width: 100%;
  }

  .footer__text {
    margin-right: 0;
  }

  .footer__buttons {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  /* Start */
  .start {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .start::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#d5a05e), to(#ff5558));
    background: -webkit-linear-gradient(bottom, #d5a05e 0%, #ff5558 100%);
    background: -moz-linear-gradient(bottom, #d5a05e 0%, #ff5558 100%);
    background: -o-linear-gradient(bottom, #d5a05e 0%, #ff5558 100%);
    background: linear-gradient(0deg, #d5a05e 0%, #ff5558 100%);
  }

  .start__text {
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .start__description {
    text-align: center;
  }

  .start__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 152px;
    -moz-box-flex: 0;
    flex: 0 0 152px;
  }

  .start__image img {
    max-width: 152px;
  }

  .start__title {
    font-size: 30px;
    text-align: center;
  }

  .start__button {
    margin-top: 27px;
    margin-left: auto;
  }
}

@media screen and (max-width: 440px) {
  h1,
  .title.general {
    text-align: center;
    font-size: 13.64vw;
    max-width: 95%;
  }

h1 > span{
font-size: 13.64vw;
}

  h2,
  .title.high {
    font-size: 35px;
    line-height: 1.1;
  }

  .content {
    margin-top: 80px;
  }

  .menu-button {
    margin-left: 10px;
  }

  /* Prime */
  .content.prime {
    min-height: 650px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding-bottom: 30px;
  }

  .prime__wrap {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }

  .prime__image {
    z-index: 1;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }

 .prime__background{
    opacity: 1;
  }

 html[lang='zh-CN']   .prime__image,
 html[lang='es-ES']   .prime__image {
    right: auto;
  }

  .prime__image::after {
    content: '';
    display: block;
    width: 100%;
    height: 390px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(29, 24, 48, 0)),
      color-stop(25%, rgba(29, 24, 48, 0.5)),
      color-stop(50%, rgba(29, 24, 48, 0.75)),
      color-stop(75%, rgba(29, 24, 48, 1)),
      to(rgba(29, 24, 48, 1))
    );
    background: -webkit-linear-gradient(top, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
    background: -moz-linear-gradient(top, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
    background: -o-linear-gradient(top, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
    background: linear-gradient(180deg, rgba(29, 24, 48, 0) 0%, rgba(29, 24, 48, 0.5) 25%, rgba(29, 24, 48, 0.75) 50%, rgba(29, 24, 48, 1) 75%, rgba(29, 24, 48, 1) 100%);
  }

  .prime__image img {
    max-width: 434px;
  }

  .prime__text {
    max-width: 348px;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    text-transform: initial;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    background: none;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
    margin: 180px auto 0;
  }

 html[lang='zh-CN'] .prime__text{
   margin-top: 220px
}

  .prime__button {
    text-transform: capitalize;
    margin-top: 36px;
  }

  .prime__terms {
    position: relative;
    z-index: 3;
    max-width: 280px;
    text-align: center;
    margin: 36px auto 0;
  }

  /* Privileges */
  .privileges > p {
    max-width: 300px;
  }

  .privileges__list {
    display: none;
  }

  .owl-carousel.privileges__carousel {
    display: block;
  }

  /* Application */
  .application__form {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .proof__dropzone {
    border: 2px solid rgba(255, 255, 255, 0.2);
  }

  /* FOOTER */
  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .footer__links-item + .footer__links-item {
    margin-top: 40px;
  }

  .footer__links-item p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .cover,
  .main__content,
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content.prime {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo img {
    max-width: 180px;
  }
}
