@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --main-color: #A17A76;
    --second-color: #3E2C1E;
    --text-color: rgba(93, 76, 69, 0.88);
    --fundo: #FFFDFB;
    --fundo-second: #F3EFEC;
    --font-family: "Inter Tight", sans-serif;
}

body {
    color: var(--text-color);
    font: 14px/1.5em var(--font-family);
    letter-spacing: normal;
}

/* Scroll suave para toda a página */
html {
    scroll-behavior: smooth;
}

a:not([href]):hover {
    cursor: pointer;
}

p {
    color: #625f5f;
}

.btn-default {
    padding: 0.5em 3em;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    background-color: rgba(0, 168, 89, 0.6);
    border: 2px solid var(--second-color);
    color: #fff;
    border-radius: 30px;
    /* text-transform: uppercase; */
    font-size: 16px;
}

.btn-default.white {
    background-color: #fff;
    color: var(--main-color);
    border-color: var(--main-color);
}

.btn-default.white:hover {
    background-color: var(--second-color);
}

.btn-default:hover {
    background-color: rgba(6, 69, 51, 0.6);
    color: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #6d6f6a;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em;
}

h1 {
    font: 14px/2em var(--font-family);
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1.5em;
}

h3 {
    font: 14px/2em var(--font-family);
    margin: 2em 0 1em;
}

h4 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1em;
}

h4 i {
    margin-right: 0.5em;
}

p {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 0.7em;
}

.mobile-none {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}

h2.heading {
    font-family: "Cormorant Garamond", serif;
    color: var(--second-color);
    font-size: 54px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    padding-bottom: 0em;
    line-height: 78%;
    letter-spacing: -3%;
}

h2.heading b,
h2.heading strong {
    color: var(--main-color);
    font-weight: 600;
}

.spacer {
    padding: 5em 0;
}

.default-button {
    background: transparent;
    letter-spacing: 11%;
    line-height: 121%;
    display: inline-block;
    border-radius: 30px;
    padding: 20px 40px;
    color: var(--second-color);
    border: 1px solid rgba(183, 135, 130, .45);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin: 1em 0;
    text-align: center;
    transition: .5s cubic-bezier(.19, 1, .22, 1);
}

.default-button span {
    margin-left: 50px;
    font-size: 18px;
}

.default-button:hover span {

    transform: translateX(6px);
}



.default-button:hover {
    transform: translateY(-3px);

    background: #A96F6A;

    box-shadow:
        0 18px 40px rgba(169, 111, 106, .25);
    color: var(--fundo);
}



@keyframes gradientRotate {
    0% {
        border-image-source: linear-gradient(243.37deg, #2F3A45 0%, #C89B5E 100%);
    }

    25% {
        border-image-source: linear-gradient(153.37deg, #2F3A45 0%, #C89B5E 100%);
    }

    50% {
        border-image-source: linear-gradient(63.37deg, #2F3A45 0%, #C89B5E 100%);
    }

    75% {
        border-image-source: linear-gradient(333.37deg, #2F3A45 0%, #C89B5E 100%);
    }

    100% {
        border-image-source: linear-gradient(243.37deg, #2F3A45 0%, #C89B5E 100%);
    }
}

#home .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: left;
    width: 100%;
}

#home .absolute-center .all {
    width: fit-content;
}

#home .absolute-center h1 {
    text-transform: none;
    text-align: left;
    color: var(--second-color);
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 87%;
    letter-spacing: -2%;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
}

#home .absolute-center h1 span {
    color: var(--main-color);
}

#home .absolute-center h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: var(--main-color);
    bottom: 0;
    left: 0;
}

#home .absolute-center .center {}

#home .absolute-center .center .apartir {
    font-size: 14px;
    font-weight: normal;
    background-color: var(--second-color);
    letter-spacing: normal;
    color: var(--main-color);
    padding: .1em .8em .15em .8em;
    border-radius: 3px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home .absolute-center .center .valor {
    display: flex;
    align-items: center;
    margin-bottom: 2em
}

#home .absolute-center .center .valor img {
    max-height: 60px;
    margin-left: 10px;
}

