.left-aligned { margin-left: auto; }
.bg-dark { 
    background-color: #064035 !important;
    color: #fff;
 }

.bg-dark a:hover{
    color: #fff;
}

.bg-hero { background-color: #45b06cff; }

body { 
    background-image: linear-gradient(
        #064035,
        #03402F,
        #012619
    );
    padding-top: 56px; 
    color: white !important;
}

body li a{
    color: white;
}

body li a:hover{
    color: white;
}

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer { color: white; font-weight: bold; }

img {
    width: 100%;
}

.row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;    
}

.logo {
    width: 70%;
    margin-bottom: 15px;
}

.footer-links{
    list-style: none;
    margin-bottom: 12px;        
    padding-left: 0;
}
.footer-links li{
    padding: 2%;
}
.footer-links a {
    font-size: 1vw;
    text-decoration: none;
    color: white;
}

.attribution-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 70px;
}

.attribution-table th, td {
    border: 2px solid #0fe9c1;
    text-align: left;
    padding: 8px;
}

.attribution-table th {
    background-color: #028d7ee0;
}

p {
    text-align: justify;
}

.texto-alineado {
    text-align: center;
}

.pdf-container {
    display: flex; /* Ativa o layout flexível */
    justify-content: space-between; /* Distribui os elementos igualmente */
}

.pdf-box {
    width: 30%; /* Define a largura de cada caixa de PDF */
    text-align: center; /* Centraliza o conteúdo horizontalmente */
}

.img-footer{
    position: absolute;
    width: 100%;
    height: 80rem;
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0.3%,
        #064035 30%
    );
}

.img-met {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(
        to top,
        transparent 7%,
        #012619 50%
    );    
}

.img-head {
    width: 100%;
    height: 25rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-image: linear-gradient(to top,
        transparent 7%,
        #012619 50%
    );
}

.card-home{
    border-color: #064035;
}

.card-body-home{    
    background-color: #157347;
    color: #fff;
    font-size: xx-large;
}

.card-body-home hr{
    color: #fff !important;
    height: 1 !important;
    opacity: 1 !important;
}

.title-home{
    font-style: italic;
    font-size: 3.5rem;
    position: absolute;
    top: 80%;
    left: 5%;
    font-family: Dancing_Script variant0;
    opacity: 0.7;
}

.title-header {
    font-style: italic;
    font-size: 3.5rem;
    position: absolute;
    top: 80%;
    left: 20%;
    font-family: Dancing_Script variant0;
    opacity: 0.7;
}

.card-text {
    color: black;
}

@media (min-width: 600px) { 
    .footer-links a {
        font-size: 1rem;
        padding: 0% !important;
    }
}

@media (min-width: 991px) {
    .footer-links a {
        font-size: 1.3rem;
        padding: 3%;
    }
}

@media (min-width: 1199px) {
    .footer-links li {
        padding: 3%;
    }
}

@media (min-width: 1399px) {
    .footer-links li {
        padding: 4%;
    }
}

.sidenav {
    height: 50%;
    position: fixed;
    top: 50%;
    left: 5%;
    bottom: 80%;
    background-color: transparent;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #fff;
    display: block;
}

.sidenav a:hover {
    color: black;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.carousel-inner img {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 550px;
}