body{
    margin:0;
    padding:0;
    font-family:'Mulish';
}
.conteudo-fale-conosco{
    position:relative;
    display:flex;
    flex-direction:row;
    margin:0 10%;
    margin-top:130px;
    margin-bottom:50px;
    gap:50px;
    flex-wrap:wrap;
    justify-content:space-around;
}
.entre-contato{
    margin-top:70px;
    width:30%;
    z-index:2;
    background-color:#FFFFFF;
    padding:40px;
    border-radius:20px;
    box-shadow:4px 4px 9px #7D7987;
    min-width:400px;
    min-height:800px;
    box-sizing:border-box;
}
.caminho{
    color:#7D7987;
    background-color:#F6F6F6;
    padding:5px 10px;
    border-radius:10px;
}
.caminho-ativo{
    font-weight:800;
}
.entre-contato h2{
    font-size:32px;
    font-weight:800;
    color:#7D7987;
}
.agende-conversa a button{
    color:#FFFFFF;
    background-color:#A6517C;
    padding:10px 30px ;
    border-radius:24px;
    text-decoration:none;
    border:none;
    font-size:18px;
    cursor:pointer;
}
.agende-conversa a i{
    font-size:25px;
}
.chamada-contato{
    font-size:18px;
    font-weight:300;
    color:#7D7987;
    margin-top:30px;
}
.contato-pg input, textarea{
    padding:10px 5%;
    border-radius:7px;
    border:#7D7987 solid 1px;
    font-size:18px;
    color:#7D7987;
    font-family:'Mulish';
}
.contato-pg textarea{
    min-width:100%;
    max-width:100%;
    min-height:121px;
    max-height:121px;
}
.contato-pg button{
    font-size:18px;
    font-weight:700;
    align-self:flex-start;
    color:#FFFFFF;
    background-color:#A6517C;
    border-radius:30px;
    border:none;
    width:135px;
    height:50px;
}
.fundo{
    flex:1;
    align-self:center;
    display:flex;
    justify-content:center;
    z-index:1;
    min-width:500px;
    background-image:url('../img/index/hexagonos.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    height:800px;
    max-width:750px;
}

@media screen and (max-width:1200px){
    .fundo {
        display:none;
    }
    .entre-contato{
        width:60%;
    }
}

#menu_logar{
    text-transform:none;
}
.menu {
    display:flex;
    list-style-type:none;
    gap:60px
}
.menu a {
    text-decoration:none;
    font-weight:400;
    font-size:17px;
    color:#1F1534;
    cursor:pointer;
}
.menu .ativado{
    font-weight:900;
}
.menu .btn-login{
    padding:5px 20px;
    background-color:#A6517C;
    border-radius:30px;
    color:#FFFFFF;
} 
.pontos-1{
    position:absolute;
    transform:translateY(-45%) translateX(30%);
}
.hex-1{
    position:absolute;
    transform:translateY(-29%) translateX(132.41%);
    z-index:-1;
}
.margin-section{
    margin:0% 10%
}
.padding-section{
    padding:0% 10%
}
.margin-section-2{
    margin:0% 20%
}
.padding-section-2{
    padding:0% 20%
}
.section-1{
    background-image:url('../img/index/hexagono-grande.svg');
    background-repeat:no-repeat;
    padding-top:150px;
    display:flex;
    flex-direction:row;
    padding-bottom:70px;
    background-position:1000px -500px;
    background-size:1200px;
    flex-wrap:wrap-reverse;
    justify-content:center;
    height:100vh;
}
.cont{
    flex-direction:column;
    width:40%;
    min-width:390px;
    flex:1;
}
.index{
    margin:0% 10%;
}
.titulo-1{
    font-weight:700;
    font-size:48px;
}
.titulo-1 strong{
    color:#AAC4AE;
}
.p-1{
    color:#7D7987;
    font-size:24px;
}
.complemento{
    width:60%;
    align-self:flex-end;
    min-width:560px;
    padding-left:50px;
}
.complemento img{
    max-width:100%;
}
.seta-baixo{
    display:flex;
    justify-content:center;
    background-color:#fff;
    height:50px;
    position:absolute;
    bottom:0;
}
.seta-baixo a{
    display:block;
    position:absolute;
}
.seta-baixo em {
    color:#A6517C;
    font-size:22px;
    margin:10px;
    position:relative;
    animation:seta_down 1s infinite;
}

@keyframes seta_down{
    0%{
        margin:8px;
    }
    50%{
        margin:10px;
    }
    100%{
        margin:12px;
    }
}

.seta-scrow{
    position:relative;
    left:50%;
    transform:translateX(-50%);
    cursor:pointer;
}

