@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 {
    background: linear-gradient(180deg, #000 0%, var(--color-primary) 100%);
}

.hero {
    background: url(../img/contato/fale-conosco.png);
}


.hero-description {
    padding-top: 60px;
    text-align: center;
}

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

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

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

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

.btn-call-to-action-hero {
    text-decoration: none;
    color: white;
    background-color: var(--color-primary);
    font-family: var(--font-secondary);
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
}

.btn-call-to-action-hero i{
    font-size: 24px;
    padding-left: 10px;
}

.form {
    padding: 30px 30px;
}

.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: 20px;
}


.form-abrir-empresa .col-md-12 {
    padding: 15px 0;
}

.form-title h1{
    color: white;
    font-family: var(--font-secondary);
    font-size: 26px;
    text-align: center;
}

.form-subtitle h4{
    color: white;
    font-family: var(--font-secondary);
    text-align: center;
}

.form-subtitle span{
    border: 3px solid red;
    border-radius: 100%;
    padding: 5px;
}

.form-abrir-empresa label {
    color: white;
    font-family: var(--font-secondary);
}

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

.redes {
    padding-top: 30px;
    text-align: center;
}

.redes h4 {
    color: white;
    font-family: var(--font-secondary);
    font-size: 26px;
}

.redes-social i {
    color: white;
    text-decoration: none;
    font-size: 30px;
    padding: 0 20px;
}


.mapas h2,h3{
    color: white;
    padding-left: 20px;
}

.mapas h2 {
    font-family: var(--font-secondary);
    font-size: 24px;
}
.mapas h3 {
    font-family: var(--font-secondary);
    font-size: 18px;
}

.mapas iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.25);
}

@media (max-width: 480px) {
    .hero-bg img {
        width: 100%;
    }

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

    .btn-quero-abrir-empresa {
        text-decoration: none;
        color: white;
        background-color: var(--color-primary);
        font-family: var(--font-secondary);
        font-weight: bold;
        padding: 15px 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 20px;
    }

    .btn-quero-abrir-empresa i{
        font-size: 24px;
        padding-left: 10px;
    }

    .form {
        padding: 30px 30px;
    }

    .section-title {
        text-align: center;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
    }

    .card-abrir-empresa {
        text-align: center;
        border-radius: 30px;
        background: #174B8D;
        box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
        padding: 20px 20px;
        width: 70%;
    }


    .section-form {
        border-radius: 25px;
        box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.25);
        padding: 20px;
    }

    .form-abrir-empresa .col-md-12 {
        padding: 15px 0;
    }

    .form-title h1{
        color: white;
        font-family: var(--font-secondary);
        font-size: 17px;
        text-align: center;
    }

    .form-subtitle h4{
        color: white;
        font-family: var(--font-secondary);
        text-align: center;
        font-size: 20px;
    }

    .form-subtitle span{
        border: 3px solid red;
        border-radius: 100%;
        padding: 5px;
    }

    .form-abrir-empresa label {
        color: white;
        font-family: var(--font-secondary);
        text-align: left;
        font-size: 13px;
    }

    .form-abrir-empresa label ::placeholder{
        color: white;
        font-family: var(--font-secondary);
        text-align: left;
        font-size: 13px;
    }

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

    .redes {
        padding-top: 30px;
        text-align: center;
    }

    .redes h4 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 19px;
    }

    .redes-social i {
        color: white;
        text-decoration: none;
        font-size: 17px !important;
        padding: 0 10px;
    }


    .mapas h2,h3{
        color: white;
    }

    .mapas h2 {
        font-family: var(--font-secondary);
        font-size: 24px;
    }
    .mapas h3 {
        font-family: var(--font-secondary);
        font-size: 18px;
    }

    .mapas iframe {
        width: 100%;
    }

}

@media (max-width: 820px) and (min-width:790px){
    .hero-bg img {
        width: 100%;
    }

    .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: 30px;
        font-weight: bold;
    }

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

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

    .btn-quero-abrir-empresa {
        text-decoration: none;
        color: white;
        background-color: var(--color-primary);
        font-family: var(--font-secondary);
        font-weight: bold;
        padding: 15px 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 19px;
    }

    .btn-quero-abrir-empresa i{
        font-size: 24px;
        padding-left: 10px;
    }

    .form {
        padding: 30px 30px;
    }

    .section-title {
        text-align: center;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
    }
    .section-form {
        border-radius: 25px;
        background: url(../img/servicos/form-bg.png), lightgray 50% / cover no-repeat, #174B8D;
        box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.25);
        padding: 20px;
    }

    .form-abrir-empresa .col-md-12 {
        padding: 15px 0;
    }

    .form-title h1{
        color: white;
        font-family: var(--font-secondary);
        font-size: 22px;
        text-align: center;
    }

    .form-subtitle h4{
        color: white;
        font-family: var(--font-secondary);
        text-align: center;
    }

    .form-subtitle span{
        border: 3px solid red;
        border-radius: 100%;
        padding: 5px;
    }

    .form-abrir-empresa label {
        color: white;
        font-family: var(--font-secondary);
        text-align: left;
    }

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

    .redes {
        padding-top: 30px;
        text-align: center;
    }

    .redes h4 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 19px;
    }

    .redes-social i {
        color: white;
        text-decoration: none;
        font-size: 30px;
        padding: 0 20px;
    }


    .mapas h2,h3{
        color: white;
    }

    .mapas h2 {
        font-family: var(--font-secondary);
        font-size: 24px;
    }
    .mapas h3 {
        font-family: var(--font-secondary);
        font-size: 18px;
    }

    .mapas iframe {
        width: 100%;
        height: 300px;
        border-radius: 20px;
    }
}