#home .absolute-center .center .valor .first-va,
#home .absolute-center .center .valor .second-va {
    display: flex;
    flex-direction: column;
}

#home .absolute-center .center .valor .rs {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

#home .absolute-center .center .valor .nine {
    font-size: 100px;
    font-weight: bold;
    display: block;
    color: #fff;
    margin-left: 15px;
}

#home .absolute-center .center .valor .ninespa {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    ;
}

#home .absolute-center .center .valor .mes {
    font-size: 16px;
    font-weight: normal;
    color: var(--second-color);
}

#home .absolute-center .center img {}

#home .absolute-center {}

#home .absolute-center .superior {}

#home .absolute-center .superior .plans {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: -20px;
    display: block;
}

#home .absolute-center .superior .valor-plano {
    display: flex;
    position: relative;
    align-items: center;
}

#home .absolute-center .superior .valor-plano .mega {
    font-size: 24px;
    font-weight: bold;
    background-color: var(--second-color);
    letter-spacing: normal;
    color: var(--main-color);
    padding: .1em .8em .2em .8em;
    border-radius: 3px;
    line-height: normal;
    margin-left: -40px;
}

#home .absolute-center .center {}

#home .absolute-center .bottom h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: .7em 2em;
    border: solid 1px #fff;
    line-height: normal;
    border-radius: 4px;
    display: inline;
}

#home .absolute-center ul {
    width: 35%;

    margin-top: 2em;
}

#home .absolute-center ul li {
    color: #fff;
    font-size: 14px;
}

#home .absolute-center ul li .fa-check {
    color: var(--second-color);
}

#home {
    position: relative;
}

#home .carousel-inner {
    height: 100vh;
}

label {
    color: var(--text-color);
}

footer {
    background-color: var(--fundo);
    text-align: center;
    border-top: 1px solid rgba(62, 44, 30, 0.04);
}

footer p {
    font-size: 16px;
    font-weight: normal;
    color: rgba(93, 76, 69, 0.88);
    padding: 2em 0px 1em;
}

footer a.insta {
    color: rgba(161, 122, 118, 0.72);
    font-size: 14px;
    font-weight: normal;
    line-height: 121%;
    letter-spacing: 18%;
}

footer a.default-button.whats {
    float: left;
    background: #5b7145;
    color: #fff;
}

footer .default-button-texto {
    color: rgba(161, 122, 118, 0.72);
    line-height: 121%;
    font-size: 16px;
    letter-spacing: 18%;
}

footer .default-button-texto::before {
    content: none;
}

.alert-warning {
    margin-bottom: 0px;
}

.logo {
    display: flex;
    justify-content: center;
}

.default-btn {
    background: var(--second-color);
    color: #fff;
    padding: 1em 2em;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.default-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.absolute-center-home {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: start;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
}

.absolute-center-home h3 {
    font-weight: 700;
    color: var(--text-color-secondary);
    margin-top: 0;
    margin-bottom: 10px;
    text-align: start;
    text-transform: uppercase;
}

.absolute-center-home .row {
    display: flex;
    align-items: center;
}

.align-wpp {
    height: 100%;
    align-items: center;
}

.whatsappme {
    background: #25d366;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 100%;
}

.whatsappme a {
    color: #fff;
}

.no-padding {
    padding: 0;
}

.form-control {
    border-radius: 8px;
    padding: 0.5em 0.75rem;
}

.align-center {
    align-items: center;
}

.absolute-footer {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 2;
}

.has-sub {
    position: relative;
}

ul.sub-has {
    display: none;
    background: var(--main-color);
    position: absolute;
    left: 50%;
    border-radius: 0px 0px 12px 12px;
    padding: 7px 0px;
    margin-top: 0px;
    transform: translate(-50%, 0);
    border-top: 1px #fff solid;
}

.has-sub:hover ul.sub-has {
    display: block !important;
}

.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.coks-acepts .alert-warning {
    padding: 1rem 2rem;
    background-color: #fff;
}

.align-end {
    text-align: end;
}

.align-self-center {
    align-self: center;
}

.absolute-center-home {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color) !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.conteudo {
    padding-top: 10em;
    min-height: 80vh;
}

.logo-top img {}

#home .absolute-center p {
    color: var(--second-color);
    font-size: 16px;
    margin-top: 30px;
    text-align: left;
    line-height: 149%;
    letter-spacing: 5%;
}

