/*---------------------------------------------------*/
/*Import's*/
/*---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/*---------------------------------------------------*/
/*Declaração de Variáveis*/
/*---------------------------------------------------*/
:root {
    --primary: #c79b74;
    --secundary: #fcf6e6;
    --tertiary: #c8e6c9;
    --quartenary: #efddeb;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) transparent;
}

img {
    width: 100%;
}

/*---------------------------------------------------*/
/*Declaração de ID's*/
/*---------------------------------------------------*/

#nav-bar-tools {
    height: auto !important;
}

#nav-bar-tools input {
    height: 30px !important;
}

#nav-bar-one {
    display: flex !important;
    gap: 150px !important;
    background-color: var(--secundary) !important;
    margin: 0px !important;
    padding: 0px !important;

}

#nav-bar-one-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--secundary) !important;
    padding: 0px !important;

}

#navbar-ul div {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px !important;
    width: 60px !important;
}

#navbar-ul div:hover {
    width: 70px !important;
    height: 70px !important;
}

#sub-items button {
    border: 0px;
    color: #166569 !important;
    background-color: transparent;
}

#carousel-images-list {
    width: 100% !important;
}

#carousel-images-list img {
    width: 100% !important;
    height: 452px !important;
}

#institutional-body-list a {
    transition: all 0.3s;
}

#institutional-body-list a:hover {
    font-size: 17px !important;
}

@media (max-width: 425px) {
    #navbar-ul li>a {
        font-size: 12px !important;
    }

    #last-news-title {
        font-size: 18px !important;
        font-weight: bold;
    }

    #last-news-subtitle {
        font-size: 8px !important;
    }
}

/*---------------------------------------------------*/
/*Declaração de Backgrounds*/
/*---------------------------------------------------*/
.btn:hover {
    color: #ccc !important;
}

.span {
    color: #fff !important;
}

.background-color-primary {
    background: var(--primary) !important;
}

.background-linear-blue {
    background: linear-gradient(90deg,
            rgba(51, 102, 153, 1) 0%,
            rgba(29, 56, 83, 1) 80%);
}

