.bn-page {
    width: 100%;
    background-position: 100% 0;
    background-size: cover;
}

.conteudo-page {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
}

.rodape {
    background-color: #293866;
}

.rodape-links {
    background-color: #EBF2FE;
    border-top: solid 15px #293866;
}

.text-links-rodape {
    text-decoration: none;
}

.titulo-tag {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border:1px solid #293866;
    -moz-box-shadow: 0px 10px 0px #293866;
    -webkit-box-shadow: 0px 10px 0px #293866;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #293866;
    background-color: #EBF2FE;
}

.div-tag {
    padding-bottom: 5%;
}

.imagem-sobre {
    background-color: #ddd;
    border-radius: 50%;
    height: 250px;
    object-fit: cover;
    width: 250px;
}

.div-img-sobre {
    text-align: center;
}

.div-img-sobre img {
    border: 0.5rem solid #b0bcca;
}

.div-content-sobre {
    padding-top: 5%;
}

.div-text-sobre {
    text-align: justify;
    padding-top: 5%;
    font-size: 1.2em;
    color: rgb(88, 88, 88);
}

section p::first-letter{
    font-size: 2.5rem;
    font-weight: bold;
    color: #293866;
    text-transform: uppercase;
    margin-top: -.4rem;
    margin-left: 1rem;
    padding-right: 1rem;
    float:left;
  }

section p {
    vertical-align: text-top;
}

.div-cards {
    padding-top: 5%;
}

.card {
    box-shadow: 1px 1px 10px 5px #d1d5d5 !important;
}

.imgs-cards {
    width: 40%;
    height: 40%;
}

.card-title {
    font-weight: bold;
    font-size:  1.5rem;
    color: #293866 !important;
}

.card-text {
    text-align: justify;
}

.spn-divs {
    font-weight: 600;
}

.zoom-card:hover {
    cursor: pointer;
    border: 5px solid #293866;
    background-color: #EBF2FE;
}

.li-modais {
    font-size: 1.2rem;
}

.title-atividades {
    font-weight: 600;
}

.img-detalhamento {
    width: 50%;
    text-align: center;
}

.modal-periodo {
    color: #293866;
    font-weight: bold;
    padding-top: 5%;
}

.btn-close-modal {
    border: none;
}

.spn-data {
    font-weight: bold;
}

.body-modal-det {
    border-left: solid 20px #293866;
    border-right: solid 1px #293866;
    border-top: solid 1px #293866;
    border-bottom: solid 1px #293866;
    padding: 2%;
    border-radius: 5px;
}

.linha {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.text-card-body {
    color: rgb(88, 88, 88);
}

.text-title-port {
    color: rgb(88, 88, 88);
    font-weight: bold;
    font-size: x-large;
    padding-top: 3%;
    padding-bottom: 1%;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1),
        5px 4px 0px rgba(0, 0, 0, 0.15);
}

.text-port {
    color: rgb(88, 88, 88);
    font-weight: normal;
    text-align: justify;
}

.text-contato {
    color: rgb(88, 88, 88);
    font-weight: normal;
    text-align: center;
}

.div-contato {
    padding-top: 3%;
    text-align: center;
}