@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
header.ativo {
    background-color: #383433;
}
.mask_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
header .centro {
    max-width: 1560px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 0;
}
header.ativo .centro {
    padding: 20px 0;
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 200px;
    height: 58px;
    text-indent: -9999px;
    display: inline-block;
}
header.ativo .logo a {
    background: url(../imagens/logo_menor.png) center no-repeat;
    background-size: contain;
    width: 51px;
    height: 50px;
    text-indent: -9999px;
    display: inline-block;
}
header nav {
    display: flex;
    flex-direction: row;
    column-gap: 68px;
    margin-left: auto;
    margin-right: 154px;
}
header nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fefefe;
    text-transform: uppercase;
}
header nav a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu_mobile.png) center no-repeat;
    display: flex;
    width: 26px;
    height: 19px;
    text-indent: -9999px;
    cursor: pointer;
}
#banner .centro {
    max-width: 1920px;
    width: 100%;
    position: relative;
}
#banner .mask_img {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    max-height: 832px;
}
#banner .mask_img img {
    max-height: inherit;
    opacity: 70%;
}
#banner .conteudo {
    background: url(../imagens/sombra_banner.png) center no-repeat;
    max-width: 1370px;
    width: 100%;
    height: 705px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 105px;
    box-sizing: border-box;
}
#banner h2,
#banner h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
#banner h2 span {
    font-size: 100px;
}
.bt_padrao {
    background: #f2b263 url(../imagens/seta_baixo.png) center right 23px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 50px;
    border-radius: 25px;
    padding-left: 23px;
    padding-right: 53px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 26px;
}
.sombra_header {
    background: url(../imagens/sombra_header.png) center top no-repeat;
    display: flex;
    width: 100%;
    height: 297px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
#institucional .centro {
    max-width: 1200px;
    padding-top: 58px;
}
.h2_padrao {
    background-color: #f2b263;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 36px;
    padding: 0 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
}
.h3_padrao {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 32px;
    color: #383433;
    text-align: center;
}
#institucional .top {
    display: grid;
    grid-template-columns: 1fr 420px;
    column-gap: 90px;
    padding-top: 48px;
    padding-bottom: 37px;
}
#institucional .top article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#institucional p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 14px;
}
#institucional .barra {
    border-left: 3px solid #f2b263;
    padding-left: 38px;
    margin-top: 30px;
    margin-left: 52px;
}
#institucional .barra p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
}
#institucional .top .mask_img {
    width: 100%;
    height: 560px;
    border-radius: 50px;
}
#institucional .bottom {
    display: grid;
    grid-template-columns: 580px 1fr;
    align-items: center;
    column-gap: 70px;
    padding-bottom: 80px;
}
#institucional .bottom .mask_img {
    width: 100%;
    height: 370px;
    border-radius: 50px;
}
#institucional .bottom p {
    font-size: 21px;
    line-height: 34px;
}
#sobre .mask_img.fundo {
    background-color: #000000;
    width: 100%;
    height: 500px;
    z-index: -1;
}
#sobre .mask_img.fundo img {
    opacity: 40%;
}
#sobre .centro {
    max-width: 1200px;
    margin-top: -437px;
    padding-bottom: 80px;
}
#sobre .h3_padrao {
    color: #ffffff;
}
#sobre article {
    background-color: #f8f8f8;
    display: grid;
    grid-template-columns: 50% 1fr;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
    margin-top: 40px;
}
#sobre article .esquerda,
#sobre article .direita {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding: 50px;
}
#sobre p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 34px;
    color: #282828;
}
#sobre article .direita {
    background-color: #ffffff;
}
#sobre article .mask_img {
    width: 100%;
    height: 360px;
    border-radius: 50px;
}
#servicos .top {
    background-color: #f8f8f8;
    padding-top: 57px;
}
#servicos .centro {
    max-width: 1200px;
}
.listagem_servicos,
.listagem_servicos *{
    transition: all 0.08s ease-in;
}
.listagem_servicos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 34px;
    margin-top: 50px;
}
.listagem_servicos .mask_img {
    background-color: #000000;
    width: 100%;
    height: 270px;
    border: 5px solid #f8f8f8;
    border-radius: 50px;
    box-sizing: border-box;
}
.listagem_servicos .mask_img img {
    opacity: 60%;
}
.listagem_servicos .mask_img .conteudo {
    background: url(../imagens/sombra_servicos.png) center bottom no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px 50px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.listagem_servicos .mask_img .conteudo h4 {
    font-family: "Lora", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}
.listagem_servicos .selected .mask_img {
    border: 5px solid #ffffff;
}
.listagem_servicos .selected .mask_img img {
    opacity: 100%;
}
.listagem_servicos .selected .triangulo {
    background: url(../imagens/triangulo.png) center no-repeat;
    display: flex;
    width: 105px;
    height: 42px;
    margin: 0 auto;
    margin-top: 10px;
}
#servicos .servico_aberto {
    display: grid;
    grid-template-columns: 1fr 454px;
    column-gap: 50px;
    padding-top: 50px;
    padding-bottom: 86px;
}
#servicos .servico_aberto h4 {
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 30px;
    color: #282828;
    margin-top: 15px;
}
#servicos .servico_aberto p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    margin-top: 15px;
}
.bt_whats {
    background: #075e54 url(../imagens/whats.png) center right 23px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 50px;
    border-radius: 25px;
    padding-left: 23px;
    padding-right: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 24px;
}
#servicos .servico_aberto .mask_img {
    width: 100%;
    height: 425px;
    border-radius: 50px;
}
#experiencias {
    background: url(../imagens/fundo_experiencias.jpg) center top no-repeat;
}
#experiencias .centro {
    max-width: 1200px;
    padding-top: 56px;
    padding-bottom: 68px;
}
.listagem_experiencias {
    padding-top: 33px;
    position: relative;
}
.listagem_experiencias li {
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
}
.listagem_experiencias li article {
    padding: 22px;
}
.listagem_experiencias .mask_img {
    width: 100%;
    height: 190px;
}
.listagem_experiencias h4 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 18px;
    color: #484848;
}
.listagem_experiencias p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    max-width: 240px;
    line-height: 16px;
    color: #4b4b4b;
    margin-top: 8px;
}
.listagem_experiencias .horario {
    background: url(../imagens/icon_hora.png) center left no-repeat;
    padding-left: 23px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #282828;
    margin-bottom: 12px;
}
.listagem_experiencias .mais {
    background: url(../imagens/seta_laranja.png) center right no-repeat;
    padding-right: 21px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #f2b263;
    text-transform: uppercase;
    text-decoration: underline;
}
#experiencias .centro,
#servicos .centro {
    position: relative;
}
#experiencias .passador{
    position: absolute;
    top: 375px;
    left: 0;
    z-index: 999;
    width: 100%;
}
#experiencias .passador span,
#servicos .passador span {
    display: inline-block;
    width: 22px;
    height: 54px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
