

.html, body {
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

body{
    padding-top: 110px;
}

.sem-marcador {
    list-style-type: none;
}

/* Menu sobreposto no topo do banner */
.navbar-custom {
    position: absolute;
    /*background:  rgba(206, 235, 215, 1) ;*/
    background: linear-gradient(153deg,rgba(187, 226, 242, 1) 0%, rgba(206, 235, 215, 1) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease;
        
}

.nav-link{
    color: #009144;
    text-decoration: none !important;
}

.nav-link a{
    text-decoration: none;
}

.nav-link:hover{
    color: #2f176d;
}

.nav-btn {
    font-family: 'DejaVu Sans', sans-serif;
    color: white;
    background: #2f176d ;
    border-radius: 13px;
    padding: 9px 11px;
    margin-right: 10px;
    margin-left: 10px;
    transition: background 0.3s ease;
    border: none;
    text-decoration: none;
}

.nav-btn:hover{
    color: white;
    background: #009144 ;
    text-decoration: none;
}

/* Menu fixo ao rolar com fundo sólido */
.navbar-fixed {
    position: fixed !important;
    background: linear-gradient(153deg,rgba(187, 226, 242, 1) 0%, rgba(206, 235, 215, 1) 100%) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.navbar-fixed .navbar-brand {
    text-decoration: none;
}

.navbar-fixed .nav-link {
    color: #009144 !important;
    text-decoration: none;
}
.navbar-fixed .nav-link a {

    text-decoration: none  !important;
}

.navbar-fixed .nav-link:hover {
    color: #2f176d !important;
    text-decoration: none;
}
.navbar-fixed .nav-link a:hover{

    text-decoration: none  !important;
}


.navbar-brand{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar-brand h1 {
    margin-left: 20px;
    color: #009144;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-decoration: none  !important;
}

.navbar-brand a{
    text-decoration: none;
}
/* Seções */
#secao0 {
    padding: 50px 0px 50px 0px;
}

/* BANNER HERO ------------------------------------------------------------------------------------ */
.banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* FAIXA DE TÍTULOS DAS PAGINAS --------------------------------------------------------------------- */
.faixa-titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    text-align: center;
    color: #2f176d;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
    background: linear-gradient(60deg,rgba(210, 211, 212, 1) 0%, rgba(245, 246, 247, 1) 51%, rgba(210, 211, 212, 1) 100%);   
}

.faixa-titulo h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.caixa-matriz {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.carousel a{
    text-decoration: none;
    color: inherit;
}

.carousel span{
    color: #0bf87a;
}

/* Altura total da tela e centralização */
.carousel-item {
    /* margin-top: 50px;
    margin-bottom: 50px;*/
    height: 400px; /* Garante que cada slide ocupe 100% da altura da tela */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
}
.carousel-item h1{
    text-align: center;
    color: #fff;
    
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* ou 0.5, ajustável */
    z-index: 1;
}

.carousel-item > .d-flex {
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Já centraliza verticalmente (você já tem) */
    height: 100%;            /* Garante que ocupe toda a altura do slide */
}

/* Imagem transparente sobre o banner */
.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Garante que texto fique visível acima da imagem */
.carousel-item > .d-flex {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Setas maiores e brancas */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
    width: 3rem;
    height: 3rem;
}

/* Melhorando o estilo das setas */
.carousel-control-prev,
.carousel-control-next {
    z-index: 3; /* Garante que as setas fiquem acima do conteúdo */
}

/* Responsividade: ajuste nas setas em telas menores */
@media (max-width: 768px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
}

/* SECTION SOBRE  ----------------------------------------------------------------*/
.section-sobre {
    padding: 100px 10px;
}
.section-sobre h2{
    justify-content: center;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #2f176d;
}

.section-sobre h3 {
    font-family: 'Raleway', sans-serif;
    color: #2f176d;
}

.section-sobre p {
    text-align: justify;
}
/* Destaques em cards  ----------------------------------------------------------------*/
.destaques {
    padding: 40px 20px;
}
.destaques h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #2f176d;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.card.destaque {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  flex: 1 1 250px;
  text-align: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.card.destaque:hover {
  transform: translateY(-5px);
}

.card.destaque img {
  max-width: 80px;
  margin-bottom: 10px;
}

.card.destaque h4 {
  color: #00796b;
  margin: 10px 0 5px;
}

/* CTA (chamada para ação) -----------------------------------------------------------------*/
.section-cta{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.cta {
  background-color: #e0f2f1;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  width: 1300px;
  padding: 40px 0;
}

.cta h3 {
  margin-bottom: 10px;
  color: #004d40;
}

.cta p {
  margin-bottom: 20px;
}

.cta .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #00796b;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.cta .btn:hover {
  background-color: #004d40;
}

/*  RODAPÉ  --------------------------------------------------------------------------*/

.footer {
    background: linear-gradient(60deg,rgba(210, 211, 212, 1) 0%, rgba(245, 246, 247, 1) 51%, rgba(210, 211, 212, 1) 100%);   
    padding-top: 25px;
    flex-shrink: 0; /* Impede que o rodapé encolha */
    /*-webkit-box-shadow: 0px -10px 13px -7px rgba(151,151,151,0.86), 5px 5px 15px 5px rgba(151,151,151,0.86); 
    box-shadow: 0px -10px 13px -7px rgba(151,151,151,0.86), 5px 5px 15px 5px rgba(151,151,151,0.86);*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px -3px 6px, rgba(0, 0, 0, 0.23) 0px -3px 6px;
    color: #2f176d;
}

.footer h5 {
    margin-bottom: 20px;
    color: #2f176d;
	font-family: 'Josefin Sans', sans-serif;
}

.footer p {
	font-family: 'DejaVu Sans', sans-serif;
    text-align: left;
    font-weight: 500;
}

.footer .row {
    display: flex;
    flex-wrap: wrap; /* Permite que as colunas se ajustem conforme necessário */
}

.footer .col-md-2 {
    flex: 1 1 20%; /* Cada coluna vai ocupar no mínimo 20% do espaço */
    margin-bottom: 20px; /* Espaço entre as colunas em dispositivos menores */
}

.footer a {
	font-family: 'DejaVu Sans', sans-serif;
    color: #2f176d;
    text-decoration: none;
    font-weight: 500;
}

.footer a:hover {
    text-decoration: underline;
    color: #009144;
}

.footer .social-icons a {
    margin-right: 15px;
    font-size: 1.5em;
    color: #2f176d;
}

.footer ul.list-unstyled li {
    margin-bottom: 10px; /* Aumenta o espaçamento entre os itens da lista */
}

.footer .social-icons a:hover{
    color: #009144;
}

.footer-bottom {
    background: linear-gradient(153deg,rgba(187, 226, 242, 1) 0%, rgba(206, 235, 215, 1) 100%);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2f176d;
}

.footer-bottom .logos {
    display: flex;
    align-items: center;
}

.footer-bottom .logos img {
    margin-right: 10px;
    height: 40px;
}

.footer-bottom .copyright {
    text-align: right;
    margin-left: auto; /* Força o copyright a ir para a direita */
}

/*--------------------------------------------------------------------------------*/