@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


main {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: var(--tema);
}

a {
    color: var(--tema);
}

.region-content {
    padding: 0;
}

/*------------------------------------------ regiao header --------------------------------------*/

.region-header {
    background-position: center;
    margin-top: -0.5rem;
}

#block-deptsubtheme-testeira {
    background-image: url(../images/testeira.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 50rem;
    aspect-ratio: 16/9;
}



#block-deptsubtheme-content {
    width: 46%;
}


.region-content-top {
    display: flex;
    justify-content: center;
}

.btn {
    background-color: var(--bs-purple);
    color: #fff;
}

.btn:hover {
    color: var(--bs-purple);
    background-color: #fff;
}

.btn a {
    color: var(--tema) !important;
}


.btn a:hover{
    color: var(--bs-purple) !important;
}


#block-deptsubtheme-slogan{
    margin: -30rem 0 0 30rem;
    width: 35rem;
}


.modal-header h5 a{
    color: #ffffff;
}

.field__item span a{
    text-decoration: none;
    color: var(--tema);
}

.media--type-document{
    margin: 1rem 0 2rem 0;
}


.modal-body p {
    text-align: left;
}


button[data-bs-target="#3"] .modal-body p {
    text-align: center;
}


.modal-body img.align-left {
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: auto;
    height: 100%;
}

.modal-body p a{
    text-decoration: none;
    font-weight: bold;
}

.btn-close .x{
    border: 1px solid red;
}

/*--------------------------------------------- menu ----------------------------------------*/

/*------ correcao dos bullets em seta ------*/
ul.sf-menu .sf-sub-indicator {
    height: 15px;
    top: 42%;
    border: 1px solid red;
}


#block-deptsubtheme-views-bloco-eventos{
    display: flex;
    justify-content: center;
    height: 3.5rem;
    margin-top: -1rem;
    padding-top: 1rem;
    /*z-index: 1;*/
}

.modal-header , .modal-footer {
    color: #fff;
    background-color: var(--tema);


}


/*--------------------------------------------------- Footer -----------------------------------------------------*/

footer {
    display: grid;
    justify-content: center;
    font-size: 0.8rem;
}


footer .region-footer .navbar-nav{
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    border-bottom: 1px dashed #fff;
    padding: 2rem 1rem;
}


#block-deptsubtheme-enderecofooter{
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    color: #000;
    border-bottom: 1px dashed #fff;
}


#block-deptsubtheme-logos ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 2rem;
    place-items: center;
    flex-flow: row wrap;
    list-style: none;
    flex-basis: auto;
    padding: 2rem;
    border-bottom: 1px dashed #fff;
}


#block-deptsubtheme-logos li:nth-child(3) {
    padding-right: 12rem;
}


footer.footer-dark .navbar-nav a:hover {
    background-color: #f8f9fa;
    color: var(--tema);
}


/* ---------------------------------------- MEDIAS -------------------------------------------*/

/*-------------------------------------------- Menu footer ----------------------------------------------*/

@media screen and (max-width: 1800px) {
  #block-deptsubtheme-views-bloco-eventos {
    display: flex;
    justify-content: center;
    /*margin-left: 15rem;*/
    }
}


@media screen and (max-width: 1200px) {
    #block-deptsubtheme-content {
    width: 45%;
    width: 70%;
    margin-top: 2rem;
    margin-left: -2rem;
    }

    #block-deptsubtheme-views-bloco-eventos {
    display: flex;
    justify-content: center;
    }
}

@media screen and (max-width: 992px) {
    #block-deptsubtheme-testeira{
        margin-top: 1.4rem;
    }

    #block-deptsubtheme-content {
        width: 80%;
        margin-top: 1rem;
        margin-left: 10rem;
        margin-left: 3rem;
    }

    .region-content-top {
        display: flex;
        justify-content: left;
    }

    #block-deptsubtheme-slogan {
        display: flex;
        justify-content: center;
        width: auto;
        margin: -10rem 1rem 1rem 1rem;
        text-align: justify;
    }

    #block-deptsubtheme-views-bloco-eventos .view-content {
        display: flex;
        grid-template-columns: repeat(auto-fit, minmax(2rem,  3rem));
        column-gap: .8rem;
        row-gap: 1rem;
        justify-items: center;
        justify-content: center;
    }

    #block-deptsubtheme-logos ul {
        display: flex;
        grid-template-columns: repeat(auto-fit, minmax(2rem,  3rem));
        column-gap: 3rem;
        row-gap: 2rem;
        justify-items: center;
        justify-content: center;
    }

    #block-deptsubtheme-logos li:nth-child(3){
        padding-right: 0;
    }
}