@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Rufina:wght@400;700&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    transition: all 0.08s ease-in;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Encode Sans", Arial, Helvetica, sans-serif;
}
header {
    background-color: #ffffff;
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 99;
    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: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1720px;
    width: calc(100% - 200px);
    padding: 22px 0;
    position: relative;
}
header .logo{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 300px;
    height: 28px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
header .sociais {
    display: flex;
    flex-direction: row;
    gap: 7px;
    width: fit-content;
}
header .sociais a {
    background-size: contain !important;
    display: flex;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}
header .sociais .instagram {
    background: url(../imagens/icon_insta.png) center no-repeat;
}
header .sociais .facebook {
    background: url(../imagens/icon_face.png) center no-repeat;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu.png) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    display: none;
}
header nav {
    margin: 0 auto;
}
header nav ul {
    display: flex;
    flex-direction: row;
    width: 450px;
    justify-content: space-between;
}
header nav a {
    font-weight: 500;
    font-size: 14px;
    color: #0b1d38;
    text-transform: uppercase;
}
header nav a.selected,
header nav a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
#banner .mask_img {
    height: 100vh;
    max-height: 1080px;
}
#banner .conteudo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: calc(100% - 100px);
    column-gap: 14px;
    position: absolute;
    left: 0;
    bottom: 76px;
    z-index: 3;
}
#banner .branco {
    background-color: #ffffff;
    border-radius: 0 18px 18px 0;
    max-width: 810px;
    padding: 55px 100px;
    box-sizing: border-box;
}
#banner h2 {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 50px;
    letter-spacing: 1.65px;
    color: #0b1d38;
}
.centro_passador{
    position: absolute;
    bottom: 250px;
    left: 663px;
    z-index: 999;
    width: auto;
}
#banner .passador {
    margin: auto 0;
}
#banner .passador > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    height: fit-content;
}
#banner .passador button {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 4px;
    margin-top: 4px;
    opacity: 0.7;
}
#banner .passador .selected,
#banner .passador .active,
#banner .passador button:hover {
    width: 17px;
    height: 17px;
    margin-bottom: 3px;
    margin-top: 3px;  
    opacity: 1;  
}
#banner .sociais {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: fit-content;
    gap: 16px;
    margin-left: auto;
}
#banner .sociais li {
    display: flex;
    justify-content: flex-end;
    width: 64px !important;
}
#banner .sociais a {
    background-color: #ffffff !important;
    display: flex;
    width: 55px;
    height: 54px;
    border-radius: 49px 5px 5px 5px;
    text-indent: -9999px;
    opacity: 55%;
}
#banner .sociais .instagram {
    background: url(../imagens/insta_banner.png) right 11px bottom 11px no-repeat;
    background-size: 26px;
}
#banner .sociais .facebook {
    background: url(../imagens/face_banner.png) right 16px bottom 11px no-repeat;
    background-size: 14px;
}
#banner .sociais a:hover {
    width: 64px;
    height: 63px;
    border-radius: 57px 6px 6px 6px;
    opacity: 100%;
}
#banner .sociais .instagram:hover {
    background: url(../imagens/insta_banner.png) right 12px bottom 12px no-repeat;
    background-size: 30px;
}
#banner .sociais .facebook:hover {
    background: url(../imagens/face_banner.png) right 17px bottom 12px no-repeat;
    background-size: 17px;
}
#quem_somos {
    background: url(../imagens/icon_marca.png) center left 50px no-repeat;
}
#quem_somos .centro {
    max-width: 1560px;
    display: grid;
    grid-template-columns: 497px 1fr;
    align-items: center;
    gap: 34px;
    height: 100vh;
    min-height: 730px;
    max-height: 1080px;
}
#quem_somos .esquerda {
    height: 754px;
    max-height: calc(100vh - 176px);
    padding-top: 65px;
    box-sizing: border-box;
}
h2.titulo {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 50px;
    letter-spacing: 1.62px;
    color: #0b1d38;
}
p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.54px;
    color: #222222;
}
p b {
    font-weight: 600;
}
#quem_somos p {
    max-width: 360px;
    margin-top: 17px;
    margin-bottom: 74px;
}
.bt_padrao {
    background: url(../imagens/seta.png) center right no-repeat;
    background-size: 26px;
    display: flex;
    width: fit-content;
    height: fit-content;
    padding-right: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #000000;
    text-transform: uppercase;
}
.bt_padrao:hover {
    padding-right: 48px;
}
.bt_padrao_2 {
    background: url(../imagens/seta.png) center right no-repeat;
    background-size: 26px;
    display: flex;
    width: fit-content;
    height: fit-content;
    padding-right: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #000000;
    text-transform: uppercase;
}
#quem_somos .mask_img {
    width: 100%;
    height: 754px;
    min-height: 555px;
    max-height: calc(100vh - 176px);
    border-radius: 18px;
}
#solucoes {
    background-color: #f6f0ed;
    overflow: hidden;
}
#solucoes .centro {
    max-width: calc(100% - 200px);
    padding-bottom: 93px;
}
#solucoes .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 80px;
    padding-top: 72px;
    padding-bottom: 54px;
}
#solucoes h2.titulo {
    margin-bottom: 26px;
}
#solucoes p {
    max-width: 855px;
}
.listagem_solucoes {
    display: flex;
    flex-direction: row;
    gap: 34px;
    height: calc(62.2vh + 90px);
}
.listagem_solucoes *{
    transition: none;
}
.listagem_solucoes li {
    min-width: 46.1vh;
    margin-top: 3.35vh;
}
.listagem_solucoes .mask_img {
    width: 100%;
    height: 55.5vh;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
.listagem_solucoes li .mask_img img{
    position: relative;
    width: 100%;
    display: block;
    max-width: none;
}
.listagem_solucoes h3 {
    margin-top: 23px;
}
.passador_barra > div {
    background-color: #cecece;
    display: flex;
    width: 100%;
    height: 3px;
}
.passador_barra .selected,
.passador_barra span:hover {
    background-color: #000000;
    display: flex;
    cursor: pointer;
    width: 8%;
    height: 5px;
    margin-top: -1px;
}
#cores_acabamentos {
    background: url(../imagens/icon_marca2.png) top 145px right 100px no-repeat;
}
#cores_acabamentos .centro {
    max-width: calc(100% - 200px);
    display: grid;
    grid-template-columns: 1fr 577px;
    align-items: center;
    gap: 129px;
    height: 100vh;
    min-height: 580px;
    max-height: 1080px;
}
#cores_acabamentos p {
    max-width: 400px;
    margin-top: 17px;
    margin-bottom: 74px;
}
#cores_acabamentos .mask_img {
    width: 100%;
    height: 500px;
    border-radius: 18px;
}
#seja_parceiro .mask_img {
    height: calc(100vh - 331px);
    max-height: 710px;
}
#seja_parceiro .conteudo {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 3;
    width: 1210px;
}
#seja_parceiro .branco {
    background-color: #ffffff;
    border-radius: 0 18px 18px 0;
    width: 100%;
    padding: 55px 100px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 500px 1fr;
    align-items: center;
    gap: 77px;
}
#seja_parceiro p {
    max-width: 360px;
    margin-top: 18px;
}
footer .top {
    background-color: #dacfbf;
}
footer .centro {
    width: calc(100% - 80px);
    max-width: 1560px;
}
footer .top .centro {
    display: grid;
    grid-template-columns: 497px 1fr;
    padding: 60px 0;
}
footer .logo {
    background: url(../imagens/logo2.png) center no-repeat;
    background-size: contain;
    width: 284px;
    height: 72px;
    text-indent: -9999px;
}
footer .top .direita {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer ul {
    display: flex;
    flex-direction: column;
}
footer .top h3 {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 22px;
    color: #0b1d38;
    margin-bottom: 12px;
}
footer .top a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}
footer .top .local {
    max-width: 270px;
}
footer .mapa_site ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 65px;
}
footer .mapa_site a {
    text-transform: uppercase;
}
footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}
footer .bottom h3,
footer .bottom h3 a {
    font-size: 16px;
    color: #000000;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#historia .top {
    background-color: #f6f0ed;
    padding-top: 163px;
}
#historia .centro {
    max-width: 1320px;
    position: relative;
    z-index: 4;
}
#historia .top .centro {
    display: grid;
    grid-template-columns: 850px 1fr;
    column-gap: 93px;
}
#historia .top article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 67px;
    padding-bottom: 125px;
}
#historia .top p {
    font-size: 20px;
    letter-spacing: 0.6px;
    max-width: 375px;
}
#historia .top .esquerda .mask_img {
    width: calc(100% + 120px);
    height: 492px;
    border-radius: 18px;
    margin-left: -120px;
    margin-bottom: -120px;
}
#historia .top .direita .mask_img {
    width: 100%;
    height: 576px;
    border-radius: 18px;
}
#historia .bottom {
    padding-top: 185px;
    position: relative;
}
#historia .bottom p {
    max-width: 890px;
    margin: 0 auto;
}
#historia .bottom .box {
    display: grid;
    grid-template-columns: 909px 1fr;
    align-items: center;
    column-gap: 100px;
    padding-top: 65px;
    padding-bottom: 115px;
}
#historia .bottom .mask_img {
    width: 100%;
    height: 334px;
    border-radius: 18px;
}
#historia .bottom .box p {
    max-width: 200px;
}
#historia .icon_marca {
    background: url(../imagens/icon_marca3.png) center no-repeat;
    background-size: contain;
    width: 339px;
    height: 338px;
    position: absolute;
    right: 100px;
    bottom: -111px;
    z-index: 3;
}
#cores_solucoes {
    background-color: #f3f4f3;
}
#cores_solucoes .centro {
    max-width: 1560px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 33px;
    padding-top: 70px;
    padding-bottom: 98px;
}
#cores_solucoes h2 {
  font-family: "Rufina", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 1.44px;
  color: #0b1d38;
}
#cores_solucoes .bt_padrao {
    margin-top: 25px;
}
#cores_solucoes .mask_img {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    margin-top: 58px;
}
#conteudo_cores_acabamentos .centro {
    max-width: 1290px;
    padding-top: 153px;
    padding-bottom: 78px;
    position: relative;
}
#conteudo_cores_acabamentos .icon_marca {
    background: url(../imagens/icon_marca2.png) center no-repeat;
    background-size: contain;
    width: 337px;
    height: 337px;
    position: absolute;
    top: 85px;
    right: -135px;
    z-index: -1;
}
#conteudo_cores_acabamentos p {
    max-width: 1020px;
    margin-top: 30px;
}
#conteudo_cores_acabamentos .bottom {
    margin-top: 60px !important;
    border-bottom: 1px solid #222222;
}
#conteudo_cores_acabamentos details {
    border-top: 1px solid #222222;
}
#conteudo_cores_acabamentos summary {
    padding: 25px 0;
    cursor: pointer;
}
#conteudo_cores_acabamentos h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.72px;
    color: #222222;
}
#conteudo_cores_acabamentos .conteudo {
    padding-bottom: 47px;
}
#conteudo_cores_acabamentos h4,
#conteudo_cores_acabamentos strong span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #414141;
    max-width: 1020px;
}
#conteudo_cores_acabamentos .bottom p,
#conteudo_cores_acabamentos .bottom  {
    font-weight: 400;
    color: #414141;
    max-width: 1020px;
    margin-top: 0;
    margin-bottom: 20px;
}
#conteudo_cores_acabamentos .galeria {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 37px;
    row-gap: 50px;
    margin-top: 34px;
}
#conteudo_cores_acabamentos .galeria li {
    width: 152px;
}
#conteudo_cores_acabamentos .galeria .mask_img {
    width: 152px;
    height: 152px;
    border-radius: 15px 137px 15px 15px;
}
#conteudo_cores_acabamentos .galeria li:hover .mask_img {
    border-radius: 15px;
}
#conteudo_cores_acabamentos h5 {
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
}
#conteudo_cores_acabamentos .modal {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
#conteudo_cores_acabamentos .modal .box {
    background-color: #ffffff;
    max-width: 500px;
    padding: 17px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 18px;
}
#conteudo_cores_acabamentos .modal .mask_img {
    width: 100%;
    height: 460px;
    max-height: 50vh;
    border-radius: 12px;
}
#conteudo_cores_acabamentos .modal h5 {
    font-weight: 600;
    font-size: 22px;
    text-transform: unset;
    margin-top: 18px;
}
#conteudo_cores_acabamentos .modal p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 11px;
}
#conteudo_cores_acabamentos .modal .bt_fechar_modal {
    width: 20px;
    height: 20px;
    background: url(../imagens/fechar_modal.png) center no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -9999px;
}
#conteudo_solucoes {
    background-color: #f4f4f5;
}
#conteudo_solucoes .centro {
    max-width: 1466px;
    padding-top: 157px;
    padding-bottom: 90px;
}
#conteudo_solucoes h2.titulo {
    text-align: center;
}
#conteudo_solucoes p {
    text-align: center;
    max-width: 585px;
    margin: 0 auto;
    margin-top: 35px;
}
.listagem_solucoes2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 58px;
    row-gap: 70px;
    margin-top: 72px;
}
.listagem_solucoes2 .mask_img {
    width: 100%;
    height: 470px;
    border-radius: 47px;
}
.listagem_solucoes2 li:first-child .mask_img {
    border-top-left-radius: 400px;
}
.listagem_solucoes2 li:nth-child(3) .mask_img,
.listagem_solucoes2 li:nth-child(7) .mask_img {
    border-radius: 138px;
}
.listagem_solucoes2 li:nth-child(6) .mask_img {
    border-top-right-radius: 400px;
}
.listagem_solucoes2 li:nth-child(12) .mask_img {
    border-bottom-right-radius: 400px;
}
.listagem_solucoes2 h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.54px;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    margin-top: 27px;
}
#solucoes_personalizadas .centro {
    max-width: 1560px;
    display: grid;
    grid-template-columns: 497px 1fr;
    column-gap: 34px;
    position: relative;
    padding-top: 91px;
    padding-bottom: 97px;
}
#solucoes_personalizadas .esquerda {
    padding-top: 65px;
}
#solucoes_personalizadas p {
    margin-top: 18px;
    max-width: 380px;
}
#solucoes_personalizadas .icon_marca {
    background: url(../imagens/icon_marca.png) center no-repeat;
    background-size: contain;
    width: 339px;
    height: 338px;
    position: absolute;
    top: 280px;
    left: -130px;
    z-index: -1;
}
#solucoes_personalizadas .mask_img {
    width: 100%;
    height: 754px;
    border-radius: 18px;
}
#pag_solucoes2 #banner .mask_img {
    max-height: 655px;
}
#pag_solucoes2 #banner .conteudo {
    max-width: 1410px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}