#home .absolute-center p span {
    color: var(--main-color);
}

.assign a {
    color: #fff;
}

.justify-end {
    justify-self: right;
    justify-items: end;
}

.button-up {
    top: -80px;
    position: absolute;
}



footer img {
    width: 180px;
    margin-bottom: 2em;
}

footer h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--main-color);
}

footer .text a {
    color: var(--text-color);
}

.text-left {
    text-align: left;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul a {
    color: var(--second-color);
}

footer .spacer {
    padding-bottom: 3em;
}

footer .assign {
    margin-top: 2em;
    color: var(--text-color);
    font-size: 12px;
}

footer .assign a {
    color: var(--text-color);
}

footer .assign {
    background-color: #F5F1EE;
    text-align: center;
}

#typing {
    color: var(--main-color);
    font-weight: bold;
}

#typing::after {
    content: "|";
    margin-left: 3px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img-destaque-banner {
    width: 100%;
    height: auto;
}

#app {
    position: relative;
}

header#topo {
    position: fixed;
    z-index: 3;
    width: 100%;
    padding: 1em 0;
    background: rgba(245, 241, 238, 0.35);
    border-bottom: 1px solid rgba(62, 44, 30, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}



header#topo .logo-principal .subtitle-logo {
    font-size: 16px;
    margin-left: 1em;
    color: #fff;
}

header#topo .logo-principal .subtitle-logo span {
    color: var(--main-color);
    font-weight: bold;
}

.container-fluid.especial {
    padding: 1em 3em;
}

.tags-banner {}

.tags-banner span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 0.5em 1em;
    margin: 0.5em;
}

#home .absolute-center h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#home .buttons-banner {
    display: block;
}

.absolute-center-banner {
    position: absolute;
    bottom: 4%;
    z-index: 2;
    width: 1000px;
    max-width: 80%;
    place-self: center;
}

.search-container {
    position: relative;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    transition: width 0.4s ease;
    overflow: hidden;
    background: var(--second-color);
    border-radius: 50px;
    border: 1px solid #1e2a28;
}

.search-container.active {
    width: 270px;
}

.search-container button {
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
}

#search-input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
    opacity: 0;
    transform: translateX(-10px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.search-container.active #search-input {
    opacity: 1;
    transform: translateX(0);
}

.menu-btn {
    margin-left: 1em;
}

.menu .dropdown-toggle {
    color: var(--second-color);
    font-size: 16px;
}

.erro-404-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second-color);
}

.erro-404-box {
    text-align: center;
    max-width: 600px;
}

.erro-404-box h1 {
    font-size: 120px;
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 10px;
    text-shadow: 0 0 20px var(--main-color);
    margin-top: 0px;
    line-height: normal;
}

.erro-404-box h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.erro-404-box p {
    font-size: 16px;
    color: #d2d2d2;
    margin-bottom: 30px;
    line-height: 1.5;
}

.erro-404-box img {
    max-width: 100px;
    filter: brightness(100);
    margin-bottom: 1em;
}

.erro-404-box .default-button {
    justify-self: center;
}

.menu-fixo .menu ul li {
    padding: 0 1em;
}


header#topo.menu-fixo {
    padding: 0.5em 0;

}

header#topo.menu-fixo ul li.especial a {
    padding: .5em 2em;
}

header#topo.menu-fixo ul li.especial.tel a {
    color: var(--second-color);
    padding: .5em 2em;
}

header#topo.menu-fixo ul li.especial.tel a:hover {
    background-color: var(--main-color);
    color: #fff;
}

header#topo.menu-fixo ul li.especial a:hover {
    background-color: var(--second-color);
    color: #fff
}


header#topo.menu-fixo .logo-principal a {
    display: block;
}

header#topo.menu-fixo .logo-principal img {
    width: 50%;
}

header#topo.menu-fixo .container-fluid.especial {
    padding: 0 3em;
}

