.btn-footer{
    position:relative; 
    border: 1px solid white; 
    font-size: .6em;
    margin-top: 3vh;
    margin-bottom: 3vh;
    padding: 1.4vh 1.2vw 1.4vh 1.2vw; 
    bottom: .5vh;
    color: #fff;
    border-radius: 8px;
}
.btn-footer:hover{
    background: #fff;
    color: #016FFF;
}
.footer-titles{
    font-size: 1.25rem;
    font-weight: 500;
}
.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;
    }
}