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

:root {
    --main-color: #FFBD00;
    --second-color: #1F1F1F;
    --text-color: #1F1F1F;
    --alternative-color: #565656;
    --background-color: #FFF3DE;
    --font-family: "Montserrat", serif;
}


/* Estilos Gerais */


/* Define o comportamento do box-sizing em todos os elementos */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ol,
ul {
    padding-left: 1rem;
}

/* Remover o scroll lateral */

html,
body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    /* Remove o scroll horizontal */
}


/* Garantir que o body e o html ocupem 100% da altura e largura da viewport */

html,
body {
    width: 100%;
    height: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    color: var(--text-color);
    font: 14px/2em var(--font-family);
    letter-spacing: 0.5px;
    /* scroll-snap-type: y mandatory;
    overflow-y: scroll; */
}

section {
    position: relative;
    justify-content: center;
    padding: 3em 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    section {
        padding: 20px;
        /* Adiciona mais espaço interno para telas menores */
        text-align: left;
        /* Alinha o texto à esquerda para melhor leitura */
    }
}

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


/* .container-fluid {
    padding: 0;
} */

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

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: 1.5em;
}

.mobile-none {
    display: block;
}

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



.spacer {
    padding: 3em 0;
}

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

.default-button {
    background: var(--main-color);
    border-radius: 30px;
    padding: 1em 4em;
    color: var(--second-color);
    font-weight: 600;
    font-size: 16px;
}

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

#topo ul li a.btn-default {
    font-size: 15px;
}

#topo ul li a.featured {
    background: transparent;
    border-radius: 2px;
    padding: .5em 2em;
    color: var(--main-color);
    margin-left: 2em;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid var(--main-color);
}

#topo ul li a {
    color: var(--second-color);
    margin: 0 .5em;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

#topo ul li a.active {
    border-bottom: 1px solid var(--main-color);
}

#home {
    position: relative;
    margin-top: 5em;
    background-color: #F8F9FC;
    padding: 0;
}

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



h1.logo-hid {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.header-dados .row {
    display: flex;
    align-items: center;
}

header {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    padding-top: 0px;
    border-radius: 0px;
    border-top: 5px solid #ffd900;
    border-bottom: 1px solid #f3f3f3;

}

header .nav-itens .menu-float a {
    color: #fff;
    margin-left: 10px;
}

header .nav-itens .menu-float a.btn-default {
    color: #fff;
}

header .nav-itens .menu-float a.btn-default .svg-inline--fa {
    margin-left: 0px;
    margin-right: 10px;
}

header .nav-itens .menu-float a.btn-default:hover {
    color: var(--main-color);
}

header.menu-fixo {
    background-color: #ffffff;
}

header.menu-fixo .logo {
    text-align: left;
    float: left;
    display: block;
}

header.menu-fixo .logo img {
    max-width: 50%;
}

header.menu-fixo .fa-2x,
header .fa-2x {
    font-size: 22px;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;
}

header .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: 500;
}

header#topo.menu-interno {
    border-bottom: 1px solid #ebebeb;
}


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

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

.logo img {
    max-width: 50%;
}




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

.whatsappme a {
    color: #fff;
}

.tab-pane h3 {
    font-weight: bold;
    margin: 0px;
    color: #000;
    margin-bottom: 1em;
}


/* #clientes {
    background-color: var(--main-color);
    padding-top: 10em;
} */

.slick-prev:before,
.slick-next:before {
    color: #00aecf;
}


.no-padding {
    padding: 0;
}

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

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



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

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

footer a {
    color: #fff;
}

footer ul li {
    list-style: none;
}

footer p {
    color: #fff;
    padding: 0;
}

footer {
    background-color: var(--second-color);
    color: #fff;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    padding: 1em;
    padding-bottom: 3em;
    margin-top: 2em;
}

footer h3 {
    font-size: 20px;
    color: var(--main-color);
    margin: 1em 0 1em;
}

footer img {
    filter: invert(1);
    margin: 3em 0 1em;
}

footer ul {
    padding-left: 0px;
}

footer ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}

.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: 9em;
    min-height: 100vh;
}


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


.gallery {
    margin-top: 4.7em;
}


.signature {
    background-color: var(--main-color);
    color: #000;
    text-align: center;
    font-size: 10px;
    line-height: normal;
}

.signature a {
    color: #000;
}


#contato ul li {
    list-style: none;
}

footer .social-footer-icons ul li a {
    background: var(--main-color);
    display: block;
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    color: #1f1f1f;
    border-radius: 30px;
    margin: 0 .5em;
}

#home .nome-title {
    background-color: var(--main-color);

}

#home .nome-title h2 {
    text-align: center;
    color: var(--second-color);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 1.5em;
}

.default-wpp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 300mscubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.2), 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    background: #25d366;
    width: 400px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.default-wpp:hover {
    background-color: #128C7E;
    color: #fff;
}

.default-wpp i {
    margin-right: 10px;
}

.default-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 300mscubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.2), 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    color: var(--second-color);
    background: var(--main-color);
    width: 400px;
}

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

.banner-home h3 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.text-locacao {
    background-color: #e2dedc;
    padding: 3em;
    margin-top: 2em;
}

.text-locacao h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0em;
    margin-bottom: 0;
}

.text-locacao h4 {
    font-size: 16px;
    font-weight: 500;
}

.text-locacao p {
    margin: 0;
    padding: 0;
}

.vantagens h3,
.sobre h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0em;
    margin-bottom: 0;
}

.vantagens,
.sobre {
    margin-top: 2em;
}

.vantagens .individual {
    text-align: center;
}

.vantagens .individual h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: .5em;
}



.absolute-footer a {
    TEXT-ALIGN: CENTER;
    DISPLAY: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 21px 0px #25D366;
    padding: 0;
}

.absolute-footer {
    position: fixed;
    border: 0;
    right: 10px;
    bottom: 30px;
    z-index: 2;
    background: #29a71a;
    border-radius: 5px;
}