@font-face {
    font-family: 'New Rail Alphabet';
    src: url('../fontes/NewRailAlphabet-Light.eot');
    src: url('../fontes/NewRailAlphabet-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NewRailAlphabet-Light.woff2') format('woff2'),
        url('../fontes/NewRailAlphabet-Light.woff') format('woff'),
        url('../fontes/NewRailAlphabet-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'New Rail Alphabet';
    src: url('../fontes/NewRailAlphabet-Bold.eot');
    src: url('../fontes/NewRailAlphabet-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/NewRailAlphabet-Bold.woff2') format('woff2'),
        url('../fontes/NewRailAlphabet-Bold.woff') format('woff'),
        url('../fontes/NewRailAlphabet-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Headline';
    src: url('../fontes/GellerHeadline-RegularItalic.eot');
    src: url('../fontes/GellerHeadline-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fontes/GellerHeadline-RegularItalic.woff2') format('woff2'),
        url('../fontes/GellerHeadline-RegularItalic.woff') format('woff'),
        url('../fontes/GellerHeadline-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
.pag_index{
    background-color: #000;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
html{
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
::placeholder {
    opacity: 1;
}
.drone {
  display: block;
  position: absolute;
  top: 148px;
  left: 33px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
}
.drone.active{
  border: 3px solid #00ba3d;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px; 
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0%;
    background-color: #ffffff;
    position: relative;
}
header {
    z-index: 9999;
    position: fixed;
    width: 100%;
    background-color: #000000;
    transition: all 0.08s ease-in;
}
.cases header {
    background-color: transparent;
}
header .centro {
    max-width: calc(100% - 60px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.08s ease-in;
}
header.reduzido .centro{
    padding-top: 10px;
    padding-bottom: 10px;    
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    display: inline-block;
    background-size: contain;
    transition: all 0.08s ease-in;
}
header.reduzido .logo a{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;   
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu.png) center no-repeat;
    width: 34px;
    height: 25px;
    text-indent: -9999px;
    display: inline-block;
    background-size: contain;
    cursor: pointer;
}
header.reduzido .bt_menu_mobile {
    width: 28px;
    height: 22px;
}
main .centro {
    max-width: calc(100% - 60px);
}
footer .centro {
    max-width: calc(100% - 60px);
}
.mask_img {
    display: flex;
    position: relative;
    top: 0;
    z-index: 1;
}
.mask_img img {
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    position: absolute;
}
.slider_marca ul{
    max-height: 100vh;
    position: relative;
    overflow: hidden;   
}
#banner .centro ul{
    max-height: calc(100vh - 200px);
    position: relative;
    overflow: hidden;
}
#banner {
    padding-top: 140px;
    background-color: #000000;
}
#banner li{
    position: relative;
    overflow: hidden;
    max-height: calc(100vh - 200px);
    margin-right: 60px;    
}
#banner .mask_img {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 200px);
}
#banner .conteudo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 48px;
}
#banner .conteudo >div {
    display: flex;
    column-gap: 48px;
}
#banner .conteudo a{
    transition: all 0.18s ease-in;
    position: relative;
}
#banner .conteudo a span.linha{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #666;
    transition: all 0.28s ease-in;
}
#banner .conteudo a:hover{
    color: #666;
}
#banner .conteudo a:hover span.linha{
    width: calc(100% - 12px);
}
#banner a,
#marca1 a,
#marca2 a,
#marca3 a,
#marca4 a,
#marca5 a,
#marca6 a,
#marca7 a,
#marca8 a,
#marca9 a,
#marca10 a,
#marca11 a,
#marca12 a,
#marca13 a,
#marca14 a,
#marca15 a,
#marca16 a,
#marca17 a,
#marca18 a,
#marca19 a,
#marca20 a {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fbfafa;
}
#marca1,
#marca2,
#marca3,
#marca4,
#marca5,
#marca6,
#marca7,
#marca8,
#marca9,
#marca10,
#marca11,
#marca12,
#marca13,
#marca14,
#marca15,
#marca16,
#marca17,
#marca18,
#marca19,
#marca20, {
    background-color: #000000;
    padding-bottom: 40px;
}
#marca1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pag_index #marca2{
    padding-bottom: 30px;
}
.cases{
    background: #000;
}
.cases #marca1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#marca1 .centro,
#marca2 .centro,
#marca3 .centro,
#marca4 .centro,
#marca5 .centro,
#marca6 .centro,
#marca7 .centro,
#marca8 .centro,
#marca9 .centro,
#marca10 .centro,
#marca11 .centro,
#marca12 .centro,
#marca13 .centro,
#marca14 .centro,
#marca15 .centro,
#marca16 .centro,
#marca17 .centro,
#marca18 .centro,
#marca19 .centro,
#marca20 .centro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.cases main #marca1 .centro,
.cases main #marca2 .centro,
.cases main #marca3 .centro,
.cases main #marca4 .centro,
.cases main #marca5 .centro,
.cases main #marca6 .centro,
.cases main #marca7 .centro,
.cases main #marca8 .centro,
.cases main #marca9 .centro,
.cases main #marca10 .centro,
.cases main #marca11 .centro,
.cases main #marca12 .centro,
.cases main #marca13 .centro,
.cases main #marca14 .centro,
.cases main #marca15 .centro,
.cases main #marca16 .centro,
.cases main #marca17 .centro,
.cases main #marca18 .centro,
.cases main #marca19 .centro,
.cases main #marca20 .centro {
    max-width: 100%;
    position: relative;
}
#marca1 .conteudo,
#marca2 .conteudo,
#marca3 .conteudo,
#marca4 .conteudo,
#marca5 .conteudo,
#marca6 .conteudo,
#marca7 .conteudo,
#marca8 .conteudo,
#marca9 .conteudo,
#marca10 .conteudo,
#marca11 .conteudo,
#marca12 .conteudo,
#marca13 .conteudo,
#marca14 .conteudo,
#marca15 .conteudo,
#marca16 .conteudo,
#marca17 .conteudo,
#marca18 .conteudo,
#marca19 .conteudo,
#marca20 .conteudo{
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cases main #marca1 .conteudo,
.cases main #marca2 .conteudo,
.cases main #marca3 .conteudo,
.cases main #marca4 .conteudo,
.cases main #marca5 .conteudo,
.cases main #marca6 .conteudo,
.cases main #marca7 .conteudo,
.cases main #marca8 .conteudo,
.cases main #marca9 .conteudo,
.cases main #marca10 .conteudo,
.cases main #marca11 .conteudo,
.cases main #marca12 .conteudo,
.cases main #marca13 .conteudo,
.cases main #marca14 .conteudo,
.cases main #marca15 .conteudo,
.cases main #marca16 .conteudo,
.cases main #marca17 .conteudo,
.cases main #marca18 .conteudo,
.cases main #marca19 .conteudo,
.cases main #marca20 .conteudo{
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider {
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
}
.slider li {
    list-style: none;
    width: 100%;
}
.slider .mask_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;   
    max-height: 100vh;
    position: relative;
    overflow: hidden;       
}
.slider .mask_img img{
    display: block;
    width: 100%;
    position: static;
}
.passador {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
#cases .passador {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
	position: absolute;
	left: 0;
    bottom: 20px;
	z-index: 7777;
	opacity: 1;
	width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.passador > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.passador > div button {
    width: 8px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.08s ease-in;
    text-indent: -9999px;
}
.passador > div.proximo button {
    background-image: url(../imagens/seta_direita.png);
}
.passador > div.anterior button {
    background-image: url(../imagens/seta_esquerda.png);
}
.passador > div.proximo button.pag_sobre {
    background-image: url(../imagens/seta_direita_preta.png);
}
.passador > div.anterior button.pag_sobre {
    background-image: url(../imagens/seta_esquerda_preta.png);
}
.cases main .passador > div{
    display: flex;
}
.cases main .passador > div button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
}
.passador > div.proximo button:hover{
    background-image: url(../imagens/seta_direita2.png);
}
.passador > div.anterior button:hover{
    background-image: url(../imagens/seta_esquerda2.png);
}
.cases main .passador > div button:hover{
    border: none;
    height: 16px;
}
.passador >div .active {
    display: flex;
    flex-direction: row;
    height: 3px;
    background-color: #e9e9e9;
}
.passador h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fbfafa;
}
#cultura {
    background-color: #e7e5d4;
    padding-bottom: 37px;
    margin-top: 0;
}
#cultura h2 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #010101;
    line-height: 36px;
    padding-top: 64px;
    margin-bottom: 37px;
}
#cultura .texto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#cultura p {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #010101;
}
#cultura .p1 {
    max-width: 552px;
}
#cultura .p2 {
    max-width: 570px;
}
#cultura .p3 {
    max-width: 540px;
}
#cultura .bottom h2 {
    padding-top: 91px;
    margin-bottom: 27px;
    position: relative;
    bottom: -50px;
    opacity: 0;
}
#cultura .top h2{
    position: relative;
    bottom: -50px;
    opacity: 0;    
}
#cultura .top .texto p{
    position: relative;
    bottom: -150px;
    opacity: 0;    
}
#cultura h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #010101;
    margin-top: -6px;
    margin-bottom: -5px;
    position: relative;
}
#cultura h3 span{
    display: block;
    width: 100%;
    height: 100%;
    background: #e7e5d4;
    position: absolute;
    top: 0;
    left: 0;
}
#cultura li:first-child h3 {
    margin-top: 4px;
    margin-bottom: -6px;
}
#cultura h4 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 36.9px;
    color: #211915;
    margin-top: 48px;
    margin-bottom: 36px;
    cursor: pointer;
    transition: all 0.28s ease-in;
    background: url(../imagens/seta_cultura.png) center right 9px no-repeat;
    padding-right: 49px;
}
#cultura h4:hover{
    color: #666;
    background-position: center right 0px;
}
#cultura li:last-child a {
    background: url(../imagens/seta_cultura.png) center right no-repeat;
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #211915;
    width: 579px;
    margin-top: 52px;
    margin-bottom: 43px;
    transition: all 0.18s ease-in;
}
#cultura li:last-child a:hover{
    width: 570px;
    color: #666;
}
#cultura .bottom li {
    border-top: 2px solid #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    bottom: -75px;
    position: relative;
    opacity: 0;
}
#cultura .bottom ul {
    border-bottom: 2px solid #000000;
}
#cultura .bottom li:last-child {
    justify-content: flex-end;
}
#servicos {
    background-color: #181831;
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 87px;
}
#servicos h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 37px;
    margin-bottom: 69px;
    position: relative;
    bottom: -75px;
    opacity: 0;
}
#servicos .top {
    display: flex;
    flex-direction: row;
    border-top: 3px solid #212f2b;
    border-bottom: 3px solid #212f2b;
