@charset "UTF-08";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --cor-roxo: #6A34DD;
    --cor-escuro: #222222;
    --cor-branca: #EFEFEF;
    --cor-cinza: #d3d3d3;
    --cor_cinza_escuro: #555555;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: var(--cor-branca);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.5s ease, box-shadow 0.3s ease;
}

header.scrolled {
    background-color: var(--cor-branca);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.171);
}

#navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#mobile_menu{
    display: none;
}

#mobile_btn_menu {
    display: none;
}

#mobile_nav_logo {
    display: none;
}

#mobile_conteudo_menu {
    display: none;
}

#nav_logo {
    width: 90px;
}

#nav_list {
    display: flex;
    list-style: none;
    gap: 48px;
}

.nav-item a {
    text-decoration: none;
    color: var(--cor-escuro);
}

.nav-item {
    position: relative;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0; /* Começa com a largura 0 para a animação */
    height: 3px; /* Espessura da linha */
    background-color: var(--cor-roxo);
    transition: width 0.5s ease; /* Animação na largura */
}

.nav-item:hover::after {
    width: 100%;
}

.btn-default {
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #633DFF;
    border-radius: 12px;
    padding: 10px 50px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.171);
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
    font-size: 12px;
}

.btn-default:hover{
    background-color: #7958fd;
}

.mobile_btn_default{
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #633DFF;
    border-radius: 12px;
    padding: 10px 50px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.171);
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
    font-size: 12px;
}

.mobile_btn_default:hover {
    background-color: #7958fd;
}

.home {
    width: auto;
    height: 900px;
    background-image: url("/imgs/pexels-eberhardgross-691668.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; /* Exemplo de largura */
    height: auto; /* Manter a proporção da imagem */
    max-width: 100%; /* Garante que a imagem não exceda a largura do contêiner */
}

#icone_home{
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
    flex-direction: column;
    margin-top: 100px;
}

.loader {
    color: var(--cor-escuro);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 70px;
    /* Fonte de 70px */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100px;
    /* Ajuste de altura */
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    margin-left: 200px;
}

.words {
    overflow: hidden;
    position: relative;
}

.words::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(var(--bg-color) 10%, transparent 30%, transparent 70%, var(--bg-color) 90%);
    z-index: 20;
    width: 100%;
}

.word {
    display: block;
    height: 100%;
    padding-left: 6px;
    color: var(--cor-roxo);
    animation: spin_4991 4s infinite;
}

#img_tablet img {
    width: 100%; /* Exemplo de largura */
    height: auto; /* Manter a proporção da imagem */
    max-width: 100%; /* Garante que a imagem não exceda a largura do contêiner */
}


@keyframes spin_4991 {
    10% {
        transform: translateY(-120%); /* Ajuste para aumentar a distância */
    }

    25% {
        transform: translateY(-100%);
    }

    35% {
        transform: translateY(-220%); /* Ajuste para aumentar a distância */
    }

    50% {
        transform: translateY(-200%);
    }

    60% {
        transform: translateY(-320%); /* Ajuste para aumentar a distância */
    }

    75% {
        transform: translateY(-300%);
    }

    85% {
        transform: translateY(-420%); /* Ajuste para aumentar a distância */
    }

    100% {
        transform: translateY(-400%);
    }
}


#txt_home{
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.conteudo_img_tablet{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.quem_somos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: var(--cor-escuro);
    color: var(--cor-branca);
    width: auto;
    height: 400px;
    padding: 50px;
}

.quem_somos_descricao {
    width: 50%;
    height: auto;
}

#quem_somos_titulo {
    font-size: 20px;

}

#txt_somos {
    color: var(--cor-roxo);
    font-weight: bold;
}

#quem_somos_conteudo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.quem_somos_imagem {
    margin-top: 20px;
}

#quem_somos_imagem_conteudo {
    width: 100%;
    height: auto;
}


.missao_visao_valores {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: space-around;
    align-items: start;
    padding: 30px;
}

#icon_missao {
    font-size: 50px;
}

#icon_visao {
    font-size: 50px;
}

#icon_valores {
    font-size: 50px;
}

.missao, .visao, .valores {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;

}

.missao:hover, .visao:hover, .valores:hover{
    /* outline: 2px solid var(--cor-roxo); */
    border-radius: 30px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.281);
}

.missao_visao_valores_titulo::after,
.visao_visao_valores_titulo::after,
.valores_visao_valores_titulo::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0; /* Começa com a largura 0 para a animação */
    height: 3px; /* Espessura da linha */
    background-color: var(--cor-roxo);
    transition: width 0.5s ease; /* Animação na largura */
}

