@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body,
html {
    overflow-x: hidden;
    background-color: var(--bg-branco);
    color: var(--bg-verde);
    font-family: var(--font-main);
}

p {
    font-size: 15px;
    font-family: var(--font-main);
    font-style: normal;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--bg-verde) var(--bg-branco2);
}

*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: var(--bg-branco2);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--bg-verde);
    border-radius: 5px;
    border: 1px double var(--bg-branco2);
}

body {
    font-family: var(--font-main);
}

:root {
    /* Colors */
    --bg-dourado: #e59e6d;
    --bg-bege: #e59e6d;
    --bg-branco: #fff;
    --bg-branco2: #d9d9d9;
    --bg-verde: #4e6548;
    --bg-verde2: #4e6548;

    /* Font's */
    --font-main: "Rubik", sans-serif;
    --font-title: "Rubik", sans-serif;
}

.hidden {
    display: none !important;
}

h1 {
    font-family: var(--font-title);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    /* 108% */
}

h2 {
    font-family: var(--font-title);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    /* 122.222% */
}

h3 {
    font-family: var(--font-title);
}

h4 {
    font-family: var(--font-title);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

h5 {
    font-family: var(--font-title);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

a {
    color: var(--bg-verde);
    text-decoration: none;
}

.bd1 {
    font-family: var(--font-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.bd3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--font-main);
}

.fl2 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.mt-100 {
    margin-top: 100px;
}

.btn-estilo1 {
    text-align: center;
    font-family: var(--font-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    padding: 17px 45px;
    border: 2px solid var(--bg-verde);
    background-color: transparent;
    color: var(--bg-verde);
    border-radius: 50px;
    transition: 0.4s ease-in;
}

.btn-estilo2 {
    text-align: center;
    font-family: var(--font-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    padding: 17px 45px;
    border: 2px solid var(--bg-branco2);
    background-color: transparent;
    color: var(--bg-branco2);
    border-radius: 50px;
    transition: 0.4s ease-in;
}

.btn-estilo3 {
    text-align: center;
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    padding: 10px 45px;
    border: 2px solid var(--bg-verde2);
    background-color: var(--bg-verde2);
    color: var(--bg-branco2);
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
    transition: 0.4s ease-in;
}

.btn-estilo1:hover,
.btn-estilo1:focus {
    border: 2px solid var(--bg-verde);
    background-color: var(--bg-verde);
    color: var(--bg-branco);
}

.btn-estilo2:hover,
.btn-estilo2:focus {
    border: 2px solid var(--bg-branco2);
    background-color: var(--bg-branco2);
    color: var(--bg-verde);
}

.btn-estilo3:hover,
.btn-estilo3:focus {
    border: 2px solid var(--bg-verde2);
    background-color: var(--bg-branco2);
    color: var(--bg-verde2);
}

/* MENU */

nav.navbar {
    position: fixed;
    width: 100%;
    background: transparent;
    top: 0;
    display: block;
    z-index: 99;
    transition: 0.4s ease-in-out;
    padding: 20px 0px;
}
body.scroll nav.navbar {
    background-color: var(--bg-verde);
    transition: 0.4s ease-in-out;

    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.19);
}

nav.navbar img.logo {
    display: block;
    margin: 0 auto;
    max-height: 48px;
}

nav.navbar .container {
    display: block;
}

nav.navbar .container .row.justify-content-end {
    align-items: center;
}

.pull-right {
    float: right;
}

nav.navbar .links-redes {
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

nav.navbar .links-redes a {
    margin-left: 15px;
}

nav.navbar .links-redes a:first-child {
    margin-left: 0px;
}

.offcanvas.offcanvas-end {
    background-color: var(--bg-verde);
}

.offcanvas.offcanvas-end {
    width: 600px;
}

.offcanvas.offcanvas-end .offcanvas-body {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    max-width: 500px;
    margin: 0 auto;
}

.btn-close {
    opacity: 1;
    filter: invert(1);
}
.offcanvas.offcanvas-end h2 {
    line-height: 36px;
    margin-bottom: 25px;
    opacity: 0.8;
    color: var(--bg-branco2);
    transition: 0.4s ease-in;
}
.offcanvas.offcanvas-end h2:hover {
    color: var(--bg-branco);
    opacity: 1;
}

.offcanvas.offcanvas-end h2:last-child {
    margin-bottom: 0 auto;
}

.offcanvas.offcanvas-end .links-menu {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.offcanvas.offcanvas-end .links-menu a {
    margin-left: 15px;
}

nav.navbar-expand-lg .menu-toggle {
    display: flex;
    flex-direction: column;
}

nav.navbar-expand-lg .menu-toggle span {
    width: 35px;
    height: 2px;
    background-color: var(--bg-branco);
    margin: 5px 0px;
}

/* INICIAL */

.banners {
}
.banners figure {
    position: relative;
    max-height: 1000px;
}
.banners h1 {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: var(--bg-branco);
    text-align: center;
    width: 100%;
}

.banners .owl-dots {
    width: auto;
    position: absolute;
    bottom: 20%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
    bottom: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banners .owl-dots .owl-dot {
    height: 15px;
    background-color: var(--bg-branco);
    border-radius: 100%;
    width: 15px;
}

.banners .owl-dots .owl-dot.active {
    height: 15px;
    background-color: var(--bg-dourado);
    width: 15px;
}

.banner {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-verde);
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}

.banner h1 {
    color: var(--bg-branco2);
    text-align: center;
}

.banner .row {
    align-items: center;
    justify-content: center;
}

.inicial1 {
    padding: 150px;
    text-align: center;
}

.inicial1 p {
    margin: 0 auto;
    display: block;
    max-width: 947px;
    color: var(--bg-verde2);
}

.inicial2 img {
    width: 395px !important;
    height: 395px !important;
}

.inicial2 p {
    color: var(--bg-verde2);
    border-bottom: 1px solid var(--bg-verde2);
    width: 100%;
    padding-bottom: 10px;
}

.inicial2 h3 {
    margin: 30px 0px;
}

.inicial3 {
    margin-top: 150px;
}

.inicial3 .container {
    background-color: var(--bg-branco2);
    padding: 15px;
}

.inicial3 .bg-conheca h3 {
    color: var(--bg-branco2);
}

.inicial3 h3 {
    margin: 0;
}

.inicial3 .bg-conheca {
    background-image: url("../img/inicial/conheca.jpg");
    height: 660px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inicial3 .row {
    justify-content: center;
    align-items: center;
}

.inicial3 .row .col {
    text-align: center;
}

.inicial3 a {
    display: inline-block;
    margin-top: 30px;
}

.inicial4 {
    margin: 150px 0px;
    color: var(--bg-verde);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inicial4 .coluna img {
    margin-right: 20px;
}

.inicial4 .coluna p {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.inicial4 .coluna {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-right: 1px solid var(--bg-verde);
    height: 120px;
}

.inicial4 .coluna:last-child {
    border-right: 0px;
}

.inicial5 {
    margin-bottom: 150px;
}

.inicial5 .min {
    text-align: center;
}

.inicial5 .min h3 {
    margin: 40px 0px 20px 0px;
}

.inicial5 .min p {
    max-width: 329px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0px;
}

.inicial5 .min a {
    margin-top: 40px;
    display: inline-flex;
}

.inicial5 .col {
    border-left: 1px solid var(--bg-verde);
}

.inicial5 .col:first-child {
    display: flex;
    position: relative;
}

.inicial5 figure {
    position: relative;
    margin: 0 auto;
}
.inicial5 figure .texto {
    position: absolute;
    bottom: 0;
    z-index: 999;
    color: #fff;
    width: 100%;
    bottom: 42px;
    left: 40px;
}

.bt {
    font-family: var(--font-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px; /* 100% */
    text-transform: uppercase;
}
.inicial5 .col.full h3 {
    margin-bottom: 30px;
}
.inicial5 .ler-mais {
    padding: 0px 95px 18px 0px;
    color: var(--bg-branco2);
    border-bottom: 1px solid var(--bg-branco2);
}
.inicial5 figure img {
    margin: 0 auto;
    display: block;
}
.inicial5 .col.full p {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transform-origin: 0 0;
    transform: rotate(270deg);
    left: -30px;
    top: 172px;
}
.inicial5 .container {
    padding-left: 50px;
}

/* HISTÓRIA */
.banner-historia {
    width: 100%;
    position: relative;
}
.banner-historia img {
    width: 100%;
}
.banner-historia h1 {
    color: var(--bg-branco2);
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.historia1 {
    margin: 150px 0px;
    position: relative;
}
.historia1 p {
    color: var(--bg-verde);
    max-width: 420px;
    margin: 0 auto;
    display: block;
}
.historia1 img {
    width: 100%;
}
.historia1 img.vetor-historia {
    position: absolute;
    right: 0;
    max-width: max-content;
    bottom: -100px;
}
.historia2 {
    margin-bottom: 150px;
    position: relative;
}
.historia2 .container {
    position: relative;
    padding-left: 100px;
}
.historia2 h2 {
    position: absolute;
    color: var(--bg-dourado);
    top: 0;
    left: 0;
    background: none;
    transform-origin: 0 0;
    transform: rotate(270deg);
    left: 0;
    top: 186px;
}

.historia2 .row {
    border-top: 1px solid var(--bg-verde);
    padding: 70px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.historia2 .row:last-child {
    border-bottom: 1px solid var(--bg-verde);
}
.historia2 h3 {
    max-width: 332px;
    float: right;
    text-align: right;
}
.historia2 p {
    max-width: 332px;
    margin-bottom: 0px;
    float: right;
    text-align: right;
}
.historia2 img {
    margin: 0 auto;
    display: block;
}
.historia2 .texto {
    float: right;
    max-width: 332px;
}

figure.img-video {
    position: relative;
}
figure.img-video img.video2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 60px;
}
.modal-content {
    background-color: transparent;
    background-clip: padding-box;
    border: none;
}
.modal-header {
    border-bottom: 0px;
}

/* CONTATO */
body.menu-bege nav {
    background-color: var(--bg-verde);
}
.contato1 {
    margin-top: 200px;
    margin-bottom: 100px;
    text-align: center;
}
.contato1 h1 {
    margin-bottom: 45px;
    color: var(--bg-verde);
}
.contato1 p.bd1 {
    line-height: 40px;
}
.contato1 a {
    margin: 0px 5px;
}
.contato1 form {
    margin: 60px auto 80px auto;
    display: block;
    text-align: left;
    max-width: 630px;
}
.contato1 form label.bd1 {
    margin-top: 20px;
    line-height: 18px;
    margin-bottom: 5px;
}
.contato1 form .form-control {
    border: 1px solid var(--bg-verde);
    border-radius: 4px;
}
.contato1 form textarea.form-control {
    min-height: 121px;
}
.contato1 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0f513287;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0f513259;
}
.contato2 {
    padding: 100px 0px;
    background-color: var(--bg-branco2);
}
.contato2 p {
    font-family: var(--font-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.contato2 .texto {
    max-width: 200px;
    float: right;
    text-align: right;
}
.contato2 .texto a {
    margin-left: 10px;
}
.contato2 .texto a:first-child {
    margin-left: 0px;
}
.contato2 hr {
    margin: 15px 0;
    border-top: 1px solid var(--bg-verde);
    opacity: 1;
}
.contato2 .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contato2 .texto {
    max-width: 200px;
    float: right;
    text-align: right;
    margin-right: 60px;
}
h1.logo-menu {
    color: var(--bg-branco);
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

/* TURISMO */

.turismo1 {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}

.turismo1 h1 {
    color: var(--bg-verde);
    text-align: right;
}
.tags-turismo .btn-primary {
    color: var(--bg-verde);
    border-color: var(--bg-verde);
}
.tags-turismo form .row {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.tags-turismo .coluna {
    display: contents;
    text-align: center;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border-radius: 30px;
    background: transparent;
    color: var(--bg-dourado);
    border: 1px solid var(--bg-dourado);
}
.btn-primary {
    color: var(--bg-bege);
    background-color: transparent;
    border-color: var(--bg-bege);
    border-radius: 30px;
}
.btn-check + .btn:hover {
    color: var(--bg-dourado);
    background-color: transparent;
    border-color: var(--bg-dourado);
    border-radius: 30px;
}

.turismo2 {
    margin-bottom: 150px;
    color: var(--bg-verde);
}
.turismo2 .row {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 100px 0px;
    border-bottom: 1px solid var(--bg-verde);
}
.turismo2 .row:last-child {
    border-bottom: 0px;
}

.turismo2 .texto {
    max-width: 100%;
}
.turismo2 .row.row-full {
}
.turismo2 .row.row-full img {
    width: 100%;
}
.turismo2 .row.row-full .texto {
    max-width: 412px;
    margin-top: 30px;
}
.turismo2 .row.row-full {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.no-margin-top {
    margin-top: 0px !important;
}
.hidden {
    display: none;
}
.turismo2 .row.row-full .texto {
    padding: 0px 15px 0px 15px;
}
.turismo2 .row.row-full .texto.full-text {
    max-width: 100% !important;
    width: 100% !important;
}
.col-padding {
    padding: 0px 50px;
}

/* PRIVACIDADE */
#cookie_popup {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 90%;
    display: block;
    background: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 20px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

#cookie_popup a.btn-estilo1 {
    text-align: center;
    font-family: var(--font-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 14px;
    text-transform: uppercase;
    padding: 9px 24px;
    border: 2px solid var(--bg-verde);
    background-color: transparent;
    color: var(--bg-verde);
    border-radius: 50px;
    float: right;
    cursor: pointer;
}

/* POLITICA DE PRIVACIDADE */
.politica {
    margin-top: 200px;
    text-align: left;
    padding-bottom: 100px;
}

.politica h1 {
    margin-bottom: 45px;
    color: var(--bg-dourado);
    text-align: center;
}

/* SERVIÇOS */
.banner-servico {
    background-image: url("../img/servicos/banner.jpg");
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.servicos {
    padding: 100px 0px;
}
.servicos .texto {
    margin-bottom: 50px;
    text-align: center;
}
.servicos .col-md-12.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}
.servicos .col-md-12.flex hr {
    margin: 5px 0px 10px 0px;
}
.servicos h1 {
    margin-bottom: 15px;
}

/* FOOTER */
footer {
    background-color: var(--bg-verde);
    padding: 100px 0px;
    color: var(--bg-branco2);
}

footer h4 {
    line-height: 20px;
    margin-bottom: 26px;
}

footer .links-politicas a {
    margin-right: 26px;
    text-transform: uppercase;
}

footer .links-politicas a:last-child {
    margin-right: 0px;
}

footer .links-redes {
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

footer .links-redes a {
    margin-left: 15px;
}

footer .links-redes a:first-child {
    margin-left: 0px;
}

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

footer .row.justify-content-between {
    justify-content: space-between;
    align-items: center;
}

footer h4:last-child {
    margin-bottom: 0px;
}

footer a {
    color: var(--bg-branco2);
}

footer .campo {
    margin-bottom: 40px;
    text-align: right;
}

footer .campo:last-child {
    margin-bottom: 0px;
}

footer a {
    transition: 0.4s ease-in;
}
footer a:hover {
    color: var(--bg-bege);
}

/* ATRIA */
.atria {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
}

.atria img {
    margin: 0 auto;
    height: 40px;
}

.c--anim-btn span {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
}

.c--anim-btn,
.c-anim-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.c--anim-btn {
    height: 42px;
    font: normal normal 500 1em/4em Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
}

.c-anim-btn {
    margin-top: -12px;
}

.c--anim-btn:hover .c-anim-btn {
    margin-top: -4em;
}

.span-2 {
    margin-top: -8px;
}

/* NOVAS */
.turismo1 {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 150px;
    margin-bottom: 100px;
}
.turismo1 h1 {
    text-align: center;
}
