/* Minification failed. Returning unminified contents.
(1790,139): run-time error CSS1030: Expected identifier, found 'i'
(1790,140): run-time error CSS1031: Expected selector, found ')'
(1790,140): run-time error CSS1025: Expected comma or open brace, found ')'
(2128,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2136,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2144,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2152,59): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2160,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2168,55): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
.section-fullwidth {
    min-height: 500px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 16rem;
}

footer#footer {
    margin-top: 20px;
}

ul {
    list-style-position: inside;
}

.w-95 {
    width: 95% !important;
}

/* Removes bullets from ul items where the parent is a rb class element*/
.rb > ul {
    list-style-type: none;
}

.newsListArea li, .newsListAreaFooter li {
    list-style: none;
}
.news-body {
    overflow-y: auto;
    max-height: 60vh;
}

ul.user-list-menu:not(.user-list-menu-float) li:hover {
    background-color: #D1D1D1;
}

ul.user-list-menu-float li:hover {
    background-color: #F79C00;
}

.text-light .bootstrap-datetimepicker-widget span,
.text-light .bootstrap-datetimepicker-widget div {
    color: #212529 !important;
}

.datetimepicker-fix-widget .bootstrap-datetimepicker-widget {
    inset: 40px auto auto auto !important;
}

.disabledLink {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer;
}

.mh-100vh {
    min-height: 100vh !important;
}

/* white hr */
.hr-white {
    background-color: white;
}

.img-sm {
    width: 4vw;
    min-width: 50px;
}

.icheckbox{
    width: 22px !important;
    height: 22px !important;
}

.preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1200;
    background-color: white;
    opacity: 0.8;
}

