@font-face{
    font-family: 'gill-sans-light';
    src: url('fontes/gill-sans-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'gill-sans-bold';
    src: url('fontes/gill-sans-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'gill-sans';
    src: url('fontes/gill-sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
    width: 100%;
    height: auto;
    background-color: #010b31;
    font-family: 'gill-sans-light';
}

/*HEADER*/
header{
    width: 100%;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh ;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #010b31;
    position: fixed;
    z-index: 1000;
    transition: 0.6s;
    box-shadow: 0vh 0.1vh 5vh #02f9fb;
}
.ancora-nav-home{
    width: 20%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-nav-home{
    width: 60%;
    filter: brightness(90%);
    height: auto;
    transition: 0.6s;
}
.logo-nav-home:hover{
    filter: brightness(200%);
    transition: 0.6s;
}
nav{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    position: relative;
}
.texto-nav{
    color: #ffffff;
    font-size: 2.5vh;
    font-family: 'gill-sans-bold';
    text-decoration: none;
    letter-spacing: 1.5vh;
    transition: 0.6s;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #04b299, #02f9fb);
}
.texto-nav:hover{
    transition: 0.6s;
    color: transparent;
}

.margin-nav{
    margin-right: 15vh;
}
.janela-servicos-oferecidos{
    top: 75%;
    right: 29.3%;
    position: absolute;
    width: 25vh;
    padding: 1vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    z-index: 10000;
    background-image: linear-gradient(to bottom, #04b299, #02f9fb);
    color: #ffffff;
    transition: 0.6s;
}
.texto-flutuante-servicos-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.6s ease;
}

.ancora-janela-servicos-oferecidos{
    text-decoration: none;
    font-family: 'gill-sans-bold';
    font-size: 2vh;
    letter-spacing: 1.5vh;
    color: #ffffff;
    margin: 1vh;
    transition: 0.6s;
}
.ancora-janela-servicos-oferecidos:hover{
    transition: 0.6s;
    color: #010b31;
}
.div-header-imagens{
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.ancora-header-imagens{
    width: 20%;
    height: auto;
    margin-right: 3vh;
}
.imagens-div-header{
    width: 80%;
    height: auto;
    transform: scale(90%);
    transition: 0.6s;
}
.imagens-div-header:hover{
    transition: 0.6s;
    transform: scale(110%);
}

/*PRIMEIRA SESSAO HOME*/

#primeira-sessao-home{
    width: 100%;
    height: auto;  
}
.banner-primeira-sessao-home{
    width: 100%;
    height: auto;
    margin-top: 10vh ;
}

/*SEGUNDA SESSAO HOME*/

#segunda-sessao-home{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 6vh;
    margin-bottom: 6vh;
}
.titulo-segunda-sessao-home{
    color: #009de2;
    font-size: 7vh;
    letter-spacing: 3vh;
    margin-bottom: 6vh;
    font-family: 'gill-sans-bold';
}
.paragrafo-segunda-sessao-home{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.imagem-paragrafo-segunda-sessao-home{
    width: 35%;
}
.texto-paragrafo-segunda-sessao-home{
    width: 50%;
    color: #ffffff;
    font-size: 3vh;
}
.span-igual-texto-paragrafo-segunda-sessao-home{
    color: #02f9fb;
    font-family: 'gill-sans-bold';
    letter-spacing: 0.2vh;
}
.span-dois-texto-paragrafo-segunda-sessao-home{
    font-family: 'gill-sans-bold';
}
.span-tres-texto-paragrafo-segunda-sessao-home{
    font-family: 'gill-sans-bold';
    font-size: 5vh;
    color: #02f9fb;
    letter-spacing: 0.3vh;
}

/*TERCEIRA SESSAO HOME*/

#terceira-sessao-home{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 10vh;
    margin-bottom: 6vh;
}
.titulo-terceira-sessao-home{
    color: #009de2;
    font-size: 4.5vh;
    letter-spacing: 1.5vh;
    font-family: 'gill-sans-bold';
    margin-bottom: 8vh;
    text-align: center;
}
.paragrafo-terceira-sessao-home{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}
.subtitulo-texto-paragrafo-terceira-sessao-home{
    font-family: 'gill-sans-bold';
    font-size: 5vh;
    letter-spacing: 2vh;
}
.texto-paragrafo-terceira-sessao-home{
    width: 40%;
    text-align: center;
    color: #ffffff;
    font-size: 2.7vh;
}
.elemento-paragrafo-terceira-sessao-home{
    width: 0.7vh;
    height: 25vh;
    background-color: #02f9fb;
    align-self: center;
}
.saiba-mais-texto-paragrafo-terceira-sessao-home{
    text-decoration: none;
    color: #02f9fb;
    font-family: 'gill-sans-bold';
    letter-spacing: 0.3vh;
    transition: 0.6s;
    padding: 2vh;
}
.saiba-mais-texto-paragrafo-terceira-sessao-home:hover{
    transition: 0.6s;
    border: 0.3vh solid #02f9fb;
    border-radius: 2vh;
}

/*FOOTER*/

footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6vh;
}
.footer-contato{
    width: 100%;
    background-color: #02f9fb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.footer-politica-etica{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.texto-footer-contato{
    font-size: 7vh;
    letter-spacing: 0vh;
    font-family: 'gill-sans';
    font-weight: bolder;
}
.botao-footer-contato{
    letter-spacing: 0.3vh;
    border-radius: 2vh;
    padding: 2vh;
    text-decoration: none;
    font-size: 4vh;
    background-color: #010b31;
    color: #ffffff;
    transition: 0.6s;
}
.botao-footer-contato:hover{
    transition: 0.6s;
    transform: scale(110%);
    background-color: #ffffff;
    color: #010b31;
}
.botao-footer-contato:active{
    transition: 0.6s;
    transform: scale(90%);
}
.ancora-footer-politica-etica{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #010b31;
    font-size: 3vh;
    font-family: 'gill-sans';
    font-weight: bolder;
    transition: 0.6s;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #04b299, #02f9fb);
}
.ancora-footer-politica-etica:hover{
    transition: 0.6s;
    color: transparent;
}
.span-ancora-footer-politica-etica{
    font-weight: 100;
}
.ffdnacriativo{
    width: 50%;
    transition: 0.6s;
}
.ffdnacriativo:hover{
    filter: drop-shadow(0 0 0.75rem #02f9fb);
    transition: 0.6s;
}
/*PLEXUS*/

#primeira-sesao-plexus{
    width: 100%;
}

/* SEGUNDA SESSAO PLEXUS*/

#segunda-sessao-plexus{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 6vh;
    padding-bottom: 6vh;
}
.paragrafo-segunda-sessao-plexus{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.primeiro-paragrafo-segunda-sessao-plexus{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.palavra-plexus{
    width: 25%;
    transition: 0.6s;
    filter: brightness(90%);
}
.palavra-plexus:hover{
    filter: brightness(200%);
    transition: 0.6s;
}
.texto-plexus{
    color: #ffffff;
    font-size: 3.5vh;
    margin-bottom: 6vh;
    margin-top: 6vh;
}
.segundo-paragrafo-segunda-sessao-plexus{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    margin-top: 4vh;
}
.izq-texto-paragrafo-plexus{
    width: 40%;
    font-size: 3.5vh;
    color: #ffffff;
}
.dir-texto-paragrafo-plexus{
    width: 40%;
    font-size: 3.5vh;
    color: #ffffff;
}
.elemento-texto-paragrafo-plexus{
    width: 0.7vh;
    height: 30vh;
    background-color: #02f9fb;
}
.titulo-paragrafo-segunda-sessao-plexus{
    color: #02f9fb;
    font-size: 4vh;
    font-family: 'gill-sans-bold';
}
.subtitulo-paragrafo-segunda-sessao-plexus{
    font-family: 'gill-sans-bold';
    font-size: 3.5vh;
}
.ponto-segunda-sessao-plexus{
    color: #02f9fb;
}

/*IBPD*/

#primeira-sessao-ibpd{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 6vh;
    margin-bottom: 6vh;
}
.div-primeira-sessao-ibpd{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.palavra-ibpd{ 
    width: 20%;
    margin-bottom: 6vh;
    filter: brightness(90%);
    transition: 0.6s;
}
.palavra-ibpd:hover{
    filter: brightness(200%);
    transition: 0.6s;
}
.paragrafo-primeira-sessao-ibpd{
    width: 100%;
    color: #ffffff;
    font-size: 3.5vh;
}