/* Responsivo */

@media only screen and (max-width: 1200px) {
    header nav ul li {
        padding: 0 16px;
    }
    .box .titulo h4{
        font-size: 110%;
    }
}

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

@media only screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    header nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #a7c856;
        padding: 15px;
        opacity: 0;
    }
    header nav ul li {
        display: block;
        padding: 5px 25px;
    }
    header .btn-menu .bx img {
        width: 95px;
        left: calc(50% - 52px);
    }

    #page-home .slider .carousel-caption h3.esq, 
    #page-home .slider .carousel-caption h3.dir {
        margin-top: 0;
    }

    footer .footer-top .top, 
    footer .footer-top .top .texto {
        display: block;
        margin: 16px 0px;
    }
    footer ul.social {
        margin-top: 10px;
    }
    footer .footer-top .top .texto span {
        margin: 5px auto 2px;
    }
}

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

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

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