/* RESET */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,
nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    line-height: 1.2;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1.2;
    background-color: #000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* FONTS */

@font-face {
    font-family: 'Zuumer Rough'; 
    src: url('../fonts/fontspring-demo-zuumerough-bold.otf') format('opentype'); 
}

@font-face {
    font-family: 'Bebas Neue Regular Pro'; 
    src: url('../fonts/Fontspring-DEMO-bebasneuepro-regular.otf') format('opentype'); 
}

/* START */

section{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.interior {
    width: 96%;
    max-width: 1920px;
    height: auto;    
    margin: 0 auto;
    overflow: hidden;
}

section h2{
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 80px 0;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 2.2em;
    color: #000;
    letter-spacing: -0.05em;
}

/* BOTOÓN ESTÁTICO A WHATSAPP */

#whatsapp-button {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
}

#whatsapp-button img {
    width: 100px; 
    height: auto; 
    /*border-radius: 50%; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/ 
}

#whatsapp-button:hover img {
    opacity: 0.8; 
}

/* HEADER */

header {
    width: 100%;
    height: 60px;
    background-color: #000;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

nav {
    float: right;
    width: auto;
    height: 40px;
    padding: 10px 0 10px 0;
}

nav ul li {
    float: left;
  }
  
nav ul li a {
    display: block;
    padding: 8px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    transition: 0.5s;
} 

nav ul li a:hover {
    color: #FFFB00;
    font-weight: 400;
    text-decoration: underline;
} 

.logo {
    height: 40px;
    width: 55px;
    padding: 10px 0 10px 0;
    float: left;
}

/* BANNER */

.banner{
    margin: 0 auto;
    height: calc(100vh - 60px);  
    background-color: #000;
}

.banner-background{
    height: calc(100% - 150px);
    min-height: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: url(../images/banner-home.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.banner-background article{
    margin: 0 auto; 
    width: 600px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    overflow: hidden;  
}

.banner-background article:nth-child(1){
    top: 0px;
}

.banner-background article:nth-child(1) img{
    padding: 0px 15px 0px 15px;
}

.banner-background article:nth-child(1) div:nth-child(1){
    display: flex;
    justify-content: space-between;  
    font-family: "Bebas Neue Regular Pro";
    align-items: center;
    text-align: center;
    font-size: 180%;
    margin: 0 auto;  
    padding-bottom: 20px;
}

.banner-background article:nth-child(1) div:nth-child(2){
    font-family: "Poppins", sans-serif;
    font-size: 10em;
    margin: 0 auto;    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner-background article:nth-child(1) div:nth-child(2) h1{
    font-family: "Bebas Neue";
    font-size: 100%;
    line-height: 80%;
}

.banner-background article:nth-child(1) div:nth-child(2) h3{
    font-family: "Zuumer Rough";
    font-size: 153%;
    line-height: 80%;
}

.banner-background article:nth-child(2){
    text-align: center;
    font-family: "Poppins";
}

.banner-background article:nth-child(2) h3{
    font-size: 3.9em;
    line-height: 1.1em;
}

.banner-background article:nth-child(2) p:first-child{
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 1.4em;
}

.banner-background article:nth-child(2) p:last-child{
    margin-top: 35px;
    font-size: 1.8em;
}

.banner-background article:nth-child(2) span{
    line-height: 0.9em;
    color: #FFFB00;
}

.banner-background article:nth-child(2) strong{
    line-height: 0.9em;
    font-weight: 700;
}

.banner-bottom{
    background-color: #000;
    height: 150px;
    width: 100%;
}

.banner-bottom .interior div{
    height: 50px;
    padding: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.banner-bottom .interior div p{
    color: #fff;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 2.3em;
    transition: 0.5s;
    padding-right: 10px;
}

.banner-bottom .interior div img{
    height: 40px;
    margin-top: 0px;

}

/* PRODUCTS */

.products div{
    justify-content: center;
    display: flex;
    gap: 34px;
    align-items: center;
}

.products div article{
    color: white;
    height: 450px;
    width: 25%;
    background-color: black;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products div article:nth-child(1){    
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-1.png");   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.products div article:nth-child(2){    
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-2.png");   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.products div article:nth-child(3){    
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-3.png");   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.products div article:nth-child(4){    
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-4.png");   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
}

.products div article h3{
    width: 75%;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 2.2em;
    transition: 0.5s;
    line-height: 0.9em;
    color: #fff;
}

.products div article h3 span{
    line-height: 0.9em;
    color: #FFFB00;
}

.products div article h3 strong{
    line-height: 0.9em;
    font-weight: 700;
}

/* MARCAS LOGOS */

.images-logos-list li img{
    width: 130px;
    height: 130px;
    margin: 0px auto;
}

.images-logos-list li{
    width: 130px;
    height: 130px;
    margin: 0px auto;
}

.images-logos-list{
    display: grid;
    width: 60%;
    height: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 4%;
}

.div-logo-amarillo{
    height: 600px;
    float: right;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.div-logo-amarillo img{
    float: right;
    height: 100%;
    width: auto;
    margin-right: -145px;
}

.section-images div{
    display: flex;
}

.section-images{
    width: 100%;
    overflow: hidden;
}

/* BUY CONTACT */

.section-buy-contact{
    height: 600px;
    padding: 80px 0 0 0;
}

.black-white-background{
    position: absolute;
    width: 100%;
    height: 380px;
    margin-top: 300px;
    background-color: #000;
    z-index: 0;
}

.section-buy-contact .interior{
    justify-content: center;
    display: flex;
    gap: 34px;
    align-items: center;
}

.section-buy-contact .interior div{
    color: white;
    height: 600px;
    width: 50%;
    background-color: black;
    border-radius: 25px;
    text-align: center;
    align-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
    display: flex;
    flex-direction: column;
    justify-content: center; 
    z-index: 1;
    /* transition: 5s; */
}

.section-buy-contact .interior div:nth-child(1){
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/img-como-comprar.png");   
}

.section-buy-contact .interior div:nth-child(2){
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/img-contacto.png");   
}

.section-buy-contact .interior div a{
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 4.2em;
    text-align: center;
    color: #FFFB00;
    line-height: 1em;
}

.section-buy-contact .interior div a:hover{
    text-decoration: underline;
}

/* CLIENTES */

.clientes{
    color: white;
    background-color: black;
    width: 100%; 
    padding: 0 0 80px 0px;
}

.clientes-articles-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
}

.clientes h2{
    background-color: black;
    color: white;
}

.clientes-articles-grid article{
    width: 80%;
    grid-row: 1 / 1;
}

.clientes-articles-grid article div{
    display: flex;
    justify-content:left;
    align-items: center;
}

.clientes-articles-grid article div img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border:3px solid #FFFB00;
}

.clientes-articles-grid article h4{   
    font-family: "Poppins", sans-serif;
    padding-left: 25px;
    text-align: left;
    font-weight: 800;
    font-size: 2.2em;
}

.clientes-articles-grid article p{
    margin-top: 25px;    
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.3em;
    color: #fff;
}

/* LINKS BUTTONS */

.links-buttons{
    display: flex;
    justify-content: center;
    height: 550px;
}

.links-buttons article{
    width: 100%;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;   
}

.links-buttons article:nth-child(1){
    background: url(../images/img-link-button.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.links-buttons article:nth-child(2){
    background: url(../images/img-link-button-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.links-buttons article:nth-child(3){
    background: url(../images/img-link-button-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.links-buttons article button{
    background-color: #FFFB00;
    border: none;
    width: 60%;
    height: 80px;
    border-radius: 18px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    letter-spacing: -0.08em;
    color: #000;
    transition: 1s;
    opacity: 1;
    cursor: pointer;
    margin: 0 auto;
}

.links-buttons article button:hover{
    background-color: #fff;
    opacity: 0.7;
    text-decoration: underline;
}

/* CONTACTO */

.banner-contacto{
    width: 100%;
    background-image: url("../images/background-banner-contacto.png");
    background-size: cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "Poppins";
    font-size: 3.7em;
}

.banner-contacto img{
    width: 30%;
}
.banner-contacto div{
    width: 35%;
}

#right-side-banner-contacto h3{
    font-size: 0.9em;
}

#right-side-banner-contacto h3 span{
    color: #FFFB00;
}

#right-side-banner-contacto h3 span strong{
    line-height: 0.9em;
    font-weight: 700;
}

#right-side-banner-contacto{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
}

.contact-button{
    font-family: "Poppins";
    line-height: 0.9em;
    font-weight: 700;
    font-size: 0.4em;
    background-color: transparent;
    color: white;
    border: 1px solid #FFFB00;
    border-radius: 20px;
    padding: 18px 40px;
    width: 280px;
    height: 60px;
    transition: 1s;
    cursor: pointer;
}

.contact-button:hover{
    transition: 0.5s;
    background-color: #FFFB00;
    color: black;
}

.contacto-main{
    background-color: black;
    color: white;
}

.contacto-main section{
    background-color: black;
}

.section-middle-contacto{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Poppins";
}

.section-middle-contacto h1{
    font-weight: 700;
    margin: 160px 0 130px 0;
    font-size: 6.3em;
}

.section-middle-contacto article#first-article-sect-middle{
    width: 75%;
}

#first-article-sect-middle{
    margin-bottom: 150px;
}

.section-middle-contacto article p{
    font-size: 2.1em;
}

.section-middle-contacto article p strong{
    font-weight: 700;
}

.section-middle-contacto article p span{
    color: #FFFB00;
}

.section-middle-contacto img{
    width: 70%;
}

/* FOOTER CONTACTO DESKTOP */

#footer-desk{
    height: 700px;
}


#footer-desk div.footer-grid #form-footer-contacto{
    align-content: center;
}

#footer-desk div.footer-grid section.footer-links{
    height: 460px;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*#footer-contacto div#footer-responsive{
    display: none;
}*/

.footer-grid section:nth-child(2){
    width: max-content;
    padding-right: 5%;
}

#logo-footer-contacto{
    display: flex;
    flex-direction: column;
}

.footer-grid section:nth-child(2) article{
    align-self: center;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    justify-content: left;
    padding-top: 10px;
}

#footer-desk div.footer-grid section.footer-links div#div-logo-footer-contacto{
    display: flex;
    justify-content: center;
}

