

@media (min-width: 481px) and (max-width: 1278px) {



    html, body {

        overflow-x: hidden;

    }

    /*header*/

    #header-container {

        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    
        width: 100%;
        height: max-content;

        padding-bottom: 80px;
    

        
    }

    #headline-header h1 {


        font-size: 58px;

    }

    #header-menu-2-container {

        display: none;

    }
    

    #header-menu-1-container {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        
        margin-top: 25px;
        
        width: 90%;
        height: max-content;
        
        color: white;
        
        }

        .header-menu-1-container-content {

            width: 35%;

        }



    #img-companies {
    
        width: 70%;
        margin-top: 10px;
        margin-bottom: 80px;
    
    
    }


    /*section 1*/


        #section-1-container h2 {


            font-size: 20px;
            width: 60%;

        
        }
    
    /*Section 2*/

    #section-2-container h2 {

        text-align: center;
        font-size: 20px;
        width: 65%;


    }

    .section-2-content-container {

        text-align: center;
        width: 60%;
        height: max-content;
    
    
    }

    
    
    /*Section 3*/


    #section-3-container h2 {

        text-align: center;
        font-size: 20px;

        width: 58%;
   
    
    }

    .section-3-content-container {

        text-align: center;

    }

    
    /*Section 4*/


    .section-4-content-container {

        text-align: center;
        width: 23%;
        height: max-content;
    
    
    }
    
        
    /*Section 6*/

    #section-6-container {


    
        background-image: url(/img/section6/background-section-6.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        padding-bottom: 80px;
    

    
    }
    

    #section-6-container h2 {

        text-align: center;
        font-size: 20px;
        width: 80%;

    
        
    }

    #section-6-2-container {
    
        width: 90%;
        height: max-content;
    
    }

    

.section-6-2-content-container img {

    padding: 5px;


}

    /*Section 7*/

    #section-7-container > h2 {

        text-align: center;
        font-size: 20px;
        width: 70%;

        margin: 0 auto;
        margin-bottom: 50px;

        
    }

    .container-bg {


        background-image: url(/img/section7/background-section-7.png);
        background-size: auto 80%;
        background-repeat: no-repeat;
        background-position: top;
    
    }
    


    
.container-title h3 {

    font-size: 22px;
    margin-bottom: 20px;

}


#section-7-2-container {


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 50px;

    width: 100%;
    height: max-content;

    margin-bottom: 80px;




}

#section-7-2-container {

    text-align: center;

}

.section-7-2-content-container {

    width: 80%;


}


/*section 7 parte 2*/

#section-7-3-container {


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 50px;
    width: 100%;
    height: max-content;

    margin-bottom: 80px;

}

.section-7-3-content-container {

    text-align: center;
    width: 80%;
    height: max-content;


}


/*section 8*/


#section-8-2-container {

    flex-direction: column;

}


#section-8-2-container  {

    width: 100%;
    gap: 25px;

}

#section-8-container > h2 {

    font-size: 20px;
    
}

.section-8-2-content-container {

    width: 70%;
    height: 300px;

    text-align: center;


}

#section-8-3-container > h2 {

    margin: 60px auto;
    font-size: 26px;


}


#section-8-4-container {

    width: 100%;
    height: max-content;


}

footer {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: max-content;



}


.ft {

    width: 100%;


}



.ft-content-container {

    width: 30%;
    height: max-content;



}

    


}