.missao:hover .missao_visao_valores_titulo::after,
.visao:hover .missao_visao_valores_titulo::after,
.valores:hover .missao_visao_valores_titulo::after {
    width: 100%; /* A linha cresce para 100% da largura com a transição */
}

.missao_visao_valores_titulo {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
    align-items: center;
    position: relative;
}

#txt_inovacao {
    font-weight: bold;
}

#txt_transparencia {
    font-weight: bold;
}

#txt_eficiencia {
    font-weight: bold;
}


.parceiros{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: var(--cor-escuro);
    color: var(--cor-branca);
    padding: 50px;
    margin-bottom: 30px;
    height: 300px;
    width: auto;
}

#parceiros_descricao_titulo{
    align-items: center;
    font-size: 30px;
    width: 100%;
}

#txt_parceiros{
    color: var(--cor-roxo);
}


.parceiros_logos{
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
    width: 50%;
}

.logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: 20s infinite slide linear;
    gap: 30px;
}

 @keyframes slide {
    from {
        transform:translateX(0);
    }
    to{
        transform: translateX(-1000px);
    }
} 

.imagem_parceiro_logos{
    border: 1.5px solid var(--cor-branca);
    border-radius: 20px;
    width: 200px;
    height: 200px;
}

li {
    list-style: none;
}

.servicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;

}

.servicos_informacoes{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.desenvolvimento_web{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--cor-cinza);
    border-radius: 20px;
    width: 90vw;
    height: auto;
    padding: 30px;
    gap: 50px;
    font-size: 14px;
    margin-top: 30px;
}

.desenvolvimento_web:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow .3s ease;
}

#servicos_titulos{
    color: var(--cor-roxo);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}

.servicos_desenvolvimento_web_subtitulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
    width: 30%;
}

#icon_desenvolvimento_web{
    font-size: 50px;
    color: var(--cor-roxo);
}

#txt_desenvolvimento{
    color: var(--cor_cinza_escuro);
    font-weight: bold;
    font-size: 20px;
}

#txt_web{
    font-size: 30px;
    font-weight: bold;
    color: var(--cor-roxo);
}

.servicos_desenvolvimento_web_beneficios{
    width: 70%;
}

.campo_negrito_desenvolvimento_web{
    font-weight: bold;
}

.orcamento_desenvolvimento_web{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

#botao_orcamento_desenvolvimento_web{
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: var(--cor-roxo);
    border-radius: 12px;
    padding: 10px 50px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.171);
    cursor: pointer;
    transition: background-color .3s ease ;
    text-decoration: none;
    font-size: 12px;   
}

#botao_orcamento_desenvolvimento_web:hover{
    background-color: var(--cor-branca);
    color: var(--cor-roxo);
}

.design_grafico{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--cor-escuro);
    border-radius: 20px;
    width: 90vw;
    height: auto;
    padding: 30px;
    gap: 80px;
    font-size: 14px;
    margin-top: 30px;
    color: var(--cor-branca);
}

.design_grafico:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow .3s ease;
}

.servicos_design_grafico_subtitulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
    width: 30%;
}

#icon_design_grafico {
    font-size: 50px;
    color: var(--cor-branca);
}

#txt_design{
    color: var(--cor-cinza);
    font-weight: bold;
    font-size: 20px;
}

#txt_grafico{
    font-size: 30px;
    font-weight: bold;
    color: var(--cor-branca);
}

.servicos_design_grafico_beneficios{
    width: 70%;
}

.campo_negrito_design_grafico{
    font-weight: bold;
}

.orcamento_design_grafico{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

#botao_orcamento_design_grafico{
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: var(--cor-roxo);
    border-radius: 12px;
    padding: 10px 50px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.171);
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
    font-size: 12px;   
}

#botao_orcamento_design_grafico:hover{
    background-color: var(--cor-branca);
    color: var(--cor-roxo);
}


.automacoes{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--cor-roxo);
    border-radius: 20px;
    width: 90vw;
    height: auto;
    padding: 30px;
    gap: 80px;
    font-size: 14px;
    margin-top: 30px;
    color: var(--cor-branca);
}

.automacoes:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow .3s ease;
}

.servicos_automacoes_subtitulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
    width: 30%;
}

#icon_automacoes{
    font-size: 50px;
    color: var(--cor-branca);
}

#txt_desenvolvimento_automacoes{
    color: var(--cor-cinza);
    font-weight: bold;
    font-size: 20px;
}

