@font-face {
    font-family: Avenir;
    src: url("/fonts/avenir.ttc");
}

html {
    max-width: 1920px;
    margin: 0 auto;
}

body {
    background: #F2F2F2 !important;
    font-family: Avenir !important;
}

.header {
    min-height: 200px;
}

.header select {
    max-width: 400px;
    border-radius: 25px;
    background-color: #F2F2F2;
    border: 1px solid #000;
}
.header .search-convenios-icon
{
    border: 1px solid #000;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}
.header .form-select {
    --bs-form-select-bg-img: url('/img/icons/search.svg');
}

.btn-success {
    background-color: #00A984 !important;
}

.header img {
    height: 102px;
}

#convenios .card {
    max-width: 350px;
    height: 205px;
    border-radius: 20px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
}

#convenios .card-footer {
    height: 76px;
    font-size: small;
    background-color: #FFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    background-image: url('/img/cards/footer.png');
    background-size: 102% 102%;
    background-position: cover;
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
}

#convenios .card-footer { color: #FFF; }
#convenios .card .img { height: 125px; }
#convenios .img img { max-height: 100% !important; }
#convenios a { text-decoration: none; }
#convenios .ver-mais {
    text-decoration: none;
    color: #000;
    max-width: 150px !important;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}

.modal-beneficio .content img {
    max-width: 100%;
    height: auto;
}

footer hr {
    margin-top:-5px; 
    border: 1px solid white; 
    width: 25%; opacity: 1;
}

footer a {
    text-decoration: none;
    color: #FFF !important;
}

footer a:hover {
    font-weight: bold;
}

#modalLogin input, #modalLogin select {
    border: 1px solid #000;
}

#modalLogin span {
    border: 1px solid #000;
    cursor: pointer;
}

#modalLogin .modal-content {
    border-radius: 20px !important;
    border: 1.5px solid #000;
}

#modalLogin .input-group-text {
    border-left: none !important;
    background-color: #FFF !important;
}

#modalLogin #senha {
    border-right: none !important;
}

#modalLogin form a {
    margin-top: 5px;
    text-decoration: none;
    font-size: small;
    color: #000;
}
#modalLogin form a:hover {
    font-weight: bold;
}

.modal-backdrop {
    opacity: 0.58 !important;
}

#filtro select, #select-filtros, #filtro input, #filtro button {
    background: #F2F2F2 !important;
    border: 1px solid #000;
    padding: 5px;
    padding-left: 10px;
}

@media (max-width: 1100px)
{
  #filtro form {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}

.banners .slick-prev {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 0;
    cursor: pointer;
    margin-right: 4% !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
}
.banners .slick-next {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    cursor: pointer;
    margin-left: 4% !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
    border: none;
}
.banners .slick-slide {
    margin: 0 -1px;
}