/*FOOTER*/


footer{
    background: rgb(27,47,128);
    background: linear-gradient(225deg, rgba(27,47,128,1) 20%, rgba(48,85,230,1) 100%);
}
footer .primary {
    background-color: none;
    padding: 77px 0 0 0;
    color:#fff;
}

footer .primary .row {
   align-items: normal;
}

footer .footerLogo{

    max-width: 200px;

}

footer .primary .sobre p {
    font-size: 12px;
    line-height: 16px;
}

footer .primary .sobre .margin {
    margin-bottom: 25px;
}

footer .primary .menu a {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
}

footer .primary .menu a:hover {
    font-weight: bold;
}

footer .footerQS p{

    letter-spacing: 0.2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 5px 0 0 0;

}

footer .news {
    margin-bottom: 20px;
}

footer .news p, footer .social p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

footer .news form {
    position: relative;
}

footer .news form input {
    width: 100%;
    border:1px #fff solid;
    height: 43px;
    line-height: 43px;
    background:transparent;
    border-radius: 40px;
    padding: 20px;
    font-family: var(--font);
    font-size: 14px;
    color: #fff;
}

footer .news form input::placeholder {
    color: #fff;
}

footer .news form button {
    border:0;
    background:#fff;
    border-radius: 40px;
    height: 39px;
    line-height: 39px;
    font-family: var(--font);
    position: absolute;
    top:2px;
    right: 2px;
    cursor: pointer;
    font-size: 14px;
    color: var(--roxo);
    font-weight: bold;
    padding: 0 17px;
}

footer .social{
   max-width: 230px;
   float: right;
}

footer .social p {
    margin-bottom: 20px;
}

footer .social ul {
    display: flex;
    justify-content: space-between;
}

footer .social ul a {
    display: block;
    font-size: 24px;
    color:#fff;
    transition: all .5s;
}

footer .social ul a:hover {
    color: var(--verde);
}
footer .marginAlignCenter{

    margin: 0 auto;
    max-width: 168px;

}

footer .marginAlignCenter p{

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;

}


/* Second */
footer .secundary {
    background-color: none;
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
}

footer .contSecundary{
    
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 40px 15px 0 15px;
}



footer .copy {
    color: #FFF;
    font-family: "Figtree",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    margin-bottom: 0;
}
footer .contSecundary p{
    
    color: #FFF;
    font-family: "Figtree",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;

}
footer .secundary .row {
    align-items: normal;
}

footer .secundary a {
    text-decoration: underline;
    color: #fff;
    display: block;
    line-height: 18px;
}

footer .footerInformations{

    padding: 48px 15px 0 15px;
    font-family: "Figtree",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.2px;

}
footer .footerLinks{
    
    text-align: center;
    margin: 40px 0 ;
    

}
footer .footerLinks a{

    text-decoration: none;
    padding: 5px;
    display: inline-block;


}
footer .footerLinks a:hover{

    text-decoration: underline;
   
}

.footerSocialIcon img {
    width: 32px;
}

/*FIM DO FOOTER*/

@media (max-width:1285px) {
    
}

@media (max-width:1140px) {
    
}

@media (max-width:1100px) {
      
    
}

@media (max-width:990px) {
     
    footer .social{
        float: left;
     }
}

@media (max-width:860px) {
       
    footer .social{
        float: left;
     }
}

@media (max-width:770px) {
       
    footer .social{
        float: none;
        margin: 0 auto;
     }
}


@media (max-width:660px) {
    
    
}


@media (max-width:550px) {
    
    
}

@media (max-width:445px) {
    
    
}