.preloader-inner {
    top: 30vh;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.card-present {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1200;
    background-color: white;
    opacity: 0.8;
}

.card-present-inner {
    top: 30vh;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.mpos-loader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1200;
    background-color: white;
    opacity: 0.8;
}

.disable-anchor {
    pointer-events: none;
}

.img-centers {
    max-height: 500px;
}

.m-r-35 {
    margin-right: 35px;
}

h2:empty, .h2:empty, h4:empty, .h4:empty, p:empty, .p:empty {
    margin: 0;
}

/*****************************************
    AVATAR DO UTILIZADOR
******************************************/
.avatar-xs {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    margin-bottom: 3px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-bottom: 3px;
}

.avatar-xl {
    width: 10rem;
    height: 10rem;
}

/*****************************************
    FIM - AVATAR DO UTILIZADOR
******************************************/

/*****************************************
    DETALHES DO UTILIZADOR
******************************************/

.update-email-link {
    margin-left: 15px;
    text-decoration: underline;
    color: #000;
}

.user-shopping-textarea *, .user-photo-textarea *, .user-qrcode-textarea *, .user-alert-textarea *,
.user-freeuse-textarea *, .user-checkin-textarea *, .user-activities-textarea *, .user-family-textarea *,
.user-evaluation-textarea *, .user-reservations-textarea *, .user-access-textarea *,
.user-access-schedule-textarea *, .user-access-group-textarea *, .user-access-freeuse-textarea *,
.user-service-textarea *, .user-voucher-textarea *, .user-recurring-textarea * {
    color: white;
}

/*****************************************
    FIM - DETALHES DO UTILIZADOR
******************************************/

/*****************************************
    CAROUSEL
******************************************/
.carousel.reviews-carousel .polo-carousel-item {
    width: 100% !important;
    /*height: 300px;*/
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 100px 0 100px;*/
}
.carousel.reviews-carousel .flickity-viewport {
    transition: height 0.2s;
}
.carousel.reviews-carousel .w-95:not(.is-selected) {
    left:-10000px !important;
}
/*****************************************
    FAMILIARES DO UTILIZADOR
******************************************/
.carousel.userFamilyMembersCarousel .polo-carousel-item, .carousel.familyMembersCarousel .polo-carousel-item {
    width: 100% !important;
    margin-right: .6rem;
    display: flex;
    align-items: stretch;
    min-height: 100%;
}

@media (min-width: 992px) {
    .carousel.familyMembersCarousel .polo-carousel-item {
        width: 33% !important;
    }
}

@media (max-width: 992px) and (min-width: 530px) {
    .carousel.familyMembersCarousel .polo-carousel-item {
        width: 50% !important;
    }
}

.carousel.familyMembersCarousel .family_member_name, .carousel.userFamilyMembersCarousel .family_member_name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.carousel.familyMembersCarousel .card-header, .carousel.userFamilyMembersCarousel .card-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.carousel.familyMembersCarousel .card-footer, .carousel.userFamilyMembersCarousel .card-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 991px) {
    .carousel.userFamilyMembersCarousel .polo-carousel-item {
        width: 33% !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel.userFamilyMembersCarousel .polo-carousel-item {
        width: 50% !important;
    }
}

.carousel.userFamilyMembersCarousel {
    /*height: 65vh;*/
    min-height: 1px;
}
.carousel.userFamilyMembersCarousel .flickity-viewport {
    /*height: 100% !important;*/
    min-height: 1px;
}
.carousel.userFamilyMembersCarousel ol.flickity-page-dots {
    margin-bottom: .8rem;
}
.flickity-slider > div > img, .carousel .polo-carousel-item img {
    height: initial;
}
.carousel.userFamilyMembersCarousel .family_member_cardname {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.carousel.userFamilyMembersCarousel .card-header {
    background-color: #46832F;
}
.carousel.userFamilyMembersCarousel a.btn.btn-success {
    background-color: #46832F;
    border-color: #46832F;
}
/*****************************************
    FIM - FAMILIARES DO UTILIZADOR
******************************************/
/*****************************************
    FIM - CAROUSEL
******************************************/
.UpdateEmail_title {
    font-size: 45px !important;
    color: white;
}
/*****************************************
ACCOUNTING
******************************************/
/* bot�es da �rea de bilh�tica */
.account_button {
    background-color: #FEA62A !important;
    border-width: 2px;
    border-color: #FEA62A !important;
    border-style: solid;
    color: #4A4A4A !important;
    margin-bottom: 0px !important;
}

    .account_button:hover {
        background-color: #fff !important;
        border-width: 2px;
        border-color: #FEA62A !important;
        border-style: solid;
        color: #181818 !important;
        margin-bottom: 0px !important;
    }


/*****************************************
    FIM - ACCOUNTING
******************************************/


/*****************************************
    LETTERING DE SEC��ES
    titulo, subtitulo e texto de sec��es 
    deve ser igual em todas as sec��es
******************************************/

.section-title {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -.02em;
    font-weight: 700;
}

.section-subtitle {
    font-weight: 500;
    font-style: normal;
}

.section-text {
    font-weight: 400;
    font-style: normal;
}

/* Texto + botao das sec��es register e freeuse na pagina inicial centrados por defeito */
.portal-section-Register-UserContent.portal-section-home, .portal-section-FreeUse-UserContent.portal-section-home, .portal-section-Evaluations-Cards.portal-section-home {
    text-align: center;
}

/* sec��o de avalia��es, formata��o do input */
.portal-section-Evaluations-Cards.portal-section-home .evaluations-input-group {
    justify-content: center;
}
.portal-section-Evaluations-Cards.portal-section-home .evaluations-package-code {
    max-width: 50vw;
}

/* texto responsivo para a sec��o da capa na p�gina inicial */
@media(max-width:1024px) {
    .banner-overlay:not(.banner-overlay-transparent-menu) {
        top: 20% !important;
    }
    .banner-overlay > .slide-captions .section-title.banner-title {
        font-size: 8vw;
        line-height: 90%;
    }

    .banner-overlay > .slide-captions .section-subtitle.banner-subtitle {
        font-size: 3vw;
        line-height: 90%;
    }

    .banner-overlay > .slide-captions .section-text.banner-text {
        font-size: 2vw;
        line-height: 90%;
    }
}

.ticketing-catalog-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ticketing-catalog-subtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
    .ticketing-catalog-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@supports (-webkit-line-clamp: 4) {
    .ticketing-catalog-subtitle {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}
/*****************************************
FIM - LETTERING DE SEC��ES
titulo, subtitulo e texto de sec��es 
deve ser igual em todas as sec��es
******************************************/
    /*****************************************
    ERROS
******************************************/
    .report_error {
    border-width: 4px !important;
    border-color: #FEA62A !important;
}

#registerForm .error {
    color: #E90105;
}

#loginGymForm .error {
    color: #E90105;
}

.failed-text-login-gym ul {
    font-size: 20px;
    padding-bottom: 10px;
}
/*****************************************
    FIM - ERROS
******************************************/
/*****************************************
    PESSOAL
******************************************/
.personel_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2D2C2A;
}

/*****************************************
    FIM - PESSOAL
******************************************/

/*****************************************
    TRY ME FREE
******************************************/

.trymefree_popup.hide {
    opacity: 0;
    pointer-events: none;
}

.trymefree_popup .inside {
    padding: 20px 20px 0;
}

.trymefree_popup {
    overflow: visible;
    position: fixed;
    right: 0;
    border-radius: 5px;
    top: 220px;
    height: 250px;
    width: 200px;
    padding: 0;
    z-index: 9;
    font-family: Metropolis-Medium;
    color: #fff;
    transition: opacity .2s;
    background: #fea62a;
}

.trymefree_popup .close {
    position: absolute !important;
    top: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
    opacity: 1;
    background-color: transparent;
}

.trymefree_popup a.btn-danger:not(:hover) {
    background-color: #ff2e1a;
    border-color: #ff2e1a;
}

