/* estilo base da pagina */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body {
    background-color: #f4f4f4;
}
.interface {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 5%;
}

/* estilo do header */
header {
    width: 100%;
    padding: 27px 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 100;
}
/* estilo do header dinamico  */
header.menu-dinamico {
    /* background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(10, 10, 79, 1) 35%, rgba(2, 0, 36, 1) 100%); */
    background-color: rgb(6, 3, 49);
    padding: 20px 0;
    box-shadow: 0 0 8px #000;
}
/* -------------------------- */
header .interface {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo img {
    max-width: 160px;
}
header .menu-desktop nav ul {
    list-style-type: none;
}
header .menu-desktop nav ul li {
    display: inline-block;
    margin: 0 40px;
}
header .menu-desktop nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: .85em;
    display: inline-block;
    transition: 0.2s;
}
.menu-desktop nav a:hover {
    transform: scale(1.20);

}
header .btn-contato button {
    width: 130px;
    height: 40px;
    font-size: .85em;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 2.2px;
}
.btn-contato button:hover{
    background-color: #fff;
    color: rgba(10, 10, 79, 1);
}

/* estilo botão menu mobile */
header .btn-mobile {
    display: none;
    z-index: 100;
    position: relative;
}
header .btn-mobile div {
    background-color: #fff;
    height: 2px;
    margin: 10px 0;
    transition: .2s;
}
header .btn-mobile .line-1 {
    width: 27px;
}
header .btn-mobile .line-2 {
    width: 20px;
}
header .btn-mobile .line-1.ativo1 {
    transform: rotate(45deg) translate(32%);
}
header .btn-mobile .line-2.ativo2 {
    transform: rotate(-45deg) translate(30%);
    width: 27px;
}

/* estilo menu mobile */
header .menu-mobile {
    width: 0;
    height: 0;
    background-color: rgba(6, 3, 49);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s;
}
header .menu-mobile nav {
    width: 100%;
}
header .menu-mobile nav ul {
    list-style-type: none;

}
header .menu-mobile nav a {
    font-size: 1.7em;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    display: block;
    transition: .5s;
}
header .menu-mobile nav a:hover {
    background-color: #fff;
    color: rgb(6, 3, 49);
    box-shadow: 0 0 10px #fff;
}
header .menu-mobile.abrir {
    width: 100%;
    height: 100vh;
}

/* estilo da seção hero */
section.hero-site {
    /* background: url('../imagens/inicio/introdução-1920.jpg') center no-repeat;
    height: 95vh;
    box-shadow: 0 0 20px #000; */
    background: url('../imagens/soluçoes/bacground-1920.png') no-repeat;
    height: 100vh;
    background-position: 0% 100%;
    color: #fff;
}
.hero-site .interface {
    display: flex;
    align-items: center;
    height: 100%;
}
.hero-site .txt-chamada h1 {
    font-size: 4em;
    line-height: 70px;
    font-weight: 100;
    margin-bottom: 30px;
}
.hero-site .txt-chamada h1 span { 
    font-weight: 200;
}
.hero-site .txt-chamada p {
    font-weight: 100;
    line-height: 25px;
    font-size: 1.3em;
    text-align: justify;
    text-align-last: left;
}
.hero-site .txt-chamada p span {
    font-weight: 300;
}

/* estilo da seção titulo sgem */
section.titulo-sgem {
    padding: 10px 0;
}
.titulo-sgem .itens-titulo-sgem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itens-titulo-sgem h1 {
    font-size: 4.5em;
    font-weight: 100;
    line-height: 85px;
    text-shadow: 0 0 2px #000;
}
.itens-titulo-sgem .img-logo-sgem {
    max-width: 200px;
    box-shadow: 0 0 12px rgba(10, 10, 79, 1);
    border-radius: 50%;
    margin-right: 30px;
}
.itens-titulo-sgem .img-logo-cnpq {
    height: 80px;
    margin-right: 80px;
}

/* estilo da seção sgem */
section.sgem {
    padding: 80px 0;
    background-color: #e3e3e3;
    margin: 30px 0;
}
.sgem .sgem-itens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 60px;
}
.sgem .sgem-itens .img-sgem img {
    max-width: 600px;
    border-radius: 3px;
    box-shadow: 5px 5px 20px rgba(10, 10, 79, 1);
}
.sgem .sgem-itens .txt-sgem h2 {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 300;
}
.sgem .sgem-itens .txt-sgem p {
    font-size: 1.6em;
    line-height: 35px;
    font-weight: 300;
    text-align: justify;
    text-align-last: left;
}
.sgem-itens .txt-sgem p span {
    font-weight: 400;
}

/* estido da seção titulo assessoria técnica */
section.titulo-assessoria {
    padding: 10px 0;
    margin-top: 60px;
}
.titulo-assessoria .itens-titulo-assessoria {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itens-titulo-assessoria h1 {
    font-size: 5em;
    font-weight: 100;
    line-height: 85px;
    text-shadow: 0 0 2px #000;
}
.itens-titulo-assessoria img {
    max-width: 200px;
    margin-right: 160px;
    box-shadow: 0 0 12px rgba(10, 10, 79, 1);
    border-radius: 50%;
}

/* estilo da seção assessoria */
section.assessoria {
    padding: 80px 0;
    background-color: #e3e3e3;
    margin: 30px 0;
}
.assessoria .assessoria-itens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 60px;
}
.assessoria .assessoria-itens .img-assessoria img {
    max-width: 600px;
    border-radius: 3px;
    box-shadow: 5px 5px 20px rgba(10, 10, 79, 1);
}
.assessoria .assessoria-itens .txt-assessoria h2 {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 300;
}
.assessoria .assessoria-itens .txt-assessoria p {
    font-size: 1.6em;
    line-height: 35px;      
    font-weight: 300;
    text-align: justify;
    text-align-last: left;
}
.assessoria-itens .txt-assessoria p span {
    font-weight: 400;
}

/* estilo da seção rodapé */
footer {
    background: linear-gradient(90deg,rgb(6, 3, 49) 0%, rgba(10, 10, 79, 1) 35%, rgb(6, 3, 49) 100%);
    width: 100%;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    box-shadow: 0 0 8px #000;
    z-index: 100;
    margin-top: 60px;
}
footer .top-footer button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    margin: 0 10px;
}
footer .top-footer button:hover {
    background-color: #fff;
    color: #000;
    transition: .5s;
}
footer .middle-footer {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
footer .middle-footer p {
    font-size: 1em;
}
footer .bottom-footer {
    font-size: .8em;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