#pag_solucoes2 #banner .branco {
    width: 100%;
    max-width: 860px;
    padding: 55px 65px;
    border-radius: 18px;
}
#pag_solucoes2 #banner p {
    margin-top: 18px;
}
#colecao .centro {
    max-width: 1280px;
}
#breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 40px;
}
#breadcrumbs a,
#breadcrumbs b {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.54px;
    color: #222222;
}
#breadcrumbs b {
    font-weight: 600;
}
.listagem_colecao {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 50px;
}
.listagem_colecao .mask_img {
    background-color: #f4f4f5;
    width: 100%;
    height: 340px;
    padding: 33px;
    box-sizing: border-box;
    border-radius: 18px;
}
.listagem_colecao .mask_img img {
    max-height: 100%;
    height: inherit;
    max-width: 100%;
    width: inherit;
    object-fit: contain;
    cursor: pointer;
}
.listagem_colecao .mask_img img:hover{
    opacity: 0.7;
}
.listagem_colecao h3 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.45px;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}
.paginas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    padding-top: 60px;
    padding-bottom: 64px;
}
.paginas a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.45px;
    color: #0b1d38;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0b1d38;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px;
}
.paginas a.selected,
.paginas a:hover {
    background-color: #0b1d38;
    color: #ffffff;
}
.paginas a.anterior, .paginas a.proximo {
    width: fit-content;
    padding: 8px 14px;
}
#diferenciais .top {
    background-color: #f6f0ed;
}
#diferenciais .top .centro {
    max-width: 1320px;
    display: grid;
    grid-template-columns: 400px 1fr;
    column-gap: 90px;
    padding-top: 150px;
    padding-bottom: 155px;
}
#diferenciais .top p {
    max-width: 430px;
}
#diferenciais .bottom .centro {
    max-width: 1560px;
    padding-left: 120px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 100px;
    padding-bottom: 95px;
    margin-top: -80px;
}
#diferenciais .mask_img {
    height: 550px;
    border-radius: 18px;
}
#diferenciais .mask_img.span2 {
    grid-column: span 2;
    height: 600px;
}
#diferenciais .article1 {
    padding-top: 120px;
    position: relative;
}
#diferenciais .bottom h3 {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #222222;
    max-width: 285px;
}
#diferenciais .bottom p {
    margin-top: 20px;
    margin-bottom: 38px;
    max-width: 355px;
}
#diferenciais .article2 {
    padding-top: 50px;
    padding-left: 35px;
}
#diferenciais .article2 h3 {
    max-width: unset;
}
#diferenciais .icon_marca {
    background: url(../imagens/icon_marca.png) center no-repeat;
    background-size: contain;
    width: 339px;
    height: 338px;
    position: absolute;
    left: -200px;
    bottom: -44px;
    z-index: -1;
}
#pag_parceiro #banner .mask_img,
#pag_fale_conosco #banner .mask_img {
    max-height: 570px;
}
#formulario {
    background-color: #f4f4f5;
}
#formulario .centro {
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 80px;
    padding-top: 60px;
    padding-bottom: 68px;
    position: relative;
}
#formulario .esquerda {
    position: relative;
    z-index: 2;
}
#formulario p {
    max-width: 400px;
    margin-top: 36px;
}
#formulario h3 {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #222222;
}
#formulario form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 37px;
}
#formulario form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.span2 {
    grid-column: span 2;
}
.span3 {
    grid-column: span 3;
}
.span5 {
    grid-column: span 5;
}
#formulario form .linha4 {
    grid-row: 4;
}
#formulario form input,
#formulario form select,
#formulario form textarea {
    background-color: #ffffff;
    height: 54px;
    border: none;
    border-radius: 5px;
    font-family: "Encode Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #535353;
    padding-left: 20px;
}
#formulario form select {
    background: url(../imagens/seta_select.png) center right 19px no-repeat;
    background-color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#formulario form textarea {
    height: 150px;
    padding-top: 16px;
    box-sizing: border-box;
    resize: none;
}
#formulario form button[type="submit"] {
    background: #dacfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #181818;
    text-transform: uppercase;
    cursor: pointer;
}
#formulario .icon_marca {
    background: url(../imagens/icon_marca4.png) center no-repeat;
    background-size: contain;
    width: 339px;
    height: 338px;
    position: absolute;
    left: -195px;
    bottom: 52px;
    z-index: 1;
}
#pag_fale_conosco #formulario p {
    font-size: 20px;
    max-width: unset;
}
#pag_fale_conosco #formulario p a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.54px;
    color: #222222;
}
#pag_fale_conosco #formulario h3 {
    font-family: "Encode Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
}
#formulario a.whats {
    background: url(../imagens/icon_whats.png) center right no-repeat;
    background-size: 20px;
    padding-right: 32px;
}
footer .fone {
    background: url(../imagens/fone_footer.png) center left no-repeat;
    background-size: 17px;
    padding-left: 26px;
}
footer .facebook {
    background: url(../imagens/face_footer.png) center left no-repeat;
    background-size: 18px;
    padding-left: 26px;
}
footer .instagram {
    background: url(../imagens/insta_footer.png) center left no-repeat;
    background-size: 16px;
    padding-left: 26px;
}
footer .whats {
    background: url(../imagens/whats_footer.png) center left no-repeat;
    background-size: 16px;
    padding-left: 26px;
}
.centro_passador {
    left: 823px;
    height: 210px;
    bottom: 76px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.centro_passador .passador {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.animar {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s ease-out;
}
.esquerda-ativa {
    opacity: 1;
    transform: translateX(0);
    animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.animar.ativa {
    opacity: 1;
    transform: translateY(0);
}
#menu_mobile {
    display: none;
}