@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;
}

.hero-bg img {
    width: 100%;
}

.form {
    background: linear-gradient(180deg, #000 0%, var(--color-primary) 100%);
}


.section-form {
    border-radius: 25px;
    background: url(../img/servicos/form-bg.png) no-repeat center;
    background-size: cover;
    background-color: var(--color-primary);
    box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.25);
    padding: 75px 150px;
}

.hero {
    background: url(../img/ouvidoria/ouvidoria.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.hero-description {
    padding-top: 90px;
}

.hero h2 {
    color: #ffffff;
    font-family: var(--font-primary);
    font-weight: bold;
}

.hero h1 {
    color: #3D92FF;
    font-family: var(--font-secondary);
    font-size: 48px;
    font-weight: bold;
}

.hero p {
    color: #ffffff;
    font-family: var(--font-secondary);
    font-size: 30px;
}

.hero p span {
    font-weight: bold;
}

.form {
    padding: 30px 30px;
}

.form-title h4 {
    color: white;
    font-family: var(--font-secondary);
    font-size: 28px;
    text-align: left;
}

.form-subtitle p {
    font-family: var(--font-secondary);
    color: #eaeaea;
    font-weight: bold;
    font-size: 24px;
}

.form label {
    color: white;
    font-family: var(--font-secondary);
    padding-top: 20px;
    font-size: 24px;
}

.form textarea {
    margin-top: 10px;
}

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

#div-empresa-origem {
    display: none;
}
  
#div-departamento {
    display: none;
}


@media (max-width:480px) {

    .hero {
        text-align: center;
    }

    .hero-description {
        padding-top: 20px;
    }

    .hero h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }

    .hero p span {
        font-weight: bold;
    }

    .section-form {
        padding: 20px;
    }

    .form {
        padding: 30px 30px;
    }

    .form-title h4 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        text-align: left;
    }
    
    .form-subtitle p {
        font-family: var(--font-secondary);
        color: #eaeaea;
        font-weight: bold;
        font-size: 19px;
    }

    .form label {
        color: white;
        font-family: var(--font-secondary);
        padding-top: 20px;
        font-size: 17px;
    }

    .form textarea {
        margin-top: 10px;
    }

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

@media (max-width:820px) {

    .hero {
        text-align: center;
    }

    .hero-description {
        padding-top: 20px;
    }

    .hero h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }

    .hero p span {
        font-weight: bold;
    }

    .section-form {
        padding: 20px;
    }

    .form {
        padding: 30px 30px;
    }

    .form-title h4 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        text-align: left;
    }
    
    .form-subtitle p {
        font-family: var(--font-secondary);
        color: #eaeaea;
        font-weight: bold;
        font-size: 19px;
    }

    .form label {
        color: white;
        font-family: var(--font-secondary);
        padding-top: 20px;
        font-size: 20px;
    }

    .form textarea {
        margin-top: 10px;
    }

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

}