@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Poppins', sans-serif;

    --color-primary: #174B8D;
}

.form-newsletter {
    background-color: var(--color-primary);
    background-image: url(../img/servicos/form-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.form-newsletter h5 {
    color: white;
    font-family: var(--font-primary);
    font-size: 23px;
    font-weight: 600;
}

.form-newsletter p {
    color: white;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 400;
}

.form-newsletter label {
    color: white;
    font-family: var(--font-secondary);
    font-size: 16px;
}

.btn-form-newsletter {
    text-align: center;
    background-color: #337CD9;
    padding: 10px 30px;
    border: none;
    color: white;
    font-family: var(--font-secondary);
    border-radius: 15px;
}

.social-icons i{
    color: #337CD9;
    font-size: 30px;
    text-align: center;
}

.trabalhe-conosco-footer a {
    text-decoration: none;
    color: white;
    font-family: var(--font-secondary);
    font-weight: bold;
}

.footer h5{
    color: white;
}

.footer-item , .footer-item a{
    color: #726363;
}

.copy {
    background-color: #174B8D;
}

.copy p , .copy a{
    color: white;
    font-family: var(--font-secondary);
    text-decoration: none;
}

.copy a:hover {
    cursor: pointer;
    color: #726363;
}

@media (max-width: 480px) {
    .social-icons i{
        color: #337CD9;
        font-size: 30px;
        text-align: center;
    }

    .trabalhe-conosco-footer a {
        text-decoration: none;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
    }

    .footer h5{
        color: white;
    }

    .footer-item , .footer-item a{
        color: #726363;
    }

    .copy {
        background-color: #174B8D;
    }

    .copy p , .copy a{
        color: white;
        font-family: var(--font-secondary);
        text-decoration: none;
    }

    .copy a:hover {
        cursor: pointer;
        color: #726363;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-icons i{
        color: #337CD9;
        font-size: 30px;
        text-align: center;
    }

    .trabalhe-conosco-footer a {
        text-decoration: none;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
    }

    .footer h5{
        color: white;
    }

    .footer-item , .footer-item a{
        color: #726363;
    }

    .copy {
        background-color: #174B8D;
    }

    .copy p , .copy a{
        color: white;
        font-family: var(--font-secondary);
        text-decoration: none;
    }

    .copy a:hover {
        cursor: pointer;
        color: #726363;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .social-icons i{
        color: #337CD9;
        font-size: 24px;
        text-align: center;
    }

    .trabalhe-conosco-footer a {
        text-decoration: none;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
    }

    .footer h5{
        color: white;
    }

    .footer-item , .footer-item a{
        color: #726363;
    }

    .copy {
        background-color: #174B8D;
    }

    .copy p , .copy a{
        color: white;
        font-family: var(--font-secondary);
        text-decoration: none;
    }

    .copy a:hover {
        cursor: pointer;
        color: #726363;
    }
    }