/* HeroArea */
.heroarea{
    background: url("../img/heroarea.png") no-repeat;
    background-size: cover;
    color: #fff;
}
.heroarea .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 920px;
    margin: 92px auto 0;
    height: 476px;
    padding: 60px 15px;
}
.heroarea .lista_servicos .icon_servico{
    max-width: 36px;
    max-height: 36px;
}
.heroarea  .lista_servicos{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;    
    gap: 0px 32px;
}
.heroarea  .lista_servicos .servico_link{
    display: flex;
    gap: 8px;
    width: 169px;
    align-items: center;
    margin-top: 32px;
    color: #fff;
}
.heroarea .entre_contato{
    display: flex;
    margin-top: 32px;
}
.heroarea .infos{
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    background: rgba(26, 28, 30, 0.70);
}
.heroarea .infos .box{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-around;
    max-width: 920px;
}
.heroarea .infos .icontext{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color:#B2C1D5
}
.heroarea .infos img{
 width: 31px;
 height: 31px;
}
h1.notebook{
    display: hidden;
}
h1.mobile{
    display: none;
}


/* SOBRE NOS */

.sobre_nos{
    background: url("../img/background_sobre_nos.svg") no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
.sobre_nos .container{
    margin: 0 auto;
    padding: 60px 15px;
}
.sobre_nos .conteudo{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.sobre_nos .description{
    max-width: 528px;
}
.sobre_nos .detalhes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 42px;
}
.sobre_nos .detalhes .tag{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sobre_nos .detalhes .tags{
    display: flex;
    align-items: center;
    gap: 8px;
}

/* SERVICOS */
.servicos{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/background_products.svg")no-repeat;
    background-size: cover;
    color: white;
    padding: 60px 0px;
}
.servicos p{
    text-align: center;
}
.servicos .container_cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    gap: 32px;
    padding: 32px 0px;
}
.servicos .card_servico{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 300px;
    height: 365px; 
    padding: 12px;

    background: white;
    color: #111B25;
    border: 1px solid  #075792 ;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.6s;
}
.servicos .card_servico:hover{
    background: #003A69;
    color: #fff;
}
.servicos .card_servico .text{
    display: flex;
    flex-direction: column;
    flex-basis: 300px;
    gap: 4px;
}

/* CONTATO */
.contato_formulario{
    background: url("../img/icons/contato.svg")no-repeat;
    background-size: cover;
    color: #111B25;
    padding: 60px 0px;
}
.contato_formulario .container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    max-width: 450px;
    margin: 0 auto;
    padding: 0px 15px;
}
.contato_formulario .container .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contato_formulario .container .text p{
    text-align: center;
    max-width: 400px;
}
.contato_formulario .form .input{
    display: flex;
    width: 300px;
    flex-direction: column;
}
.contato_formulario .form label{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}
.contato_formulario .form input, .contato_formulario .form textarea{
    width: 100%;
    border: 2px solid #075792;
    border-radius: 4px;
    background: none;
    padding: 7px 10px;
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
}
.contato_formulario .form .botao{
    border-style: none;
    margin-top: 16px;
    width: 100%;
}


@media only screen and (max-width: 1000px){
    .heroarea .container{
        padding-bottom: 90px;
        height: auto;
    }
    .heroarea .container .chamada{
        flex: 0 1 100%;
    }
    .heroarea  .lista_servicos{
        max-width: 100%;
    }
    .heroarea .detalhes_servico{
        display: none;
    }   
}
@media only screen and (max-width: 590px){
    h1.notebook{
        display: none;
    }
    h1.mobile{
        display: block
    }
    .sobre_nos .detalhes .logo{
        width: 100%;
    }
}

/*AJUSTE de SEO*/
.whatsapp_link span{
     position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

