@font-face {
  font-family: AdihausDIN;
  src: url(fonts/adihausdin/adihausdin.ttf);
}

@font-face {
  font-family: AdihausDINBold;
  src: url(fonts/adihausdin/adihausdin_bold.ttf);
}

@font-face {
  font-family: PRO-Bold;
  src: url(fonts/adineueprocond/adineue_pro_cond.otf);
}

@font-face {
  font-family: PRO-Black;
  src: url(fonts/adineueprocond/adineue_pro_cond_black.otf);
}

:root{
  --c0: #000000;
  --c1: #FFFFFF;
  --c2: #35437E;
  --c3: #CF388B;
  --c4: #f83838;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: unset;
  -webkit-tap-highlight-color: transparent;
}

body{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}


 video, img{
  width: 100%;
  pointer-events: none;
  -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

button{
  cursor: pointer;
  background: none;
  border: none;
}
p{
  margin: 0;
  line-height: 120%;
}
/*** New Styles ***/
.x_speed {
  background-image: url("../img/bg/bg-xspeed.jpg");
  background-size: cover;
  overflow-x: hidden;
}

.page.no_scroll{
  overflow-y: hidden;
}
.page.no_scroll .icon_main_menu {
  background-color: var(--c1);
}
.page.no_scroll .icon_main_menu .mc1, 
.page.no_scroll .icon_main_menu .mc2,
.page.no_scroll .icon_main_menu .mc3 {
  stroke: var(--c0);
}
.header {
  display: flex;
  padding: 55px 0;
}

.logo_adidas_qatar {
    width: 50%;
    margin: auto;
    max-width: 90px;
    min-width: 56px;
}
.bg_light {
  background-image: radial-gradient(circle at 100% -29%, #d9d9d9, rgba(217, 217, 217, 0) 47%);
  background-position: top,bottom;
  background-repeat: repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/**** ======  BANNER ========= *****/
.banner_g{
    display: grid;
    grid-template-areas: 
              "a1 a2"
              "a1 a3";
    grid-row-gap: min(2.08vw, 40px);
    grid-column-gap: min(2.91vw, 56px);
    margin: 0 auto;
    max-width: 1240px;
    place-content: center;
    padding: 0 30px;
  }
  @keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-300px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }  
 @keyframes fadeInRight {
  0% {
     opacity: 0;
     transform: translateX(300px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}  
@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(-20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
} 
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
  .a1 { 
    grid-area: a1; 
    --size: 28.17vw;
    --aspect-ratio: 0.90;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 541px;
    max-height: 600px;
    animation-name: fadeInLeft;
    animation-duration: 1.5s;
    animation-fill-mode: both;
  }
  .a2 { 
    grid-area: a2; 
    --size: 30.52vw;
    --aspect-ratio: 1.75;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 586px;
    max-height: 334px;
    animation-name: fadeInRight;
    animation-duration: 1.5s;
    animation-fill-mode: both;
  }
  .banner_g .a3 { 
    grid-area: a3; 
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-fill-mode: both;
  }

  .banner_g .title {
    --size: 19.37vw;
    --aspect-ratio: 2.41;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 372px;
    max-height: 154px;
    /* color: var(--c2); */
    /* font-family: adineuePROCond;
    font-size: 94px;
    font-weight: 700;
    line-height: .9; */
    margin: 0;
    /* text-transform: uppercase; */
  }

  /**** ====== SECTION CARD 3========= *****/
  .group_card {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    max-width: 1440px;
    place-content: center;
    place-items: center;
    margin: 100px auto;
  }
  .group_card .img1{
    --size: 29.63vw;
    --aspect-ratio: 0.87;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 569px;
    max-height: 650px;
    position: relative;
    left: 8vw;
    z-index: 1;
  }

  .group_card .img2{
    --size: 26.40vw;
    --aspect-ratio: 1.17;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 507px;
    max-height: 431px;
    position: relative;
    top: 10vw;
    left: -4vw;
    z-index: 2;
  }

  .group_card .card_content {
    display: flex;
    flex-direction: column;
    background-color: var(--c3);
    padding: min(3.12vw,60px) min(4.84vw,93px) min(3.12vw,60px) min(9.24vw,181px);
    max-width: 771px;
    max-height: 598px;
    --size: 40.15vw;
    --aspect-ratio: 1.28;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    position: relative;
    color: var(--c1);
    z-index: 1;
    left: -8.5vw;
    top: 6vw;
  }

  .group_card .card_content_title{
    font-size: calc(24px + 24 * ((100vw - 980px) / 940));
    font-weight: bold;
    line-height: 1.08;
    font-family: adineuePROCond;
    margin-bottom: min(2.18vw, 42px);
    text-transform: uppercase;
  }

  .group_card .card_content_text{
    font-size: calc(16px + 8 * ((100vw - 980px) / 940));
    font-weight: 400;
    line-height: 1.25;
    font-family: AdihausDIN;
    margin-bottom: min(3.33vw, 64px);
  }
  /**** ====== END SECTION CARD 3 ========= *****/

/**** ====== SECTION 2 GUAYO 360 ========= *****/
  .icon_speed{
    width: 41%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-62%, -4%);
  }

.group_2{
  width: 100%;
  height: 100vh;
}
#guayo{
  top: 31%;
    width: 21.5%;
    transform: translateX(-50%);
}

.wrap{
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.guayo_animate{
  position: absolute;
  width: 65vmin;
  height: 65vmin;
  max-width: 703px;
  max-height: 703px;
}
.center{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.circle{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid white 1px;
}

.guayo_sprite{
  width: 70%;
  height: 70%;
  position: absolute;
  display:inline-block;
  overflow:hidden;
  background-repeat: no-repeat;
  background-image:url("../img/sprite2.png");
  background-size: cover;
}

.title_g{
  font-family: AdihausDINBold;
  /*calc(14px + (26 - 14) * ((100vw - 1024px) / (1920 - 1024)));*/
  font-size: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: bold;
  text-align: right;
  color: var(--c2);
}
.subtitle_g{
  font-family: AdihausDIN;
  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024)));
  text-align: right;
  color: var(--c2);
}
.text_g{
  font-family: AdihausDIN;
  text-transform: lowercase;
  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024)));
  text-align: right;
  color: var(--c2);
}
.text{
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 46vw;
  max-width: 710px;
  align-items: stretch;
}
.paragraph{
    width: 100%;
    padding-right: 15px;
}
.lines{
  width: 70%;
  display: flex;
  align-items: baseline;
}

