/* 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;
    font-family: 'Montserrat', sans-serif;
}
.logo{
    margin: 10px;
}
body{
    background: #EFEFEF !important;
}

.title{
    color: #263548;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
}
.title-1{
    font-size: 36px;
    color: #263548;
    font-weight: bold;
    line-height: 14px;
}
.title-3{
    font-size: 36px;
    color:rgb(255, 255, 255);
    font-weight: bold;
    line-height: 14px;
}
.title-2{
    font-size: 36px;
    color: #E7C143;
    font-weight: bold;
    
}
.inicio{
    margin-top: 25px;
}
.inicio p{
    font-size: 24px;
    color: #263548;
    font-weight: 600;
    line-height: 26px;
}
.praga{
    color: #E7C143;
}

.btn-inicio{
    margin-top: 30px;
    background-image: linear-gradient(to right, #35b247 0%, #61ce70 100%), radial-gradient(circle at top left, #35b247, #61ce70);
    color: #fff !important;;
    font-size: 24px;
    font-weight: 500;
    width: auto;
    padding: 15px;
    height: 64px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-inicio .whatsapp{
    margin-bottom: 7px;

}

.btn-inicio:hover {
    background-color: #35b247;
    transform: scale(1.05);
}
.sobre{
    margin-top: 100px;
}
.sobre p{
    font-size: 22px;
    margin: 34px;
}

.video-container {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

video {
    width:45%;
    height: 50%;
    z-index: 2;
    border-radius: 15px; /* Borda arredondada */
    object-fit: cover;  /* Garante que o vídeo preencha a área do contêiner */
}

.gif {
    width:45%;
    height: 50%;
    z-index: 2;
    border-radius: 15px; /* Borda arredondada */
    object-fit: cover;  /* Garante que o vídeo preencha a área do contêiner */
    display: none;
}
.check{
    position: relative;
    top: 21px;
    right: 26px;
}

.card-servico{
    height: 370px;
    width: 328px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex; flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    
}
.card-servico strong{
    font-size: 30px;
    color: 263548;
    text-align: center;
}
.card-servico p{
    font-size: 14px;
    padding: 2%;
    text-align: left;
    width: 285px;
}

.servicos{
    margin-top: 100px;
}

.servicos-item{
    margin: 30px;
    justify-content: center;
    display: grid;
}

.ambientes{
    background: #263548;
    padding-top: 45px;
    margin-top: 100px;
}

.info-ambiente{
    display: flex;
}

.info-ambiente h5{
    font-size: 20px;
    color: white;
    margin: 5px;
}
.tipo{
    margin: 5px;
}
.tipo-ambiente{
    padding: 35px
}

.clientes{
    margin-top: 100px;
}

.aviso{
    margin-top: 130px;
}
.title-aviso-1{
    font-size: 48px;
    color: #263548;
    font-weight: 700;
    line-height: 40px;
}
.title-aviso-2{
    font-size: 48px;
    color: #E7C143;
    font-weight: 700;
}

.info-aviso{
    display: flex;
    align-items: center;
}
.rato{
    margin-left: 20px;
}
.aviso-descricao p{
    font-size: 20px;
}
footer{
    margin-top: 100px;
}
.rede img{
    margin: 8px;
}
.rede p{
    font-size: 24px;
    font-weight: 400;
}
.rede a{
    text-decoration: none;
}
.footer-center{
    display: flex;
    align-items: center;
    text-align: center;
}
.screan2{
    display: none;

}

@media (max-width: 768px) {
    .screan1{
        display: none;
    }
    .screan2{
        display: block;
    }
    .screan{

        margin-top: 0px !important;
    }

    .div-center{
        display: flex;
        justify-content: center;
    }
    .title{
        font-size: 36px;
    }
    .inicio p{
        font-size: 16px;
    }
    .btn-inicio {
        margin-top: 0px;
    }
    .mobile-servico{
        display: grid;
        justify-content: center;
    }
    .mobile-btn{
        margin-top: 50px;
    }
    .tipo-ambiente{
        display: grid;
        justify-content: center;
    }
    .mobile-propaganda{
        display: grid;
        justify-content: center;
    }
    .title-aviso-1{
        font-size: 32px;
    }
    .title-aviso-2{
        font-size: 32px;
    }
    .btn-inicio{
        font-size: 22px;
    }
    .rato-mb{
        display: none;
    }
    .info-ambiente h5{
        font-size: 16px;
    }
    .btn-outrasAv{
        margin-bottom: 25px;
    }
    .gif{
        display: block;
        width: 70%
    }
    video{
        display: none;
    }

}

@media (max-width: 981px) {
    .icon{
        display: none;
    }
}


@media (max-width: 1199px) {
    .screan{
        justify-content: center;
        display: flex;
        margin-top: 50px !important;
    }
}

@media (max-width: 397px) {
    .btn-inicio{
        font-size: 16px;
        width: 100%;
    } 
    #bt-wp{
        width: 100%;
    }
}
@media (max-width: 382px) {
    .title{
        font-size: 31px;
    }
}
.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;
}