.section-2{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin-top:32px;
    margin-bottom:130px;
    flex-wrap:wrap;
    height:100vh;
}

#sobre{
    background:none;
}
.cont-2{
    flex:1;
    min-width:360px;
}
.complemento-2{
    width:60%;
    padding-right:50px;
    min-width:430px;
}
.complemento-2 img{
    width:100%;
}
.titulo-2{
    display:inline-block;
    font-size:36px;
    font-weight:700;
    padding-bottom:5px;
}
.hr-rosa{
    max-width:360px;
    width:100%;
    color:#A6517C;
    border:#A6517C 1px solid;
    border-radius:2px;
}
.p-2{
    color:#7D7987;
    font-size:20px;
    margin:0px 0px 20px 0px;
}
.p-2 strong{
    color:#A6517C;
    font-weight:500;
}
.section-3{
    padding:50px 10% 50px 10%;
    background-color:#A6517C;
    margin-bottom:50px;
}
.cont-3{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:50px;
    margin:0 10% 0 10%;
}
.titulo-3{
    color:#FFFFFF;
    font-weight:700;
    font-size:36px;
    margin:0;
    text-align:center;
}
.hr-branco{
    width:40px;   
}
.p-3{
    color:#FFFFFF;
    font-weight:500;
    line-height:32px;
    text-align:center;
    margin:0px;
}
.btn{
    font-family:'Mulish';
    font-weight:800;
    font-size:18px;
    padding:10px 25px ;
    border-radius:30px;
}
.btn-branco{
    color:#A6517C;
    background-color:#FFFFFF;
    border:#FFFFFF solid 1px;
}
.btn-branco:hover{
    color:#FFFFFF;
    background-color:#A6517C;
    cursor:pointer;
}
.btn-rosa{
    color:#FFFFFF;
    background-color:#A6517C;
    border:#A6517C solid 1px;
}
.btn-rosa:hover{
    color:#A6517C;
    background-color:#FFFFFF;
    cursor:pointer;
    border:#A6517C solid 1px;
}
.btn-rosa-vazado{
    color:#A6517C;
    background-color:#FFFFFF;
    border:#A6517C solid 1px;
}
.btn-rosa-vazado:hover{
    color:#FFFFFF;
    background-color:#A6517C;
    border:#A6517C solid 1px;
    cursor:pointer;
}
.pontos-2{
    position:absolute;
    width:120px;
    height:120px;
    left:10%;
    transform:translateY(-60px);
}
.pontos-3{
    position:absolute;
    width:120px;
    height:120px;
    right:10%;
    transform:translateY(-120px);
}
.section-4{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:80px;
    margin-bottom:150px;
}
#solucoes{
    background:none;
}
.videos-texto{
    width:100%;
}
.videos{
    width:100%;
    display:flex;
    justify-content:space-around;
    gap:50px;
    flex-wrap:wrap;
}
.video-frame{
    flex:1;
    width:45%;
    height:300px;
    min-width:300px;
}
.section-5{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:50px;
    padding-bottom:100px;
}
#premiacoes{
    background-color:#a6517c0F;
    
}
.premios{
    display:flex;
    width:100%;
    justify-content:space-between;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:150px 100px;
    padding:0px 100px;
}
#govtech{
    height:181px;
    width:410px;
}
#hackbrazil{
    height:145px;
    width:419px;
}
.section-6{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:100px;
    margin-bottom:150px;
    background-image:url(../img/index/hexagono-medio.png);
    background-repeat:no-repeat;
    background-position:95% 50%;
}
.artigos{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    gap:40px;
    min-width:710px;
    flex-wrap:wrap;
}
.cx-artigo{
    overflow:hidden;
    width:350px;
    border-radius:20px;
    box-shadow:10px 40px 50px rgba(170, 196, 174, 0.31);
    background-color:#FFFFFF;
}
.cx-artigo img {
    width:350px;
    height:240px;
    border-radius:20px 20px 0 0;
    object-fit:fill;
}
.conteudo-artigo{
    padding:25px 50px 30px 25px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
}
.t-artigo{
    font-size:22px;
    font-weight:bold;
    height:80px;
    margin:0;
    text-align:left;
}
.p-artigo{
    margin:16px 0px;
    height:100px;
    color:#7d7987;
    font-size:16px;
    text-align:left;
    line-height:1.75;
}
.link-artigo{
    text-decoration:none;
    cursor:pointer;
    color:#A6517C;
}
.hex-2{
    z-index:-1;
    position:absolute;
    transform:translateY(65%) translateX(100%);
}
.section-7{
    width:60%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:35px;
    margin-bottom:100px;
    text-align:center;
}
.titulo-2 strong{
    color:#AAC4AE;
}
.p-2 a{
    color:#7D7987;
}