.line_h{
    border: 1px solid var(--c3);
    width: 100%;
    height: 1px;
}
.line_v{
    width: 1px;
    height: 50%;
    border: solid 1px var(--c3);
    margin-right: 15px;
}
/*Textos ubicacions*/
.text_1_Land{
  top: 50%;
  left: 50%;
  transform: translate(-95%,-225%);
}
.text_2_Land{
  top: 50%;
  left: 50%;
  transform: translate(-95%,-50%);
}
.text_3_Land{
  top: 50%;
  left: 50%;
  transform: translate(-95%,121%);
}
.text_4_Land{
  top: 50%;
  left: 50%;
  transform: translate(8%,-51%);
}
.text_5_Land{
  top: 50%;
  left: 50%;
  transform: translate(-95%,-140%);
}
.text_6_Land{
  top: 50%;
  left: 50%;
  transform: translate(-95%,67%);
}
.text_7_Land{
  top: 50%;
  left: 50%;
  transform: translate(5%,-51%);
}

.text_buy{
  font-family: adineuePROCond;
  font-weight: bold;
  text-transform: uppercase;
  font-size: calc(29px + (48 - 29) * ((100vw - 1024px) / (1920 - 1024)));
  color: var(--c3);
  line-height: calc(29px + (48 - 29) * ((100vw - 1024px) / (1920 - 1024)));
  margin-bottom: 30px;
}

