.footer-container{
    padding: 50px 17%;
    background-color: #F5F5F5;
}

.footer-bottom{
    font-size: 1vw;
    text-align: center;
}

.footer-bottom span{
    color: #003865;
}

.footer-top{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    margin-bottom: 3vw;
}

.footer-top h6{
    color: #003865;
    font-size: 1.2vw;
    margin-bottom: 0.5vw;
}

.footer-top a,
.footer-top p{
    color: #323232;
    font-size: 1vw;
    margin-bottom: 0.5vw;
    display: block;
}

.column1>img{
    width: 70%;
    margin-bottom: 1vw;
}

.column1>p{
    font-size: 1vw;
    color: #323232;
    margin-bottom: 1vw;
}

.column1>div>a{
    display: inline;
    margin-right: 1vw;
}

.column1 div img{
    width: 10%;
}

.column4 p:nth-child(3){
    margin: 0;
}

.espaçamentoFooter{
    height: 20%;
}

.iconeLateral{
    position: fixed;
    bottom: 40px;
    left: auto !important;
    right: 40px  !important;
    z-index: 999;
}

.iconeWtspp{
    width: 50px;
}

.iconeWtspp:hover{
    width: 60px;
    transition: 0.8s;
    opacity: 0.7;
}

@media (max-width: 950px){
    .footer-container{
        text-align: center;
    }

    .footer-bottom{
        font-size: 1.5vw;
        text-align: center;
    }
    
    .footer-bottom span{
        color: #003865;
    }
    
    .footer-top{
        grid-template-columns: 1fr 1fr;
        row-gap: 1.5vw;
    }
    
    .footer-top h6{
        font-size: 2vw;
    }
    
    .footer-top a,
    .footer-top p{
        font-size: 1.5vw;
    }
    
    .column1>img{
        width: 70%;
    }
    
    .column1>p{
        font-size: 1.5vw;
    }



    .iconeLateral{
        right: 30px  !important;
    }

    .iconeWtspp{
        width: 30px;
    }

    .iconeWtspp:hover{
        width: 30px;
    }
}

@media (max-width: 550px){
    .footer-container{
        text-align: center;
    }

    .footer-bottom{
        font-size: 2vw;
        text-align: center;
    }
    
    .footer-bottom span{
        color: #003865;
    }
    
    .footer-top{
        grid-template-columns: 1fr 1fr;
        row-gap: 2vw;
    }
    
    .footer-top h6{
        font-size: 2.5vw;
    }
    
    .footer-top a,
    .footer-top p{
        font-size: 2vw;
    }
    
    .column1>img{
        width: 70%;
    }
    
    .column1>p{
        font-size: 2vw;
    }



    .iconeLateral{
        right: 25px  !important;
    }

    .iconeWtspp{
        width: 20px;
    }

    .iconeWtspp:hover{
        width: 20px;
    }
}

@media (max-width: 425px) {
    .iconeLateral{
        right: 20px  !important;
    }
}