.trymefree_popup a {
    text-align: center;
    position: absolute !important;
    bottom: 0;
    width: 65%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.trymefree-title, .trymefree-subtitle, .trymefree-text {
    color: white;
}

/* Mensagens de erro na p�gina trymefree */
.section-trymefree label.error {
    color: red;
    display: inline-block;
}
/*****************************************
    FIM - TRY ME FREE
******************************************/

/*****************************************
    ACTIVIDADES
******************************************/
/*.activity_background {
    }*/

.portal-section-card .card-body {
    overflow: hidden;
}

/*.portal-section-card-title {
    height: 70px;
}

.portal-section-card-subtitle {
    height: 70px;
}

.portal-section-card-text {
    height: 300px;
}*/

.activity_catalog {
    border: 1px solid #3a3936;
    border-radius: 5px;
}

/*.activity_catalog_title .heading-text {
    }

    .activity_catalog_subtitle {
    }*/

.col-activity-mobile {
    display: none;
    padding-top: 0px;
}

@media screen and (max-width: 991px) {
    .col-activity-desktop {
        display: none;
    }

    .col-activity-mobile {
        display: block;
    }

    .col-lg-4:nth-child(3) .card, .col-lg-4:nth-child(4) .card.activity_catalog {
        margin-top: 0;
    }
}

/* bot�es da �rea de atividades */
.activity_catalog_buy {
    background-color: #dbdbdb !important;
    border-width: 2px;
    border-color: #dbdbdb !important;
    border-style: solid;
    color: #181818 !important;
    margin-bottom: 0px !important;
}

.activity_catalog_buy:hover {
    background-color: #3a3936 !important;
    border-width: 2px;
    border-color: #3a3936 !important;
    border-style: solid;
    color: #dbdbdb !important;
    margin-bottom: 0px !important;
}

.activity_catalog_buy i  {
    color: inherit;
}

.activity-more, .activity-less {
    background-color: transparent !important;
    color: #181818 !important;
    margin-bottom: 0px !important;
    border: 0 !important;
}

.col-activity:nth-child(3):not(.col-package-3) .activity-more, .col-activity:nth-child(3):not(.col-package-3) .activity-less,
.col-activity:nth-child(4):not(.col-package-3) .activity-more, .col-activity:nth-child(4):not(.col-package-3) .activity-less,
.col-activity.col-package-2 .activity-more, .col-activity.col-package-2 .activity-less {
    color: #fff !important;
}

.activity-tax-description, .activity-project-description, .activity-end-date {
    margin-bottom: .2em!important;
}
.activity-end-date-value{
    font-weight: bold;
}
/*****************************************
    FIM - ACTIVIDADES
******************************************/
/*****************************************
    BILH�TICA
******************************************/
/* fundo da �rea de bilh�tica _Shared/Index */
.ticketing_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #02BDE2;
}

/* cart�o de bilhete _Shared/Index */
.ticketing_catalog {
    border-width: 4px;
    border-color: #FEA62A;
}

/* bot�es da �rea de bilh�tica */
.ticketing_catalog_buy {
    background-color: #fff !important;
    border-width: 2px;
    border-color: #FEA62A !important;
    border-style: solid;
    color: #181818 !important;
    margin-bottom: 0px !important;
}

    .ticketing_catalog_buy:hover {
        background-color: #FEA62A !important;
        border-width: 2px;
        border-color: #FEA62A !important;
        border-style: solid;
        color: #ffffff !important;
        margin-bottom: 0px !important;
    }

/* cart�o e campos de bilhete em _Shared/Index */
.ticketing_catalog_title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
}

/*.ticketing_catalog_subtitle {
}

.ticketing_catalog_text {
}

.ticketing_catalog_startdate {
}

.ticketing_catalog_enddate {
}

.ticketing_catalog_favorite {
}

.ticketing_catalog_facility_name {
}

.ticketing_catalog_tax_description {
}*/

.ticketing_catalog_tax_price {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0px !important;
}

.ticketing_catalog_tax_price_title {
    font-size: 12px;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 20px;
    color: #181818 !important;
}

/*.ticketing_catalog_event_description {
}

.ticketing_catalog_center_description {
}

.ticketing_moreOptions {
}

.ticketing_catalog_topimage {
}*/
/* FIM - cart�o e campos de bilhete em _Shared/Index */

/*****************************************
    FIM - BILH�TICA
******************************************/


/*****************************************
    GR�FICOS LOTA��O
******************************************/
.progress-circle {
    width: 51px;
    height: 51px !important;
    background: none;
    box-shadow: none;
    position: relative;
    opacity: .8;
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}
.progress-circle.progress-circle-white:after {
    border: 6px solid lightgrey;
}

.progress-circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress-circle .progress-circle-left {
    left: 0
}