.button_adidas {
  position: relative;
  top: 0;
  left: 0;
  --size: 226px;
  --aspect-ratio: 4;
  width: var(--size);
  height: calc(var(--size)/var(--aspect-ratio));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.button_adidas:before {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 97%;
  border: 1px solid #000;
  background-color: rgba(0,0,0,0);
  content: "";
  z-index: 0;
}

.button_adidas .content_link {
  position: relative;
  top: 0;
  left: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  place-content: center;
  place-items: center;
  --size: 226px;
  --aspect-ratio: 4;
  width: var(--size);
  height: calc(var(--size)/var(--aspect-ratio));
  font-size: 1rem;
  font-family: "AdihausDIN","sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  z-index: 0;
}
.button_adidas:hover:before {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 1px solid #000;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--c2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1);
}
.mileage{
  position: absolute;
  top: 15%;
  left: 80%;
  width: 8%;
}


.border_speed{
    width: 100%;
    text-align: center;
    font-family: AdihausDIN;
    color: var(--c2);
    font-size: calc(14px + (24 - 14) * ((100vw - 1024px) / (1920 - 1024)));;
    padding: 14%;
    font-weight: bold;
    background-image: url("../img/svg/border_speed.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrap2{
  position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}

.flex{
  display: flex;
  justify-content: center;
}

.guayos2{
  position: absolute;
  width: 85vmin;
  height: 85vmin;
  max-width: 800px;
  max-height: 800px;
}
.wrap2 .pre{
  position: absolute;
    transform: translate(17%, 11%);
    width: 90%;
}
.wrap2 .copa{
  position: absolute;
  transform: translate(-28%, -9%);
}
.pre .pretext{
  top: 0;
  left: 48%;
  position: absolute;
  font-size: calc(50px + (64 - 50) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: bold;
  color: var(--c2);
  text-transform: uppercase;
  font-family: adineuePROCond;
}
.copa .copatext{
  top: 90%;
  left: 16%;;
  position: absolute;
  font-size: calc(50px + (64 - 50) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: bold;
  color: var(--c4);
  text-transform: uppercase;
  font-family: adineuePROCond;
}
.text_1_copa{
  color: var(--c4);
  top: 50%;
  left: 48%;
  transform: translate(-109%, -115%);
  width: 434px;
}
.text_1_copa .subtitle_g, .text_1_copa .title_g,
.text_2_copa .subtitle_g, .text_2_copa .title_g {
  color: var(--c4);
  text-transform: uppercase;
}

.text_1_copa .lines{
    width: 16vw; 
}
.text_1_copa .lines .line_h, 
.text_1_copa .lines .line_v,
.text_2_copa .lines .line_h, 
.text_2_copa .lines .line_v {
  border: 1px solid var(--c4);
}
.text_2_copa{
    top: 50%;
    left: 50%;
    transform: translate(-119%, 32%);
    width: 341px;
}
.text_2_copa .lines{
      width: 40vw;
}

.text_1_pre{
  top: 50%;
  left: 50%;
  transform: translate(8%, -175%);
  width: 342px;
}
.text_2_pre{
  top: 50%;
  left: 50%;
  transform: translate(4%, -31%);
  width: 388px;
}
.text_1_pre .subtitle_g, .text_1_pre .title_g, .text_1_pre .text_g,
.text_2_pre .subtitle_g, .text_2_pre .title_g, .text_2_pre .text_g {
  text-transform: uppercase;
}
.text_1_pre .lines .line_h, 
.text_1_pre .lines .line_v,
.text_2_pre .lines .line_h, 
.text_2_pre .lines .line_v {
  border: 1px solid var(--c2);
}

.button_buy{
  position: fixed;
  bottom: 5%;
  right: 8%;
}

/**** ====== END SECTION 2 GUAYO 360 ========= *****/

/**** ====== MEDIA QUERY ========= *****/

@media (orientation: landscape) {
  .land{
    display: block;
  }
  .port{
    display: none;
  }
}

@media (orientation: portrait) {
  p{
    line-height: 70%;
  }
  .title_g{
    line-height: 120%;
  }
  .land{
    display: none;
  }
  .port{
    display: block;
  }
  .text_1_Land {
    transform: translate(-95%,-107%);
    align-items: flex-end;
    flex-direction: column;
    /* max-width: 100px; */
  }

  .text_1_Land .paragraph, .text_2_Land .paragraph, #text_4_Land .paragraph, #text_5_Land .paragraph, #text_7_Land .paragraph{
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
  }

   .text_1_Land .paragraph p{
        text-align: left !important;
   }

  .text_1_Land .lines, .text_4_Land .lines, .text_5_Land .lines, .text_7_Land .lines{
    height: 28vmin;
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .text_2_Land .lines{
    height: 50vmin;
    align-items: center;
    flex-direction: column-reverse;
  }

  .text_1_Land .line_h, .text_2_Land .line_h, .text_4_Land .line_h, .text_5_Land .line_h, .text_7_Land .line_h {
    width: 51%;
    height: 1px;
     align-self: baseline;
  }
  .text_1_Land .line_v, .text_2_Land .line_v,  .text_4_Land .line_v, .text_5_Land .line_v, .text_7_Land .line_v {
      height: 100%;
      margin-right: 0;
      visibility: visible !important;
  }
  .text_2_Land {
    transform: translate(-10%,-84%);
    align-items: flex-end;
    flex-direction: column;
    /* max-width: 100px; */
  }

  .text_3_Land{
    transform: translate(-95%,12%);
  }
   .text_3_Land .paragraph{
     width: 151%;
     align-self: self-end;
     transform: translateY(50%);
   }
  .text_3_Land .line_v{
        height: 40vmin;
  }
  .text_4_Land{
        transform: translate(-126%,-97%);;
        align-items: flex-end;
        flex-direction: column-reverse;
        max-width: 100px;
  }
  .text_4_Land .lines{
    height: 50vmin;
  }
  .text_4_Land .line_v{
    visibility: hidden !important;
  }

  .text_5_Land .lines{
    align-items: center;
    height: 18vmin;
  }
  .text_6_Land .lines{
        width: 35%;
    height: 33vh;
  }
   .text_6_Land .paragraph{
        width: 180%;
    align-self: center;
  }
  .mileage {
    top: 4%;
    left: 71%;
    width: 20%;
  }
  .border_speed{
      font-size: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024)));;
  }

  .text_buy{
    font-size: calc(33px + (48 - 33) * ((100vw - 1024px) / (1920 - 1024)));
    line-height: calc(33px + (48 - 33) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: 10px;
    text-align: center;
  }
  .guayos2{
    width: 98vmin;
    height: 98vmin;
  }
  .copatext, .pretext{
      font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1000 - 300)));
  }

  .button_buy{
    left: 50%;
    transform: translate(-50%,-51%);
    right: initial;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

 @media screen and (max-width: 1280px) {
  .banner_g .title {
    font-size: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .text_1_copa {
    transform: translate(-93%, -115%);

  }
  .text_2_copa {
    transform: translate(-91%, 32%);
  }
}

@media screen and (max-width: 980px) {
  .x_speed {
    background-size: auto;
  }
  .banner_g{
    grid-template-areas:"a1"
                        "a3"
                        "a2";
    place-items: center;
    grid-row-gap: 24px;
  }
  .banner_g .title {
    text-align: center;
  }
  .wrap{
    height: 100vh;
  }
  .button_adidas, .button_adidas .content_link {
    --size: 182px;
    font-size: 14px;
  }
  .button_buy {
    transform: translate(0, 0);
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
    bottom: 1vw;
  }
  .text_5_Land {
    align-items: flex-end;
    flex-direction: column;
    max-width: 216px;
    transform: translate(17%,-136%);
  }
  .text_7_Land{
    align-items: flex-end;
    flex-direction: column-reverse;
    max-width: 260px;
    transform: translate(-101%, -111%);
  }
  .text_6_Land{
    transform: translate(-92%,29%);
    width: 246px;
  }
  .text_buy br {
    display: none;
  }
  .a1 { 
    grid-area: a1; 
    /* --size: 84.53vw; */
    --size: 70.44vw;
    --aspect-ratio: 0.90;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 541px;
    max-height: 600px;
  }
  .a2 { 
    grid-area: a2; 
    /* --size: 91.56vw; */
    --size: 76.30vw;
    --aspect-ratio: 1.75;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 586px;
    max-height: 334px;
  }

  .banner_g .title {
    --size: 40vw;
    --aspect-ratio: 2.41;
    width: var(--size);
    height: calc(var(--size)/var(--aspect-ratio));
    max-width: 372px;
    max-height: 154px;
  }

  .line_pre_mobile {
    transform: rotateY(161deg);
  }
  .pre .pretext{
    top: -24%;
  }

  .copa .copatext {
    left: 40%;
  }
  .text_1_copa{
    transform: translate(-64%,-40vw);
    align-items: flex-end;
    flex-direction: column;
    max-width: 220px;
    left: 53%;
  }

  .text_1_copa .paragraph, .text_1_pre .paragraph{
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  .text_1_copa .lines {
    width: 9vw;
    transform: rotateY(180deg);
  }
  .text_1_copa .lines, .text_1_pre .lines{
    height: 28vmin;
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .text_1_copa .line_v, .text_1_pre .line_v, .text_2_copa .line_v, .text_2_pre .line_v{
    height: 100%;
    margin-right: 0;
    visibility: visible !important;
  }

  .text_1_pre {
    transform: translate(-16%,-120%);
    align-items: flex-end;
    flex-direction: column-reverse;
    width: 215px;
  }

  .text_2_copa {
    transform: translate(-3%,7%);
    width: 200px;
    flex-direction: row-reverse;
  }

  .text_2_copa .paragraph {
    width: 180%;
    align-self: end;
    transform: translate(-12%, 50%);
  }
  .text_2_pre .paragraph {
    width: 180%;
    align-self: end;
    transform: translate(10%, 50%);
  }
  .text_2_copa .paragraph p, .text_2_pre .paragraph p {
    text-align: left;
  }
  .text_2_copa .lines {
    width: 35%;
    height: 21vh;
    flex-direction: column-reverse;
  }

  .text_2_pre {
    transform: translate(-28%, 22vw);
    width: 260px;
  }
  .text_2_pre .lines{
    flex-direction: column-reverse;
  }

  .group_card {
    flex-direction: column;
    margin-top: 130px;
  }

  .group_card .img1 {
    left: 0;
    --size: 58.06vw;
  }

  .group_card .img2 {
    top: -10vw;
    left: 0;
    --size: 51.73vw;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
  }
  .group_card .card_content {
    padding: min(6.12vw,60px) min(9.48vw,93px) ;
    left: 0;
    top: -16vw;
    text-align: center;
    height: auto;
    --size: 78.67vw;
  }
  .group_card .card_content_title {
    font-size: min(5vw, 32px);
  }
  .group_card .card_content_text {
    font-size: min(3.5vw, 20px);
  }
  .group_card .button_adidas {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .x_speed {
    background-image: url("../img/bg/bg_mobile.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  .header {
    padding: 24px 0 34px 0;
  }
  .header .logo_adidas_qatar{
    width: 30%;
    max-width: 46px;
  }
  .text_5_Land {
    max-width: 127px;
    transform: translate(17%,-117%);
  }
  .text_7_Land{
    max-width: 138px;
    transform: translate(-101%, -100%);
  }
  .text_6_Land{
    transform: translate(-92%,17%);
    width: 166px;
  }
  .text_1_pre{
    transform: translate(-24%,-120%);
    align-items: flex-end;
    flex-direction: column-reverse;
    width: 120px;
  }
  .text_2_pre {
    transform: translate(-28%,57%);
    width: 142px;
  }
  .text_1_copa{
    transform: translate(-64%,-155%);
    align-items: flex-end;
    flex-direction: column;
    max-width: 100px
  }
  .text_2_copa {
    transform: translate(16%,19%);
    width: 166px;
    flex-direction: row-reverse;
  }
  .pre .pretext {
    top: -44%;
  }
}
@media screen and (max-width: 480px) {
  .banner_g{
    grid-row-gap:18px;
    grid-column-gap: 18px;
  }
  .banner_g .title {
    font-size: 50px;
  }
  .text_3_Land {
    transform: translate(-95%,-10%);
  }
  .pre .pretext {
    left: 40%;
    font-size: 32px;
  }
  .copa .copatext {
    font-size: 32px;
  }
  .mileage {
    top: 6%;
  }
}

@media screen and (max-width: 340px) {
  .button_adidas, .button_adidas .content_link {
    --size: 138px;
    font-size: 12px;
  }
  .mileage {
    top: initial;
    bottom: 25%;
  }
  .text_7_Land .lines {
    height: 22vmin;
  }
  .text_6_Land {
    transform: translate(-92%,-4%);
  }
  .text_1_copa {
    transform: translate(-64%,-136%);
  }
  .text_2_copa {
    transform: translate(-1%,19%);
  }
  .text_1_pre {
    transform: translate(-14%,-102%);
  }
  .text_2_pre {
    transform: translate(-44%,47%);
  }
  .pre .pretext {
    top: -44%;
  }
}
/**** ====== END MEDIA QUERY ========= *****/