#experiencias .anterior,
#servicos .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: -72px;
}
#experiencias .proximo,
#servicos .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: -72px;
}
.experiencia_aberta {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 466px 1fr;
    column-gap: 38px;
    border-radius: 30px;
    padding: 25px;
    margin-top: 33px;
}
.experiencia_aberta .mask_img {
    width: 100%;
    height: 411px;
    border-radius: 20px;
}
.experiencia_aberta p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    max-width: 590px;
    max-height: 337px;
    overflow-y: auto;
}
#instagram .centro {
    max-width: 1200px;
    padding-top: 55px;
    padding-bottom: 60px;
}
.listagem_insta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    margin-top: 41px;
}
.listagem_insta .mask_img {
    width: 100%;
    height: 285px;
    border-radius: 30px;
}
#instagram .bt_padrao {
    background: #f2b263 url(../imagens/seta_lado.png) center right 23px no-repeat;
    padding-right: 48px;
    margin: 0 auto;
    margin-top: 46px;
}
#chamada .mask_img {
    width: 100%;
    min-height: 330px;
    max-height: 500px;
}
#chamada .sombra {
    background: url(../imagens/sombra_chamada.png) center left no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#chamada .conteudo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1560px;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#chamada h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #484848;
}
#chamada h2 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 50px;
    color: #383433;
    margin-top: -4px;
}
#chamada .bt_whats {
    margin-top: 17px;
}
footer .top {
    background-color: #383433;
}
footer .top .centro {
    max-width: 1560px;
    display: grid;
    grid-template-columns: 146px 1fr 400px 220px 190px;
    column-gap: 50px;
    padding-top: 45px;
}
footer .logo {
    background: url(../imagens/logo_bottom.png) center no-repeat;
    width: 146px;
    height: 128px;
    background-size: contain
}
footer nav {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
footer p,
footer nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #f8f8f8;
}
footer p {
    max-width: 330px;
    margin-top: 47px;
    padding-bottom: 56px;
}
footer h2 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 18px;
    color: #f8f8f8;
    margin-bottom: 24px;
}
footer .sociais {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 7px;
    max-width: 125px;
}
footer .sociais a {
    display: flex;
    width: 37px;
    height: 37px;
}
footer .sociais .facebook {
    background: url(../imagens/face_footer.png) center no-repeat;
}
footer .sociais .instagram {
    background: url(../imagens/insta_footer.png) center no-repeat;
}
footer .sociais .whatsapp {
    background: url(../imagens/whats_footer.png) center no-repeat;
}
footer .formas_pagamento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6px;
    row-gap: 4px;
    max-width: 168px;
}
footer .formas_pagamento .mask_img {
    background-color: #ececec;
    width: 100%;
    height: 34px;
    border: 1px solid #ececec;
    border-radius: 3px;
}
footer .bottom .centro {
    max-width: 1560px;
    padding: 10px 0;
}
footer .bottom h3,
footer .bottom h3 a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #383433;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}