.footer-grid section:nth-child(2) article a{
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 7px;
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.7em;
    cursor: pointer;
    transition: 0.5s;
}

.footer-grid section:nth-child(2) article a:hover{
    color: #8d8d8d;
    transition: 0.5s;
}

.footer-grid section:nth-child(2) article:nth-child(3){
    margin-bottom: 2%;
}

.footer-grid section:nth-child(2) article img{
    margin-right: 20px;
    width: 40px;
}

div#footer-desk div.footer-grid section.footer-links div article#logo-footer-contacto{
    width: 220px;
}

div#footer-desk div.footer-grid section.footer-links article div:nth-child(1){
    display: flex;
    justify-content: space-between;  
    font-family: "Bebas Neue Regular Pro";
    align-items: center;
    font-size: 12px;
    width:190px; 
    margin: 0 auto;
    color: white;
}

div#footer-desk div.footer-grid section.footer-links article div:nth-child(1) img{
    height: 20px;
    width: 20px;
    margin: 0;
}

div#footer-desk div.footer-grid section.footer-links article div:nth-child(2){
    font-family: "Poppins", sans-serif;
    font-size: 6em;  
    color: #fff;
    width: 100%;
    text-align: center;
}

div#footer-desk div.footer-grid section.footer-links article div:nth-child(2) h1{
    font-family: "Bebas Neue";
    font-size: 65px;
}