.background-access-info-title {
    background: rgb(208, 232, 255);
    background: linear-gradient(180deg,
            rgba(208, 232, 255, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
}

/*.backgroung-linear-tertiary {
  background: linear-gradient(
    180deg,
    var(--tertiary) 0%,
    white 50%,
    rgba(204, 204, 204, 0.5) 100%
  );
}*/

.background-color-white {
    background-color: white;
}

.background-color-secundary {
    background-color: var(--secundary) !important;
}

.background-color-yellow {
    background-color: var(--yellow-color) !important;
}

.background-color-green {
    background-color: var(--green-color) !important;
}

.background-access-info-body {
    background: rgba(235, 235, 235, 1);
}

.background-color-primary-blur {
    background: var(--secundary) 50%;
}

.background-color-secundary-230deg {
    background: linear-gradient(230deg, var(--secundary) 50%, #fff 50%);
}

.background-color-primary-50deg {
    background: linear-gradient(50deg, var(--primary) 50%, #fff 50%);
}
.body-background {
  background: rgb(208, 232, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(249, 236, 204) 100%
  );
  background-repeat: no-repeat;
}

/* .body-background {
    background-color: white;
} */

/*---------------------------------------------------*/
/*Definição das tag's genéricas*/
/*---------------------------------------------------*/
body {
    font-family: Oswald !important;
    width: 1080px !important;
}

a {
    text-decoration: none !important;
}

@media (max-width: 1080px) {
    body {
        width: 100vw !important;
    }
}

footer li>i {
    font-size: 2rem !important;
}

@media (max-width: 500px) {
    footer ul {
        flex-direction: column !important;
        align-content: center !important;
    }
}

/*---------------------------------------------------*/
/*Declaração de Fontes*/
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*Declaração de Classes*/
/*---------------------------------------------------*/

@font-face {
    font-family: 'minha-font';
    src: url("../fonts/freescpt.ttf") format('truetype');
}

.font-minha-font {
    font-family: 'minha-font', sans-serif !important;
    font-size: 30px !important;
    color: #dc974c !important;
    margin: 0px !important;
    padding: 0px !important;
}

.ul-recent-news li {
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.logo-emilio {
    max-height: 55px !important;
    height: 55px !important;
}

.ul-recent-news li:hover {
    background-color: #ccc;
}

.text-white {
    color: white !important;
}

.text-color-primary {
    color: #175347 !important;
}

.text-color-secundary {
    color: var(--secundary) !important;
}

.text-color-primary:hover {
    color: #dc974c !important;
}

.text-white {
    color: white !important;
}

.dropdown-menu a {
    border-bottom: 1px solid #ccc;
    color: var(--color-primary) !important;
}

.icon-color-primary {
    color: var(--primary);
}

.icon-color {
    color: white !important;
}

.vr {
    height: 20px;
    width: 5px;
}

.carousel-indicators {
    color: #166569 !important;
    background-color: #ffffffce;
    max-width: max-content;
    margin-left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: 5px !important;
    padding: 4px 16px !important;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;
}

.carousel-indicators button {
    background-color: #166569 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

/*---------------------------------------------------*/
/*Declaração da Acessibilidade*/
/*---------------------------------------------------*/

.acessibilidade {
    background: rgb(241, 241, 241);
    height: 30px !important;
}

.acessibilidade button {
    border: none;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.contraste-alto,
.contraste-alto * {
    background: black !important;
    color: white !important;
    border-color: white !important;
}

.contraste-alto a,
.contraste-alto button {
    color: cyan !important;
}

/*---------------------------------------------------*/
/*Declaração da pagina noticia*/
/*---------------------------------------------------*/

.page-notica {
    width: 100%;
    background: #fff !important;
}

.img-noticia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.img-noticia img {
    width: 100%;
}

.foto-noticia {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
}

/*---------------------------------------------------*/
/*Declaração da pagina main*/
/*---------------------------------------------------*/

.include-pages .col p {
    width: 100%;
}

.include-pages h1 {
    font-size: 34px;
}

.include-pages hr {
    width: 100%;
    margin: 13px 0;
}

.pagina {
    width: 100%;
    padding: 15px;
    text-align: justify;
}

.pagina p img {
    width: 100%;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.recent-posts article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}

.recent-posts .post-img {
    max-height: 220px;
    overflow: hidden;
    object-fit: cover;
}

.recent-posts article:hover>.post-img img {
    transform: scale(1.1);
    transition: 0.4s ease;
}

.recent-posts .post-category {
    font-size: 16px;
    color: var(--color-text);
}

.recent-posts .title {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary);
}

.recent-posts .title a {
    color: var(--color-text);
    transition: 0.3s;
}

.recent-posts .title a:hover {
    color: var(--color-primary);
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-posts .post-date {
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 0;
}

/*---------------------------------------------------*/
/*---AGENDA---*/
/*---------------------------------------------------*/

.agenda {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--secundary);
    padding: 1.5rem;
    gap: 0.25rem;
}

.agenda_titulo {
    font-size: 70px !important;
    font-weight: 300 !important;
}

.agenda_item {
    max-width: 16rem !important;
}

/*--------------------------------------------------------------
# Album Section
--------------------------------------------------------------*/

.album .card {
    overflow: hidden;
    border: none;
    width: 380px !important;
}

.album .card .img-overlay {
    width: 100% !important;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.card-title {
    font-weight: 100 !important;
}

.album .card img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.album .card:hover img {
    transform: scale(1.1, 1.1) rotate(3deg);
    transition: all 0.3s;
}

#gallery-section {
    display: flex;
    width: 100%;
    justify-self: center;
}

#gallery-section ul {
    padding-left: 0px;
}

@media (max-width: 1200px) {
    #gallery-section {
        width: 95vw !important;
    }
}

#gallery-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgba(197, 156, 69, 1);
    border-radius: 10px;
    background-color: rgba(204, 204, 204, 0.3);
    height: 80vh;
    width: 50%;
}

#gallery-list-title {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    color: rgba(197, 156, 69, 1);
    font-size: 1.5rem;
    font-weight: 600;
}


#gallery-list-title i {
    padding-right: 5px;
    padding-top: 10px;
    font-size: 2.5rem;
    color: rgba(54, 61, 110, 1);
}

#gallery-list {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;

}

