section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
    background: #30c3e4;
}

section::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #2b2b2b, transparent);
    z-index: 10;
}

section img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
}


section #slogan{
    position: absolute;
    color: red;/*#110011;*/
    font-size: 6vmax;
    text-align: center;
    font-family: 'Rancho', sans-serif;
    line-height: 0.8em;
    white-space: nowrap;
    transform: translateY(-200px);
    margin-left: 7vw;   
}
#nube1{
    margin-top: 50px;
}

section #btn{
    text-decoration: none;
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    background: #110011;
    border-radius: 20px; 
    transform: translateY(20px); 
    transform: translateX(60px); 
}
section #btn:hover{
    background:  #2b2b2b; /* #3d003d;*/
}

.sec{
    background: white;/*#2b2b2b;*//* #1c0522;*/
    position: relative;
    padding: 80px;
}

.sec h2{
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec h3{
    font-size: 2vw;
    color: black;
    margin-bottom: 10px;
}

.sec p{
    font-size: 1.2em;
    color: black;
}

.titleText{
    font-family: 'Rancho';
    font-size: 35px;
}



.imgHomeBody01{
    width: 100%;
    height: 100%;
}

.visitSQM{
    margin-bottom: 40px;
}
/*HIDE THE HORIZONTAL SCROLL */
body{    
    overflow-x: hidden;
 }
.content{
    background: white;/*#2b2b2b;*/
}

label{
    color: white;
}



/* AHORA HAREMOS EL RESPONSIVO */
@media (max-width: 1000px){
    .sec{
        padding: 60px;
    }
    #persona{
        margin-top: 50px;
    }
}
@media (max-width: 939px){
    .sec{
        padding: 90px;
    }
    #persona{
        margin-top: 80px;
    }
}
@media (max-width: 839px){
    .sec{
        padding: 60px;
    }
    #persona{
        margin-top: 120px;
    }
}
/* @media (max-width: 500px){
    #persona{
        margin-left: 100px;
    }
}
@media (max-width: 430px){
    #persona{
        margin-left: 150px;
    }
} */

@media (max-width: 600px){
    .displayAllProducts{
        margin-left: 0px !important;
    }
}

.whatsapp-icon {
    position: fixed; /* Se mantiene fijo en la ventana del navegador */
    bottom: 20px; /* Distancia desde la parte inferior de la pantalla */
    right: 20px; /* Distancia desde el borde derecho de la pantalla */
  }
  
  .whatsapp-icon img {
    width: 50px; /* Tamaño del icono de WhatsApp */
}