/* Responsivo */

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

}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    header nav {
        text-align: center;
    }
    header .menu.active {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000000e3;
        z-index: 999;
    }
    header .menu nav ul {
        margin: 20px 0;
    }
    header .menu nav ul li {
        display: block;
        margin: 5px 0;
    }
    header .menu nav ul li #close {

    }
    header .menu nav .whatss {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
    }
    .slider {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 576px) {
    
}

@media only screen and (max-width: 480px) {
    
}

@media only screen and (max-width: 320px) {
    
}