@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.mask_img img.img-cover {
    height: inherit;
    min-height: 100%;
    object-fit: cover;
}
header.ativo{
    background: url(../imagens/header_ativo.jpg) left top no-repeat;
    background-size: 100% auto;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1760px;
    width: calc(100% - 160px);
    padding: 27px 0;
    position: relative;
    transition: all 0.08s ease-in;
}
header .logo {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 140px;
    height: 58px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.04s ease-in;
}
header.ativo .logo{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 115px;
    height: 47px;    
}
header.ativo .centro {
    padding: 20px 0;
}
header nav {
    margin-left: auto;
    margin-right: 165px;
}
header nav ul {
    display: flex;
    flex-direction: row;
    column-gap: 65px;
}
header nav a {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.04s ease-in;
}
header.ativo nav a {
   font-size: 14px; 
}
header nav a.selected,
header nav a:hover {
    border-bottom: 2px solid rgba(255,255,255,0.7);
    padding-bottom: 3px;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu.png) center no-repeat;
    background-size: contain;
    width: 70px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    display: none;
}
main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #4e4e4e;
}
#banner .centro {
    display: flex;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}
#banner .centro .mask_img {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
}
#banner .centro .mask_img img {
    object-position: top;
}
#banner .conteudo {
    background: url(../imagens/sombra_banner_top.png) left top no-repeat,
    url(../imagens/sombra_banner_bottom.png) left bottom no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#banner .conteudo .centro {
    max-width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 75px;
}
#banner h2 {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 77px;
    letter-spacing: 2.1px;
    color: #ffffff;
    text-align: center;
}
#banner h2 .span1 {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 1.86px;
    color: #ffffff;
    text-transform: uppercase;
}
#banner h2 .span2 {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 62px;
    line-height: 80px;
    letter-spacing: 1.86px;
    color: #ffffff;
    text-transform: uppercase;
}
#banner h2 .span3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 80px;
    letter-spacing: 1.86px;
    color: #ffffff;
    text-transform: uppercase;
}
#quem_somos {
    width: 100%;
    overflow: hidden;
}
#quem_somos .centro {
    max-width: 1160px;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-auto-rows: 512px 512px 414px;
    column-gap: 170px;
    padding-top: 95px;
    padding-bottom: 120px;
}
#quem_somos article {
    display: flex;
    flex-direction: column;
}
#quem_somos article:first-child {
    padding-top: 65px;
}
#quem_somos h2 {
    font-family: "Playfair", serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 42px;
    color: #000000;
}
#quem_somos h2 i {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 42px;
    font-style: italic;
    color: #000000;
}
#quem_somos h2 b {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
}
#quem_somos p {
    max-width: 400px;
    margin-top: 34px;
}
#quem_somos .mask_img {
    width: calc(100% + 380px);
}
#quem_somos .mask_img:nth-child(2) {
    grid-row: span 2 / span 2;
    border-radius: 16px 0 0 16px;
    margin-right: -380px;
}
#quem_somos .mask_img:nth-child(3) {
    grid-row: span 2 / span 2;
    grid-row-start: 2;
    border-radius: 0 16px 16px 0;
    margin-left: -380px;
}
.bt_padrao {
    background: url(../imagens/seta_bt_padrao.png) center right no-repeat;
    background-size: 25px;
    width: fit-content;
    padding-right: 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #4e4e4e;
    text-transform: uppercase;
    text-decoration: underline;
}
#quem_somos .bt_padrao {
    margin-top: 48px;
}
#quem_somos article:nth-child(4) {
    padding-top: 50px;
}
#depoimentos .centro {
    max-width: calc(100% - 200px);
    margin-right: 0;
}
.listagem_depoimentos .mask_img {
    background-color: #252a36;
    border-radius: 16px 0 0 16px;
    overflow: unset;
}
.listagem_depoimentos .mask_img img {
    opacity: 50%;
    border-radius: 16px 0 0 16px;
}
.listagem_depoimentos .conteudo_depoimentos {
    position: absolute;
    left: 255px;
    bottom: 100px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 925px;
    height: fit-content;
}
.listagem_depoimentos .conteudo_depoimentos p i {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    font-style: italic;
}
.listagem_depoimentos .conteudo_depoimentos h3 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-align: right;
    margin-top: 40px;
}
.listagem_depoimentos .aspas {
    background: url(../imagens/aspas.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 164px;
    height: 122px;
    position: absolute;
    top: -70px;
    left: 70px;
    z-index: 4;
}
#servicos .centro {
    max-width: 1520px;
    padding-top: 82px;
    padding-bottom: 95px;
}
#servicos .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 73px;
    align-items: center;
}
#servicos .top .mask_img {
    width: 100%;
    height: 860px;
    border-radius: 16px;
}
#servicos .top .mask_img .titulo {
    background-color: rgba(255, 255, 255, 0.84);
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    padding-left: 44px;
    padding-right: 33px;
    padding-bottom: 18px;
}
#servicos .top .mask_img .titulo h2,
#servicos .top .mask_img .titulo h2 strong {
    font-family: "Playfair", serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 55px;
    color: #252a36;
    text-align: right;
}
#servicos .top .mask_img .titulo h2 strong {
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
}
#servicos .top .direita {
    max-width: 645px;
}
#servicos h3 {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #252a36;
    font-style: italic;
    text-transform: uppercase;
}
#servicos h3 b {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 37px;
    text-transform: initial;
    font-style: normal;
}
#servicos ul {
    display: flex;
    flex-direction: column;
    row-gap: 31px;
    margin-top: 50px;
}
#servicos h4 {
    background-color: #252a36;
    border-radius: 18px;
    display: flex;
    width: fit-content;
    padding: 8px 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