header#topo.menu-fixo .logo-principal .subtitle-logo {
    font-size: 12px;
}

header#topo.menu-fixo .search-container {
    height: 35px;
    width: 35px;
}

header#topo.menu-fixo .search-container.active {
    width: 270px;
}

header#topo.menu-fixo .search-container button {
    padding: 5px;
}

header#topo.menu-fixo .menu-btn img {
    width: 25px;
}

/* Botão flutuante */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;

    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}

/* Painel */
.whatsapp-panel {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 300px;
    background: var(--second-color);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    z-index: 9999;
}

/* Header */
.whatsapp-header {
    background: var(--main-color);
    color: #fff;
    padding: 12px 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.whatsapp-header button {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Form */
.whatsapp-panel form {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whatsapp-panel input,
.whatsapp-panel select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #1e2a28;
    background: #2F3A45bf;
    color: #C89B5E;
}

.whatsapp-panel button[type="submit"] {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.menu ul li {
    background: transparent;
    border: 0;
    place-content: center;
}

.menu ul li a {
    text-transform: uppercase;
    color: rgba(62, 44, 30, .65);
    font-size: 12px;
    line-height: normal;
    letter-spacing: 16%;
    font-weight: 400;
    position: relative;
}

.menu ul li a::after {
    content: '';

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 100%;
    height: 1px;

    background: var(--main-color);

    transform: scaleX(0);

    transform-origin: left;

    transition: .6s cubic-bezier(.19, 1, .22, 1);
}

.menu ul li a:hover::after {
    transform: scaleX(1);
}

.menu ul li a.active::after {
    transform: scaleX(1);
}

.menu ul li a.active {
    color: #3E2C1E;
}


.menu ul li a.dropdown-item {
    color: var(--main-color);
}

.logo-banner {
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
    max-width: 170px;
}

.menu-fixo .menu .dropdown-menu li {
    padding: 0;
}

.menu ul li.especial.tel {
    padding: 0 .5em;
    padding-left: 1em;

}

.menu ul li.especial.tel a {
    background-color: #fff;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    padding: .8em 2em;
}

.menu ul li.especial.tel a:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.menu ul li.especial {
    padding: 0 .5em;
}

.menu ul li.especial a {
    background: var(--main-color);
    letter-spacing: normal;
    padding: 0.8em 2.5em;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.menu ul li.especial a:hover {
    background-color: var(--second-color);
    color: #fff;
}









.default-button.saiba-mais {
    font-size: 15px;
    display: block;
    margin-bottom: 1em;
    background-color: var(--main-color);
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}



span.saibamais {
    font-size: 15px;
    display: block;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding: 0.5em 2em;
    font-weight: 500;
    margin: 0;
}



.slick-dots li.slick-active button:before {
    color: var(--main-color);
    background-color: var(--main-color);
    width: 30px;
}

.slick-dots li button:before {
    content: " ";
    background-color: #858585;
    width: 10px;
    height: 10px;
    border-radius: 30px;
}

.slick-dots li {
    width: 13px;
}

.slick-dots li.slick-active {
    width: 30px;
}




.default-button.green {
    background-color: #629338;
    color: #fff;
    float: left;
    margin-top: 0;
}

.default-button.green:hover {
    background-color: var(--main-color);
}

.g-stars {
    text-align: center;
}



/* Para o dropdown abrir no hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Remove o espaçamento que pode causar gap */
}

/* Opcional: manter o dropdown visível enquanto o mouse está sobre ele */
.dropdown-menu:hover {
    display: block;
}

/* Ajuste para dispositivos móveis (opcional) - manter clique no mobile */
@media (max-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
}


p.subtitle {
    font-size: 20px;
    color: var(--text-color)
}

p.subtitle.white {
    color: #fff;
}



#btnConcordarAceitar {
    background-color: var(--main-color);
}




.row-equal {
    display: flex;
    flex-wrap: wrap;
}

.row-equal>.individual a {
    display: flex;
}

.box {
    width: 100%;
}


span.tit {
    background: var(--main-color);
    letter-spacing: normal;
    border-radius: 30px;
    padding: .5em 2em;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    margin-bottom: 1em;
    display: inline-block;
    text-align: center;
}

#principal-cta {
    background-color: var(--second-color);
}

#principal-cta .text p {
    color: #fff;
    margin-bottom: 0;
}