.progress-circle .progress-circle-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress-circle .progress-circle-left .progress-circle-bar {
    left: 100%;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress-circle .progress-circle-right {
    right: 0
}

.progress-circle .progress-circle-right .progress-circle-bar {
    left: -100%;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress-circle-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #000;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: .85;
    top: 5%;
    left: 5%
}
.progress-circle .progress-circle-white-value {
    background: #fff;
    color: #000;
}

.progress-circle.progress-circle-green .progress-circle-bar {
    border-color: #00e600;
}

.progress-circle.progress-circle-yellow .progress-circle-bar {
    border-color: #fdba04
}

.progress-circle.progress-circle-red .progress-circle-bar {
    border-color: #ff0000
}

.progress-circle.progress-circle-green .progress-circle-left .progress-circle-bar {
    animation: none !important
}

.eventCapacityImg-Index, .eventCapacityImg-Tickets {
    max-height: 50px;
}
@media(min-width:768px) {
    .eventCapacityImg-Tickets {
        position:absolute;
        left:100%
    }
}
/*****************************************
    FIM - GR�FICOS LOTA��O
******************************************/


/*****************************************
    RESERVAS
******************************************/
.facility-reservations-info img.facility-image {
    max-height: 30vh;
}

.reservation-schedule-blocks-area, .service-schedule-blocks-area {
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
}
.reservation-schedule-blocks-area:not(.vertical-schedules) .reservation-schedule-block, .service-schedule-blocks-area:not(.vertical-schedules) .service-schedule-block {
    margin-right: 50px;
}
.reservation-schedule-block .facility-sched-btn, .service-schedule-blocks-area .tax-sched-btn {
    width: 150px;
}
.vertical-schedules .reservation-schedule-block .facility-sched-btn, .vertical-schedules.service-schedule-blocks-area .tax-sched-btn {
    width: 140px;
}
/*****************************************
    FIM - RESERVAS
******************************************/
/*****************************************
    SERVI�OS
******************************************/
.service-prof-image {
    height: 8vh;
    border-radius: 20%;
}
/*****************************************
    FIM - SERVI�OS
******************************************/
/*****************************************
    VOUCHERS
******************************************/
.voucher_catalog_topimage {
    max-height: max(20vw, 30vh);
}
/*****************************************
    FIM - VOUCHERS
******************************************/
/*****************************************
    CENTROS/CLUBES
******************************************/
/*****************************************
    FIM - CENTROS/CLUBES
******************************************/
/*.centers-catalog {
    }

    .centers-catalog-topimage {
    }

    .centers-catalog-description {
    }

    .centers-catalog-address {
    }

    .centers-catalog-buy {
    }*/
/*****************************************
    CAROUSEL CLIENTES/PARCEIROS
******************************************/
.clients-carousel .polo-carousel-item {
    display: flex;
    justify-content: center;
}
.carousel.clients-carousel .polo-carousel-item img {
    width: initial !important;
}
/*.carousel .polo-carousel-item img {
    width: 100vw !important;
}*/

.flickity-button {
    z-index: 10;
}
/*****************************************
    FIM - CAROUSEL CLIENTES/PARCEIROS
******************************************/
.col-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .col-desktop {
        display: none;
    }

    .col-mobile {
        display: block;
    }
}

/*****************************************
    Carrinho
******************************************/

.shoppingcart_title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
}

.shoppingcart_timer {
    max-width: 250px !important;
}

.shoppingcart_timer_text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.shoppingcart_timer_text.h5 {
    font-size: 1em;
}

/*.shoppingcart_subtitle {
}

.shoppingcart_text {
}

.shoppingcart_date {
}

.shoppingcart_quantity {
}

.shoppingcart_tax {
}

.shoppingcart_value {
}*/

.shoppingcart_total {
    font-size: 1.4em;
    line-height: 1.69em;
    font-weight: 600;
}

.shoppingcart_image {
    max-width: 70px;
    max-height: 70px;
}

.shoppingcart_buttons {
    background-color: #FEA62A !important;
    border-width: 2px;
    border-color: #FEA62A !important;
    border-style: solid;
    color: #ffffff !important;
    margin-bottom: 0px !important;
}

    .shoppingcart_buttons:hover {
        background-color: #fff !important;
        border-width: 2px;
        border-color: #FEA62A !important;
        border-style: solid;
        color: #181818 !important;
        margin-bottom: 0px !important;
    }


/*****************************************
    FIM - Carrinho
******************************************/

/*****************************************
    Checkout
******************************************/

.payment_title {
    font-size: 1.4em;
    line-height: 1.69em;
    font-weight: 600;
}

/*.paymentmethod_title {
}

.paymentmethod_description {
}

.payment_result_title {
}

.payment_result_dados_title {
}

.payment_result_dados_result {
}*/

.payment_total {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
}

.payment_image {
    max-width: 70px;
    max-height: 70px;
}

.payment_buttons {
    background-color: #FEA62A !important;
    border-width: 2px;
    border-color: #FEA62A !important;
    border-style: solid;
    color: #ffffff !important;
    margin-bottom: 0px !important;
}
.payment_buttons.text-dark {
    color: #111 !important;
}

    .payment_buttons:hover {
        background-color: #fff !important;
        border-width: 2px;
        border-color: #FEA62A !important;
        border-style: solid;
        color: #181818 !important;
        margin-bottom: 0px !important;
    }


/*****************************************
    FIM - Checkout
******************************************/

/*****************************************
    Spin buttons
******************************************/

.spin-buttons a {
    display: block;
    margin-top: 1px;
    height: 20px;
    background-color: #fff !important;
    color: #181818 !important;
}

    .spin-buttons a:hover {
        background-color: #FEA62A !important;
        border-width: 2px;
        border-color: #FEA62A !important;
        border-style: solid;
        color: #ffffff !important;
        margin-bottom: 0px !important;
    }

/*****************************************
    FIM - Spin buttons
******************************************/

/*****************************************
    InfoWindow do Google Maps para apresenta��o da informa��o sobre o centro
******************************************/