/*    padding-left: 178px;*/
    column-gap: 191px;
}
#servicos .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: 100%;    
}
#servicos h3 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 56px;
    margin-bottom: 42px;
    position: relative;
    bottom: -75px;
    opacity: 0;    
}
#servicos article h3 {
    display: none;
}
#servicos .bottom {
    display: flex;
    flex-direction: row;
/*    padding-left: 175px;*/
    margin-top: 57px;
    padding-bottom: 104px;
    border-bottom: 3px solid #212f2b;
}
#servicos p {
    font-weight: 300;
    font-size: 20px;
    bottom: -75px;
    opacity: 0;  
    position: relative;    
}
#servicos h4 {
    font-weight: 900;
    font-size: 85px;
    border-bottom: 3px solid #212f2b;
    position: relative;
}
#servicos h4 span{
    display: block;
    width: 100%;
    height: 100%;
    background: #181831;
    position: absolute;
    top: 0;
    left: 0;
}
#servicos .h4_1,
#sobre .h2_1 {
    height: 111px;
}
#servicos .h4_2,
#sobre .h2_2 {
    height: 106px;
}
#servicos .h4_3,
#sobre .h2_3 {
    height: 120px;
}
#cases {
    padding-top: 30px;
    padding-bottom: 28px;
    background-color: #ffffff;
}
#cases .centro {
    display: grid;
    grid-template-columns: 946px 1fr;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    color: #000000;
}
#cases .esquerda {
    padding-top: 24px;
    padding-left: 29px;
    padding-right: 25px;
    border-bottom: 2px solid #000000;
}
#cases .mask_img {
    padding-top: 88.76%;
}
#cases .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
}
#cases h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
#cases h4 {
    font-weight: 700;
    font-size: 25px;
}
#cases .bottom {
    display: flex;
    flex-direction: row;
    column-gap: 110px;
}
#cases p {
    font-weight: 700;
    font-size: 16.93px;
    line-height: 23.71px;
    max-width: 75%;
    margin-top: 10px;
}
#cases li {
    height: 114px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-right: 2px solid #aaa;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 27px;
    padding-right: 34px;
    cursor: pointer;
    transition: all 0.18s ease-in;
    margin-top: -2px;
    z-index: 8;
    position: relative;
}
#cases li h2{
    color: #aaa;
    transition: all 0.18s ease-in;
}
#cases li:hover h2,
#cases li.selected h2{
    color: #000000;
}
#cases li:hover,
#cases li.selected {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;    
    /*border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;*/
    z-index: 9;
}
#cases span {
    display: inline-block;
    width: 0;
    opacity: 0;
    transition: all 0.08s ease-in;
}
#cases .selected span {
    width: 22px;
    opacity: 1;
}
#cases .direita h2,
#cases .direita span {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}
footer {
    background-color: #e7e5d4;
    padding-top: 75px;
    padding-bottom: 162px;
}
footer .logo {
    background: url(../imagens/logo_footer.png) center no-repeat;
    width: 200px;
    height: 59px;
    text-indent: -9999px;
    display: inline-block;
    background-size: contain;
}
footer .centro >div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 62px;
}
footer p {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    max-width: 471px;
    margin-right: 60px;
}
footer ul {
    display: flex;
    flex-direction: row;
    column-gap: 154px;
}
footer ul li {
    display: flex;
    flex-direction: column;
}
footer ul h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 36px;
}
footer ul a {
    background: url(../imagens/seta_footer.png) center right 7px no-repeat;
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000000;
    padding-right: 46px;
    width: fit-content;
    margin-top: -2px;
    transition: all 0.08s ease-in;
}
footer ul a:hover{
    background-position: center right;
    color: #999;
}
footer .simbolo {
    background: url(../imagens/simbolo_footer.png) center no-repeat;
    width: 164px;
    height: 164px;
    text-indent: -9999px;
    display: inline-block;
    margin-top: -11px;
    background-size: contain;
}
#assinatura_triacca{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer #assinatura_triacca p{
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    padding-right: 30px;
    display: block;
    max-width: none;
    margin-right: 0;
}
#assinatura_triacca p a{
     font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;   
}
#menu {
    background-color: #000000;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-in;
}
#menu.aberto{
    opacity: 1;
    right: 0;
}
#menu .centro {
    display: flex;
    flex-direction: column;
    padding-top: 339px;
    padding-left: 120px;
}
#menu a {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 90px;
    color: #fbfafa;
    transition: all 0.35s ease-in;
    max-width: 300px;
}
#menu a:hover{
    color: #00ba3d;
}
#quem_faz .top {
    padding-top: 120px;
    padding-bottom: 39px;
    background-color: #010201;
}
#quem_faz h2 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 23px;
    position: relative;
    bottom: -75px;
    opacity: 0;
}
#quem_faz .top .centro >div {
    display: flex;
    flex-direction: row;
    padding-right: 244px;
    column-gap: 96px;
}
#quem_faz p {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    max-width: 535px;
    position: relative;
    bottom: -75px;
    opacity: 0;    
}
#quem_faz .bottom {
    background-color: #ffffff;
    padding-bottom: 31px;
}
#quem_faz .bottom ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
#quem_faz .bottom h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #00000f;
    margin-top: 68px;
    margin-bottom: 16px;
}
#quem_faz .mask_img {
    padding-top: 76.67%;
}
#quem_faz .top .mask_img {
    display: none;
}
#sobre {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #00000f;
}
#sobre h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    max-width: 965px;
    margin-top: -6px;
    position: relative;
    bottom: -75px;
    opacity: 0;
}
#sobre p {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    max-width: 390px;
    margin-left: -1px;
    margin-top: 20px;
    position: relative;
    bottom: -75px;
    opacity: 0;    
}
#sobre .meio {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 50px;
    margin-top: 3px;
}
#sobre .meio p {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    max-width: 405px;
    margin-top: 0;
}
#sobre .meio .p2 {
    max-width: 380px;
    margin-right: 48px;
}
#sobre .meio a,
#sobre h4 {
    font-family: 'Headline', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
    font-style: italic;
    position: relative;
    bottom: -75px;
    opacity: 0;       
}
#sobre h4 {
    padding-bottom: 28px;
    margin-top: 96px;
    border-bottom: 3px solid #212f2b;
}
#sobre h2 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 85px;
    line-height: 110px;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 3px solid #212f2b;
    position: relative;
    bottom: -75px;
    opacity: 0;       
}
#pag_case main .centro {
    max-width: 100%;
}
#pag_case main .mask_img {
    padding-top: 56.25%;
}
#pag_case .passador {
    z-index: 2;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 40px;
}
#pag_case .passador >div {
    column-gap: 6px;
}
#pag_case .passador span {
    background-color: #909090;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
