@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

#sobre .caracteristicas .diferenciais .diferencial.removido{
    display: none;
}

body {
    background-color: #f5f5f5;
}

#home {
    width: 100%;
    height: 100vh;
}

#home picture img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}

#cabecalho {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#cabecalho .logomarca,
#cabecalho .redes_sociais {
    width: 20%;
    text-align: center;
}

#cabecalho .navegacao_principal {
    width: 60%;
    text-align: center;
}

#cabecalho .navegacao_principal ul,
#cabecalho .redes_sociais {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cabecalho .navegacao_principal ul li {
    margin: 0 15px;
    list-style: none;
}

#cabecalho .navegacao_principal ul li a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}

#cabecalho .redes_sociais .icone {
    margin: 10px;
}

#cabecalho .redes_sociais .icone a i {
    color: white;
    font-size: 20px;
}

#cabecalho .logomarca img {
    width: 120px;
}

main {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

main .titulo h1 {
    font-size: 40px;
    font-weight: 700;
}

main .subtitulo h2 {
    font-size: 15px;
    font-weight: 400;
}

main .botao {
    position: relative;
    top: 50px;
}

main .botao a {
    background-color: white;
    color: black;
    padding: 10px 90px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

main .botao a:hover {
    background-color: #f5f5f5;
}

main .mouse img {
    width: 50px;
    position: relative;
    top: 150px;
}

#sobre {
    background-color: #f5f5f5;
    text-align: center;
}

#sobre .historia {
    padding: 40px;
}

#sobre .titulo h1 {
    font-size: 30px;
}

#sobre .paragrafo {
    margin: 20px 0;
}

#sobre .paragrafo p {
    font-size: 15px;
}

#sobre .caracteristicas {
    width: 100%;
    background-color: white;
    padding: 90px 40px;
}

#sobre .caracteristicas .diferenciais {
    display: flex;
    align-items: start;
    justify-content: center;
}

#sobre .caracteristicas .diferenciais .diferencial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1px;
    width: 25%;
}

#sobre .caracteristicas .diferenciais .diferencial .icone,
#sobre .caracteristicas .diferenciais .diferencial .titulo,
#sobre .caracteristicas .diferenciais .diferencial .paragrafo {
    margin: 10px 0;
}

#sobre .caracteristicas .diferenciais .diferencial .icone img {
    width: 40px;
}

#sobre .caracteristicas .diferenciais .diferencial .icone {
    background-color: #262626;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#sobre .caracteristicas .diferenciais .diferencial .titulo h3 {
    font-size: 15px;
}

#sobre .caracteristicas .diferenciais .diferencial .paragrafo p {
    font-size: 12px;
}

#sobre .botao {
    position: relative;
    top: 20px;
}

#sobre .botao a {
    background-color: #262626;
    color: white;
    padding: 10px 90px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

#sobre .botao a:hover {
    background-color: #2b2b2b;
}

#solucoes {
    background-color: #f5f5f5;
    padding: 90px;
}

#solucoes .titulo_principal,
#clientes .titulo_principal,
#produtos .titulo_principal {
    text-align: center;
    margin: 20px;
    font-size: 30px;
}

#solucoes .produtos {
    display: flex;
    align-items: center;
    justify-content: center;
}

#solucoes .equipamentos .equipamento {
    background-color: red;
    width: 100px;
    height: 220px;
}

#solucoes .equipamentos .equipamento.primeiro {
    border-radius: 30px 0 0 30px;
}

#solucoes .equipamentos .equipamento .produto {
    width: 100px;
    height: 220px;
    overflow: hidden;
    object-fit: cover;
}

#solucoes .equipamentos .equipamento .nome p {
    position: relative;
    top: -50px;
    color: white;
    font-size: 12px;
    text-align: center;
}

#solucoes .equipamentos .equipamento .produto.primeiro,
#solucoes .equipamentos .equipamento .produto.primeiro img {
    border-radius: 30px 0 0 30px;
}

#solucoes .equipamentos .equipamento .produto img {
    width: 100%;
}

#solucoes .equipamentos .equipamento.ultimo {
    border-radius: 0 30px 30px 0px;
}

