.modal-backdrop{
    z-index: -1;
}
.header-img::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('images/bookshelf-11.webp');
    background-attachment: fixed;
    filter: brightness(45%)
}
.header-img{
    width: 100%;

}
.header-img p{
    color: #fafafa;
    text-align: center;
}
.tempus{
    margin: 1.5em 1em;
    font-family: 'Tempus Sans ITC', sans-serif;
    font-size: 1.4em;
}
#list-data-universidades td:hover{
    background-color: #d3d3d3;
    cursor: pointer
}
.custom-btn h5{
    font-size: 1.2em;
}
.custom-btn-1{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5em .5em;
    padding: .6em 0;
    background-color: #3a5664  !important;
    border-radius: 8px;
    transition: .4s;
    text-align: center;
}
.custom-btn-1 h5 {
    margin-bottom: .1em;
   
    color: #ff6841;

    font-weight: bold;
    transition: .4s;
}
.custom-btn-1 p {
    margin-bottom: 0;
    color : #f0f0f0;
    font-size: 1.15em;
    transition: .4s;
}
.custom-btn-1 img, .custom-btn-2 img{
    padding-right:.5em;
}
.custom-btn-1:hover{
    background-color: rgb(87, 87, 87);
}
.custom-btn-1:hover h5{
    color: #fa6540;
        text-shadow: 0 0 5px #fd7553;
    text-shadow: 0 0 10px #fd7553;
}
.custom-btn-1:hover p{
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    text-shadow: 0 0 10px #ffffff;
}


.custom-btn-2{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5em .5em;
    padding: .6em 0;
    background-color: #fa6540;
    border-radius: 8px;
    transition: .4s;
    text-align: center;
}
.custom-btn-2 h5 {
    margin-bottom: .1em;
    
    color: #3a5664;

    font-weight: bold;
    transition: .4s;
}
.custom-btn-2 p {
    margin-bottom: 0;
    color : #f0f0f0;
    font-size: 1.15em;
    transition: .4s;
}

.custom-btn-2:hover{
    background-color: #f1552e;
}
.custom-btn-2:hover h5{
    color: rgb(90, 90, 90);
    text-shadow: 0 0 5px rgb(148, 148, 148);
    text-shadow: 0 0 10px rgb(148, 148, 148);
}
.custom-btn-2:hover p{
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    text-shadow: 0 0 10px #ffffff;
}

.custom-btn-3{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5em .25em;
    padding: .6em 0;
    background-color: #333;
    border-radius: 8px;
    transition: .4s;
    text-align: center;
}

.custom-btn-3 h5 {
    margin-bottom: .1em;
    
    color: #fafafa;

    font-weight: bold;
    transition: .4s;
}
.custom-btn-3 p {
    margin-bottom: 0;
    color : #fafafa;
    font-size: 1.15em;
    transition: .4s;
}

.custom-btn-3:hover{
    background-color: #000;
}
.custom-btn-3:hover h5{
    color: #d3d3d3;
    text-shadow: 0 0 5px #d3d3d3;
    text-shadow: 0 0 10px #d3d3d3;
}
.custom-btn-3:hover p{
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    text-shadow: 0 0 10px #ffffff;
}

#carousel-participou img{
    max-height: 120px;
    max-width: 200px;
}
#receba-informes{
    background: url('images/1719.webp');
    background-repeat: repeat-x;
    background-size: contain;
}
#fale-conosco{
    background: url('images/Fale-conosco.webp');
    
}
.table td:hover{
    background-color: #d3d3d3;
    cursor: pointer
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: black !important;
}
#saiba-mais .col-12:nth-child(2){
    padding: 1em 0;
    background-color: #eaf0f2;
}
#saiba-mais .container-fluid{
    padding: 0 2em 0 2.8em;
}
#formRecebaInformes, #frm-fale-conosco{
    background: rgba(234, 240, 242,.92);
    padding: 2em 0 0;
    border-radius: 5px;
   
}
.info-button{
    border-radius: 50%;
    width: 25px; 
    height: 25px;
    margin-left: 1em;
}

.info-button i{
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
@media screen and (max-width: 768px) {
    .custom-btn{
        margin-right: 0;
        margin-left: 0;
    }
    
    #receba-informes, #fale-conosco{
        background: none;
    }
}