﻿/* BANNER HOMEPAGE END       */

.banner-space-top {
    padding-top: 96px;
}

@media only screen and (max-width: 991px) {
    .banner-space-top {
        padding-top: 43px;
    }
}

@media only screen and (max-width: 425px) {
    .banner-space-top {
        padding-top: 0px;
    }
}

.slider-div.destaques .header h2 {
    padding-right: 137px;
}

.slider-div.destaques .card > .card-content .inner {
    background-color: #f6f8ff;
    padding: 17px 16px;
    /* height: 161px; */
    /*count chars for this height them limit them on BO if possible*/
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .slider-div.destaques .card > .card-content .inner {
        display: flex;
        align-items: center;
        background-color: #f6f8ff;
        padding: 8px;
        height: 65px;
        overflow: hidden;
    }

        .slider-div.destaques .card > .card-content .inner p:not(:first-child) {
            display: none;
        }
}

@media only screen and (max-width: 575px) {
    .carousel-banner .slick-dots {
        top: -35px;
    }
}

.slider-div.destaques .card > .card-content:hover .inner {
    background-color: #5062aa;
    text-overflow: ellipsis;
}

.slider-div.destaques .card > .card-content .inner p:first-of-type {
    color: #000000;
    font-weight: 500;
}

.slider-div.destaques .card > .card-content:hover .inner p:first-of-type {
    color: #ffffff;
}