#solucoes .equipamentos .equipamento .produto.ultimo,
#solucoes .equipamentos .equipamento .produto.ultimo img {
    border-radius: 0 30px 30px 0px;
}

#solucoes .blocos {
    display: flex;
    align-items: center;
    justify-content: center;
}

#solucoes .blocos .equipamentos {
    margin: 50px;
}

#produtos .equipamentos .conteudo{
    background-color: white;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
}

#solucoes .categoria h3 {
    text-align: center;
    margin-top: 10px;
}

#frase {
    background-color: #262626;
    text-align: center;
    padding: 70px 150px;
}

#frase p {
    font-size: 30px;
    color: white;
    font-weight: 300;
}

#frase p span {
    font-weight: 600;
}

#clientes {
    width: 100%;
    background-color: white;
    padding: 100px;
}

#clientes .slide {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

#clientes .slide .logomarca img {
    width: 150px;
}

#clientes .slide .logomarca{
    margin: 10px;
}

#clientes .slide .seta{
    display: none;
}

#clientes .slide .seta img {
    width: 25px;
}

#clientes .feedbacks {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#clientes .feedbacks .feedback {
    text-align: center;
    width: 25%;
    margin: 20px;
}

#clientes .feedbacks .feedback .comentario {
    font-size: 15px;
}

#clientes .avaliacao img {
    width: 15px;
}

#clientes .feedbacks .feedback .nome_cliente h4 {
    font-size: 15px;
    font-weight: 600;
}

#clientes .feedbacks .feedback .empresa h4 {
    font-size: 12px;
    font-weight: 500;
}

#clientes .feedbacks .feedback .empresa,
#clientes .feedbacks .feedback .avaliacao,
#clientes .feedbacks .feedback .nome_cliente,
#clientes .feedbacks .feedback .comentario {
    margin: 5px 0;
}

#produtos {
    width: 100%;
    background-color: #f5f5f5;
    padding: 100px;
    text-align: center;
}

#produtos .equipamentos .conteudo .titulo {
    margin-top: 20px;
}

#produtos .tags {
    display: flex;
    justify-content: center;
    align-items: center;
}

#produtos .tags .tag {
    border: 1px solid black;
    border-radius: 10px;
    padding: 2px 25px;
    margin: 0 5px;
}

#produtos .tags .tag p {
    font-size: 10px;
    font-weight: 500;
}

#produtos .botao {
    display: none;
    position: relative;
    top: 20px;
}

#produtos .botao button {
    border: 1px solid transparent;
    background-color: #262626;
    color: white;
    padding: 10px 90px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

#produtos .botao button:hover {
    background-color: #2b2b2b;
}

#produtos .equipamentos .inversores {
    display: flex;
    justify-content: center;
    align-items: center;
}

#produtos .equipamentos .inversores .equipamento {
    width: 150px;
    height: 150px;
    background-color: #f5f5f5;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

#produtos .equipamentos .inversores .equipamento img {
    width: 150px;
}

#produtos .equipamentos .inversores {
    margin: 25px 0;
}

#contato {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 100px;
}

#contato .titulos,
#contato .telefones,
#contato .botao {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

#contato .telefones {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#contato .botao {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contato .titulos {
    width: 50%;
}

#contato .titulos .titulo h4 {
    font-size: 25px;
}

#contato .titulos .subtitulo p {
    font-size: 12px;
}

#contato .telefones {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contato .telefones .titulo h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

#contato .telefones .telefone {
    width: 100%;
}

#contato .telefones .telefone a {
    font-size: 12px;
    text-decoration: none;
    color: #262626;
}

#contato .botao a {
    background-color: #262626;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
}

#galeria {
    width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
}

#galeria .imagem {
    width: 25%;
    height: 250px;
    object-fit: cover;
}

#contato .botao a:hover {
    background-color: #2b2b2b;
}

#atendimento {
    background-color: #262626;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px;
    width: 100%;
    border: 0 0 1px 0 solid white;
}

#atendimento .endereco,
#atendimento .fale_conosco,
#atendimento .email {
    display: flex;
    justify-content: center;
    align-items: center;
}

