* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cygre-light';
}

footer h4 {
    font-family: 'Cygre-semibold';
}

footer {
    background-color: #1c4dce;
    padding: 50px 0;
    animation: slideInDown 2s ease-in-out;
}

.container-footer {
    max-width: 1400px;
    padding: 0 4%;
    margin: auto;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin: 10px 0;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #cecdcd;
    padding-left: 10px;
}

.footer-col .medias-socias {
    margin-top: 30px;
}

.footer-col .medias-socias a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    border: 1px solid white;
    transition: all 0.5s ease;
}

.footer-col .medias-socias a i {
    font-size: 20px;
}

.footer-col .medias-socias a:hover {
    color: #415aca;
    background-color: white;
}

.footer-col .form-sub input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    outline: none;
    border: 1px solid white;
    color: white;
    background-color: #415aca;
}

.footer-col .form-sub input::placeholder {
    color: white;
}

.footer-col .form-sub button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 17px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #415aca;
    font-weight: bold;
    background-color: white;
}

#emailOaga {
    text-transform: none
}

#text_finalrodape {
    color: #ffffff;
    margin-top: 5vh;
    font-size: 14px;
    text-align: center;
}

#link {
    color: #ffffff;
    text-decoration: none;

}

#link:hover {
    text-decoration: underline;

}

#logo_rodapé_mobile {
    display: none;

}


/* Responsivo */
@media (max-width: 800px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .footer-col {
        width: 100%;
    }
}



@media (max-width: 768px) {

    * {
        text-align: center;
    }

    #logo_rodapé {
        display: none;
    }

    #logo_rodapé_mobile {

        display: unset;
    }
}