body{
    font-family: 'Montserrat', sans-serif;
    
    background-color: #ffffff;
    color: #292929;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('img/bgHome.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-card{
    background-color: #edefe4;
}
.bg-card2{
    background-color: #2c6441;
}
h1{
    color:#2c6441;
    font-weight: bold;
    text-shadow:  0 0 .8rem #ffffff;
}
.nav-item{
    font-size: .85rem;
}

.text-card{
    color:#c7e252;
    font-weight: bold;
    font-size: 7rem!important;

}
.btn-primary{
    background-color: #2c6441;
    color:#ffffff;
    border: 0;
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.btn-primary:hover{
    background-color: #c7e252;
    color:#2c6441;
    font-weight: bold;
    border: 0;
}

.btn-secondary{
    background-color: #c7e252;
    color:#2c6441;
    font-weight: bold;
    border: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.btn-secondary:hover{
    background-color: #2c6441;
    color:#ffffff;
    border: 0;
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.temas{
    color:#2c6441;
    background-color: #c7e252;
    font-weight:bolder;
    font-size: .9rem;
    border-radius:2rem;
    padding: .5rem;
}
.temas:hover{
    background-color:#2c6441;
    color: #c7e252;
    fill: #000;;
}
.tooltip-inner {
    width: fit-content;
    max-width: 600px!important;
    white-space: normal;
    font-size: 1rem;
    padding: 2rem 2rem;
    text-align: center;   
    background-color: #2c6441; /* cor de fundo (ex: azul Bootstrap) */
    color: #fff;               /* cor do texto */
}
.tooltip {
  --bs-tooltip-bg: #198754; /* verde Bootstrap */
  --bs-tooltip-color: #fff; /* cor do texto */
}
.tooltip.show {
  opacity: 1 !important;
}

.rodape{
    background-color: #edefe4;
    color:#999999;
}
.creditos{
    color:#b3b3b3;    
}