.slider-div.destaques .card > .card-content:hover .inner p:last-of-type {
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .slider-div.destaques .card > .card-content .inner p:first-of-type {
        font-size: 16px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 425px) {
    .slider-div.destaques .card > .card-content .inner {
        background-color: #f6f8ff;
        padding: 15px;
        min-height: 55px;
        height: auto;
        overflow: hidden;
        max-height: 100px;
    }
}

/* DESTAQUES HOMEPAGE END       */

@media only screen and (max-width: 991px) {
    .img-direto {
        width: 210px;
        height: 226px;
    }
}

.background.ser-sqntb {
    background-image: url(../../Media/background-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 237px;
}

.ser-sqntb .header h2 {
    color: #03296a;
}

.ser-sqntb .carrousel-sqntb {
    padding-top: 104px;
    display: inline-flex;
    width: 100%;
}

    .ser-sqntb .carrousel-sqntb .inner {
        display: inline-flex;
        margin: 0 auto;
    }

.carrousel-sqntb .item {
    background-color: transparent;
    padding: 0;
    position: relative;
    margin: 0 -10px;
}

    .carrousel-sqntb .item svg {
        position: absolute;
        width: 86px;
        height: 80px;
    }

    .carrousel-sqntb .item:nth-of-type(1) svg {
        left: -35px;
        top: 15px;
    }

    .carrousel-sqntb .item:nth-of-type(2) svg {
        left: -15px;
        top: -25px;
    }

    .carrousel-sqntb .item:nth-of-type(3) svg {
        right: -15px;
        top: -25px;
    }

    .carrousel-sqntb .item:nth-of-type(4) svg {
        right: -35px;
        top: 15px;
    }

    .carrousel-sqntb .item:hover svg {
        transform: scale(1.17, 1.17);
        z-index: 20;
    }

        .carrousel-sqntb .item:hover svg use {
            fill: #ff4949;
        }

.ser-sqntb .item .description {
    position: absolute;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    z-index: 20;
    padding: 27px 16px;
    display: none;
    opacity: 0.9;
    transition: 0.3s ease;
    text-align: center;
    width: 420px;
    left: 50%;
    transform: translateX(-50%);
    top: 220px;
    border-radius: 10px;
}

    .ser-sqntb .item .description :after,
    .ser-sqntb .item .description :before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ser-sqntb .item .description :after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

    .ser-sqntb .item .description :before {
        border-color: rgba(245, 245, 245, 0);
        border-bottom-color: #ffffff;
        border-width: 16px;
        margin-left: -16px;
    }

    .ser-sqntb .item .description p:first-child {
        color: #636466;
        font-size: 20px;
        font-weight: 300;
    }

    .ser-sqntb .item .description p:last-of-type {
        color: #636466;
        font-size: 16px;
        font-weight: 300;
        margin-top: 11px;
    }

    .ser-sqntb .item .description a {
        color: #ff4949;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 23px;
        display: inline-block;
    }

.ser-sqntb .item:hover .description {
    display: block;
    opacity: 1;
}

.carrousel-sqntb img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    opacity: 0.9;
    transition: 0.3s ease;
    margin: 0;
    background-color: #ffffff;
}

.ser-sqntb .item:hover img {
    opacity: 1;
    transform: scale(1.17, 1.17);
    z-index: 20;
    border: 8px solid #f5f6fa;
}

.ser-sqntbCarousel .slick-track {
    padding-top: 80px;
}

.ser-sqntbCarousel .slick-dots {
    right: unset;
    top: unset;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.ser-sqntbCarousel .slick-slide {
    height: 474px;
}

.ser-sqntbCarousel .item {
    background-color: transparent;
    padding: 0;
    text-align: center;
    position: relative;
}

.ser-sqntbCarousel .slick-slide .item img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease;
    margin: 0;
    background-color: #ffffff;
    display: inline-flex;
}

.ser-sqntbCarousel .item svg {
    position: absolute;
    width: 86px;
    height: 80px;
    left: 30px;
    top: -20px;
    z-index: 20;
}

.ser-sqntbCarousel .item:hover svg {
    transform: scale(1.17, 1.17);
    z-index: 20;
}

    .ser-sqntbCarousel .item:hover svg use {
        fill: #ff4949;
    }

@media only screen and (max-width: 991px) {
    .background.ser-sqntb {
        padding-bottom: 0;
    }

    .ser-sqntb .header h2 {
        font-size: 24px;
    }

    .container-background.ser-sqntb {
        padding-bottom: 0;
    }

    .ser-sqntb .item .description {
        width: 290px;
        height: 179px;
        padding: 17px 9px;
    }

    .ser-sqntb .slick-slide.slick-active .item img {
        z-index: 20;
    }

    .ser-sqntb .item .description p:first-child {
        font-size: 16px;
    }

    .ser-sqntb .item .description a {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 480x) {
}

/* SER SQNTB HOMEPAGE END       */

.sams-quadros {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .sams-quadros {
        padding-bottom: 0;
    }
}

.sams-quadros .lista-icones ul li {
    position: relative;
}

.sams-quadros .header p {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    margin-top: 24px;
}

.sams-quadros .area {
    width: 100%;
    position: relative;
    height: 66px;
    overflow: hidden;
}

    .sams-quadros .area div {
        position: absolute;
        width: 20%;
        height: 100%;
        display: inline-block;
    }

    .sams-quadros .area img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        max-height: 66px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sams-quadros .area p:last-of-type {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding-left: 25%;
    }

@media only screen and (max-width: 991px) {
    .sams-quadros .area {
        width: 100%;
        position: relative;
        height: 40px;
        overflow: hidden;
    }

        .sams-quadros .area div {
            position: absolute;
            width: 20%;
            height: 100%;
            display: inline-block;
        }

        .sams-quadros .area img {
            position: relative;
            display: inline-block;
            max-width: 100%;
            max-height: 40px;
            top: 50%;
            left: 10%;
            transform: translate(-10%, -50%);
        }

        .sams-quadros .area p:last-of-type {
            color: #000000;
            font-size: 16px;
            font-weight: 600;
            line-height: 25px;
            display: inline-block;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            padding-left: 20%;
        }
}

@media only screen and (max-width: 575px) {
    .sams-quadros .area div {
        width: 40px;
        margin-right: 30px;
        text-align: center;
    }

    .sams-quadros .area img {
        top: auto;
        left: auto;
        transform: none;
    }
}

/* SAMS/Quadros HOMEPAGE END       */

.cartao-familia .content ul {
    margin-top: 20px;
}

.cartao-familia img {
    width: 100%;
    margin-top: 6px;
    max-height: 379px;
    object-fit: contain;
}

.cartao-familia .content .btn-wrapper a {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .cartao-familia .content .btn-wrapper a {
        margin-top: 32px;
    }

    .cartao-familia img {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 575px) {
    .cartao-familia img {
        display: block;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* CARTÃO FAMILIA HOMEPAGE END       */

.apoio-juridico img {
    width: 100%;
    margin-top: 6px;
}

@media only screen and (max-width: 991px) {
    .apoio-juridico img {
        margin-top: 36px;
    }
}

/* APOIO JURIDICO HOMEPAGE END       */

.protocolos .header p {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    margin-top: 24px;
}

.protocolos .content {
    margin-top: 32px;
}

.protocolos .area-parent:nth-of-type(n + 4) {
    margin-top: 40px;
}

.protocolos .area {
    border-radius: 5px;
    border: 1px solid #b0b2b9;
    width: 100%;
    position: relative;
    height: 120px;
    overflow: hidden;
    padding: 20px 25px 20px 0;
}

    .protocolos .area div {
        position: absolute;
        top: 0;
        width: 30%;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .protocolos .area img {
        position: relative;
        display: inline-block;
        max-width: 50%;
        max-height: 50%;
    }

    .protocolos .area p:last-of-type {
        display: inline-block;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding-left: 30%;
    }

@media only screen and (max-width: 991px) {
    .protocolos .header p {
        font-size: 16px;
        margin-top: 16px;
    }

    .protocolos .area p:last-of-type {
        font-size: 16px;
    }

    .protocolos .area {
        height: 72px;
    }

    .protocolos .area-parent:nth-of-type(n + 4) {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .protocolos .area-parent:nth-of-type(n + 3) {
        margin-top: 8px;
    }

    .protocolos .area-parent.odd {
        padding-left: 4px;
    }

    .protocolos .area-parent.even {
        padding-right: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .protocolos .header p {
        font-size: 16px;
    }

    .protocolos .area p:last-of-type {
        font-size: 16px;
        padding-right: 15px;
    }

    .protocolos .area {
        height: 72px;
        padding: 15px 0;
    }
}

/* PROTOCOLOS HOMEPAGE END       */

.atividades-lazer .header p {
    color: #000000;
    font-size: 20px;
    margin-top: 24px;
}

.carousel-atividadesLazer.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.carousel-atividadesLazer .card-content .inner {
    background-color: #f5f6fa;
    padding: 14px 16px;
    padding-left: 82px;
    position: relative;
    margin-top: 7px;
}

    .carousel-atividadesLazer .card-content .inner span {
        width: 48px;
        height: 48px;
        border: 1px solid #636466;
        background-color: #636466;
        border-radius: 50%;
        padding: 7px;
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

        .carousel-atividadesLazer .card-content .inner span img {
            width: 100%;
            object-fit: contain;
        }

    .carousel-atividadesLazer .card-content .inner p {
        display: inline-block;
    }

.carousel-atividadesLazer .slick-dots {
    right: 15px;
    top: -35px;
}

/*@media only screen and (max-width: 991px) {
    .carousel-atividadesLazer .slick-dots {
       
    }
}*/

.atividades-lazer .desportos .row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.atividades-lazer .desportos div[class^="col-lg-4"]:nth-of-type(n + 4) {
    margin-top: 26px;
}

.atividades-lazer .desportos img {
    width: 100%;
    background-color: transparent;
    border-radius: 50%;
}

.atividades-lazer .desportos p {
    text-align: center;
    color: #636466;
    font-size: 16px;
    margin-top: 8px;
}

@media only screen and (max-width: 991px) {
    .atividades-lazer
    .slider-div
    .content
    .slick-slide.slick-active
    div:not(:first-of-type)
    .card {
        margin-top: 16px;
    }

    .carousel-atividadesLazer .card-content .inner {
        background-color: #f5f6fa;
        padding: 26px 16px;
        padding-left: 82px;
        position: relative;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 575px) {
    .carousel-atividadesLazer .card-content .inner {
        padding: 27px 16px 27px 76px;
    }
}

/* ATIVIDADES DE LAZER HOMEPAGE END */

.slider-div.social-media .card > .card-content .icon {
    width: 48px;
    height: 48px;
    background-color: #5062aa;
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 167px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .slider-div.social-media {
        margin-bottom: 20px;
    }

        .slider-div.social-media .card > .card-content .icon {
            width: 48px;
            height: 48px;
            background-color: #5062aa;
            border-radius: 50%;
            position: absolute;
            right: 8px;
            top: 110px;
            text-align: center;
        }
}

@media only screen and (max-width: 425px) {
    .slider-div.social-media .card > .card-content .icon {
        width: 48px;
        height: 48px;
        background-color: #5062aa;
        border-radius: 50%;
        position: absolute;
        right: 16px;
        top: 195px;
        text-align: center;
    }
}

.slider-div.social-media .card > .card-content .icon i {
    color: #ffffff;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    font-size: 24px;
}

.slider-div.social-media .card > .card-content .inner p:first-of-type {
    color: #5062aa;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 26px;
}

@media only screen and (max-width: 991px) {
    .slider-div.social-media .card > .card-content .inner p:first-of-type {
        font-size: 16px;
        margin-top: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-div.social-media .card > .card-content .inner p:first-of-type {
        line-height: 25px;
    }
}

/* NAS REDES SOCIAIS HOMEPAGE END */
.mapa {
    height: 100%;
    object-fit: cover;
    height: 436px;
}

/* FALE CONNOSCO - HOMEPAGE END */

.line {
    height: 0;
    border: 2px solid #f6f8ff;
}

    .line.only-1 {
        height: 0;
        border: 1px solid #f6f8ff;
    }

    .line.fina {
        height: 0;
        border-top: 1px solid #8f93a5;
    }

.evento-texto {
    font-size: 16px;
    line-height: 25px;
    color: #636466;
    margin: 0px;
    padding-left: 192px;
    word-break: break-word;
    text-align: justify;
}

.evento-imagem {
    position: absolute;
    flex: 0 0 160px;
}

    .evento-imagem img {
        max-width: 160px;
        max-height: 100px;
        object-fit: cover;
        position: relative;
        flex: 0 0 160px;
    }

.evento-bloco {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 48px;
    height: 48px;
    background-color: rgba(3, 41, 106, 0.9);
    opacity: 0.95;
}

.evento-bloco-mes {
    position: absolute;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    left: 12px;
}

.filtrar-resultados {
    color: #636466;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
}

.agenda h2:not(:first-child) {
    margin-top: 96px;
}

.tema.active .custom-icon {
    background-color: #5062aa;
}

.tema.active {
    color: #5062aa !important;
}

.agenda-evento .custom-h6,
.clearfix .custom-h6 {
    position: absolute;
    right: 0;
}

.agenda-evento.invisible {
    display: none;
}

.clearfix {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .agenda h2:not(:first-child) {
        margin-top: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .evento-imagem {
        width: 100%;
        height: 193px;
        object-fit: cover;
        position: relative;
    }

    .evento-texto {
        margin-top: 16px;
        display: inline-block;
        padding-left: 0;
    }

    .agenda-evento .custom-h5,
    .clearfix .custom-h5 {
        display: block;
        padding-top: 22px;
    }

    .agenda-evento .custom-h6,
    .clearfix .custom-h6 {
        top: 0;
        left: 0;
    }
}

/* AGENDA END*/

.evento-detalhe-rectangle {
    width: 100%;
    background-color: #5062aa;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-bottom: 22px;
}

@media only screen and (max-width: 991px) {
    .evento-detalhe-rectangle {
        padding-bottom: 16px;
        padding-left: 16px;
    }
}

/* PROTOCOLOS NEW SLIDER FIX */
.title-wrapper p {
    margin-bottom: 35px;
}

@media only screen and (max-width: 425px) {
    .title-wrapper p {
        margin-bottom: 10px;
    }
}

/* DETALHE DO EVENTO END */

.vantagem-detalhe:last-of-type hr {
    display: none;
}

.vantagem-detalhe:nth-of-type(n + 2) {
    margin-top: 56px;
}

.docslinksList div[class^="col"]:nth-of-type(n + 3) {
    margin-top: 24px;
}

@media only screen and (max-width: 991px) {
    .docslinksList div[class^="col"]:nth-child(n) {
        margin-top: 24px;
    }
}

/* RESULTADOS PESQUISA */
.s-results .a-link {
    font-weight: 400;
}

/* VANTAGENS */

.noscroll {
    overflow: hidden;
}

.overlay-body {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay {
    margin-top: 71px;
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
}

@media only screen and (max-width: 576px) {
    .overlay {
        margin-top: 58px;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
    }
}

/* TABELA DE COMPARTICIPACAO */

.comparticipacao-Mdiv {
    background-color: #f6f8ff;
    padding: 1px 16px 14px;
}

.comp:nth-of-type(n + 2) {
    margin-top: 16px;
}

.comp.invisible {
    display: none;
}

/* Small-menu */

.small-menu .collapse-title {
    padding: 16px 50px 16px 15px;
    background-color: white;
    width: 100%;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
}

    .small-menu .collapse-title.p {
        color: #000000;
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 25px;
        background-color: #f6f8ff;
    }

.small-menu .inner-menu .collapse-title {
    padding: 0;
    padding-left: 25px;
}

.small-menu .inner-menu .sub:nth-of-type(n + 2) {
    margin-top: 22px;
}

.small-menu .collapse-title i {
    color: #5062aa;
    transition: 0.5s;
    position: absolute;
    right: 21px;
    top: 50%;
    font-size: 16px;
    transform: rotate(0deg) translateY(-50%);
}

.small-menu .collapse-title.collapsed i {
    background-color: #f6f8ff;
    color: #5062aa;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    transform: translateY(-50%) rotate(180deg);
}

.small-menu .collapse-title.collapsed {
    background-color: #f6f8ff;
    color: #5062aa;
    font-weight: 700;
}

.small-menu .inner-menu .collapse-title.collapsed {
    color: #000000;
}

.small-menu .collapse,
.small-menu .cardBody {
    padding: 0px 8px 0;
}

    .small-menu .collapse.last {
        padding: 0px 32px 0;
    }

.small-menu.active {
    opacity: 1;
    visibility: visible;
    display: block;
    background-color: #f6f8ff;
    padding-bottom: 22px;
}

.documento.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

/*.small-menu.active:hover,
    .documento.active:hover,
    .small-menu .collapse:hover {
        background-color: #f6f8ff !important;
    }
}*/

@media only screen and (max-width: 425px) {
    .text-xs-center {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }
}

/* gif loading  */

#divProcessing {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*miguel alterações inicio todos eventos*/
.container .agenda .eventos .d-block .agenda-evento .secondary-color {
    display: block;
    position: relative;
}

/*miguel alterações inicio todos eventos*/
.container .agenda .eventos .d-block .agenda-evento .primary-color {
    display: block;
    position: relative;
}

/*miguel alterações inicio todos eventos*/
.container
.agenda
.eventos
.d-block
.agenda-evento
.mt-24
.evento-imagem
.evento-bloco {
    position: relative;
    margin-top: -48px;
}

/*miguel alterações inicio todos eventos*/
@media only screen and (max-width: 575px) {
    /*miguel alterações inicio todos eventos*/
    .container .agenda .eventos .d-block .agenda-evento .mt-24 .evento-texto {
        margin-top: -74px;
    }
}

html body .overlay {
    overflow-x: visible;
}

html body .pesquisa_portal .small-menu .menu-title input {
    /*height: 30px;*/
}

html body .pesquisa_portal {
    background-color: white;
    height: 80px;
}

    html body .pesquisa_portal .small-menu {
        margin-top: 20px;
    }

        html body .pesquisa_portal .small-menu .menu-title {
            margin-left: 20px;
        }

            html body .pesquisa_portal .small-menu .menu-title img {
                height: 30px;
            }

        html body .pesquisa_portal .small-menu .search-div {
            display: block;
            margin-top: -90px;
            width: 83%;
            margin-left: 12%;
        }

        html body .pesquisa_portal .small-menu .btn {
            width: 90%;
            margin-top: -15px;
            margin-left: 5%;
        }

@media only screen and (max-width: 991px) {
    /*arranjar header maior que ecra*/
    html body header {
        height: 100%;
        width: 100%;
    }

    header .container {
        height: 100%;
    }

        header .container nav.d-lg-none {
            position: relative;
            height: 100%;
        }

    html body header .container nav.d-lg-none .overlay {
        /*height: 93% !important;*/
        overflow-x: scroll;
        height: 0;
    }

    html body header .container nav.d-lg-none div.d-lg-none {
        z-index: 9;
        top: 35px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    html body .pesquisa_portal {
        height: auto;
    }

        html body .pesquisa_portal .small-menu {
            padding-left: 30px;
            padding-right: 30px;
        }

            html body .pesquisa_portal .small-menu .search-div {
                display: flex;
                position: static;
                margin-bottom: 40px;
                margin-top: 0;
                width: 100%;
                margin-left: 0;
            }

            html body .pesquisa_portal .small-menu .menu-title {
                padding-right: 15px;
                margin-left: 0;
            }
}

@media only screen and (max-width: 575px) {
    html body.overlay-body nav.d-lg-none .overlay .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    html body .pesquisa_portal .small-menu .search-div {
        display: flex;
        width: 100%;
        margin-left: 0;
    }

    html body .pesquisa_portal .small-menu .menu-title {
        flex: 0 0 auto;
        margin-left: 15px;
    }

    html body nav.d-lg-none .overlay .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/*Miguel erro 896 ponto 2.5 */
@media only screen and (max-width: 575px) {
    html body .evento-texto {
        margin-top: 5px;
    }

    html body .container .row.text .col-lg-8 .clearfix .mt-24 {
        margin-top: 5px;
    }

        html body .container .row.text .col-lg-8 .clearfix .mt-24 .evento-imagem {
            width: auto;
            height: auto;
        }
}

/*Miguel erro 896 ponto 3 */
header ul li.nav-item.search:hover form > .search-div {
    display: block;
}

/*Miguel erro 896 ponto 3 */
header ul li.nav-item.search form > a input {
    margin-top: 80px;
}

/*Miguel erro 896 ponto 3 */
html .input-search form input[type="image"] {
    position: absolute;
    right: 24px;
    top: 18px;
    width: 20px;
}

html header {
    width: 100%;
    left: 0;
    transform: none;
}

@media (max-width: 991px) {
    .z-mobile-control-1 {
        z-index: 1;
    }

    .z-mobile-control-2 {
        z-index: 2;
    }
}

/* WEBSITE */
.default-content .content ul {
    color: #000000;
    font-size: 20px;
}

    .default-content .content ul li {
        padding-left: 20px;
        position: relative;
    }

        .default-content .content ul li:before {
            content: "-";
            position: absolute;
            left: 0;
        }

body .container .row .col-12 #faqs-accordion .custom-p ul li,
body .container .row .col-12 #faqs-accordion .custom-p ul li span {
    font-size: 16px;
    line-height: 25px;
}

body .container .row .col-12 .custom-p ul li span {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    body .container .row .col-12 .custom-p ul li span {
        font-size: 16px;
        line-height: 25px;
    }
}

body .container .row .col-12 .custom-p ul li {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    body .container .row .col-12 .custom-p ul li {
        font-size: 16px;
        line-height: 25px;
    }
}

body .background .container .default-content .row .col-md-6 .content ul li {
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    padding-left: 0px;
}

    body
    .background
    .container
    .default-content
    .row
    .col-md-6
    .content
    ul
    li::before {
        content: "\2022";
        color: #fc692f;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

@media only screen and (max-width: 991px) {
    body .background .container .default-content .row .col-md-6 .content ul li {
        font-size: 16px;
        line-height: 25px;
    }
}

/* TIAGO FIX 20201002 - overflowed titles*/

.agenda-evento > a {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
}

    .agenda-evento > a > span:first-of-type {
        flex: 1;
    }

    .agenda-evento > a > span:last-of-type {
        flex: 0 0 auto;
    }

@media only screen and (min-width: 576px) {
    .agenda-evento > a > span:last-of-type {
        position: static;
    }
}

.custom-btn-primary:disabled {
    filter: brightness(0.7);
}

.card-holder {
    gap: 24px;
}