div#footer-desk div.footer-grid section.footer-links article div:nth-child(2) h3{
    font-family: "Zuumer Rough";
    margin-top: -30px;
    font-size: 100%;
} 

/* COMO COMPRAR */

#banner-como-comprar{
    background-image: url("../images/banner-background-como-comprar.png");
    font-weight: 600;
}

#banner-como-comprar, #banner-semi-bottom-como-comprar{
    height: 70vh;
    background-size: cover;
    background-position: center;
    font-family: "Poppins", sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 4.5em;
}

#banner-como-comprar article, #banner-semi-bottom-como-comprar article{
   display: flex;
   justify-content: center;
}

#banner-como-comprar article h1, 
#banner-como-comprar article h1 span{
    letter-spacing: -5px;
    line-height: 0.9em;
}

#banner-semi-bottom-como-comprar article h3{
    line-height: 1.05em;
    letter-spacing: -5px;
    font-weight: 700;
    color: #FFFB00;
}

#banner-como-comprar article h1 span{
    color: #FFFB00;
}

section.banner-bottom-como-comprar#banner-semi-bottom-como-comprar{
    background-image: url("../images/semi-footer-banner-background-como-comprar.png");
}

.paso-flex{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 530px;
}

.paso-flex h4{
    font-family: "Zuumer Rough", sans-serif;
    font-size: 13em;
    letter-spacing: -10px;
    color: #FFFB00;
}

.paso-flex p{
    font-family: "Poppins", sans-serif;
    font-size: 1.9em;
    color: white;
}

.paso-con-imagen-flex{
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.section-pasos{
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 2000px;
    justify-content: space-evenly;
}

article.paso-con-imagen-flex img{
    width: 550px;
    border-radius: 20px;
}

#paso-reverse{
    flex-direction: row-reverse;
}

/* FOOTER */

footer{
    background-color: black;
}

.footer-grid{    
    color: white;
    display: flex;
    padding-top: 150px;
    justify-content: space-between;
    padding-bottom: 150px;
}

.footer-grid section{
    width: 600px;
    background-color: #000;
}

.footer-grid section:nth-child(1) h5{
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 3.5em;
    color: #fff;
    line-height: 1em;
}

.footer-grid section:nth-child(1) h5 strong{
    font-weight: 700;
    line-height: 1em;
}

.footer-grid section:nth-child(1) h5 span{
    color: #FFFB00;
    line-height: 1em;
}

.footer-grid section:nth-child(1) form{
    /* display: grid; */
    /* grid-template-columns: 1fr;     */
}

.footer-grid section:nth-child(1) form input{
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    background-color: #3f3f3f;
    color: #fff;
    width: 100%;
}