#pag_case .passador .selected {
    background-color: #d4d4d4;
}
#pag_metodos header,
#metodo {
    background-color: #d8d6ca;
}
.pag_sistemasolo header,
.pag_sistemasolo #metodo {
    background-color: #cfc6b5;
}
.pag_verbosemente header,
.pag_verbosemente #metodo {
    background-color: #bbc6be;
}
.pag_bigtree header,
.pag_bigtree #metodo {
    background-color: #c6c19f;
}
#pag_metodos header .centro,
.pag_sistemasolo header .centro,
.pag_verbosemente header .centro,
.pag_bigtree header .centro {
    border-bottom: 2px solid #000000;
    padding-top: 19px;
    padding-bottom: 19px;
}
#pag_metodos header .logo a,
.pag_sistemasolo header .logo a,
.pag_verbosemente header .logo a,
.pag_bigtree header .logo a {
    background: url(../imagens/logo_metodos.png) center no-repeat;
    width: 82px;
    height: 82px;
    background-size: contain;
}
#pag_metodos header .bt_menu_mobile,
.pag_sistemasolo header .bt_menu_mobile,
.pag_verbosemente header .bt_menu_mobile,
.pag_bigtree header .bt_menu_mobile {
    background: url(../imagens/bt_menu_metodos.png) center no-repeat;
    width: 34px;
    height: 25px;
    background-size: contain;
    cursor: pointer;
}
#metodo {
    padding-top: 122px;
    padding-bottom: 33px;
}
#metodo .top {
    display: grid;
    grid-template-columns: 1107px 753px 1fr;
    border-bottom: 2px solid #000000;
    margin-bottom: 33px;
}
#metodo h2 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 63px;
    color: #000000;
    max-width: 770px;
    margin-top: 61px;
    margin-bottom: 117px;
}
#metodo .esquerda p,
#metodo a {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    max-width: 475px;
}
.pag_verbosemente #metodo .esquerda ul p {
    margin-left: -40px;
}
#metodo ul {
    margin-top: 155px;
    margin-bottom: 60px;
}
#metodo li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid #000000;
    padding-right: 24px;
    padding-left: 0;
}
.pag_verbosemente #metodo li:not(#metodo .li1) {
    justify-content: center;
    padding-left: 66px;
}
.pag_bigtree #metodo li:not(#metodo .li1) {
    justify-content: flex-end;
}
#metodo .li1 {
    justify-content: flex-end;
    position: relative;
    border-top: 2px solid #000000;
}
#metodo h3.first {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#metodo h3.meio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#metodo a {
    font-weight: 700;
}
#metodo h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 28px;
    color: #000000;
    transition: all 0.28s ease-in;
    background: url(../imagens/seta_cultura.png) center right 9px no-repeat;
    padding-right: 49px;
}
#metodo h3:hover {
    color: #666;
    background-position: center right;
}
#metodo .seta {
    background: url(../imagens/seta_metodos.png) center right no-repeat;
    width: 49px;
    height: 38px;
    background-size: contain;
    margin-left: 45px;
    display: none;
}
#metodo .direita {
    border-left: 2px solid #000000;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
}
#metodo .mask_img {
    padding-top: 68.05%;
    background-color: #000000;
}
#metodo .direita .texto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 57px;
}
#metodo .direita p {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    max-width: 545px;
}
#metodo .direita >div p {
    font-weight: 700;
    max-width: 385px;
}
#metodo h4 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
#formulario .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 44px;
    margin-bottom: 45px;
}
#formulario h2 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 55px;
    color: #000000;
}
#formulario h3 {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #000000;
    margin-top: 3px;
}
#formulario form {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #000000;
}
#formulario form label {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #000000;
    position: relative;
}
#formulario form label iframe{
    position: absolute;
    right: 0;
}
#formulario form input {
    width: 880px;
    height: 60px;
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    border: none;
}
#formulario form >div {
    display: flex;
    justify-content: flex-end;
    padding-top: 27px;
    padding-bottom: 102px;
}
#formulario form button {
    background: url(../imagens/seta_formulario.png) center right no-repeat;
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000000;
    text-align: right;
    width: 295px;
    padding-right: 39px;
    appearance: none;
    border: none;
    cursor: pointer;
}
#pag_metodos footer ul {
    margin-right: -134px;
}
#pag_metodos footer ul a {
    background: none;
    font-weight: 700;
}
#pag_metodos footer .simbolo {
    width: 298px;
    height: 298px;
    margin-top: -78px;
}

