/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
html {
    scroll-behavior: smooth;
}

body, h1, h2, p, ul, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.title{
    font-weight: 800;
    font-size: 32px;
}
.title-column-1{
    background-color: #69BF75;
    height: 9px;
    width: 183px;
}
.title-column-2{
    background-color: #69BF75;
    height: 9px;
    width: 283px;
}
.title-column-3{
    background-color: #69BF75;
    height: 9px;
    width: 123px;
}
.title-column-4{
    background-color: #69BF75;
    height: 9px;
    width: 300px;
}

.description{
    font-size: 24px;
    font-weight: 400;
    color: #2E2E2E
}
.navbar-toggler{
    border: var(--bs-border-width) solid rgb(0 0 0 / 0%) !important;
}
body {
    font-family: 'Montserrat', sans-serif;
}

.container {
}
/* Hero Section */
.hero {
    background: #0ABF53;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.hero h1 span {
    color: #004D00;
}

.whatsapp{
    height: 30px;
    width: 30px;
    margin-right: 2px;
}

/* About Section */
.about {
    padding: 50px 20px;
}

/* Services Section */
.services {
    background: #FFF;
    padding: 50px 20px;
}

.service-items {
    margin-top: 50px;
}

.service-item {
    height: 289px;
    width: 250px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 4px;
}
.owl-stage{
    height: 300px;
}

@media(max-width: 480px){
    .service-item {
        width: 300px;
    }
    .description{
        font-size: 20px;
    }
}

.service-item p{
    color: #2E2E2E;
    font-size: 22px;
    padding: 8px;
}

/* Mission Section */
.mission {
}

.mission .btn {
    display: inline-block;
    background: #004D00;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
}
.cliente{
   height: 350px;
}
.clientes{
    margin: 50px;
}

/* Footer */
.footer {
    background: url('assets/img/polygon.png') no-repeat center; 
    background-size: cover;
    height: 600px;
    width: 100%;  
}


.start-front {
    background: url('assets/img/screen5.png') no-repeat center center;
    background-size: cover; 
    height: 850px; 
    image-rendering: auto;
    display: flex; 
    align-items: center;
    justify-content: space-between;
    padding: 0 5%; 
    color: white; 
    
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.8), rgba(0, 128, 0, 0.5)),
    url('image.png') no-repeat center center;
    background-size: cover;
    height: 100vh; /* Tela inteira */
    padding: 0 5%; /* Espaçamento horizontal */
    color: white;
}

/* Texto principal */
.hero-text {
    max-width: 50%; /* Limita o espaço do texto */
}