.footer-grid section:nth-child(1) form input:focus{
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.footer-grid section:nth-child(1) form input:nth-child(1){
    margin-top: 20px;
}

.footer-grid section:nth-child(1) form input:nth-child(2){
    width: calc(100% - 100px);
}

.footer-grid section:nth-child(1) form button{
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    font-size: 1.2em;
    width: 50px;
    padding: 10px;
    float: right;
    background-color: #FFFB00;
    border: none;
    transition: 0.5s;
    color: #000;
    cursor: pointer;
}

.footer-grid section:nth-child(1) form button:hover{
    background-color: #3f3f3f;
    color: #ffffff;
    transition: 0.5s;
}

.footer-grid section:nth-child(2){
    width: max-content;
    padding-right: 5%;
}

.footer-grid section:nth-child(2) article{
    align-self: center;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    justify-content: left;
    padding-top: 10px;
}

.footer-grid section:nth-child(2) article a{
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 7px;
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.7em;
    cursor: pointer;
    transition: 0.5s;
}

.footer-grid section:nth-child(2) article a:hover{
    color: #8d8d8d;
    transition: 0.5s;
}

.footer-grid section:nth-child(2) article:nth-child(4){
    padding-top: 5px;
    margin-bottom: 2%;
}

.footer-grid section:nth-child(2) article img{
    margin-right: 20px;
    width: 40px;
}

/* SCROLLBAR */

::-webkit-scrollbar {
    position: absolute;
    left:20%;
    width: 8px;
    background: #fff;
}

::-webkit-scrollbar:hover {
    position: absolute;
    left:20%;
    width: 8px;
    background: #fff;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #d1d1d1;
    border: none;
    width: 6px;
    -webkit-box-shadow: none;
    padding:2px;
}

::-webkit-scrollbar-thumb {
    background: rgb(118, 118, 118);
    border: none;
    border-radius: 8px;
    -webkit-border-radius:8px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(85, 85, 85);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(85, 85, 85);
}



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

    /* BODY| */

    body {
        font-size: 85%;  
    }

    /* BOTOÓN ESTÁTICO A WHATSAPP */

    #whatsapp-button {
        bottom: 10px; 
        right: 10px; 
    }

    #whatsapp-button img {
        width: 80px;  
        /*box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);*/ 
    }

    /* BANNER */

    .banner{
        margin: 0 auto;
        height: calc(100vh - 60px);   
    }
       
    .banner-background article{
        width: 500px; 
    }

    /* PRODUCTS */
    
    .products div{
        gap: 25px;
    }
    
    .products div article{
        height: 290px;
    }
    
    .products div article h3{
        font-size: 1.9em;
    }
    
    /* MARCAS LOGOS */

    .div-logo-amarillo{
        height: 500px;
    }

    .div-logo-amarillo img{
        margin-right: -115px;
    }

    /* BUY CONTACT */

    .section-buy-contact{
        height: 400px;
        padding: 40px 0 0 0;
    }

    .black-white-background{
        height: 240px;
        margin-top: 200px;
    }

    .section-buy-contact .interior div{
        height: 400px;
    }

    /* CLIENTES */

    .clientes-articles-grid article div img{
        height: 90px;
        width: 90px;
    }
    
    /* LINKS */

    .links-buttons{
        height: 375px;
    }
    
    .links-buttons article button{
        width: 70%;
    }

    /* PAG CONTACTO */

    /* BANNER */

    #right-side-banner-contacto{
        width: 40%;
        height: 60%;
    }

    #right-side-banner-contacto h3{
        font-size: 0.9em;
    }

    .banner-contacto div{
        width: 100%;
    }

    .banner-contacto{
        background-image: url("../images/background-banner-contacto-responsive.png");
        background-position: center;
        height: 550px;
    }

    .contact-button{
        border-radius: 12px;
        padding: 0px;
        width: 250px;
        height: 52px;
        font-size: 0.45em;
    }

    /* CONTACTO MAIN */

    .section-middle-contacto h1{
        font-weight: 700;
        margin: 120px 0 90px 0;
        font-size: 4.5em;
    }
    
    #first-article-sect-middle{
        margin-bottom: 120px;
    }
    
    .section-middle-contacto article p{
        font-size: 1.6em;
    }

    /* FOOTER CON LOGO*/

    div#footer-desk div.footer-grid section.footer-links article div:nth-child(2) h3{
        font-size: 120%;
    }

    /* PAG COMO COMPRAR */

    .paso-flex{
        width: 350px;
    }
    
    .paso-flex h4{
        font-size: 11em;
        letter-spacing: -8px;
    }
    
    .paso-flex p{
        font-size: 1.4em;
    }
    
    .paso-con-imagen-flex{
        width: 80%;
    }
    
    .section-pasos{
        height: 1500px;
    }
    
    article.paso-con-imagen-flex img{
        width: 380px;
        border-radius: 20px;
    }
}

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

    /* BODY| */

    body {
        font-size: 70%;  
    }

    /* BANNER */

    .banner-background{
        font-size: 85%;
    }
       
    .banner-background article{
        width: 350px; 
    }

    .banner-bottom .interior div p{
        font-size: 1.8em;
        padding-top: 10px;
    }

    /* PRODUCTS */
    
    .products div{
        gap: 10px;
    }
    
    .products div article{
        height: 210px;
    }
    
    .products div article h3{
        font-size: 1.9em;
    }
    
    /* MARCAS LOGOS */

    .section-images div{
        display: flex;
        justify-content: center;

    }    
    .section-images{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .images-logos-list li img{
        width: 100px;
        height: 100px;
        margin: 0px auto;
    }

    .images-logos-list li{
        width: 100px;
        height: 100px;
        margin: 0px auto;
    }
    
    .images-logos-list{
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-left: 0%;
    }

    .div-logo-amarillo{
        display: none;
    }

    .div-logo-amarillo img{
        display: none;
    }

    /* BUY CONTACT */

    .section-buy-contact{
        height: 300px;
        padding: 40px 0 0 0;
    }

    .black-white-background{
        height: 170px;
        margin-top: 150px;
    }

    .section-buy-contact .interior div{
        height: 300px;
    }

    /* CLIENTES */

    .clientes-articles-grid article div img{
        height: 60px;
        width: 60px;
    }
    
    /* LINKS */

    .links-buttons{
        height: 320px;
    }
    
    .links-buttons article button{
        width: 65%;
        height: 60px;
    }

    /* FOOTER */

    /*
    #footer-desk{
        display: none;
    }

    #footer-contacto div#footer-responsive{
        display: contents;
    }
    */

    /* FOOTER CON LOGO*/

    div#footer-desk div.footer-grid section.footer-links article div:nth-child(2) h3{
        font-size: 150%;
    }

    .footer-grid section{
        width: 350px;
    }

    .footer-grid section:nth-child(1) h5{
        font-size: 3.0em;
        line-height: 1em;
    }

    /*COMO COMPRAR*/

    /*BANNERS (de arriba y de abajo)*/
    #banner-como-comprar, #banner-semi-bottom-como-comprar{
        height: 40vh;
        font-size: 4.7em;
    }

    #banner-como-comprar{
        background-image: url("../images/background-banner-como-comprar.png");
    }

    #banner-semi-bottom-como-comprar article h3{
        width: 330px;
    }

    /*PASOS*/
    article.paso-con-imagen-flex img{
        display: none;
    }

    .paso-flex{
        width: 100%;
        align-items: center;
    }

    .paso-flex p{
        width: 400px;
    }

    .section-pasos{
        height: 925px;
        padding-bottom: 20px;
    }

    /* PAG CONTACTO */

    /* BANNER */

    .banner-contacto img{
        display: none;   
    }

    #right-side-banner-contacto{
        height: 60%;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    #right-side-banner-contacto h3{
        font-size: 1.1em;
    }

    .contact-button{
        font-size: 0.54em;
    }

    .banner-contacto{
        height: 565px;
    }

    /* MAIN DESPUES DEL BANNER*/

    .section-middle-contacto h1{
        margin: 80px 0 65px 0;
        font-size: 4em;
    }

    #first-article-sect-middle{
        margin-bottom: 100px;
    }
    
    .section-middle-contacto article p{
        font-size: 1.7em;
    }

    .section-middle-contacto img{
        width: 82%;
        position: relative;
        right: 20px;
    }

}

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

    header{
        position: fixed;
        z-index: 20;
    }

    .logo {
        margin: 0 auto;
        padding: 10px 0 10px 0;
        float: none;
    }

    .mobile{
        display: block;
    }
    
    .desktop{
        display: none;
    }

    nav {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .action-button{
        position: fixed;
        height: 40px;
        width: 55px;
        margin-top: 10px;
        cursor: pointer;
        z-index: 10; 
        margin-left: 5px;        
        transition: 0.5s 0.1s;
    }    

    .action-button.active{
        margin-left: calc(80% - 65px);
        transition: 0.5s;
    }

    .action-button div{
        position: absolute; 
        left: 10px;
        margin-top: 5px;
        height: 4px;
        width: 43px;
        background-color: #FFFB00;       
        z-index: 10; 
        transition: 0.5s;  
        border-radius: 5px;
    }

    .action-button:hover div{
        transition: 0.5s;
    }

    .action-button div:nth-child(2){
        opacity: 1;
        margin-top: 18px;   
    }

    .action-button div:nth-child(3){
        margin-top: 31px;   
    } 


    .action-button.active div:nth-child(1){ 
        rotate: -45deg;
        margin-top: 17px;
        transition: 0.6s;     
    }

    .action-button.active div:nth-child(2){
        opacity: 0;
        transition: 0.6s;     
    }

    .action-button.active div:nth-child(3){ 
        rotate: 45deg;
        margin-top: 17px;
        transition: 0.6s;     
    }
    

    .menu-mobile{
        position: fixed;
        width: 80%;
        left: -80%;
        height: 100%;
        top: 0px;
        background-color: #000;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        box-shadow: 0px 0px 0px rgba(247, 222, 1, 0.0);
        z-index: 2;
        transition: 0.5s 0.1s;
    }

    .menu-mobile.active{  
        width: 80%;
        left: 0;
        height: 100%;
        top: 0px;
        background-color: #000;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        box-shadow: 0px 0px 30px #FFFB00; /*esto estaba, lo cambie rgba(247, 222, 1, 0.8)*/
        z-index: 2;
        transition: 0.5s;
    }

    .menu-mobile ul{
        width: 260px;
        margin: 60px auto 0 auto;
    }

    .menu-mobile ul li {
        float: none;
        text-align: left;
    }
      
    .menu-mobile ul li a {
        display: block;
        padding: 8px;
        color: #fff;
        font-size: 1.7em;
        text-decoration: underline;
    } 

    .mobile article{
        width: 220px;
        margin: 160px auto 0 auto;
    }
    
    .mobile article div:nth-child(1){
        display: flex;
        justify-content: space-between;  
        font-family: "Bebas Neue Regular Pro";
        align-items: center;
        font-size: 16px;
        width:220px; 
        margin: 0 auto;
        color: white;
    }

    .mobile article div:nth-child(1) img{
        height: 25px;   
    }
    
    .mobile article div:nth-child(2){
        font-family: "Poppins", sans-serif;
        font-size: 6em;  
        color: #fff;
        width: 100%;
        text-align: center;
    }
    
    .mobile article div:nth-child(2) h1{
        font-family: "Bebas Neue";
    }
    
    .mobile article div:nth-child(2) h3{
        font-family: "Zuumer Rough";
        margin-top: -25px;
        font-size: 140%;
    }

    /* BOTOÓN ESTÁTICO A WHATSAPP */

    #whatsapp-button {
        bottom: 5px; 
        right: 5px; 
    }

    #whatsapp-button img {
        width: 80px;  
        /*box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);*/ 
    }

    /* BANNER */

    .banner{
        padding-top: 60px; 
        font-size: 80%;
        height: 645px;
    }

    .banner-background{
        height: 550px;
        min-height: 550px;
        width: 100%;
        display: block;
        background-position: bottom left;
    }

    .banner-background article{
        margin: 0 auto; 
        width: 90%;
    }

    .banner-background article:nth-child(1){
        padding-top: 40px;
    }

    .banner-background article:nth-child(1) img{
        padding: 0px 15px 0px 15px;
        height: 25px;
    }

    /* .banner-background article:nth-child(1) div:nth-child(1){
        display: flex;
        justify-content: space-between;  
        font-family: "Bebas Neue Regular Pro";
        align-items: center;
        text-align: center;
        font-size: 180%;
        margin: 0 auto;  
        padding-bottom: 20px;
    }

    .banner-background article:nth-child(1) div:nth-child(2){
        font-family: "Poppins", sans-serif;
        font-size: 10em;
        margin: 0 auto;    
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .banner-background article:nth-child(1) div:nth-child(2) h1{
        font-family: "Bebas Neue";
        font-size: 100%;
        line-height: 80%;
    }

    .banner-background article:nth-child(1) div:nth-child(2) h3{
        font-family: "Zuumer Rough";
        font-size: 153%;
        line-height: 80%;
    } */

    .banner-background article:nth-child(2){
        text-align: center;
        font-family: "Poppins";
    }

    .banner-background article:nth-child(2) h3{
        font-size: 3.9em;
        line-height: 1.1em;
        padding: 0px 20px 0px 20px;
    }

    .banner-background article:nth-child(2) p:first-child{
        margin-bottom: 15px;
        padding-top: 15%;
        font-weight: 700;
        font-size: 1.8em;
    }

    .banner-background article:nth-child(2) p:last-child{
        margin-top: 5%;
        font-size: 2em;
        padding: 0px 10px 0px 10px;
    }

    /* .banner-background article:nth-child(2) span{
        line-height: 0.9em;
        color: #F3E717;
    } */

    /* .banner-background article:nth-child(2) strong{
        line-height: 0.9em;
        font-weight: 700;
    } */

    .banner-bottom{
        background-color: #000;
        height: 100px;
        width: 100%;
    }

    .banner-bottom .interior div{
        height: 50px;
        padding: 25px 0 25px 0;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .banner-bottom .interior div p{
        position: absolute;
        width: 80%;
        color: #fff;
        text-align: center;
        font-size: 1.65em;
        transition: 0.5s;
        padding-right: 0px;
    }

    .banner-bottom .interior div img{
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        margin-top: -45px;

    }

    /* PRODUCTS */

    .products div{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .products div article{
        height: 200px;
        width: 45%;
    }

    /* .products div article:nth-child(1){    
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-1.png");   
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;   
    }

    .products div article:nth-child(2){    
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-2.png");   
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;   
    }

    .products div article:nth-child(3){    
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-3.png");   
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;   
    }

    .products div article:nth-child(4){    
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/product-img-4.png");   
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;  
    } */

    .products div article h3{
        width: 75%;
        font-size: 1.8em;
    }

    .products div article h3 span{
        line-height: 0.9em;
        color: #FFFB00;
    }

    .products div article h3 strong{
        line-height: 0.9em;
        font-weight: 700;
    }

    /* MARCAS LOGOS */

    .images-logos-list li img{
        width: 60px;
        height: 60px;
        margin: 0px auto;
    }

    .images-logos-list li{
        width: 60px;
        height: 60px;
        margin: 0px auto;
    }

    .images-logos-list{
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-left: 0px;
    }

    .div-logo-amarillo{
        display: none;
    }

    .div-logo-amarillo img{
        display: none;
    }

    .section-images div{
        display: flex;
    }

    .section-images{
        width: 100%;
        overflow: hidden;
    }

    /* BUY CONTACT */

    .section-buy-contact{
        height: 200px;
        padding: 20px 0 0 0;
    }

    .black-white-background{
        position: absolute;
        width: 100%;
        height: 120px;
        margin-top: 100px;
        background-color: #000;
    }

    .section-buy-contact .interior{
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .section-buy-contact .interior div{
        color: white;
        height: 200px;
        width: calc(50% - 20px);
        background-color: black;
        border-radius: 25px;
        text-align: center;
        align-content: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; 
        /* transition: 5s; */
    }

    /* .section-buy-contact .interior div:nth-child(1){
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/img-como-comprar.png");   
    }

    .section-buy-contact .interior div:nth-child(2){
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/img-contacto.png");   
    } */

    .section-buy-contact .interior div a{
        font-family: "Poppins", sans-serif;
        text-align: center;
        font-weight: 800;
        font-size: 2em;
        text-align: center;
        color: #FFFB00;
        line-height: 1em;
    }

    .section-buy-contact .interior div a:hover{
        text-decoration: underline;
    }

    /* CLIENTES */

    .clientes{
        color: white;
        background-color: black;
        width: 100%; 
        padding: 0 0 80px 0px;
    }

    .clientes-articles-grid{
        display: flex;
        flex-wrap: wrap;
        justify-items: center;
    }

    .clientes h2{
        background-color: black;
        color: white;
    }

    .clientes-articles-grid article{
        width: 80%;
        margin: 0 auto;
        padding: 20px 0 20px 0;
        grid-row: 1 / 1;
    }

    /* .clientes-articles-grid article div{
        display: flex;
        justify-content:left;
        align-items: center;
    }

    .clientes-articles-grid article div img{
        height: 120px;
        width: 120px;
        border-radius: 50%;
        border:3px solid #FFFB00;
    }

    .clientes-articles-grid article h4{   
        font-family: "Poppins", sans-serif;
        padding-left: 25px;
        text-align: left;
        font-weight: 800;
        font-size: 2.2em;
    }

    .clientes-articles-grid article p{
        margin-top: 25px;    
        font-family: "Poppins", sans-serif;
        text-align: left;
        font-weight: 400;
        font-size: 1.3em;
        color: #fff;
    } */

    /* LINKS BUTTONS */

    .links-buttons{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 600px;
    }

    .links-buttons article{
        width: 100%;
        text-align: center;
        align-content: center;    
    }

    .links-buttons article button{
        width: 60%;        
    }

    .links-buttons article button:hover{
        background-color: #fff;
        opacity: 0.7;
        text-decoration: underline;
    }

    /*COMO COMPRAR*/

    /*BANNERS (de arriba y de abajo)*/
    #banner-como-comprar, #banner-semi-bottom-como-comprar{
        height: 355px;
        font-size: 3.8em;
    }

    #banner-como-comprar article h1, 
    #banner-como-comprar article h1 span{
        letter-spacing: -2.5px;
    }

    #banner-semi-bottom-como-comprar{
        padding-top: 0;
    }

    #banner-semi-bottom-como-comprar article h3{
        width: 280px;
        letter-spacing: -2.5px;
    }

    /*PASOS*/
    article.paso-con-imagen-flex img{
        display: none;
    }

    .paso-flex h4{
        font-size: 10em;
        letter-spacing: -5px;
    }

    .paso-flex{
        width: 100%;
        align-items: center;
    }

    .paso-flex p{
        font-size: 1.6em;
        width: 300px;
    }

    .section-pasos{
        height: 950px;
        padding-bottom: 20px;
    }

    /* PAG CONTACTO */

    /* BANNER */

    #right-side-banner-contacto h3{
        font-size: 4.3em;
    }

    .contact-button{
        font-size: 2.2em;
        border-radius: 12px;
        padding: 0px;
        width: 220px;
        height: 50px;
    }

    .banner-contacto{
        height: 470px;
    }

    #right-side-banner-contacto{
        width: auto;
    }

    .banner-contacto div{
        width: 100%;
    }

    /* MAIN DESPUES DEL BANNER*/

    .section-middle-contacto h1{
        margin: 80px 0 65px 0;
        font-size: 3.5em;
    }

    #first-article-sect-middle{
        margin-bottom: 100px;
    }
    
    .section-middle-contacto article p{
        font-size: 1.7em;
    }

    .section-middle-contacto img{
        width: 82%;
        position: relative;
        right: 20px;
    }

    /* FOOTER */

    #footer-desk{
        height: 1000px;
    }

    footer{
        background-color: black;
    }

    .footer-grid section:nth-child(2) article{
        padding-top: 10px;
    }

    .footer-grid{    
        color: white;
        display: flex;
        flex-wrap: wrap;
        padding-top: 100px;
        justify-content: space-between;
        padding-bottom: 100px;
    }

    .footer-grid section{
        width:80%;
        margin: 0 auto;
    }

    .footer-grid section:nth-child(1) h5{
        font-family: "Poppins", sans-serif;
        text-align: left;
        font-weight: 400;
        font-size: 2.5em;
        color: #fff;
        line-height: 1em;
    }

    /* .footer-grid section:nth-child(1) h5 strong{
        font-weight: 700;
        line-height: 1em;
    }

    .footer-grid section:nth-child(1) h5 span{
        color: #F3E717;
        line-height: 1em;
    }

    .footer-grid section:nth-child(1) form{
        display: grid;
        grid-template-columns: 1fr;    
    }

    .footer-grid section:nth-child(1) form input{
        font-family: "Poppins", sans-serif;
        text-align: left;
        font-weight: 400;
        font-size: 1.2em;
        margin-top: 20px;
        padding: 10px;
        border: none;
        background-color: #3f3f3f;
        color: #fff;
    }

    .footer-grid section:nth-child(1) form input:focus{
        outline-style: none;
        box-shadow: none;
        border-color: transparent;
    } */

    .footer-grid section:nth-child(2){
        width: max-content;
        padding-right: 5%;
        padding-top: 100px;
    }

    .footer-grid section:nth-child(2) article{
        align-self: center;
        display: flex;
        justify-content: flex-start;
        align-items: end;
        justify-content: left;
        padding-top: 10px;
    }

    .footer-grid section:nth-child(2) article a{
        font-size: 1.5rem;
        padding-bottom: 7px;
        font-family: "Poppins", sans-serif;
        text-align: left;
        font-weight: 400;
        font-size: 1.7em;
    }

    .footer-grid section:nth-child(2) article:nth-child(3){
        margin-bottom: 2%;
    }

    .footer-grid section:nth-child(2) article img{
        margin-right: 20px;
        width: 40px;
    }
}

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

    /* BOTOÓN ESTÁTICO A WHATSAPP */

    #whatsapp-button {
        bottom: 3.5px; 
        right: 3.5px; 
    }

    #whatsapp-button img {
        width: 80px;  
        /*box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);*/ 
    }

    /*PAG INICIO*/

    /*BANNER*/

    .banner-bottom .interior div p{
        font-size: 2.7vw;
    }
    .banner{
        height: 635px;
    }

    /* PAG CONTACTO */

    /* BANNER */
    #right-side-banner-contacto h3{
        font-size: 3.3em;
    }

    .banner-contacto{
        height: 400px;
    }

    .contact-button{
        font-size: 1.7em;
        border-radius: 7.5px;
        width: 160px;
        height: 40px;
    }

    /* MAIN DESPUES DEL BANNER*/

    .section-middle-contacto h1{
        margin: 60px 0 45px 0;
        font-size: 2.7em;
    }

    #first-article-sect-middle{
        margin-bottom: 60px;
    }
    
    .section-middle-contacto article p{
        font-size: 1em;
    }

    /* PAG COMO COMPRAR */

    /*BANNERS (de arriba y de abajo)*/
    #banner-como-comprar, #banner-semi-bottom-como-comprar{
        font-size: 3.2em;
    }

    #banner-semi-bottom-como-comprar article h3{
        width: 235px;
        letter-spacing: -1.8px;
    }

    #banner-como-comprar article h1, 
    #banner-como-comprar article h1 span{
        letter-spacing: -1.8px;
    }

    /*PASOS*/

    .paso-flex h4{
        font-size: 7.5em;
        letter-spacing: -4px;
    }

    .paso-flex p{
        font-size: 1.3em;
        width: 250px;
    }

    .section-pasos{
        height: 800px;
        padding-bottom: 17px;
    }
}

.g-recaptcha{
    
}