#txt_automacoes{
    font-size: 30px;
    font-weight: bold;
    color: var(--cor-branca);
}

.servicos_automacoes_beneficios{
    width: 70%;
}

.campo_negrito_automacoes{
    font-weight: bold;
}

.orcamento_automacoes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

#botao_orcamento_automacoes{
    border: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: var(--cor-branca);
    border-radius: 12px;
    padding: 10px 50px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.171);
    cursor: pointer;
    transition: background-color .3s ease;
    color: var(--cor-escuro);
    text-decoration: none;
    font-size: 12px;   
}

#botao_orcamento_automacoes:hover{
    background-color: var(--cor-escuro);
    color: var(--cor-branca);
}

/* Aplica o ::before diretamente ao primeiro parágrafo de cada bloco de benefícios */
.servicos_desenvolvimento_web_beneficios p:first-of-type::before,
.servicos_design_grafico_beneficios p:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px; /* Ajusta para posicionar a linha antes do texto */
    width: 3px; /* Largura da linha vertical */
    height: 0; /* Inicia com altura 0 para não aparecer */
    background-color: var(--cor-roxo);
    transition: height 0.5s ease; /* Transição suave na altura */
}

.servicos_automacoes_beneficios p:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px; /* Ajusta para posicionar a linha antes do texto */
    width: 3px; /* Largura da linha vertical */
    height: 0; /* Inicia com altura 0 para não aparecer */
    background-color: var(--cor-branca);
    transition: height 0.5s ease; /* Transição suave na altura */
}

/* Certifique-se de que o parágrafo está posicionado relativamente */
.servicos_desenvolvimento_web_beneficios p,
.servicos_design_grafico_beneficios p,
.servicos_automacoes_beneficios p {
    position: relative;
    padding-left: 20px; /* Espaço para o texto não sobrepor a linha */
}

/* Aumenta a altura da linha ao passar o mouse no bloco de cada seção */
.desenvolvimento_web:hover .servicos_desenvolvimento_web_beneficios p:first-of-type::before,
.design_grafico:hover .servicos_design_grafico_beneficios p:first-of-type::before,
.automacoes:hover .servicos_automacoes_beneficios p:first-of-type::before {
    height: 100%; /* Linha cresce para altura completa ao passar o mouse */
}

/* Aplica o ::before ao primeiro parágrafo das vantagens */
.servicos_desenvolvimento_web_vantagens::before,
.servicos_design_grafico_vantagens::before,
.servicos_automacoes_vantagens::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px; /* Ajusta para posicionar a linha antes do texto */
    width: 3px; /* Largura da linha vertical */
    height: 0; /* Inicia com altura 0 para não aparecer */
    background-color: var(--cor-roxo);
    transition: height 0.5s ease; /* Transição suave na altura */
}

.servicos_automacoes_vantagens::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px; /* Ajusta para posicionar a linha antes do texto */
    width: 3px; /* Largura da linha vertical */
    height: 0; /* Inicia com altura 0 para não aparecer */
    background-color: var(--cor-branca);
    transition: height 0.5s ease; /* Transição suave na altura */
}

/* Certifique-se de que a div de vantagens está posicionada relativamente */
.servicos_desenvolvimento_web_vantagens,
.servicos_design_grafico_vantagens,
.servicos_automacoes_vantagens {
    position: relative;
}

/* Aumenta a altura da linha ao passar o mouse nas seções de vantagens */
.desenvolvimento_web:hover .servicos_desenvolvimento_web_vantagens::before,
.design_grafico:hover .servicos_design_grafico_vantagens::before,
.automacoes:hover .servicos_automacoes_vantagens::before {
    height: 100%; /* Linha cresce para altura completa ao passar o mouse */
}

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--cor-escuro);
    color: var(--cor-branca);
    padding: 40px;
    margin-top: 50px;
    font-size: 12px;
    height: 40px;
    width: auto;
}

.redes_sociais{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.link_rede_social{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-branca);
    border-radius: 10px;
    width: 30px;
    height: auto;
    padding: 5px;
}

.link_rede_social:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px 2px var(--cor-roxo);
    transition: box-shadow .3s ease;
}

#logo_footer {
    width: 80px;
    height: auto;
}

#icon_instagram{
    font-size: 30px;
    color: var(--cor-escuro);
}

#icon_facebook{
    font-size: 30px;
    color: var(--cor-escuro);
}

#icon_linkedin{
    font-size: 30px;
    color: var(--cor-escuro);
}


