body {
    font-family: "Open Sans", Arial, sans-serif;
    padding-top: 70px; /* Ajuste conforme a altura da sua navbar */
}

.opensans{
    font-family: "Open Sans", Arial, sans-serif !important;
}

.color-title{
    color: #333 !important;
}

.color-text{
    color: #666 !important;
}

#top-menu a{
    color: #999999;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-brand img {
    height: 50px;
}

.hero {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.hero img {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.text-indent {
    text-indent: 30px; /* Define o quanto você quer indentar o texto */
    text-align: justify; /* Justifica o texto para ficar mais organizado */
    padding-left: 20px; /* Adiciona um espaçamento extra à esquerda */
}

.text-overlay h1 {
    font-size: 4rem;
    font-weight: bold;
}

.text-overlay p {
    font-size: 1.5rem;
}

.footer {
    padding: 20px 0;
    background-color: #f1f1f1;
    text-align: center;
}


.hero-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.content-section {
    padding: 40px 0;
}

.content-section img {
    max-width: 100%;
    height: auto;
}

#linha-rosa{
    background-color: #dcb1b8; 
    height: 140px; 
    width: 100%;
}

/* Banner de Cookies */
.cookie-banner {
    z-index: 1050; /* Para garantir que o banner fique no topo */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.cookie-banner.hide {
    transform: translateY(100%);
}