#gallery-list li {
    display: flex;
    margin: 25px;
    margin: 10px;
    margin-right: 10px;
    justify-content: center;
}

#gallery-list img {
    object-position: center;
    object-fit: cover;
    width: 80%;
    transition: width .5s;
}

#gallery-list img:hover {
    width: 100%;
}

#gallery-selected-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80vh;
    width: 150%;

}

#gallery-selected-container span {
    text-align: center;
    color: rgba(54, 61, 110, 1);
    font-weight: 500;
    font-size: 1.7rem;
}

#gallery-selected-list {
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}

#gallery-selected-list li {
    width: 242px !important;
    height: 208px !important;
    margin: 1px;
}

#gallery-selected-list img {
    height: 208px !important;
    width: 242px !important;
    object-position: center;
    object-fit: cover;
}

.modal-body {
    display: flex;
    justify-content: center;
}

#modal-image {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 90% !important;
    object-position: center;
    object-fit: cover;
}

.description-album {
    color: white;
    width: 80%;
    font-size: 0.9rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 430px) {

    #gallery-list-title {
        font-size: 1rem;
    }

    #gallery-list-title i {
        font-size: xx-large;
    }

    #gallery-list li {
        height: 100px;
        width: 100px;
    }

    .description-album {
        display: none;
    }

    #gallery-list img {
        height: 100px;
        object-position: center;
        object-fit: cover;
    }

    #gallery-selected-container span {
        font-size: 1rem;
    }

    #gallery-selected-list li {
        width: 100px !important;
        height: 100px !important;
        margin: 5px;
    }

    #gallery-selected-list img {
        width: 100px !important;
        height: 100px !important;
        object-position: center;
        object-fit: cover;
        border: 1px hidden;
    }

}

/*---------------------------------------------------*/
/*---AGENDA---*/
/*---------------------------------------------------*/

.gerar-certificado {
    background-image: url("/site/img/fundo-gerar-certificado.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 50%;
}

.gerar-certificado_titulo {
    background-color: var(--primary) !important;
    color: var(--secundary) !important;
    font-weight: 300 !important;
    width: 100% !important;
    border-radius: 0px 0px 10px 10px;
    padding: 6px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: var(--secundary);
    padding: 50px 0;
    color: var(--color-text);
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-text);
    font-family: var(--font-primary);
}

.footer .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-text);
    font-size: 16px;
    color: var(--color-text);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    color: var(--color-text);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: var(--color-text);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

.footer .credits a {
    color: #fff;
}

/*==== Fim do footer===*/

@media (max-width: 430px) {
    #gallery-list-title {
        font-size: 1rem;
    }

    #gallery-list-title i {
        font-size: xx-large;
    }

    #gallery-list li {
        height: 100px;
        width: 100px;
    }

    .description-album {
        display: none;
    }

    #gallery-list img {
        height: 100px;
        object-position: center;
        object-fit: cover;
    }

    #gallery-selected-container span {
        font-size: 1rem;
    }

    #gallery-selected-list li {
        width: 100px !important;
        height: 100px !important;
        margin: 5px;
    }

    #gallery-selected-list img {
        width: 100px !important;
        height: 100px !important;
        object-position: center;
        object-fit: cover;
        border: 1px hidden;
    }

    /*---------------------------------------------------*/
    /*---BANNER---*/
    /*---------------------------------------------------*/
    .banner {
        overflow: hidden !important;
        background-color: var(--quartenary) !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .banner_item {
        max-width: 380px !important;
        width: 100% !important;
    }

    /*--------------------------------------------------------------
# Album Section
--------------------------------------------------------------*/

    .album .card {
        overflow: hidden;
        border: none;
        width: 300px !important;
    }

    /*Gerar CErtificado*/

    .gerar-certificado {
        width: auto;
    }
}