/*
#######################################################
  #### LOADER 
#######################################################
*/
#carregador_geral{
    width: 100%;
    height: 100%;
    background: #000002;
    position: fixed;
    top: -150%;
    left: 0;
    z-index: 9999999;
    opacity: 0;
    transition: all 0.15s ease-in;
}
#carregador_geral.aberto{
    top: 0;
    opacity: 1;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drop {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  
  80% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
    bottom: -200px;
  }
}
@keyframes wave {
  0% {
    background-position: 0 160px;
    background-size: 170px 300px;
  }
  
  100% {
    background-position: 500px -18px;
    background-size: 250px 150px;
  }
}
.loader {
  width: 120px;
  height: 120px;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 120px;
  font-family: sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.loader span {
  z-index: 3;
}
.loader-bg {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: url(../imagens/brasao_loader.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0;
    top: -5px;
    bottom: 0;
    z-index: 4;
}
.drops {
  -webkit-filter: url('#liquid');
  filter: url('#liquid');
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index: 1;
  opacity: 0;
  animation: fade-in .1s linear .4s forwards;
}
.drop1 , .drop2 {
  width: 18px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 2px;
  bottom: 0px;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}
.drop1 {
  width: 40px;
  height: 5px;
  bottom: 2px;
  border-radius: 0;
}
.drop2 {
  animation: drop 1s cubic-bezier(1,.19,.66,.12) .5s infinite;
}
#cases .direita h2:not(#cases .direita ul h2) {
    display: none;
}
#pag_sobre #marca1 a,
#pag_sobre #marca2 a,
#pag_sobre #marca1 .passador h3,
#pag_sobre #marca2 .passador h3,
#pag_quem_faz #marca1 a,
#pag_quem_faz #marca2 a,
#pag_quem_faz #marca1 .passador h3,
#pag_quem_faz #marca2 .passador h3 {
    color: #1e1e1e;
}
#botao_cases {
    background-color: #e7e5d4;
    padding-top: 36px;
}
#botao_cases .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#botao_cases .centro a {
    font-family: 'New Rail Alphabet', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-left: auto;
    margin-right: 40px;
}
#botao_cases .centro a:hover {
    color: #666;
}