.googlemaps-infowindow-title {
    padding: 18px 10px 5px 10px;
    background-color: #FEA62A;
    /*border: 1px solid rgba(72, 181, 233, 0.6);*/
    /*border-radius: 5px;*/
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    text-align: center;
    /*top: 15px !important;*/
    width: 100% !important;
    min-width: 200px !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.googlemaps-infowindow-info {
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
}

.gm-style .gm-style-iw-c {
    padding: 0px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

/*.gm-style-iw.gm-style-iw-c button {
        display: none !important;
    }*/

/*****************************************
    FIM - InfoWindow do Google Maps para apresenta��o da informa��o sobre o centro
******************************************/

/*****************************************
    Cart�o de Centro
******************************************/

.center-catalog {
    border: 1px solid #FEA62A;
}

/*.center-catalog-topimage {
    }*/

.center-catalog-header {
    background-color: #FEA62A;
    height: 120px;
}

/*.center-catalog-body {
    }

    .center-catalog-footer {
    }*/

.center-catalog-description {
    color: #fff;
}

.center-catalog-address {
    height: 85px;
}

.center-catalog-contacts {
    height: 60px;
    padding-top: 10px;
}

.center-catalog-coords {
    height: 30px;
    padding-top: 10px;
}
/*****************************************
    FIM - Cart�o de Centro
******************************************/
/*****************************************
    REGISTO
******************************************/
/* �rea de registo de novo utilizador*/
.heading-text.heading-line h4.portal_register_title:before {
    content: none;
}

.post-locality {
    padding-right: 55px;
}

@media (max-width: 1024px) {

    .post-locality {
        padding-right: 15px;
    }
}

#bornDate {
    margin-bottom: 5px;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}


/*****************************************
    FIM - REGISTO
******************************************/
/*****************************************
    �REA DE TEXTO
******************************************/
/* todo o projeto */
textarea.form-control {
    resize: vertical;
    overflow-x: hidden;
}

/*****************************************
    �REA DE TEXTO
******************************************/

/*****************************************
    �REA DE SELF-SERVICE
******************************************/

.top-message {
    color: #E90105;
    font-size: 24px;
}

.custom-white {
    color: #fff !important;
}

.custom-red {
    color: #E90105 !important;
}

#citizen-logo .citizen-bkg {
    background-color: #3C5DBC;
}

#citizen-card .citizen-bkg {
    background-color: #3C5DBC;
}

#citizen-card-state .custom-white {
    color: #fff !important;
}

#citizen-card-state .custom-red {
    color: #fff !important;
}

/*****************************************
    FIM - �REA DE SELF-SERVICE
******************************************/

/*****************************************
    �REA RESERVADA - CHECKIN
******************************************/

.checkin-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60vh;
    width: 100%;
}

.checkin-titles {
    padding-top: 0;
    height: 0;
}

.checkin-empty {
    text-align: center;
    margin-top: 30vh;
    color: red;
    font-size: 48px;
}

.checkin-imagearea {
    padding: 0 0;
    height: 120px;
}

