* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*cores primeiro projeto: 
fundo principal:
   background-color: #b1674a;

segunda cor: 
  background-color: burlywood;  
*/

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
}

header {
    display: flex;
    background-color: #6d355c;
    justify-content: center;
    margin: 0 auto;

}

header div img {
    height: auto;
    margin: 0 auto;
}


.div-header {
    background-color: #80895e;
    width: 100%;
    padding: 3px;
}


body {
    background-color: #6d355c;
    width: 100%;
 

}

.div-quilombolas {
 

    justify-content: center;
    justify-items: center;
    background-color: #80895e;
    border-radius: 8px;
    padding: 30px;


}


.div-indigenas {


    justify-content: center;
    justify-items: center;
    background-color: #80895e;
    border-radius: 8px;
    padding: 30px;

}

.div-fauna {


    justify-content: center;
    justify-items: center;
    background-color: #80895e;
    border-radius: 8px;
    padding: 30px;

}


.div-flora {

    justify-content: center;
    justify-items: center;
    background-color: #80895e;
    border-radius: 8px;
    padding: 30px;

}


footer {
    width: 100%;
    padding: 5px;
    margin-top: 15px;
    background-color: #80895e;

    display: flex;
    justify-content: center;

}

.body-contato {
    display: flex;
    flex-direction: column;
}

.div-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
    border: solid #80895e 0.5px;
    border-radius: 8px;
    max-width: 80%;
    font-size: 16px;

}

.div-contato a {
    font-size: 16px;
}

.div-contato-infos {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    font-size: 1rem;
}


.div-contato span {
    font-weight: bold;
    color: white;
}

.div-contato a {
    margin: 0 auto;
}


.div-contato-logos {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;

}

.div-contato img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 30px;
}

.whatsapp-float {

    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

footer img {
    max-width: 100%;
    height: auto;
}


.div-barra-links {
    padding: 15px;
    margin: 0 auto;
    display: inline-flex;
    width: 100%;
    background-color: #80895e;
    height: 60px;
    font-size: 16px;
    

}

.lista-1 {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;

    justify-content: space-around;

    color:white;
}




.a-link {
    text-decoration: none;
    color: white;
    padding: 5px;

}

/*
.a-link:hover {
    font-weight: bold;
}
*/

.container-manifesta {
    padding: 50px;
    text-align: justify;
    color: white;
    margin: 20px;
}

.container-manifesta span {
    font-weight: bold;
    color: white;
}


.sub-titulo {
    padding: 5px;
    margin-bottom: 10px;
}

h2 {
    color: white;
}


.container {
    width: 100%;
    margin: 0 auto;

}

.galeria {

    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;

}

.galeria h2,
h3 {
    color: white;
}

.card-obra {
    width: 100%;
    gap: 30px;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    display: flex;
    flex-direction: column;
    height: fit-content;
    position: relative;
    cursor: pointer;
}

/* Container da imagem com overflow */
.imagem-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Proporção A4 vertical (1:√2 ≈ 1:1.414) */
    padding-top: 141.4%;
    background-color: #f8f8f8;


}

/* Imagem com efeito de zoom suave */
.card-obra img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    transition: transform 0.6s ease, padding 0.4s ease;
}

/* Efeito de zoom na imagem ao passar o mouse */
.card-obra:hover img {
    transform: scale(1.05);
    /* Zoom leve na imagem */
    padding: 10px;
    /* Reduz padding para imagem parecer maior */
}

/* Conteúdo do card */
.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-obra h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.card-obra:hover h3 {
    color: #e74c3c;
    /* Muda cor do título no hover */
}

.card-obra p {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.preco {
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

/* Botão do WhatsApp */
.whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

/* Efeito no botão ao passar mouse no card */
.card-obra:hover .whatsapp-button {
    background-color: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(29, 168, 81, 0.3);
}

.whatsapp-button:hover {
    background-color: #128C7E !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 7px 20px rgba(18, 140, 126, 0.4) !important;
}

.whatsapp-button span {
    font-size: 1rem;
}

.logo-insta {
    width: 30px;
}


/* Badge para destaque (opcional) */
.destaque-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e74c3c;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 2;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.card-obra:hover .destaque-badge {
    opacity: 1;
    transform: translateY(0);
}

/* Responsividade */
@media (max-width: 768px) {
    .galeria {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
        padding: 10px;
    }

    .card-obra:hover {
        transform: translateY(-8px) scale(1.02);
    }
}

@media (max-width: 480px) {
    .galeria {
        grid-template-columns: 1fr;
    }

    .card-obra {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Efeito de sombra mais suave durante a transição */
.card-obra::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.card-obra:hover::after {
    opacity: 1;
}

.div-oncas {
    width: 100%;
    background-color: brown;

}



