@media screen and (max-width: 1024px) {
    p{
        font-size: 14px;
    }
    header{
        height: 70px;
    }
    .menu{
        display: none;
    }
    
    .logo{
        margin-right: 0;
        margin-left: 40px;
    }
    .logo figure img{
        width: auto;
        height: 45px;
    }
    .cta-header{
        padding: 5px 15px;
        margin-right: 40px;
        font-size: 14px;
    }
    .banner_content{
        flex-wrap: wrap;
    }
    .banner_content_text{
        width: 100% ;
        min-width: 100% ;
        max-width: 100% ;
        margin-bottom: 20px;
    }
    .banner_content_text p{
        font-size: 16px;
        padding: 0 40px;
    }
    .banner_content_text h1 {
        font-size: 35px;
        padding: 0 40px;
    }
    .banner_content_img {
        width: calc(100% - 80px);
        height: 300px;
    }
    section h2{
        text-align: left;
        font-size: 26px;
        line-height: 100%;
        padding: 0 40px;
    }
    .descrip {
        width: auto;
        padding: 0 40px;
        text-align: left;
    }
    .products{
        flex-direction: column;
        gap: 20px 0;
    }
    .column{
        width: 100%;
        max-width: 100%;
    }
    .column h3{
        padding: 0;
    }
    .ilumination,
    .cables{
        height: 255px;
    }
    .form .container{
        flex-direction: column;
        width: calc(100% - 80px);
    }
    .form figure {
        width: 100%;
        height: 300px;
        min-width: 100%;
        max-width: 100%;
    }
    .form .row-form {
        padding: 20px;
    }
    .form .row-form_header h2{
        padding: 0;
        font-size: 24px;
        line-height: 30px;
    }
    .form .row-form_header p {
        font-size: 18px;
        padding: 0;
    }
    .quienes-somos .content{
        flex-direction: column;
    }
    .mision-vision {
        width: auto;
        padding: 0 40px;
    }
    .mision-vision h4{
        font-size: 28px;
    }
    figure.mision-vision-img {
        width: calc(100% - 80px);
        height: 350px;
        margin-top: 40px;
    }
    figure.mision-vision-img img{
        object-fit: cover;
        width: 100%;
    }
    .footer_content{
        flex-wrap: wrap;
        width: auto;
        padding: 0 40px;
    }
    .footer_content h4{
        width: 100%;
        margin-bottom: 60px;
    }
    .copyrigth{
        font-size: 11px;
    }
    .cta-whatsapp{
        bottom: 40px;
        right: 20px;
    }
    
}