h3.footer-titles{
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    text-transform: none;
}
.footer ul li{
    font-size: 1rem;
}   
.footer ul li a{
    text-decoration: underline;
    font-size: 1rem;
}
.divisor{
    background-image: url('../images/bg-footer.svg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0;
    z-index: 4;
    position: relative;
    top:35px;
}
@media only screen and (max-width: 1186px){
    .footer .logos-iso{
      width: 100%;
    }
    .btn-footer{
        font-size: 20px !important;
        padding: 12px 20px !important; 
    }
}
@media only screen and (max-width: 806px){
    .footer .logos-iso{
      width: 80% !important;
    }
    .divisor .container-big{
        margin-top: 200px !important;
        text-align: center;
    }
    .center-element{
        justify-content: center;
    }
    .footer-titles{ 
        font-size: 1.4rem !important;
    }
}