/*
Theme Name: Biosys
*/

.menu-rodape-container li {
    list-style-type: none;
}
#menu-rodape {
    padding:0;
}

@media (max-width:1025px){
    a.col3a {
        width:49%!important;
    }
}

@media (max-width:400px){
    a.col3a {
        width:100%!important;
    }
}


.box-wrap {
    max-width: 1170px;
    margin: auto
}
.box-aviso-ck {
    position: fixed;
    bottom: 20px;
    padding: 20px;
    z-index: 2010;
    background-color: #fff;
    border-radius: 8px;
    border: 4px solid #004070;
    max-width: 88%;
    box-shadow: 0 4px 20px rgb(0 0 0/25%);
    margin-left: 6%
}
.btn-aceite {
    border: none;
    border-radius: 6px;
    background-color: #004070;
    color: #fff;
    padding: 10px 35px;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    float: right;
    display: block;
    width: 100%;
    margin-top:1rem;
}
.btn-aceite:hover {
    opacity: .9
}
.txt-aceite {
    font-size: 18px;
    color: #000
}
.txt-aceite a {
    color: #000;
    text-decoration: underline
}
@media screen and (max-width:780px) {
    .btn-aceite {
        float: none;
        display: block;
        margin: auto;
        margin-top: 20px
    }
}
.wpp-cards-compact li .wpp-post-title {
    font-size:0.875rem!important;
    color:gray!important;
}