@font-face{
    font-family: 'Roboto-Black';
    src: url('fontes/Roboto-Black.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto-Bold';
    src: url('fontes/Roboto-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto-LightItalic';
    src: url('fontes/Roboto-LightItalic.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto-Regular';
    src: url('fontes/Roboto-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Roboto-Regular';
    background-color: #F8F4EB;
    color: #6B6B6B;
}
/*header*/
header{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 99999;
    background-color: #231F20;
    padding-top: 1vh;
    padding-bottom: 1vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ancora-header-home{
    width: 100%;
    height: auto;
}
.imagen-header{
width: 20%;
margin-left: 2vh;
}
.nave-header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
}
.elemento-nave{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ancora-header{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 3.5vh;
    font-family: 'Roboto-Black';
}
.ancora-header:hover{
    text-decoration: underline;
}
.ancora-header-imagen{
    width: 55%;
    height: auto;
}
.amarelo{
    color: #FFD614;
}
/*primeira sesao*/
#espelho-header{
    display: flex;
}
#primeira-sesao{
width: 100%;
height: 160vh;
background: url(imagens/imagenshome/homesemmarionete.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: flex;
justify-content: flex-end;
align-items: flex-start;
background-color: #F8F4EB;
}
.marionete{
    width: 30%;
    height: auto;
    animation: movimento 4s ease-in-out infinite alternate;
}
@keyframes movimento {
    to {
        transform: translate(-5% , -5%);
    }
  }
/*segunda sessao*/
#segunda-sesao{
    width: 100%;
    height: auto;
    padding-top: 4vh;
    background-color: #F8F4EB;
    box-shadow: 0px 0px 100px 50px #F8F4EB;
    display: flex;
    flex-direction: column;
}
.secao-segunda-sesao{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 4vh;
}
.cartao-segunda-sesao{
    width: 55%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.imagens-segunda-sesao{
    width: 30%;
    height: auto;
}
.imagens-segunda-sesao-responsive{
    display: none;
}
.titulo-cartao-segunda-sesao{
    font-family: 'Roboto-Black';
    color: #8F59BF;
    font-size: 7vh;
}
.paragrafo-cartao-segunda-sesao{
font-size: 3vh;
text-align: center;
font-family: 'Roboto-Regular';
}
.span-segunda-um{
    font-family: 'Roboto-LightItalic';
}
.span-segunda-dois{
    font-family: 'Roboto-Bold';
}
.botao-cartao-segunda-sesao{
    width: auto;
    height: auto;
    padding: 1vh;
    font-size: 3vh;
    text-decoration: none;
    color: white;
    background: #FF6F3A;
    border-radius: 10vh;
    font-family: 'Roboto-Bold';
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.botao:hover{
    transform: scale(110%);
    transition: 1s;
}
.botao:active{
    transform: scale(90%);
}
.segundo-titulo-cartao-segunda-sesao{
    color: #F6BB00;
}
.terceiro-titulo-cartao-segunda-sesao{
   color: #BA2D25;
}
.quarto-titulo-cartao-segunda-sesao{
   color: #093958;
}
/*footer*/
footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #F8F4EB;
}
.footer-contato{
    width: 100%;
    height: 80vh;
    background: url(imagens/rodape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.div-footer-contato{
    width: 40%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.titulo-cartao-footer{
    width: auto;
    height: auto;
    color: #00A0F2;
}
.paragrafo-cartao-footer{
    width: 100%;
    height: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.span-footer-um{
    font-family: 'Roboto-Bold';
    color: #00A0F2;
}
.botao-cartao-footer{
    background: #00A0F2;
    width: auto;
    height: auto;
    padding: 1vh;
    font-size: 3vh;
    text-decoration: none;
    color: white;
    border-radius: 10vh;
    font-family: 'Roboto-Bold';
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-politica{
    width: 100%;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.paragrafo-footer-politica{
    font-family: 'Roboto-Bold';
    text-decoration: none;
    color: #6B6B6B;
}
.span-footer-politica{
    font-family: 'Roboto-Bold';
}
/*pag noiz*/
/*primeira sesao*/
#primeira-sesao-noiz{
    width: 100%;
    height: auto;
}
.imagen-primeira-sesao-noiz{
    width: 100%;
    height: auto;
}
/*segunda sesao*/
#segunda-sesao-noiz{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.titulo-segunda-sesao-noiz{
    font-family: 'Roboto-Black';
    color: #165090;
    font-size: 10vh;
    width: auto;
    height: auto;
    margin-bottom: 5vh;
}
.imagen-segunda-sesao-noiz{
    width: auto;
    height: auto;
}
.paragrafo-segunda-sesao-noiz{
    font-family: 'Roboto-LightItalic';
    font-size: 8vh;
}
.span-segunda-sesao-noiz{
    font-family: 'Roboto-Bold';
    font-size: 8vh;
}
.subtitulo-segunda-sesao-noiz{
    font-family: 'Roboto-Bold';
    font-size: 4.5vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.subparagrafo-segunda-sesao-noiz{
    font-size: 4vh;
    text-align: center;
}
/*pag trampos*/
/*primeira sesao*/
#primeira-sesao-trampos{
    width: 100%;
    height: auto;
}
/*segunda sesao*/
.titulo-segunda-sesao-trampos{
    font-family: 'Roboto-Black';
    font-size: 10vh;
    color: #3E47B9;
    margin-bottom: 10vh;
}
.cartao-segunda-sesao-trampos{
    width: 55%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cartao-segunda-sesao-trampos-instagram{
    justify-content: flex-start;
}
.paragrafo-segunda-sesao-trampos-instagram{
    margin-top: 10vh;
}
.paragrafo-segunda-sesao-trampos{
    font-family: 'Roboto-Bold';
    font-size: 5vh;
    color: #EB3059;
    margin-bottom: 5vh;
}
.botao-sesao-trampos{
    background-color: #EB3059;
    width: auto;
    height: auto;
    padding: 1vh;
    font-size: 4vh;
    text-decoration: none;
    color: white;
    border-radius: 10vh;
    font-family: 'Roboto-Bold';
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.secao-segunda-sesao-trampos{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 4vh;
}
.secao-segunda-sesao-behance{
    position: relative;
}
.imagem-homem-trampos{
    width: 35%;
    position:absolute;
    left: 0%;
    top: -60%;
}
.subparagrafo-segunda-sesao-trampos{
    margin-bottom: 8vh;
}
.span-sesao-trampos{
    font-family: 'Roboto-Bold';
}
/*pag politica*/
.titulo-segunda-sesao-politica{
    color: #36BB98;
    margin-top: 8vh;
    margin-bottom: 8vh;
}
.subparagrafo-segunda-sesao-politica{
    font-size: 3vh;
}