#servicos p {
    font-size: 17px;
    line-height: 26px;
    color: #373737;
    margin-top: 12px;
}
#servicos .bottom {
    display: grid;
    grid-template-columns: 1fr 585px;
    column-gap: 88px;
    margin-top: 102px;
    position: relative;
}
#servicos .bottom .esquerda {
    display: flex;
    flex-direction: column;
    gap: 140px;
    padding-left: 115px;
    box-sizing: border-box;
    z-index: 9;
}
#servicos .bottom .marketing h3 {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #373737;
    font-style: italic;
    text-transform: initial;
}
#servicos h3 b {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 52px;
    text-transform: uppercase;
}
#servicos .listagem_marketing {
    row-gap: 0;
    max-width: 580px;
    margin-top: 18px;
}
#servicos .marketing .linha {
    background-color: #373737;
    display: flex;
    width: 300px;
    height: 2px;
    margin-top: 50px;
}
#servicos .listagem_marketing li:last-child p {
    margin-top: 25px;
}
#servicos .listagem_marketing p strong {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 21px;
    text-transform: uppercase;
}
#servicos .listagem_digital {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 78px;
}
#servicos .bottom .mask_img {
    width: 100%;
    height: 990px;
    border-radius: 16px;
    overflow: unset;
}
#servicos .bottom .mask_img img {
    border-radius: 16px;
}
#servicos .bottom .mask_img .botao {
    background-color: rgba(255, 255, 255, 0.84);
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px;
    padding: 0 40px;
}
#servicos .bottom .mask_img .icone_marca {
    background: #4640de url(../imagens/icon_marca.png) center no-repeat;
    background-size: 95px;
    position: absolute;
    top: -42px;
    left: -42px;
    z-index: 4;
    display: flex;
    width: 146px;
    height: 146px;
    border-radius: 50%;
}
#servicos .simbolo_fundo {
    background: url(../imagens/simbolo.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 543px;
    height: 562px;
    position: absolute;
    left: -220px;
    bottom: 205px;
    z-index: 4;
}
#cases {
    background-color: #f9f9fe;
    max-width: calc(100% - 160px);
    margin: 0 auto;
    border-radius: 16px;
    margin-bottom: 80px;
}
#cases .centro {
    max-width: 1520px;
    padding-top: 27px;
    padding-bottom: 74px;
}
#cases .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#cases h2 {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 60px;
    color: #252a36;
}
#cases .passador span {
    background-color: #252a36;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    position: relative;
    cursor: pointer;
    position: relative;
    z-index: 99;
    background-size: 16px !important;
    border-radius: 50%;
    right: unset;
    left: unset;
}
#cases .anterior {
    background: url(../imagens/passador_esquerda.png) center left 14px no-repeat;
    margin-right: 10px;
}
#cases .proximo {
    background: url(../imagens/passador_direita.png) center right 14px no-repeat;
}
.listagem_cases {
    /*display: flex;
    flex-direction: row;
    overflow-x: hidden;*/
}
.listagem_cases li {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    position: relative;
    /*margin-right: 460px;*/
}
.listagem_cases li article {
    padding: 53px;
    border: 2px solid #252a36;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    padding-right: 249px;
}
.listagem_cases li article h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #252a36;
}
.listagem_cases li article p {
    line-height: 28px;
    margin-top: 23px;
}
.listagem_cases li .mask_img {
    height: calc(100% - 88px);
    border-radius: 16px;
    margin-left: -209px;
    width: calc(100% + 209px);
}
#marcas {
    background-color: #252a36;
    padding-bottom: 95px;
}
#marcas .top .centro {
    max-width: calc(100% - 160px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}
