*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
   overflow-x: hidden !important;
   width: 100% !important;
}

body {
   background-color: #FFF;
   min-height: 200vh;
   font-family: 'Sora';
   overflow-x: hidden;
}

nav {
    width: 100%;
    top: 0;
    left: 0;
    height: 80px; 
    padding: 0;
    background-color: transparent;
    border-style: hidden !important;
    box-shadow: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    z-index: 998;
}

header.sticky { 
    background-color: #212121;
}

header.sticky .logo,
header.sticky ul li a {
    color: #FFF;
    align-items: center;
}

header .logo {
    position: relative;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
}

#flu {
    visibility: hidden;
}
.flua {
    visibility: visible !important;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li a {
    margin: 0 15px;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.6s;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.titulo-hr {
    border-style: solid;
    color: #8c1010;
    border: 2px solid;
    width: 14em;
}
.linha {
    border-style: solid;
    color: #8c1010;
    border: 3px solid;
    width: 100%;
    align-items: center;
}
.align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sli {
    height: 100vh !important;
}
.sle {
    height: 600px !important;
}
.titulo {
    font-weight: bold; 
    font-family:'Fahkwang' !important;
    font-size: 1.8em;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
}

#preloader .inner {
    position: absolute;
    align-items: center;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    border-radius: 10px;
}
.card .card-image img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.parallax-container {
    height: 300px;
}

img {
    object-fit: cover;
    max-width: 100%;
}

hr {
    border-style: dotted;
    background-color: white;
}

.input-field input[type=text]:focus + label {
    color: #000 !important;
}
.input-field input[type=text]:focus {
    border-bottom: 1px solid #000 !important;
    box-shadow: 0 1px 0 0 #000 !important;
}

.waves {
    background-color: #ff0000;
}

.progress {
    background-color: transparent;
}
.progress .indeterminate {
    background-color: #8c1010 !important;
}

@media (min-width: 768px) {
    .brand-logo {
        margin-left: 0.5em;
    }
    .sld {
        padding-right: 3em !important;
    }
}

/* SLIDER ANIMADO AJUSTADO */
.slider-animado .slides {
    overflow-x: hidden;
    max-width: 100vw;
}

.slider-animado .slides li {
    overflow: hidden;
    position: relative;
    max-width: 100vw;
}

/* IMAGEM COM ANIMAÇÃO */
.slider-animado .slides li img.lazy {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 100vw;
    contain: layout;
    will-change: transform;
    animation: zoomAndSlide 20s ease-in-out infinite;
}

@keyframes zoomAndSlide {
    0% {
        transform: scale(1) translateX(0);
    }
    50% {
        transform: scale(1.05) translateX(-10px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}

@keyframes zoomOutAndSlide {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(0.95) translateX(10px);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* LOGO CENTRAL COM ANIMAÇÃO */
.logo {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 90vw;
    height: 10em !important;
    width: 25em !important;
    contain: layout;
    will-change: transform;
    animation: zoomOutAndSlide 20s ease-in-out infinite;
}

/* GOOGLE REVIEWS */
.google-reviews {
    background-color: #00468A;
    text-align: center;
    padding: 60px 20px;
    height: 600px;
}


.slides li {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.review-card {
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    width: 90%;
    height: auto%;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.review-author {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.review-card p {
    color: #555;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}

.stars {
    color: #FFD700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.autoshow {
    opacity: 0;
    transform: translateY(200px) scale(0.3);
    transition: all 0.6s ease-out;
}

.autoshow.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
