@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;0,900;1,600;1,800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
  

body{
    font-family: 'Barlow', sans-serif;
    max-width: 1440px;
    margin: 0 auto;
}

.hero{
    margin:0 auto;
    overflow: hidden;
}

.header_compra{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right top, #30cfd0 0%, #330867 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    color: #f6be2b;
    font-size: 2.2em;
}

.header_cta{
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1.3em;
    background-color: #265999;
    color: #fff;
    padding: 10px 20px;
    border-radius: 1em;
}



.menu{
    padding: 1em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu .menu_img{
    width: 150px;
}

.menu .menu_nav .menu_a{
    margin-right: 1em;
}

.menu .menu_nav .menu_a{
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    color: black;
    font-style: italic;
    font-size: 1.3em;
}


.menu .menu_nav .menu_a:hover{
    color:#f6be2b;
}

.cta{
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1.3em;
    background-color: #265999;
    color: #fff;
    padding: 10px 20px;
    border-radius: 1em;
    margin-right: 1em;
}

.principal{
    width: 100%;
    padding: 1.5em;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #30cfd0 0%, #330867 100%);
    font-family: 'Barlow', sans-serif;
}

.principal .titulos{
    grid-column: 1/3;
    text-align: center;
}

.principal .video{
    grid-column: 3/-1;
}

.principal .titulos_h1{
    color:#fff;
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

.principal .titulos_textos .titulos_h2{
    color:#f6be2b;
    font-size: 3em;
    margin-bottom: 10px;
}

.principal_p{
    color:#fff;
    font-size: 2em;
    margin-top: 1em;
}


.titulos_ul{
    display: grid;
    grid-template-columns:25% 40% 20%;
}

.titulos_ul ul{
    color: #fff;
    font-weight: 600;
    text-align: left;
    grid-column: -1/-3;
}


.titulos_ul .titulos_lista{
    display: grid;
    gap: .5em;
}

.video{
    text-align: center;
}

.video_btn{
    width:350px;
    margin-top:1em;
    border-radius:30px;
}

.p_copy{
    text-align:center;
    padding-bottom:1em;
}

.cta_2{
    display: inline-block;
    text-align: center;
    background-color: #f6be2b;
    padding: 10px 20px;
    border-radius: 1em;
    text-decoration: none;
    color: #000;
    font-size: 1.3em;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style: italic;
    margin-top: 1em;
}

.main_h1{
    text-align: center;
    font-size: 5em;
    padding: .5em 0 .3em 0;
}

.main_article{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.main_section{
    text-align: center;
    display: grid;
    row-gap: 1em;
}

.main_container_ul{
    display: flex;
    align-items: stretch;
    width: 55%;
    margin: 0 auto;
    font-size: 1.2em;
}

.main_section--ul{
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    font-weight: 600;
    text-align: left;
}

.main_icons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.8em;
}

.main_article .main_section .main_section--h2{
    text-align: center;
    margin-bottom: 1em;
    font-size: 2em;
}


.main_figure{
    text-align: center;
}

.main_figure--img{
    max-width:100%;
}

.main_testimonial{
    margin-top: 2.5em;
    text-align: center;
}

.main_testimonial .main_testimonial--h1{
    background-image: linear-gradient(to right, #30cfd0 0%, #330867 100%);
    text-align: center;
    font-size: 4em;
    color: #fff;
}

/* Estilos PUMA YA! */
.main__unam{
    margin: 1rem auto;
}

.main__unam--figure{
    margin: 1rem auto;
}
.main__unam--img{
    width: 100%;
}

.main__unam--article{
    background-image: linear-gradient(to right, #755B13 30%, #0F2443 100%);
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}

.main__unam--h1{
    font-size: 3rem;
    color: #f6be2b;
    text-shadow: 4px 4px 3px #000;
}
.main__unam--p{
    color: #fff;
    font-size: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.main__unam--p::before{
    content: '✔️';
    position: relative;
    right: 2px;
    bottom: 2px;
}

.main__unam--cta{
    display: inline-block;
    background-color: #0F2443;
    padding: 10px 20px;
    border-radius: 1em;
    text-decoration: none;
    color: #fff;
    font-size: 1.7em;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style: italic;
    margin: 1em 0 1em 0;
    cursor: pointer;
}

/* Estilos de testimonios */

.testimonials-container {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .testimonials {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .testimonial {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #0F2443;
  }

  .testimonionals__h1{
    background-color: #755B13;
    color: #fff;
    padding: 1rem 0;
    font-size: 3.5rem;
  }

  .testimonial-content {
    padding: 20px;
  }

  .testimonial-quote {
    font-style: italic;
  }

  .testimonial-author {
    margin-top: 10px;
  }

  .testimonial-button {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 24px;
    color: #3498db;
    background: none;
    border: none;
    outline: none;
  }

  .testimonials__cta{
    display: inline-block;
    border:2px solid #0F2443;
    padding: 10px 20px;
    border-radius: 1em;
    text-decoration: none;
    color: #fff;
    font-size: 1.7em;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style: italic;
    margin: 1em 0 1em 0;
    margin-left: 4rem;
  }

  .testimonials__cta:hover{
    background-color: #0F2443;  
  }
  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .tesimonios__img{
    width: 320px;
    height: 320px;
    object-fit: contain;
  }

  /* Estilos beneficios */

  .evidencias{
    width: 95%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #0F2443;
  }
  
  .video_evidencias{
      width:600px;
      height:400px;
  }

  /* Estilos pago */

  .pago{
    margin-top: 1rem;
    background-color: #755B13;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
  }

  .pago__p{
    font-size: 1.75rem;
  }
  .pago__p::before,.pago__p::after{
    content: "✨"
  }

.footer .footer_cotainer{
    background-image: linear-gradient(to right, #30cfd0 0%, #330867 100%);
    text-align: center;
    padding: 1.5em 0 1.5em 0;
    font-size: 1.5em;
    color: #fff;
}

.footer .footer_p{
    font-size: 1.5em;
}

.footer .footer_p::before,
.footer .footer_p::after{
    content: "✨";
}

.cta_3{
    display: inline-block;
    background-color: #f6be2b;
    padding: 10px 20px;
    border-radius: 1em;
    text-decoration: none;
    color: #000;
    font-size: 1.3em;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style: italic;
    margin: 1em 0 1em 0;
}

.footer__social{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    text-align: center;
    font-size: 1.2em;
    padding: 2em 0 2em 0;
}

.footer_social--redes{
    height: 85%;
}

.footer_social--h2{
    margin-bottom: 1em;
}

.footer_social--p{
    font-size: 1.2em;
}

.footer_social--img{
    width: 50px;
    height: 50px;
    margin:1em 0 1em 0;
}

#myBtn {
    display: none; /* Ocultar el botón por defecto */
    position: fixed; /* Establecer la posición del botón */
    bottom: 30px; /* Alineación vertical del botón */
    right: 100px; /* Alineación horizontal del botón */
    z-index: 99; /* Establecer la posición en el eje Z */
    border: none; /* Eliminar el borde del botón */
    outline: none; /* Eliminar el contorno del botón */
    background-color: #f6be2b ;/* Establecer el color de fondo del botón */
    color: white; /* Establecer el color del texto del botón */
    cursor: pointer; /* Cambiar el cursor al pasar el ratón sobre el botón */
    padding: 10px; /* Establecer el espaciado interno del botón */
    border-radius: 10px; /* Establecer la curvatura de los bordes del botón */
    font-size: 20px; /* Establecer el tamaño del texto del botón */
  }
  
  #myBtn:hover {
    background-color: #265999 /* Cambiar el color de fondo del botón al pasar el ratón sobre él */
  }

  .menu-icon{display: none;}

  .hamburger{
    height: 100%;
    width: 70px;
    text-align: center;
    display: none;
}

.hamburger i{
    display: block;
    padding: 23px;
    font-size: 1.8em;
    color: #010101;
}

.slider-frame {
	width: 100%;
    height: auto;
	margin:25px auto;
	overflow: hidden;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 800%;
	
	animation: slide 25s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 95%;
}

#whatsapp-icon {
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
  }
  
  #whatsapp-icon .whatsapp-icon__img {
    width: 60px;
    height: 60px;
  }
  
  #whatsapp-message {
    position: absolute;
    bottom: 85px;
    right: 30px;
    width: 320px;
    height: 320px;
    background-color: #fff;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    visibility:hidden;
    transition: all 0.4s ease-in-out;
    
    display: grid;
    grid-auto-rows: 20% 60% 20%;
  }
  
  #whatsapp-message.active {
    visibility:visible;
  }
  
  .whatsapp-message__header{
    display: flex;
    column-gap: 10px;
    align-items: center;
    background-color: rgb(9, 94, 84);
    padding: 14px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .whatsapp-message__img{
    object-fit: contain;
    width: 17%;
    border-radius: 50%;
  }

  .whatsapp-message__main{
    background: url(../img/whatsapp.webp);
    padding-top: 20px;
    
  }

  .whatsapp-message__main--txt{
    width: 90%;
    height: 50%;
    background-color: #fff;
    padding: 1em;
    margin-left: 1em;
    
  }

  .whatsapp-message__main--h2{
    color: grey;
    font-weight: 100;
    font-size: 1.2em;
  }

  .whatsapp-message__main--p{
    color:#000;
    font-size: 1em;
    font-weight: 100;
  }

  .whatsapp-message__main--h4{
    color: grey;
    font-weight: 100;
    font-size: 1em;
    text-align: right;
  }
  
  .whatsapp-message__footer{
    padding-top: 1em;
    text-align: center;
  }
  .whatsapp-message__footer--a{
    text-decoration: none;
    background-color: rgb(20, 198, 86);
    color: #fff;
    border-radius: 24px;
    font-size: 1em;
    padding: 10px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .whatsapp-message__footer--img{
    width: 1.5em;
    position: relative;
    top: 4px;
    right: 4px;
  }

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

  

@media only screen and (max-width: 900px) and (min-width: 480px) {
   
    .menu{
        width: 80%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .hamburger{
        display: block;
    }
    .links{
        position: absolute;
        background: rgba(246, 190, 43,0.8);
        left: 0;
        top: 106px;
        width: 100%;
        height:81vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        transform: translateX(-100%);
    }

    .links2{
        transform: translateX(0%);
    }

    .principal{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 1.5em;
    }

    .principal .titulos{
        grid-column: none;
    }

    .principal .video{
        grid-column: none;
    }

    .main_article{
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }
    
    .video{
        width: 60%;
        margin: 0 auto;
    }
    
    .regalos{
        width:300px;
    }
    
    .evidencias__beneficios{
        width:200px;
    }
    
    .main__unam--section{
        text-align:center;
    }
    
    .testimonials__cta{
        margin-left:0;
    }
}

@media only screen and (max-width: 900px) and (min-width: 425px) {
   
    .menu{
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .hamburger{
        display: block;
    }
    .links{
        position: absolute;
        background: rgba(246, 190, 43,0.8);
        left: 0;
        top: 106px;
        width: 100%;
        height:81vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        transform: translateX(-100%);
    }

    .links2{
        transform: translateX(0%);
    }

    .principal{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 1.5em;
        padding: 0;
    }

    .principal .titulos{
        grid-column: none;
    }

    .principal .video{
        grid-column: none;
    }

    .main_article{
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }

    .footer__social{
        display: flex;
        flex-direction: column;
    }

    iframe{
        width: 100%;
        height: 400px;
    }
    
    .evidencias{
        flex-direction: column;
    }
    
    .regalos{
        width:300px;
    }
    
    .testimonionals__h1{
        font-size:2.5rem;
    }
    
    .tesimonios__img{
        width:237px;
        height:250px;
    }
    
    .evidencias__beneficios{
        width:200px;
    }
    
     .main__unam--section{
        text-align:center;
    }
    
    .testimonials__cta{
        margin-left:0;
    }
}

@media only screen and (max-width: 900px) and (min-width: 375px) {
   
    .menu{
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .hamburger{
        display: block;
    }
    .links{
        position: absolute;
        background: rgba(246, 190, 43,0.8);
        left: 0;
        top: 106px;
        width: 100%;
        height:81vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        transform: translateX(-100%);
    }

    .links2{
        transform: translateX(0%);
    }

    .principal{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 1.5em;
        padding: 0;
    }

    .principal .titulos{
        grid-column: none;
    }

    .principal .video{
        grid-column: none;
    }

    .main_article{
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }

    .footer__social{
        display: flex;
        flex-direction: column;
    }

    iframe{
        width: 100%;
        height: 400px;
    }
    
    .evidencias{
        flex-direction: column;
    }
    
    .regalos{
        width:300px;
    }
    
    .testimonionals__h1{
        font-size:2.5rem;
    }
    
     .tesimonios__img{
        width:237px;
        height:250px;
    }
    
    .evidencias__beneficios{
        width:200px;
    }
    
     .main__unam--section{
        text-align:center;
    }
    
    .testimonials__cta{
        margin-left:0;
    }
}

@media only screen and (max-width: 900px) and (min-width: 320px) {
   
    .menu{
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .hamburger{
        display: block;
    }
    .links{
        position: absolute;
        background: rgba(246, 190, 43,0.8);
        left: 0;
        top: 106px;
        width: 100%;
        height:81vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        transform: translateX(-100%);
    }

    .links2{
        transform: translateX(0%);
    }

    .principal{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 1.5em;
        padding: 0;
    }

    .principal .titulos{
        grid-column: none;
    }

    .principal .video{
        grid-column: none;
    }
    .main_h1{
        font-size:2.5em;
    }
    
    .main_testimonial--h1{
        font-size:2.5em;
    }
    .main_article{
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }
    
    .main_article .main_section .main_section--h2 {
        font-size:1.5em;
    }
    
    .main_container_ul{
        width:75%;
    }
    
    .main_testimonial .main_testimonial--h1{
        font-size:2em;
    }
    
    .video_btn{
        width:300px;
        margin-bottom:1em;
    }
    
    .footer .footer_p{
        font-size:1.2em;
    }

    .footer__social{
        display: flex;
        flex-direction: column;
        gap:1em;
    }

    iframe{
        width: 100%;
        height: 200px;
    }
    
    .evidencias{
        flex-direction: column;
    }
    
    .regalos{
        width:300px;
    }
    
    .testimonionals__h1{
        font-size:2.5rem;
    }
    
     .tesimonios__img{
        width:237px;
        height:250px;
    }
    
    .evidencias__beneficios{
        width:200px;
    }
    
     .main__unam--section{
        text-align:center;
    }
    
    .testimonials__cta{
        margin-left:0;
    }
}