#marcas h2 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 48px;
    color: #f9f9fe;
}
#marcas .bt_padrao {
    background: #f9f9fe url(../imagens/seta_bt_padrao2.png) center right 23px no-repeat;
    background-size: 25px;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 25px;
    padding-right: 62px;
    border-radius: 25px;
    color: #252a36;
}
.scroll-container {
    width: 100%;
    overflow: hidden;
}
.listagem_marcas {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 90px;
    animation: scroll-left 25s linear infinite;
    width: max-content;
    padding-top: 85px;
}
.listagem_marcas .mask_img {
    max-width: 304px;
    width: auto;
    max-height: 68px;
    height: auto;
}
.listagem_marcas .mask_img img {
    object-fit: contain;
    max-height: inherit;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
footer .centro {
    max-width: calc(100% - 160px);
    display: grid;
    grid-template-columns: 780px 1fr;
    grid-auto-rows: 487px 448px 1px;
    gap: 30px;
    padding: 30px 0;
}
footer .contato {
    background-color: #f9f9fe;
    padding: 0 90px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .contato h2 {
    background: url(../imagens/icon_marca2.png) center left no-repeat;
    background-size: 28px;
    padding-left: 42px;
    font-family: "EB Garamond", serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #252a36;
}
footer form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 34px;
}
footer form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.span1 {
    grid-column: span 1;
}
.span2 {
    grid-column: span 2;
}
.span3 {
    grid-column: span 3;
}
footer form input, footer form textarea {
    background-color: transparent;
    height: 52px;
    border: 1px solid #252a36;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #252a36;
    padding-left: 18px;
}
footer form textarea {
    height: 130px;
    padding-top: 16px;
    box-sizing: border-box;
    resize: none;
}
footer form button[type="submit"] {
    background-color: #252a36;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 200px;
    height: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}
footer .infos {
    background-color: #c6dae7;
    grid-column-start: 1;
    grid-row-start: 2;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 90px;
}
footer .logo {
    background: url(../imagens/logo2.png) center no-repeat;
    background-size: contain;
    width: 209px;
    height: 86px;
    text-indent: -9999px;
}
footer .lista_contato {
    margin-top: 44px;
}
footer .lista_contato li {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #373737;
}
footer .lista_contato li a {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #373737;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    gap: 7px;
    width: fit-content;
    margin-top: 50px;
}
footer .sociais a {
    background-size: contain !important;
    display: flex;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}
footer .sociais .instagram {
    background: url(../imagens/icon_insta.png) center no-repeat;
}
footer .sociais .facebook {
    background: url(../imagens/icon_face.png) center no-repeat;
}
footer .sociais .whats {
    background: url(../imagens/icon_whats.png) center no-repeat;
}
footer .sociais .linkedin {
    background: url(../imagens/icon_linkedin.png) center no-repeat;
}
footer .mask_img {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    border-radius: 16px;
}
footer .bottom {
    /*background-color: #ebebeb;*/
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}
footer .bottom h3,
footer .bottom h3 a {
    font-size: 16px;
    color: #252a36;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}