.hero-text h1 {
    font-size: 52px;
    font-weight: 600;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.hero-text h1 strong {
    font-size: 52px;
    font-weight: 800;
}

.hero-text p {
    font-size: 24px;
    font-weight: 400;
    color: #2F2E41
}

/* Botão personalizado */
.hero-btn {
    margin-top: 10px;
    background-color: #2E2E2E;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 330px;
    height: 64px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.hero-btn:hover {
    background-color: #444;
    transform: scale(1.05);
}

/* Ajuste da imagem do lado direito */
.hero-image img {

}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-image {
        margin-top: 2rem;
    }
}

.about-row{
    display: flex;
    align-items: center;  /* Alinha verticalmente no centro */
    justify-content: space-between; 
}

.about-div-1{
    width: 60%;
}
.about-div-1 p{
    font-size: 24px;
}
.about-video{
    width: 50%;
    padding: 10px;
}

.video-container {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

video {
    width:60%;
    height: 70%;
    z-index: 2;
    border-radius: 15px; /* Borda arredondada */
    object-fit: cover;  /* Garante que o vídeo preencha a área do contêiner */
}

.ground1{
    background: url('assets/img/ground.png') no-repeat;
    background-size: cover;
    position: absolute;
    height: 237px;
    width: 114px;
    margin-top: 400px;
    opacity: 53%; 
}

.ground2{
    background: url('assets/img/ground.png') no-repeat;
    background-size: cover;
    position: absolute;
    height: 237px;
    width: 114px;
    right: 0;
    margin-bottom: 10px;
    opacity: 53%; 
}

/* .ground25{
    background: url('assets/img/ground.png') no-repeat;
    background-size: cover;
    position: absolute;
    height: 237px;
    width: 114px;
    right: 0;
    margin-bottom: 10px;
    opacity: 53%; 
    display: none;
} */

.ground3{
    background: url('assets/img/ground2.png') no-repeat;
    background-size: cover;
    position: absolute;
    height: 66px;
    width: 275px;
    right: 10px;
    opacity: 53%; 
    margin-bottom: 100px;
}

.ground4{
    background: url('assets/img/ground2.png') no-repeat;
    background-size: cover;
    height: 66px;
    width: 275px;
    /* right: 0; */
    margin-top: 30px;
    margin-bottom: 50px;
    opacity: 53%; 
}

.ground5{
    background: url('assets/img/ground.png') no-repeat;
    background-size: cover;
    position: absolute;
    height: 237px;
    width: 114px;
    right: 0;
    margin-bottom: 10px;
    opacity: 53%; 
}

.ground6{
    background: url('assets/img/ground.png') no-repeat;
    background-size: cover;
    position: absolute;
    height: 237px;
    width: 114px;
    margin-top: 400px;
    opacity: 53%; 
}


.services{
    background: url('assets/img/polygon.png') no-repeat center; 
    background-size: cover;
    height: 600px;
    width: 100%;   
}

.reformasGeral{
    background: url('assets/img/servicos-gerais.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;

}
.alvenariaReboco{
    background: url('assets/img/reboco.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;

}
.pisos{
    background: url('assets/img/pisos.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;
}
.eletrica{
    background: url('assets/img/eletrica.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;
}
.hidraulica{
    background: url('assets/img/hidraulica.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;
}
.pintura{
    background: url('assets/img/pintura.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;
}
.telhado{
    background: url('assets/img/telhado.jpg') no-repeat center; 
    background-size: cover;
    height: 200px;
    border-radius: 20px 20px 0px 0px;
}

.mission{
    margin-top: 50px;
}


.mission .missao-div{
    margin-top: 50px;
}


.footer .logo-footer{
    border-radius: 29px;
    height: 151px;
    width: 379px;
    margin: 17px;

}
.footer .contato{
    background: #69BF75;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 445px;
    width: 458px;
}

.contato .icon{
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.contato .text-footer{
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}

.contato .text-footer strong{
    font-size: 20px;

}

.contato .text-footer P{
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.contato .contato-div{
    margin: 40px;
}

.contato-div a{
    text-decoration: none;

}
@media(max-width: 991px){
    .start-front{
        align-items: baseline;
        text-align: center; 
    }
    .hero-text{
        margin-top: 150px;
    }
    .hero-btn {
        margin-top: 10px; /* Ajuste de espaçamento, se necessário */
        padding: 10px 20px;
        font-size: 16px;
        display: inline-flex; /* Garante que o botão seja tratado como elemento de linha */
        align-items: center; /* Centraliza o conteúdo dentro do botão */
        justify-content: center; /* Centraliza o texto no botão */
        text-decoration: none; /* Remove sublinhado do botão se tratado como link */
    }
    .hero-text h1{
        font-size: 48px;
        line-height: 1
    }
    .hero-text h1 strong {
        font-size: 48px;
    }
    .hero-text p{
        font-size: 16px;
        font-weight: 500;
    }
    .imgMissao{
        display: none;
    }
    .missao-div .btn-div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ground1{
        margin-top: 260px;
        left: -5px;
    }
    .ground2{
        right: -31px;
    }
    /* .ground25{
        display: flow;
        top: 1900px;
        right: -20px;
    } */
    video{
        width: 70%;
        height: 80%;
    }
    .ground5{
        display: none;
    }
    .ground6{
        display: none;
    }

    .footer .logo-footer{
        height: 91px;
        width: 228px;
        margin-top: 70px;
    }

    .footer .contato{
        height: 313px;
        border-radius: 0px;
        margin-top: 10px;
    }
    .contato .text-footer{
        margin-bottom: 4px;

    }
    .clientes{
        margin: 25px;
    }

}

#bt-wp{
    text-decoration: none;
}
.btn-div a {
    text-decoration: none;
}

@media(max-width: 500px){
    .start-front {
        background: url('assets/img/screenMobile2.png') no-repeat center center;
        background-size: cover; 
        max-width: 100%; 
        height: 800px; 
        display: flex; 
        justify-content: center;
        padding: 0 5%; 
        color: white; 
    }
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cookie-banner p {
    margin: 0;
    flex: 1 1 auto;
    text-align: left;
}

.cookie-banner a {
    color: #00bfff;
    text-decoration: underline;
}

/* .cookie-banner .btn {
    background-color: #00bfff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    flex: 0 0 auto;
    text-align: center;
}

.cookie-banner .btn:hover {
    background-color: #008fcc;
} */


/* Responsividade */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 15px;
    }

    .cookie-banner p {
        text-align: center;
    }

    .cookie-banner .btn {
        width: 100%;
        max-width: 200px;
    }
    #accept-cookies{
        margin-bottom: 8px;
    
    }
}


.fpoweb{
    text-decoration: none;
    font-weight: 500;
    color: #4458dc
}
.fpoweb-div p{
    font-size: 12px;
}