html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

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

#movetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #002147;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#movetop:hover {
    background-color: #0056b3;
}


.main-content {
    background-color: #f9f9f9;
    padding: 50px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.section-title {
    margin-top: 40px;
    color: #1f5c91;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}


.main-image {
    max-width: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.content-block {
    margin-bottom: 30px;
    margin-top: 30px;
}

.block-title {
    margin-top: 40px;
    color: #1f5c91;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.block-text {
    font-size: 1rem;
    color: #555;
    text-align: justify;
}


.content-list {
    list-style-type: disc;
    margin-left: 20px;
    color: #333;
}

.content-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}



.w3l-text-style-17 {
    background-color: #f9f9f9;
    padding: 40px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.w3l-text-style-17 h5 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-text-style-17 p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.w3l-text-style-17 strong {
    color: #1f5c91;
}

.custom-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-top: -80px;

}

.custom-section .section-subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom-section p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.custom-section .section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
}

.custom-section .custom-link {
    color: #1f5c91;
    text-decoration: underline;
    font-weight: bold;
}

.custom-section .custom-link:hover {
    color: #004a75;
}


.budget-request-section {
    background-color: transparent;
    color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: -50px;
    margin-top: -100px;
}

.budget-request-section .budget-link {
    text-decoration: none;
    display: inline-block;
}

.budget-request-section .icon-box {
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.budget-request-section .icon-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.budget-request-section .icon-circle {
    background-color: #fff;
    color: #1f5c91;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.budget-request-section .titulo-orcamento {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1f5c91;
}

.budget-request-section .subtopico {
    font-size: 1rem;
    color: #fff;
}
