/* Vísivel apenas em telas XL */

@media (min-width: 1200px) and (max-width: 1600px) {

    /* -------------------- HEADER -------------------- */

    #backgroundMenu {
        top:40px;
    }
    
    /* ------------------ FIM HEADER ------------------ */
    /* --------------------- INDEX --------------------- */

    /*Cards Key Words*/
    #keywordsCards > .col {
        padding: 0 35px;
    }

    /*About Rossil*/
    #institutionalVideo {
        margin-top: -200px;
    }

    /* Segments */
    .curve-navy {
        border-width: 130px;
    }

    #segments h4 {
        margin-top: -60px;
    }

    /* Last News*/

    #divLastNews .container {
        /*border: 1px solid red;*/
    }

    /* Contact */
    #contact {
        margin-top: 0;
    }

    /* ------------------ FIM INDEX ------------------ */
    /* ------------------- SEGMENTS ----------------- */
    
    #introductionSegment {
        margin-top: 70px;
    }
    
    /* Equipments */
    #sliderEquipments .scrolling-wrapper .img-slider {
        height: 650px;
    }
    
    
    
    
    
    
    /* --------------------- FOOTER --------------------- */

    #footer .content-footer .arrow-top {
        margin-right: 100px;
    }

    #linkWhatsapp {
        margin: 0 30px 20px 0;
    }

    #linkWhatsapp img {
        width: 70px;
    }



}
