
.menu {
    display: inline-block;
}

.right {
    float: right;
}

.headercontent {
    padding: 20px;
    clear: both;
    background: url(../../Images/bg.png) center center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 350px;
}

.content, .footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-base {
    text-align: center;
    background-color: #fff;
    max-height: 60px;
}

.footer-info {
    position: absolute;
    border-top: 1px solid gray;
    clear: both;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-titulo, .content-atividades {
    background-color: #fff;
}

.banner {
    position: absolute;
    top: 50%;
    padding: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #FFF;
    height: auto;
    width: 600px;
    max-width: 80%;
    text-align: center;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

    .banner p {
        font-family: 'Thasadith', serif;
        font-size: 1.5em;
        color: #fff;
    }

        .banner p:first-line {
            font-style: italic;
            color: yellow;
        }

@media screen and (max-width: 720px) {
    .banner p {
        font-family: 'Thasadith', serif;
        font-size: 1.2em;
        color: #fff;
    }
}

.container h1 {
    font-family: 'Open Sans', sans-serif;
}

.container p {
    font-family: 'Montserrat', serif;
}

.content-details h3, .content-titulo h3 {
    margin-bottom: 20px;
    color: #002448;
}



.content-atividades h3 {
    margin-bottom: 20px;
    color: #fff;
}

.cnt {
    font-size: 2em;
}

.borda {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #D3D3D3;
    background-color: #FFF;
}

.borda-contato {
    margin: auto;
    max-width: 500px;
}

.borda-form {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    padding: 20px;
    border: 1px solid #D3D3D3;
    background-color: #FFF;
}

.borda-info {
    margin-top: 80px;
    margin-bottom: 80px;
}

.borda-lateral {
    margin-left: 10px;
}

.link-menu > li {
    list-style: none;
}

    .link-menu > li > a {
        text-decoration: none;
    }

.align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.section-atividades {
    background-color: rgb(235, 235, 235);
}

.card-margin {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.card-body h5 {
    color: #002448;
}

.texto-limitado {
    width: 150px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accordion {
    --bs-accordion-color: #FFFFFF;
    --bs-accordion-bg: #524a4e;
    --bs-accordion-border-color: #FFFFFF;
    --bs-accordion-border-width: 2px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-color: #002448;
    --bs-accordion-btn-bg: #DCDCDC;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: #D3D3D3;
}