@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-abrir-empresa {
    background: url(../img/servicos/abri_empresa.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-trocar-contador {
    background: url(../img/servicos/trocar-contabilidade.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-planejamento-tributario {
    background: url(../img/servicos/planejamento-tributario.png);
    background-size: cover;
    background-position: end;
    background-repeat: no-repeat;
}

.hero-revisao-produtos {
    background: url(../img/servicos/revisao-de-produtos.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-beneficios-fiscais {
    background: url(../img/servicos/beneficios-fiscais.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.hero-departamento-pessoal {
    background: url(../img/servicos/departamento-pessoal.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-assessoria-contabil {
    background: url(../img/servicos/assessoria-contabil.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-auditoria-contabil {
    background: url(../img/servicos/auditoria-contabil.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-description {
    padding: 30px 0;
}

.btns-hero {
    text-align: center;
    padding-top: 2%;
}


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

.navbar-nav .nav-link.active {
    color: #3D92FF;
}

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

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

.btn-call-to-action-hero a{
    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-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%;
}

.card-abrir-empresa h4 {
    color: white;
    font-size: 20px;
    font-family: var(--font-secondary);
}

.card-abrir-empresa i {
    color: white;
    font-size: 44px;
}


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

.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 , .email i{
    color: white;
    text-decoration: none;
    font-size: 30px;
    padding: 0 20px;
}

.redes-social a, .email a {
    text-decoration: none;
    font-family: var(--font-secondary);
    font-size: 24px;
    align-self: center;
}



.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: #337CD9;
        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-call-to-action-hero a{
        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;
    }

    .btns-hero {
        text-align: center;
        padding-top: 10px;
    }
    

    .btn-call-to-action-hero 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%;
    }

    .card-abrir-empresa h4 {
        color: white;
        font-size: 20px;
        font-family: var(--font-secondary);
    }

    .card-abrir-empresa i {
        color: white;
        font-size: 44px;
    }

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

    .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, .email i {
        color: white;
        text-decoration: none;
        font-size: 24px;
        padding: 10px;
    }

    .redes-social a, .email a {
        text-decoration: none;
        font-family: var(--font-secondary);
        font-size: 14px;
        align-self: center;
    }


    .mapas h2,h3{
        color: white;
    }

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

    .mapas iframe {
        width: 100%;
    }

}

@media (max-width: 820px) and (min-width: 481px) {
    .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: #337CD9;
        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-call-to-action-hero a{
        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-call-to-action-hero 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%;
    }

    .card-abrir-empresa h4 {
        color: white;
        font-size: 20px;
        font-family: var(--font-secondary);
    }

    .card-abrir-empresa i {
        color: white;
        font-size: 44px;
    }

    .section-form {
        border-radius: 25px;
        background: url(<path-to-image>), 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: 30px;
    }

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

    .redes-social a, .email a {
        text-decoration: none;
        font-family: var(--font-secondary);
        font-size: 20px;
        align-self: center;
    }


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