.checkin-timearea {
    height: 16px;
    font-size: 12px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.checkin-namearea {
    /* height: 32px;*/
    font-size: 28px;
    line-height: 1.1em;
    padding-left: 0px;
    margin-bottom: .5rem;
}

.checkin-projectnamearea {
    /*height: 28px;*/
    font-size: 20px;
    padding-left: 0px;
    margin-bottom: .5rem;
}

.checkin-profnamearea {
    font-size: 15px;
    padding-left: 0px;
    margin-bottom: 0.05em;
}

.checkin-facilitynamearea {
    font-size: 15px;
    padding-left: 0px;
    margin-bottom: 0.05em;
}

.checkin-buttonsarea {
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.checkin-image {
    max-width: 120px;
}

.counter-box {
    font-size: 12px;
}

.chekin-aula {
    padding: 10px 30px;
}

.chekin-aula-active {
    background-color: greenyellow;
}
/*****************************************
    FIM - �REA RESERVADA - CHECKIN
******************************************/

#header[data-transparent="true"] + .fluxo-inscricao + #page-title {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
    padding: 220px 0 160px 0;
}

/*****************************************
    FIM - Carregamento UL
******************************************/

.freeuse-balance-left {
    width: 240px;
    text-align: left;
    display: inline-block;
    padding: 10px;
}

.freeuse-balance-right {
    width: 200px;
    text-align: right;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

.freeuse-color {
    background-color: #757575;
    display: inline-block;
}

.freeuse-header {
    border-radius: 5px 5px 5px 5px;
}

.freeuse-reset {
    background-color: #CC7700;
}

.freeuse-currentbalance-value, .freeuse-newbalance-value {
    font-weight: bold;
    color: white;
}

.freeuse-currentbalance-desc, .freeuse-newbalance-desc {
    color: white;
}

.freeuse-newbalance {
    padding-top: 20px;
}

.freeuse-selectedvalue {
    padding-top: 40px;
    font-weight: bold;
    color: white;
    font-size: 28px;
}

.freeuse-button {
    display: inline-block;
    width: 100px !important;
    height: 100px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
    padding-top: 40px !important;
    font-weight: bold !important;
    color: white;
    font-size: 22px !important;
    text-align: center;
    cursor: pointer;
}

.freeuse-ok {
    background-color: #00AD17;
    vertical-align: top;
    padding-top: 90px !important;
    height: 210px;
}

.payment-method-container {
    display: inline-block;
}

/*****************************************
    FIM - Carregamento UL
******************************************/

/*****************************************
    LANDING PAGE
******************************************/
.section-landingpage label.error {
    color: red;
    display: inline-block;
}
/*****************************************
    FIM - LANDING PAGE
******************************************/


.UserActivity-catalog, .UserSDD_Card {
    border: 5px solid #757575;
    margin-top: 10px;
    border-radius: 5px;
}

.sectionUserDataDetails_title {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
}

.UserActivity_catalog_title {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
}

.UserEvaluation_catalog_title {
    font-size: 21px;
    line-height: 26px;
}

.UserActivity-catalog-topimage, .UserSDD_CardHeader {
    background-color: #757575 !important;
    color: #fff;
    border-radius: 0px !important;
    padding: 1.2rem 1.2rem !important;
}

.UserShoppingCart_Card, .UserDebts_Card, .UserInvoices_Card {
    border: 5px solid #E90105;
    margin-top: 10px;
    margin-bottom: 40px;
}

.UserShoppingCart_CardHeader, .UserDebts_CardHeader, .UserInvoices_CardHeader {
    text-align: left;
    padding: 5px;
    background-color: #E90105 !important;
    border-radius: 0px !important;
    padding: 1.2rem 1.2rem !important;
}

.card-header.UserDebts_CardHeader, .card-header.UserInvoices_CardHeader, .card-header.UserSDD_CardHeader {
    padding: 20px;
    color: #fff;
}

.UserShoppingCart_CardHeader small, .UserDebts_CardHeader small, .UserInvoices_CardHeader small, .UserShoppingCart_CardHeader h4, .UserDebts_CardHeader h4, .UserInvoices_CardHeader h4 {
    color: #fff;
}

.UserShoppingCart_CardBody, .UserDebts_CardBody, .UserInvoices_CardBody {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    border-bottom: 3px solid #E90105 !important;
    background-color: #fff !important;
}

    .UserShoppingCart_CardBody h4, .UserDebts_CardBody h4, .UserInvoices_CardBody h4 {
        color: #757575;
    }

.UserCheckin_Card {
    border: 0px solid darkgrey;
    padding-left: 20px;
}

    .UserCheckin_Card .card-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.user-checkin-title, .user-checkin-subtitle, .user-checkin-text {
    color: #fff;
}

.btn.disabled-input {
    pointer-events: none !important;
}

.SitRegular_Card {
    border: 5px solid #2f9599;
    margin-top: 10px;
}

.SitRegular_CardHeader {
    text-align: left;
    padding: 5px;
    background-color: #2f9599 !important;
    border-radius: 0px !important;
}

.card-header.SitRegular_CardHeader {
    padding: 20px;
    color: #fff;
}

.SitRegular_CardHeader small, .SitRegular_CardHeader h4 {
    color: #fff;
}

.SitRegular_CardBody {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    border-bottom: 3px solid #2f9599 !important;
    background-color: #fff !important;
}

    .SitRegular_CardBody h4 {
        color: #757575;
    }

.user-financial-month {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 90px;
    background-color: #757575;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    padding-top: 10px;
    cursor: pointer;
    border-radius: 10px;
}

.user-invoice-master-type img {
    width: 32px;
    height: auto;
}

.portal-card-zone {
    height: 320px !important;
}

.portal-card {
    background-color: #f7db4f;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 90%;
    border: 2px solid #f7db4f;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px 8px;
    position: relative;
}

.portal-card-textarea {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
}

.portal-card-buttonarea {
    text-align: center;
}

.portal-card-footer {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
    position: absolute;
    width: 90%;
    bottom: 10px;
}

.btn-portal-button {
    background-color: #E90105 !important;
    text-align: center !important;
    border: 2px solid #E90105 !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    padding: 10px 18px !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

    .btn-portal-button:not(.disabled-input):hover {
        background: #fff !important;
        border: 2px solid #fff !important;
        color: #f7db4f !important;
    }

    .btn-portal-button.disabled-input {
        pointer-events: none !important;
    }

.portal-card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.portal-card-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.portal-card-text {
    font-size: 16px;
}

.portal-card-footer {
    font-size: 16px;
    color: #000;
}

.portal-list {
    background-color: #dbdbdb;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px 8px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .portal-list .row {
        border-bottom: 1px solid #9C9C9C;
        margin-bottom: 10px;
    }

    .portal-list-height-1 {
        height: 320px;
    }

.portal-list-height-2 {
    height: 660px;
}

.portal-list-height-3 {
    height: 1000px;
}

.portal-list-height-4 {
    height: 1320px;
}

.portal-list-item-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px !important;
}

.portal-list-item-subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.portal-list-item-text {
    font-size: 12px;
}

.portal-list-item-footer {
    font-size: 12px;
    color: #000;
}

.team-members.team-members-circle .team-member .team-image > img {
    width: 200px;
    height: 200px;
}

.team-name {
    height: 70px;
}

.team-cargo {
    height: 30px;
}

.team-center {
    height: 30px;
}

.portal-section-banner img {
    width: 100%;
}

.portal-section-imagecards .card-activity-desc {
   /* position: absolute;
    bottom: 50px;*/
}

.portal-section-imagecards *:not(.section-title):not(.section-subtitle):not(.section-text):not(.section-footer):not(.activity_catalog_buy i) {
    color: #FFF;
}

@media (max-width: 768px) {
    .top_bar .logo-dark img, .top_bar .logo-default img {
        max-width: 200px;
    }
}

.light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

/*.card-img-overlay .ticketing-catalog-subtitle {
    margin-top: 300px;
}*/

.payment-image {
    vertical-align: middle;
}

.img-recurring-mbway {
    max-height: 150px;
}

.footer-payment-methods .payment-image {
    max-height: 50px;
}

.section-payment-methods {
    min-height: 50px;
}

.footer-payment-methods .section-payment-methods .payment-methods-title,
.footer-payment-methods .section-payment-methods .payment-methods-subtitle,
.footer-payment-methods .section-payment-methods .payment-methods-text,
.footer-payment-methods .section-payment-methods .payment-methods-footer {
    display: none;
}

.payment-methods-title {
    font-size: 32px;
    line-height: 32px;
}

.payment-methods-card .payment-methods-desc {
    height: 250px;
}

.payment-methods-card .card-footer {
    min-height: 50px;
}

.payment-methods-card .card-footer-pay {
    min-height: 65px;
}

.footer-payment-methods .payment-methods-card {
    height: 70px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

    .footer-payment-methods .payment-methods-card .card-header {
        display: none;
    }

    .footer-payment-methods .payment-methods-card .card {
        width: 70px;
    }

        .footer-payment-methods .payment-methods-card .col-lg-2:empty, .footer-payment-methods .payment-methods-card .col-lg-4:empty {
            display: none;
        }

    .footer-payment-methods .payment-methods-card .col-lg-4:not(:empty) {
        width: 80px;
        max-width: 80px;
    }

    .footer-payment-methods .payment-methods-card .col-lg-12 {
        padding: 0;
    }

    .footer-payment-methods .payment-methods-card .card .card-body:nth-child(2) {
        display: none;
    }

    .footer-payment-methods .payment-methods-card .card-img {
        height: 70px;
        padding: 0;
        width: 70px;
    }

    .footer-payment-methods .payment-methods-card .payment-image {
        width: 50px;
    }

.user-package-title, .user-reservation-title {
    font-weight: bold;
}

.section-user .portal-section-title {
    margin-bottom: 0;
}

.portal-section-title:empty, .portal-section-subtitle:empty, .portal-section-text:empty, .portal-title:empty, .portal-subtitle:empty, .portal-text:empty {
    margin-bottom: 0px;
}

.checkout-package-title,
.checkout-reservation-title {
    font-weight: bold;
}

.userarea-card {
    border: 5px solid #757575;
    margin-top: 10px;
    border-radius: 5px;
}

.userarea-card-header {
    background-color: #757575 !important;
    color: #fff;
    border-radius: 0px !important;
    padding: 1.2rem 1.2rem !important;
}

.map table {
    table-layout: fixed;
}

table.dataTable thead th {
    background-color: transparent;
    border-bottom: 0;
    text-align: center;
}

.dataTables_wrapper.no-footer .dataTable {
    margin: 0;
    border: 0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
}

.dataTables_wrapper.no-footer .dataTable {
    margin: 0;
    border: 0;
}

table.dataTable tbody tr {
    height: 50px;
}

table.dataTable.no-border td {
    border-top: 0;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: top;
}

table.dataTable .card, .div-projects-checkin, .div-list-schedule, .schedule-weekday {
    color: #000;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    min-width: 120px;
}

    table.dataTable .card .time {
        font-size: 14px;
        /*margin-bottom: 15px;*/
    }

        table.dataTable .card .time .timer {
            display: inline-block;
            vertical-align: middle;
            width: 15px;
            height: 15px;
            margin-right: 8px;
        }

    table.dataTable .card .sub-type {
        font-size: 12px;
        padding-left: 5px;
        opacity: .7;
        margin-bottom: 5px;
    }

    table.dataTable .card .type {
        font-size: 21px;
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.dataTable .card .schedule-map-prof.type, table.dataTable .card .schedule-map-facility.type {
        font-size: 15px;
        padding-left: 5px;
    }

.schedHover {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: schedHover;
    animation-name: schedHover;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes schedHover {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes schedHover {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.schedule-list-title {
    font-weight: bold;
}

.btn.checkin-week-choice-btn.selected, .btn.checkin-week-choice-btn.selected:focus, .btn.checkin-week-choice-btn.selected:active,
.btn.checkin-view-choice-btn.selected, .btn.checkin-view-choice-btn.selected:focus, .btn.checkin-view-choice-btn.selected:active {
    background-color: #ffb20e;
    border-color: #ffb20e;
}
.btn.checkin-view-choice-btn.selected, .btn.checkin-view-choice-btn.selected:focus,
.btn.checkin-week-choice-btn.selected, .btn.checkin-week-choice-btn.selected:focus {
    color: #111;
}

.checkin-selected-week {
    font-weight: bold;
    font-size: 22px;
}

.flickity-viewport {
    width: 100%;
}

.checkin-title, .checkin-subtitle, .checkin-text {
    height: auto;
}

.banner-overlay {
    position: absolute;
    /*bottom: 10vh;*/
    top: 50%;
    transform: translate(0px, -25%);
    width: 50%;
    z-index: 1;
    opacity: 0.8;
    left: 25vw;
}

.rounded-topBanner .banner-overlay {
    top: 35%;
}
.rounded-topBanner {
    border-radius: 100% 100% 100% 100% / 0% 0% 80% 80%;
    overflow: hidden;
}

.banner-overlay .section-title, .banner-overlay .section-subtitle, .banner-overlay .section-text, .banner-overlay .section-footer, .banner-overlay .banner-login {
    color: #fff;
}

.div-projects-checkin:not(.selected) {
    opacity: 0.3;
}

.schedule-weekday {
    background-color: #2250fc;
}

.schedule-weekday-selected {
    background-color: #ffb20e !important;
    border-color: #ffb20e !important;
    color: black !important;
}

.expandable {
    overflow: hidden;
    transition: height 0.5s ease-out;
}

.expandable.expanded {
    overflow: visible;
}

.payfail-error {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.agerestriction-warning, .NIBrestriction-warning {
    font-size: 12px;
}

/* Sweet Alert */
.sweet-alert p {
    color: #757575;
}
.sweet-alert button {
    background-color: #0C7CB0;
}

/* FORMULARIOS */
.fileUpDesc .list-icons.fileList li {
    list-style: none;
}
/* FIM - FORMULARIOS */

/* Custom Fonts */
@font-face {
    font-family: 'Regular';
    src: url(/Polo/css/Custom Fonts/Regular-Semibold.woff2) format('woff2'), url(/Polo/css/Custom Fonts/Regular-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Regular-Medium';
    src: url(/Polo/css/Custom Fonts/Regular-Medium.woff2) format('woff2'), url(/Polo/css/Custom Fonts/Regular-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Regular-MediumItalic';
    src: url(/Polo/css/Custom Fonts/Regular-MediumItalic.woff2) format('woff2'), url(/Polo/css/Custom Fonts/Regular-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Regular-SemiBoldItalic';
    src: url(/Polo/css/Custom Fonts/Regular-SemiboldItalic.woff2) format('woff2'), url(/Polo/css/Custom Fonts/Regular-SemiboldItalic.woff) format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Regular-Bold';
    src: url(/Polo/css/Custom Fonts/Regular-Bold.woff2) format('woff2'), url(/Polo/css/Custom Fonts/Regular-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Regular-BoldItalic';
    src: url(/Polo/css/Custom Fonts/Regular-BoldItalic.woff2) format('woff2'), url(/Polo/css/Custom Fonts/Regular-BoldItalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/* FIM - Custom Fonts */
.floatheader {
    background: #e1a845;
    position: absolute;
    float: right;
    right: 31px;
    text-align: center;
    top: 75px;
    z-index: -1;
    line-height: 22px;
    padding: 10px;
    min-width: 100px;
}

/* classes de sobreposi��o as classes POLO */
#header.header-modern:not(.header-active) {
    margin-top: 15px;
}

/* FIM classes de sobreposi��o as classes POLO */.portal-section-box:nth-child(1) {
    background-color: #f1b732;
}

.portal-section-box:nth-child(2) {
    background-color: #fcc43f;
}

.portal-section-box:nth-child(3) {
    background-color: #fdce49;
}

.portal-section-box:nth-child(4) {
    background-color: #fcc43f;
}

/*
    ESPECIFICA��ES PARA A SEC��O FOOTERTEXT
    DO SITE DA TEMPO LIVRE
    -- ISTO � PARA PASSAR PARA DENTRO DA BASE DE DADOS
    QUANDO SE RESOLVER O PROBLEMA DO STYLE QUE FAZ COM 
    QUE O COPYRIGHT DA CEDIS FIQUE DENTRO DO RECTANGULO 
    DE UMA INSTALA��O
*/
.box-fancy [class*="col-"] {
    padding: 3% !important;
}

.facility {
    text-align: center;
    /*min-height: 100px;*/
}

@media (max-width: 767px) {
    .facility {
        min-height: 90px;
    }

    .box-fancy [class*="col-"] {
        padding-bottom: 2% !important;
    }
}

@media (min-width: 768px) {
    .facility {
        min-height: 195px;
    }

    .box-fancy [class*="col-"] {
        padding-bottom: 1% !important;
    }
}

@media (min-width: 992px) {
    .facility {
        min-height: 240px;
    }

    .box-fancy [class*="col-"] {
        padding-bottom: 1% !important;
    }
}

@media (min-width: 1400px) {
    .facility {
        min-height: 230px;
    }
}

@media (min-width: 1720px) {
    .facility {
        min-height: 210px;
    }
}

/*
    FIM
    ESPECIFICA��ES PARA A SEC��O FOOTERTEXT
    DO SITE DA TEMPO LIVRE
    -- ISTO � PARA PASSAR PARA DENTRO DA BASE DE DADOS
*/

.fluxo-inscricao {
    display: none;
}

.portfolio-item .portfolio-description, .portfolio-item .grid-description, .portfolio-item .portfolio-links, .grid-item .portfolio-description, .grid-item .grid-description, .grid-item .portfolio-links {
    visibility: visible;
    opacity: 1;
}
