@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    background-color: white;
    min-height: 60vh;
    font-family: "Noto Sans", sans-serif;
    padding: 0;
    color: black;
}

.container-fluid {padding: 0;}

nav {
    background-color: white;
}

.nav-background {
    background-color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: black;
}

.nav-item {
    margin-left: 45px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 1.58rem;
    letter-spacing: 0.5px;
    color: #136734;
}

.carousel-caption {
    position: absolute;
    top: 55%;  /* Posiciona no centro horizontal */
    left: 20%; /* Distância da borda esquerda */
    transform: translateY(-50%); /* Ajusta o alinhamento vertical */
    text-align: left;
    width: 50%; /* Define uma largura razoável */
}
.carousel-caption p {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    line-height: 40px;
    font-size: 2rem;
    color: white;
}

h1 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 1.6px;
    color: #136734;
}
p {
    margin-top: 30px;
    font-size: 1.3rem;
}

.gallery-item {
    width: 100%;
    max-width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
    border: 4px solid transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-item:hover {
    border-color: #136734;
}

.diferenciais {
    margin-top: 30px;
}
.diferenciais h2 {
    color: #1E5128;
    font-weight: bold;
}
.diferencial-item {
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.diferencial-item p {
    margin-top: 10px;
}

.map-container {
    overflow-x: hidden;
    width: 100%;
    height: 800px;
}

.margin-top {margin-top: 150px;}

.diferenciais h2 {
    color: #1E5128;
    font-weight: bold;
}

.form-container {
    max-width: 500px;
    margin: 50px auto;
}
.form-control {
    background-color: #dedfdd;
    border: none;
    height: 50px;
}
.btn-enviar {
    background-color: #136734;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
}
.btn-enviar:hover {
    background-color: #0f542a;
    color: white;
}

.erro {
    color: red;
    display: none;
}

#carregando {
    display: none;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #e99001
}

#status {
    display: none;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #e99001
}

footer {
    overflow-x: hidden;
    width: 100%;
    padding: 10px;
    margin-top: 60px;
    background-color: #136734
}
p.footer {
    text-align: center;
    font-size: 0.9rem;
    color: white
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg");
    background-size: cover; /* Ajusta a imagem ao botão */
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Efeito ao passar o mouse */
.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Responsividade */

@media (max-width: 991px) {
    main {margin-top: 160px}

    .carousel-caption {
        top: 45%;  /* Posiciona no centro horizontal */
        left: 18%; /* Ajusta a posição em telas menores */
        width: 80% /* Expande o texto para melhor legibilidade */
    }

    .carousel-caption p {
        font-size: 2rem; /* Diminui o tamanho do texto */
        line-height: 35px; /* Ajusta o espaçamento */
    }

    .slide-mb {
        margin-top: 128px;
        margin-bottom: -140px
    }

    .navbar-light .navbar-nav .nav-link {color: black}
    .navbar-light .navbar-nav .nav-link:hover {color: #00A859}

    .nav-item {
        margin: 0;
        border-bottom: 1px solid #00A859
    }

    .nav-item.no-border {border-bottom: none}

    h1 {margin-top: 20px}

    p {
        margin-top: 15px;
        font-size: 0.95rem
    }
}

@media (max-width: 765px) {
    main {margin-top: 160px}

    .carousel-caption {
        top: 45%;  /* Posiciona no centro horizontal */
        left: 18%;
        width: 90%;
        text-align: left /* Centraliza em telas muito pequenas */
    }

    .carousel-caption p {
        font-size: 1.5rem;
        line-height: 28px
    }
}

@media (max-width: 576px) {
    main {margin-top: 160px}

    .carousel-caption {
        top: 40%;  /* Posiciona no centro horizontal */
        left: 8%;
        width: 90%;
        text-align: left /* Centraliza em telas muito pequenas */
    }

    .carousel-caption p {
        font-size: 1rem;
        line-height: 20px
    }
}