  *{
    margin: 0;
    padding: 0;
  }
  :root{
  /* Colores */
  --blanco:#ffffff;
  --morado:#513cd6;
  --marino:#232f3f;
  --azul:#8decff;
  --cielo:#94ffe5;
  --violeta:#9146ff;
 
  }
/*---FONT---*/
@font-face {
    font-family: 'amazon_ember_displaybold';
    src: url('../font/amazonemberdisplay_bd-webfont.woff2') format('woff2'),
         url('../font/amazonemberdisplay_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amazon_ember_displayheavy';
    src: url('../font/amazonemberdisplay_he-webfont.woff2') format('woff2'),
         url('../font/amazonemberdisplay_he-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amazon_ember_displaylight';
    src: url('../font/amazonemberdisplay_lt-webfont.woff2') format('woff2'),
         url('../font/amazonemberdisplay_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amazon_ember_displaymedium';
    src: url('../font/amazonemberdisplay_md-webfont.woff2') format('woff2'),
         url('../font/amazonemberdisplay_md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amazon_ember_displayregular';
    src: url('../font/amazonemberdisplay_rg-webfont.woff2') format('woff2'),
         url('../font/amazonemberdisplay_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*---FONT---*/


body{
  font-family: 'amazon_ember_displayregular';
  color: #273242;
  font-size: 16px;
}
p{
  color: #273242;
}
h2{
  color: #232f3f;
  font-family: 'amazon_ember_displaybold';
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
}

h3{
  font-size: 1.5rem;
}

  header{
  background: #ed1c24;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 3px solid #3d3d3d;
}
strong{
  font-family: 'amazon_ember_displaybold';
}

.logoExpansion{
  height: 30px;
  margin: 0.5rem 0rem;
  padding: 0 auto !important;
}

.amazon{
  width: 60%;
}
.espacio{
  padding-top: 40vh;
  margin-left: 5rem;
}
.logo-ama{
  width: 38%;
}
.morado{
  color: var(--morado);
}
.blanco{
  color: var(--blanco);
}
.azul{
  color: var(--azul);
}
.morado2{
  color: var(--morado);
  font-size: 1.2rem;
}
.violeta{
  color: var(--violeta);
}
a.violeta:hover{
  color: var(--cielo);
  text-decoration: none;
}

/*Seccion 2*/
.intro{
  padding-top: 6%;
}

.texto2{
  padding: 0rem 3rem;
}
.quees{
  width: 80%;
}

/*Seccion 3*/

.linea-1{
  width: 60%;
}

.gris{
  color: #273242;
}
.marino{
  color: var(--marino);
}

/*Seccion 4*/

.linea-2{
  width: 60%;
}
.cielo{
  color: var(--cielo);
}
a {
  color: #fff;
  text-decoration: none;
}


.secc-1{
  background-image: url(../img/amazon_01.jpeg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: sticky;
  top: 48px;

}

.secc-2{
  background-image: url(../img/back_2.jpg);
  background-size: cover;
  background-position: right center;
  height: 100vh;
  position: sticky;
  top: 0;
}
.secc-3{
background: rgb(255,90,0);
background: linear-gradient(90deg, rgba(255,90,0,1) 51%, rgba(255,132,65,1) 80%, rgba(255,170,112,1) 100%);
  height: 100vh;
  position: sticky;
  top: 0;
}

.secc-4{
  background-image: url(../img/back_1.jpg);
  background-size: cover;
  background-position: left center;
  position: relative;
  top: 0;
}

.secc-5{
  background: rgb(63,172,240);
background: linear-gradient(180deg, rgba(63,172,240,1) 0%, rgba(80,66,252,1) 40%, rgba(68,64,144,1) 90%);
  height: 100vh;
  position: sticky;
  top: 0;
}

.secc-6{
  background-image: url(../img/back_3.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0;
  padding-bottom: 3rem;
}

.secc-7{
  background: rgb(12,125,228);
  background: linear-gradient(52deg, rgba(12,125,228,1) 0%, rgba(50,153,237,1) 50%, rgba(73,211,255,1) 100%);
  position: relative;
  padding-top: 50vh;
  top: 0;
}

.descubre{
  font-family: 'amazon_ember_displaylight';
}
.ads{
  width: 50%;
}

.legales{
  font-size: 10px;
}
a.enlaces{
  color: #3299ED!important;
}
.texto{
  padding-top: 10vh;
}
.logo3{
  padding-top: 30vh;
}

.btn{
  font-size: 1.2rem;
  color: #fff;
}
.marca{
  width: 80%;
  padding-top: 30%;
}
.donde{
  width: 60%;
  margin-top: 5rem;
  margin-botom: 4rem;
}

p.text-tuich{
  font-size: 1.2rem;
}
.twitch{
  width: 50%;
}
.aire{
  padding-top: 15%;
}

.titulo{
  background: #273242;
  border-radius: 60px!important;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 40px ;
}



.link{
  color: #273242;
  border: solid 1px #273242;
  border-radius: 50px;
  padding: 0.2rem 2rem;
  transition: 1s;
}

.link:hover{
  background: #273242;
  color: #fff;
  border: solid 1px #273242;
  border-radius: 50px;
  padding: 0.2rem 2rem;
  transition: 1s;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

.video-youtube{
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.video-youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.youtube-wrapper{
  width: 100%;
  margin: 0 auto;
}

.aire-1{
  padding-left: 0px;
  padding-right: 0px;
}

.izq{
  padding-left: 4rem;
}

/*flip*/
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {

  color: black;
}

/* Style the back side */
.flip-card-back {

  color: white;
  transform: rotateY(180deg);
}
/*flip*/


@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1200px) {
  .logo-ama {
    width: 40%;
  }
  .ads {
    width: 40%;
}
.logo3 {
    padding-top: 30vh;
}
.donde {
    width: 45%;
    margin-top: 1rem;
  }
.tuich {
    width: 50%;
  }
.texto {
    padding-top: 15vh;
  }

    .secc-9{
    position: relative;
    padding-bottom: 10%;
    height: 100%;
}

footer{
  position: relative;
  bottom: 0px;
  padding-bottom: 10px;
}

}

@media only screen and (max-width: 1024px) {

   .secc-5{
    position: relative;
    background-position: 41% center;
    padding-bottom: 10%;
    height: 100%;
}
  .secc-8{
    position: relative;
    padding-bottom: 10%;
    height: 100%;
}

  .secc-9{
    position: relative;
    padding-bottom: 10%;
    height: 100%;
}
  .logo-ama {
    width: 50%;
  }
  .ads {
    width: 50%;
}
.texto {
    padding-top: 15vh;
}
.logo3 {
    padding-top: 30vh;
}
.texto2{
  padding-top: 1vh;
}
.donde {
    width: 40%;
    margin-top: 0rem;
    margin-botom: 2rem;
}
.area1{
  height: 45vh;
}
.area2 {
    background: #fff;
}
.tuich {
    width: 55%;
    margin-top: 3rem;
}
p.text-tuich {
    font-size: 1.1rem;
}
.area3{
  height: 100vh;
}
.aire {
    padding-top: 12%;
}
.izq{
  padding-left: 2rem;
}
}

@media only screen and (max-width: 800px) {

  .secc-5{
    position: relative;
    background-position: 41% center;
    padding-bottom: 10%;
    height: 100%;
}

  .secc-8{
    position: relative;
    padding-bottom: 10%;
    height: 100%;
}

  .secc-9{
    position: relative;
    padding-bottom: 0%;
    height: 100%;
}
  .texto {
    padding-top: 7vh;
}
.intro {
    padding-top: 6%;
}
.area3{
  height: 120%;
}
.donde {
    width: 50%;
    margin-top: 3rem;
  }



footer{
  position: relative;
  bottom: 0px;
  padding-bottom: 10px;
}
.izq{
  padding-left: 1rem;
  }
}




@media only screen and (max-width: 600px) {
  .logo-ama {
    width: 80%;
  }
  .ads {
    width: 80%;
  }
.secc-1 {
    background-position: 44rem center;
  }
  h2 {
    font-size: 2rem;
}

.secc-2{
  background-image: url(../img/back_2.jpg);
  background-size: cover;
  background-position: right center;
  position: relative;
  height: auto;
  top: 0;
}

.espacio {
    padding-top: 60vh;
    margin-left: 0rem;
}

.secc-1{
  position: relative!important;
}
.secc-2 {
  background-position: 17% center;
  position: relative!important;
  }

  .secc-3{
    position: relative!important;
    background-position: 20% center;
    padding-bottom: 20%;
    height: 100%;

}

.secc-4{
  background-position: 20% center;
  position: relative!important;
}
.secc-5{
  position: relative!important;
}

.secc-6{
  background-position: 59% center;
  }

.logo3 {
    padding-top: 60vh;
}
.secc-5{
  background-position: right center;
}
 .secc-9{
  background: rgb(12,125,228);
  background: linear-gradient(52deg, rgba(12,125,228,1) 0%, rgba(50,153,237,1) 50%, rgba(73,211,255,1) 100%);
  position: relative;
  height: 100%;
}

.marca {
    width: 65%;
    padding-top: 35%;
}
.donde {
    width: 80%;
}
.bn11{
  margin: 10px 0px;
}
.area1 {
    height: 40vh;
}
.area2 {
    height: 140%;
}
.tuich {
    width: 100%;
    margin-top: 3rem;
}
p.text-tuich {
    font-size: 1.2rem;
}
.texto {
    padding-top: 3rem;
}
.texto2 {
    padding: 0rem 1rem;
}
footer{
  position: relative;
}
.izq{
  padding-left: 0.7rem;
}

}
@media only screen and (max-width: 300px) {


  .izq{
  padding-left: 0rem;
}
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
}
/*header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
  height: 7em;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(0.66rem, 2vw, 1rem);
  letter-spacing: 0.5em;
}

section {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
}
section .outer,
section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
section .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}
section .bg h2 {
  z-index: 2;
}
section .bg .clip-text {
  overflow: hidden;
}

.first .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/amazon_01.jpg);
}

.second .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/amazon_02.jpg);
}

.third .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/amazon_03.jpg);
}

.fourth .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/amazon_04.jpg);
}

.fifth .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/amazon_05.jpg);
  background-position: 50% 45%;
}

h2 * {
  will-change: transform;
}*/