/* Responsivo */

@media only screen and (max-width: 1333px) {
    
}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    header span {
        display: block;
        text-align: center;
    }
    .depoimento .centralize {
        height: auto;
    }
    header p {
        text-align: center;
    }
    .b7b img {
        max-width: 100%;
    }
    .divisor h3 {
        position: relative;
        bottom: 17%;
        font-weight: 600;
    }
    .botao-2, .botao-3, .botao-4 {
        font-size: 20px;
        text-align: center;
    }
    .botao-4 {
        width: 100%;
        margin: 10px 0;
    }
    header .botao-1 {
        margin-right: auto;
    }
    .text-centralizado {
        width: auto;
    }
    .seta {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {
    
}