#principal-cta h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

#principal-cta a {
    color: var(--main-color);
    font-weight: bold;
    font-size: 36px;
    display: block;
    text-align: center;
}

#principal-cta img {
    margin: 0 auto;
    display: block;
    width: 60px;
    margin-bottom: 1em;
}

#sobre-first {
    background-color: var(--fundo-second);
    padding-bottom: 10em;
}

#sobre-first h3 {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    line-height: 180%;
    letter-spacing: 5%;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#sobre-first h3::before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    background-color: rgba(161, 122, 118, 0.6);
    bottom: 0;
    left: 0;
}

#sobre-first p.sobre,
#sobre-second p.sobre {
    color: rgba(93, 76, 69, 0.88);
    font-weight: normal;
    line-height: 210%;
    letter-spacing: 5%;
    font-size: 16px;
}

#sobre-second {
    background-color: var(--fundo)
}

#sobre-first span.tags {
    color: rgba(93, 76, 69, 0.45);
    font-size: 11px;
    font-weight: normal;
    line-height: 210%;
    letter-spacing: 1%;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.padding-texto {
    margin-top: -8%;
}

h4.preheading {
    color: rgba(169, 111, 106, 0.6);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 210%;
    letter-spacing: 1%;
    padding-top: 5em;
}

#sobre-second h2.heading {
    margin-bottom: 35px;
}

.default-button-texto {
    transition: .4s ease;
    position: relative;
    color: rgba(161, 122, 118, 0.72);
    text-transform: uppercase;
    line-height: 121%;
    letter-spacing: 18%;
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 1em;
}

.default-button-texto:hover {
    letter-spacing: .22em;
}

.default-button-texto:before {
    content: '';
    display: block;
    transition: .4s ease;
    width: 30px;
    height: 1px;
    position: absolute;
    background-color: rgba(161, 122, 118, 0.42);
    bottom: 0;
    left: 0;
}

.default-button-texto:hover::before {
    width: 60px;
}

#servicos h2.heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 80%;
    letter-spacing: -1%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

#servicos p {
    font-size: 16px;
    color: rgba(93, 76, 69, 0.88);
    line-height: 200%;
    letter-spacing: 1%;
}

#servicos h2.heading:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    background-color: rgba(161, 122, 118, 0.42);
    bottom: 0;
    left: 0;
}

#servicos {
    background-color: #F5F1EE;
}

#servicos h4.preheading {
    padding-top: 0;
}

#servicos img {
    border-radius: 30px;
}

#servicos a {
    overflow: hidden;

    display: block;
}

#servicos img {
    transition:
        transform .8s cubic-bezier(.19, 1, .22, 1),
        filter .8s cubic-bezier(.19, 1, .22, 1);
}

#servicos a:hover img {
    transform: scale(1.035);
    filter: brightness(1.03);
}

#servicos a.trabalho-1,
#servicos a.trabalho-2,
#servicos a.trabalho-3,
#servicos a.trabalho-4 {
    border-radius: 30px;
}

#servicos a.trabalho-1 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#servicos a.trabalho-2 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#servicos a.trabalho-3 img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#servicos a.trabalho-4 {

    margin-top: 2em;
}

#servicos a.trabalho-4 img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

footer h2.heading {
    font-size: 64px;
    line-height: 95%;
    letter-spacing: -1%;
    text-align: center;
    color: rgba(93, 76, 69, 0.88);
    font-weight: 600;

}

footer h2.heading::after {
    content: '';

    display: block;

    width: 120px;
    height: 1px;

    margin: 40px auto 0;

    background:
        rgba(169, 111, 106, .25);
}

footer h2.heading b {
    color: var(--main-color);
}


.reveal {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity .9s ease,
        transform .9s ease;
}

.reveal.active {
    opacity: 1;
    transform: none;
}

#servicos.interno a img {
    height: 200px;
    object-fit: cover;
}