#atendimento .endereco .icone i,
#atendimento .fale_conosco .icone i,
#atendimento .email .icone i {
    font-size: 40px;
    margin-right: 20px;
    color: white;
}

#atendimento .endereco .textos .titulo h4,
#atendimento .fale_conosco .textos .titulo h4,
#atendimento .email .textos .titulo h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

#atendimento .endereco .textos .paragrafo p,
#atendimento .fale_conosco .textos .paragrafo p,
#atendimento .email .textos .paragrafo p {
    font-size: 12px;
    font-weight: 400;
    color: white;

}

#footer {
    background-color: #262626;
    padding: 40px;
    margin-top: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#footer .logomarca a img {
    width: 150px;
}

#footer .redes_sociais,
#footer .logomarca {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .redes_sociais {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .redes_sociais .icone {
    margin: 10px;
}

#footer .redes_sociais .icone i {
    color: white;
    font-size: 20px;
}

#footer .navegacao_principal ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .navegacao_principal ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

#footer .navegacao_principal ul li a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}


#copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

#copy p {
    font-size: 12px;
}

#copy a {
    text-decoration: none;
    color: blue;
}

@media (max-width: 800px) {
    main .titulo h1 {
        font-size: 20px;
    }

    main .subtitulo h2 {
        font-size: 10px;
    }

    nav {
        display: none;
    }

    #cabecalho .logomarca,
    #cabecalho .redes_sociais {
        width: 50%;
    }

    #sobre .paragrafo p {
        font-size: 12px;
    }

    #sobre .caracteristicas .diferenciais {
        flex-direction: column;
    }

    #sobre .caracteristicas .diferenciais .diferencial {
        width: 100%;
    }

    #solucoes .blocos {
        flex-direction: column;
    }

    #solucoes .blocos .equipamentos {
        margin: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    #solucoes .equipamentos .equipamento {
        width: 80px;
        height: 180px;
    }

    #solucoes .equipamentos .equipamento .nome p {
        font-size: 10px;
    }

    #solucoes {
        padding: 20px;
    }

    #frase,
    #clientes,
    #produtos,
    #contato {
        padding: 20px;
    }

    #solucoes .titulo_principal,
    #clientes .titulo_principal,
    #produtos .titulo_principal {
        font-size: 15px;
    }

    #produtos .tags {
        flex-wrap: wrap;
    }

    #produtos .tags .tag {
        margin: 5px;
    }

    #produtos .equipamentos .inversores {
        flex-wrap: wrap;
    }

    #produtos .equipamentos .inversores .equipamento {
        margin: 10px;
    }

    #frase p {
        font-size: 15px;
    }

    #clientes .feedbacks {
        flex-direction: column;
    }

    #clientes .feedbacks .feedback {
        width: 100%;
    }

    #solucoes .equipamentos .equipamento .produto{
        height: 186px;
    }

    #clientes .slide {
        flex-wrap: wrap;
    }

    #clientes .slide .seta {
        display: none;
    }

    #solucoes .equipamentos .equipamento .produto {
        width: 80px;
    }

    #contato {
        flex-direction: column;
    }

    #contato .titulos,
    #contato .telefones {
        width: 100%;
    }

    #contato .titulos .titulo,
    #contato .telefones,
    #contato .botao {
        margin: 5px;
    }

    #contato .titulos .titulo{
        text-align: center;
    }

    #atendimento{
        padding: 20px;
        flex-direction: column;
        display: flex;
        justify-content: start;
        align-items: start;
    }

    #atendimento .endereco, #atendimento .fale_conosco, #atendimento .email{
        justify-content: start;
        margin: 5px 0;
    }

    #atendimento .endereco .icone i, #atendimento .fale_conosco .icone i, #atendimento .email .icone i{
        font-size: 20px;
    }

    #produtos .equipamentos .inversores .equipamento img{
        width: 100px;
    }
    #produtos .equipamentos .inversores .equipamento{
        width: 100px;
        height: 50x;
        
    }

    #produtos .equipamentos .inversores .equipamento{
        margin: 5px;
    }

    #contato .titulos .subtitulo p{
        text-align: center;
    }
}