/*
Theme Name: Portal PS v2.0
Theme URI: http://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 5.3.2
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* WORDPRESS ADMINBAR FIX */

:root {
    --tertiary: #56BCCC;
    --quartenary: #EE4C9B;
}

@media (min-width: 601px) {
    body.admin-bar .header-reveal #header.sticky-header .header-main.sticky {
        top: 46px !important;
    }
}


@media (min-width: 783px) {
    body.admin-bar .header-reveal #header.sticky-header .header-main.sticky {
        top: 32px !important;
    }
}

.bypostauthor {
    display: block;
}

html {
    --ps-shadow: 0 1px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.08);
    --ps-shadow-hover: 0 0 4px rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.04);
}

body:not(.home) .main-content {
    margin-bottom: 10%;
    padding-bottom: 0 !important;
}

/* flickr */
.flickr-embed-frame{
    opacity:1!important;
}
/* PS UTILITIES */
.ps-max-container {
    max-width: 730px;
}

.text-form-line-height {
    line-height: 1.42857;
}

.ps-field-edit:hover {
    cursor: pointer;
}

.text-nowrap{
    white-space:nowrap;
}

.text-overflow-hidden {
    overflow: hidden;
}
/*** SVG Fix ***/

.svg-container {    
}
.svg-container img,
.svg-container .wpb_wrapper, 
.svg-container .wpb_wrapper .vc_single_image-wrapper{
    width:100%;
}



/*** Modal alerts ***/
.modal-alert {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-alert .modal-body {
    text-align: center;
}

.modal-alert .modal-body i.fas {
    display: none;
}

.modal-alert.modal-alert-success .modal-body i.fas.success-message-icon {
    display: block;
}

.modal-alert.modal-alert-error .modal-body i.fas.error-message-icon {
    display: block;
}

/* Page 404 */
.page-not-found h4,
.page-not-found h2 {
    color: var(--primary);
    font-weight: 600;
}
.page-not-found p {
    font-size: 16px;
    line-height: 26px;
}

/* HEADER PARA TEMAS (ARQUIVO) */
#ps-artigo-cabecalho-tema {
}

#ps-artigo-cabecalho-tema>a {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

#ps-artigo-cabecalho-tema>a>i.fas {
    position: absolute;
    top: 2px;
    font-size: 1em !important;
    height: 1em;
    line-height: 1;
    width: 1em;
}

#ps-artigo-cabecalho-tema .ps-artigo-tema {
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: 400 !important;
    transition: color .3s ease-in-out
}

#ps-artigo-cabecalho-tema .ps-artigo-tema:hover {
    color: var(--primary);
    transition: color .3s ease-in-out
}

/* AREA RESEVADA */
.ps-page-type-login .porto-sticky {
    margin-top: 45px;
}

@media (max-width: 991px) {
    .ps-page-type-login .porto-sticky {
        position:static!important;
        margin-top: 0!important;
    }

    .ps-page-type-login #ps-data-definitions {
        margin-top:0;
    }

    .ps-page-type-login #ps-data-definitions-status {
        margin-top: 0 !important;
        margin-bottom: 5rem !important;
    }

    .ps-page-type-login #ps-data-definitions > .row {
        flex-direction: column-reverse;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .area-reservada-tabs {
        display: flex !important;
    }
    .area-reservada-tabs.nav-tabs .nav-item  {
        flex-grow: 1;
        flex-basis: 0;
    }
}

@media (max-width: 767px) {
    .area-reservada-tabs {
        overflow: hidden;
        display: block !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .area-reservada-tabs .nav-item {
        display: inline-block;
    }
    
    .area-reservada-tabs .nav-item:not(:first-child) {
        margin-left: -4px;
    }
}

#modalSelectDate .daterangepicker {
    position: relative;
    display: block !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    top: 0 !important;
    margin: 0;
    padding: 0;
    border: none;
}

#modalSelectDate .daterangepicker .drp-calendar {
    border-radius: 4px;
    border: 1px solid #ddd;
    min-width: 100%;
    padding: 0;
}

/* BOOTSTRAP OVERRIDES */

.btn-outline-success:focus:not(:hover),
.btn-outline-success.focus:not(:hover) {
    color: #47a447;
}

.lead {
    font-weight: 400;
}

.modal-title {
    line-height: 2 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f4f4f4;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly]:hover,
.form-control:disabled,
.form-control[readonly]:focus {
    outline: none !important;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.09) !important;
    box-shadow: none !important;
}

.disabled:hover {
    cursor: not-allowed;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    border-top: 1px solid #eee !important;
    border-bottom: 3px solid var(--primary) !important;
    color: #333 !important;
}

.resp-tabs-list li,
.resp-tabs-list li:hover,
.nav-tabs li .nav-link,
.nav-tabs li .nav-link:hover {
    background: #e9ecef;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 3px solid #eee !important;
    color: #777 !important;
    height: 100%;
    display: flex;
    align-items: center;

}

.btn-outline-dark {
    background-color: #fff;
}

.form-control:focus,
select:focus {
    border-color: #bca69d !important;
    box-shadow: 0 0 0 0.2rem rgba(188, 166, 157, .35) !important;
}

a.btn-download,
a.btn-download:hover,
a.btn-download:active {
    margin-top:1em;
    background-color: var(--primary)!important;
    color: #fff!important;
}

a.btn-download .porto-btn-text:before {
    display: inline-block;
    content: "\f019";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 0.875rem;
    margin: 0 1rem 0 0;
    line-height: 1;
    color:inherit;
}

/* LOGIN FORM */
.ps-login-form {
    max-width: 320px;
}

/* sem gov.pt */
.ps-login-form .tab-content {
    border: 1px solid #eee;
}

/* sem gov.pt */
.ps-login-form .nav-tabs li .nav-link:hover {
    border-top: 1px solid #eee !important;
    border-bottom: 3px solid var(--primary) !important;
    color: #333 !important;
    background-color: #fff;
}

.ps-login-form h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.btn-govpt {
    border-color: #3C5DBC !important;
    background-color: #3C5DBC !important;
    background-image: url('/wp-content/uploads/2020/09/logo-ag.svg');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center;
}

.ps-newuser-box {
    background-color: #fff;
    border-color: #e9ecef;
    box-shadow: var(--ps-shadow);
}

.ps-newuser-box .btn.btn-outline-dark:hover,
.ps-newuser-box .btn.btn-outline-dark:active {
    color: #fff;
}

.text-info-dark {
    color: #004085;
}

.text-color-govpt {
    color: #3C5DBC
}

@media (min-width: 576px) {
    .text-normal {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .text-medium {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    .text-small {
        font-size: 0.75rem;
        line-height: 1.375rem;
    }
}

/* WP-FORMS */

.wpforms-container-full {
    padding: 24px !important;
    margin-top: -24px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.wpforms-container-full input:focus,
.choices__inner:focus,
.choices__input:focus {
    border-color: #bca69d !important;
    box-shadow: 0 0 0 0.2rem rgba(188, 166, 157, .35) !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    color: #fff !important;
    background-color: var(--primary) !important;
    background-image: none !important;
    border-color: var(--primary) !important;
    border: 1px solid !important;
    text-transform: uppercase;
    float: right;
    margin-bottom: 24px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    color: var(--primary) !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: var(--primary) !important;
    border: 1px solid !important;
}

.wpforms-form .wpforms-field-label {
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
}

div.wpforms-container .wpforms-form .choices__inner {
    padding: 4px 6px;
}

.mfp-content div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
.mfp-content div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus,
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus {
    border: 1px solid #bca69d !important;
    box-shadow: 0 0 0 0.2rem rgba(188, 166, 157, .35) !important;
}

.mfp-content div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
.mfp-content div.wpforms-container-full .wpforms-form .is-open .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__inner {
    border-color: #bca69d !important;
    border-width: 1px !important;
    box-shadow: none !important;
}

.mfp-content div.wpforms-container .wpforms-form .is-open .choices__list--dropdown,
div.wpforms-container .wpforms-form .is-open .choices__list--dropdown {
    border: 1px solid #bca69d !important;
    box-shadow: none !important;
}

.wpforms-form .wpforms-field-label,
.wpforms-form .choices__item.choices__item--selectable,
.wpforms-form input,
.wpforms-form textarea {
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}


@media (max-width: 575px) {

    .wpforms-form .wpforms-field-label,
    .wpforms-form .choices__item.choices__item--selectable,
    .wpforms-form input,
    .wpforms-form textarea {
        font-size: 0.8125rem !important;
        line-height: 1.5rem !important;
    }

    .input-w-100 {
        width: 100% !important;
    }

    .input-ml-0 {
        margin-left: 0 !important;
    }

    div.wpforms-container-full .wpforms-form button[type=submit] {
        width: 100%;
    }
}


/* SEJA PS HOME CONTAINER */

.home-intro p {
    color: #333 !important;
}

.home-intro p strong {
    color: #333 !important;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 0;
    display: inline-block;
}

.vc_row[data-vc-full-width].home-intro {
    overflow: visible;
    margin-bottom: 50px;
    padding: 4rem 0 4.5rem;
    background-attachment: fixed;
    background-image: url(/wp-content/uploads/2020/06/participa-red-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.seja-ps-cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seja-ps-home-container h2 {
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 9px rgba(255, 255, 255, 0.25);
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.seja-ps-home-wrapper-left,
.seja-ps-home-wrapper-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.seja-ps-home-box:before {
    content: "\f0c0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    position: relative;
    display: flex;
    box-shadow: var(--ps-shadow);
    width: 48px;
    height: 48px;
    color: #fff;
    background: var(--secondary);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin: -48px 0 0 -40px;
}

@media (max-width: 767px) {
    .seja-ps-home-box:before {
        margin: -40px auto 10px;
    }
}

@media (max-width: 767px) {

    .seja-ps-home-wrapper-left,
    .seja-ps-home-wrapper-right {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .seja-ps-home-box {
        margin-top: 100px;
    }
}

.seja-ps-home-box {
    background: #fff;
    padding: 1rem;
    border: 4px solid var(--secondary);
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: -120px;
    box-shadow: var(--ps-shadow);
}

/* MODAL */

div[id^=porto-modal] {
    background-color: #fff !important;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;

}

div[id^=porto-modal] button[class$="close"] {
    position: relative;
    align-self: flex-end;
}

/* ZOOM */

.img-thumbnail .zoom {
    display: none;
}


/* LOADING OVERLAY */

.loading-overlay {
    transition: visibility 0s ease-in-out 2.5s, opacity 2.5s ease-in-out;
}

.loading-overlay.content-loading-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display:none;
    z-index:9;
    transition: none!important;
}

.loading-overlay.content-loading-overlay #ps-loading-logo{
    max-width:80px;
}

/* LOADING - ANIMATIONS */
@keyframes loading-logo-line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes loading-logo-fill {
    from {
        fill: transparent;
    }

    to {
        fill: #cc0000;
    }
}

/* LOADING - GENERIC BOUNCE*/

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    background-color: var(--primary);
}

/* LOADING - PS LOGO*/

#ps-loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loading-logo-fill 0.75s ease forwards 0.75s;
    max-width: 60%;
}
#ps-loading-logo path:nth-child(1) {
    stroke-dasharray: 1108.314;
    stroke-dashoffset: 1108.314;
    animation: loading-logo-line-anim 1s ease forwards 0.3s infinite;
}
#ps-loading-logo path:nth-child(2) {
    stroke-dasharray: 794.845;
    stroke-dashoffset: 794.845;
    animation: loading-logo-line-anim 1s ease forwards 0.5s;
}
#ps-loading-logo path:nth-child(3) {
    stroke-dasharray: 1867.334;
    stroke-dashoffset: 1867.334;
    animation: loading-logo-line-anim 0.5s ease forwards 1s;
}
#ps-loading-logo path:nth-child(4) {
    stroke-dasharray: 68.576;
    stroke-dashoffset: 68.576;
    animation: loading-logo-line-anim 1s ease forwards 1.3s;
}
#ps-loading-logo path:nth-child(5) {
    stroke-dasharray: 29.433;
    stroke-dashoffset: 29.433;
    animation: loading-logo-line-anim 1s ease forwards 1.8s;
}

/* LOADING - PS LETTERS */

#ps-loading-letters {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loading-logo-fill 1.25s ease forwards 1s;
    max-width: 60%;
}

#ps-loading-letters path:nth-child(1) {
    stroke-dasharray: 880.954;
    stroke-dashoffset: 880.954;
    animation: loading-logo-line-anim 1s ease forwards 0.3s infinite;
}

#ps-loading-letters path:nth-child(2) {
    stroke-dasharray: 940.833;
    stroke-dashoffset: 940.833;
    animation: loading-logo-line-anim 1s ease forwards 0.8s infinite;
}

/* LOADING - PS FULL */

#ps-loading-full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loading-logo-fill 0.75s ease forwards 0.75s;
    max-width: 60%;
}

#ps-loading-full path:nth-child(1) {
    stroke-dasharray: 1108.314;
    stroke-dashoffset: 1108.314;
    animation: loading-logo-line-anim 1s ease forwards 0.3s infinite;
}

#ps-loading-full path:nth-child(2) {
    stroke-dasharray: 794.845;
    stroke-dashoffset: 794.845;
    animation: loading-logo-line-anim 1s ease forwards 0.9s;
}

#ps-loading-full path:nth-child(3) {
    stroke-dasharray: 880.954;
    stroke-dashoffset: 880.954;
    animation: loading-logo-line-anim 1s ease forwards 0.6s;
}

#ps-loading-full path:nth-child(4) {
    stroke-dasharray: 940.833;
    stroke-dashoffset: 940.833;
    animation: loading-logo-line-anim 1s ease forwards 1.2s;
}

#ps-loading-full path:nth-child(5) {
    stroke-dasharray: 1867.334;
    stroke-dashoffset: 1867.334;
    animation: loading-logo-line-anim 1s ease forwards 1.5s;
}

#ps-loading-full path:nth-child(6) {
    stroke-dasharray: 68.576;
    stroke-dashoffset: 68.576;
    animation: loading-logo-line-anim 1s ease forwards 1.8s;
}

#ps-loading-full path:nth-child(7) {
    stroke-dasharray: 29.433;
    stroke-dashoffset: 29.433;
    animation: loading-logo-line-anim 1s ease forwards 2.1s;
}

/* ADVANCED SEARCH*/
.ps-advanced-search .form-control[readonly] {
    background: transparent !important;
    position: absolute;
    width: 100%;
    padding-left: 50px;
}


@media (max-width: 480px) {
    .ps-advanced-search .form-control[readonly] {
        padding-left: 48px;
    }
}

.ps-advanced-search .input-group-prepend {
    height: 37px;
}

@media (max-width: 480px) {
    .ps-advanced-search .input-group-prepend {
        height: 33px;
    }
}

.ps-advanced-search .input-group-prepend i {
    line-height: 1.4;
}

@media (max-width: 480px) {
    .ps-advanced-search .input-group-prepend i {
        line-height: 1.7;
    }
}

.ps-advanced-search .input-group {
    background: #fff;
}

/* BAKERY OVERRIDES */

.wpb_content_element {
    margin-bottom: 0 !important;
}

body.page-id-6849 .vc_row .vc_column_container>.wpb_wrapper.vc_column-inner {
    padding: 0 15px 0 !important;
}

/* HEADINGS */

.ps-heading,
.ps-heading h3 {
    font-weight: 700;
}

h3.ps-heading-white {
    font-weight: 700;
    color: #fff;
}

.ps-heading-3,
.ps-heading-3 h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

/* SPACERS */

.ps-vs-top-large {
    margin: 48px 0 0;
}

.ps-vs-bottom-large {
    margin: 0 0 48px;
}

/* TABLES */

.table thead th {
    border-bottom: 1px solid #ddd;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;

}

/* PAGE TITLES */

.ps-page-subtitle {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom:0;
}

.archive p.lead,
.ps-page-introduction {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-top: 32px;
}

.archive p.lead,
.ps-page-title-block {
    margin-bottom: 36px !important;
}

.ps-page-introduction {
    margin-bottom: 18px !important;
}
.ps-page-introduction-content {
    margin-bottom: 18px;
    margin-top: 18px;
}

.thumb-info-caption-text .ps-page-title-block {
    margin-bottom: 0 !important;
}

.archive h2/*,
body.page-child .ps-page-title h2,
body.page-child h2.ps-page-title*/ {
    font-size: 1.875rem !important;
    line-height: 2.5rem !important;
}
.archive h2 {
    font-weight: 700;
}
.ps-page-title h2,
h2.ps-page-title {
    font-size: 3.125rem !important;
    line-height: 3.75rem !important;
    font-weight: 700;
    margin-bottom: 24px !important;
}

@media (max-width: 480px) {
    .archive h2,
    .ps-page-title h2,
    h2.ps-page-title {
        font-size: 1.875rem !important;
        line-height: 2.5rem !important;
    }
}

/* LISTS */

.portfolio-filter li {
    margin-bottom: 0 !important;
}

li {
    margin-bottom: 1rem;
}

.ps-article-full-text ul,
.ps-article-full-text ol {
    padding: 0;
}

.ps-article-full-text ul li,
.ps-article-full-text ol li {
    /* border-bottom: 1px solid #e9ecef; */
    padding: .75rem;
    list-style-position: inside;
}

.ps-article-full-text ul li:nth-child(even),
.ps-article-full-text ol li:nth-child(even) {
    background-color: #fcfcfc;
}

.ps-article-full-text ul>li:last-child,
.ps-article-full-text ol>li:last-child {
    border-bottom: none;
}

/* SHARE LINKS */

.share-links a:before {
    line-height: 22px;
}

#main .share-links a {
    border-radius: 4px;
}

/* DATEPICKER */

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary) !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(227, 31, 38, 0.2);
}

.daterangepicker td.in-range {
    background-color: rgba(227, 31, 38, 0.1);
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

@media (max-width: 480px) {
    .daterangepicker {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
    }

    .daterangepicker .drp-selected {
        padding-right: 0 !important;
        display: block !important;
        padding-bottom: 10px !important;
    }
}

/* FORM */

#ps-data-register {
    max-width: 720px;
}

#ps-data-definitions #dados-pessoais input.form-control:disabled,
#ps-data-definitions #dados-pessoais input.form-control[readonly],
#ps-data-definitions #anexos input.form-control:disabled,
#ps-data-definitions #anexos input.form-control[readonly] {
    background-color: #fff !important;
    border: 0 !important;
    cursor: pointer !important;
}

#ps-data-definitions #dados-pessoais input.form-control.disabled{
    background-color: #f4f4f4!important;
    cursor: default!important;;
}

.ps-input-group,
.ps-input-group *{
    padding-right: 1px !important;
    cursor: pointer;
}

.ps-input-group input{
    background-color:#fff!important;
    border:none;
    cursor:pointer;
}

.ps-input-group .custom-checkbox{
    padding: 4px 36px
}

.ps-input-group .input-group-prepend{
    margin-right:6px;
}

.ps-ps-field-download{
}

.ps-field-download > a {
    color: #777;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.ps-field-download > a > i.fas{
    margin-right:0.5rem;
}

label.required:after,
span.required:after {
    content: "*";
    display: inline-block;
    margin: 0 0 0 .25rem;
    color: var(--primary);
    font-weight: 500;
}

/* SEARCH FORM TOGGLE */

@media (max-width: 575px) {
    #header .searchform-popup {
        display: inline-block;
    }
}

@media (min-width: 992px) {

    body.home header:not(.sticky-header) .searchform .live-search-list {
        top: 45px;
    }

    body.home #header:not(.sticky-header) .search-popup .searchform,
    body.home #header:not(.sticky-header) .searchform .searchform-fields {
        height: auto !important;
        border-top: 1px solid var(--primary);
        border-bottom: 0;
        z-index: 0;
    }

    body.home #header:not(.sticky-header) .searchform {
        background: transparent;
    }

    body.home #header:not(.sticky-header) .searchform input {
        top: 0;
    }

    body.home #header:not(.sticky-header) .searchform-popup .search-toggle {
        color: #fff;
    }
}

#header .searchform-popup .search-toggle.opened:after {
    display: none;
}

#header .searchform .btn-close-search-form {
    padding: 8px 16px;
    margin: 0 -8px 0 0;
}

#header .searchform .btn-close-search-form .fas.fa-times::before {
    content: 'x';
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

#header .search-popup .search-toggle i::before {
    content: '\e918';
    font-family: "porto";
}

@media (min-width: 1024px) {
    #header .searchform .button-wrap {
        right: 0;
    }
}

@media (min-width: 992px) {

    body.home #header:not(.sticky-header) .search-popup .searchform:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 14px solid var(--primary);
        position: absolute;
        top: -14px;
        right: 0;
    }

    #body.home #header:not(.sticky-header) .searchform input {
        position: relative;
        top: 0 !important;
        padding: 0 24px 0 15px !important;
    }

    body.home #header:not(.sticky-header) .search-popup .searchform {
        margin-top: 91px;
    }

    #header .search-popup .searchform {
        border-color: #cccccc;
        width: calc(100% - 395px);
        margin-left: 155px;
    }
}

body.home #header .searchform {
    background: transparent;
}

#header .searchform {
    background: #fff;
}

#header .searchform .searchform-fields {
    width: 100% !important;
    background: #fff;
}

@media (max-width: 991px) {
    #header .search-popup .search-toggle {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    #header .searchform .searchform-fields {
        left: auto !important;
        right: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
    }
}

#header .searchform input {
    position: relative;
    top: -2px;
    padding: 0 24px 0 15px !important;
}

#header .searchform .btn-close-search-form {
    padding: 8px 16px;
    margin: 0 -8px 0 0;
}

#header .search-popup .search-toggle {
    padding: 8px;
    font-size: 1.3rem;
    margin-right: 16px;
}

@media (min-width: 992px) {
    body.home #header:not(.sticky-header) .search-popup .search-toggle {
        color: #fff;
    }
}

#header .mobile-toggle:first-child {
    padding-left: .5rem;
}

@media (max-width: 991px) {
    #header .searchform-popup .search-toggle {
        margin-right: 0 !important;
    }
}

/* FORM SEARCH */

body.search h2.entry-title {
    color: #333 !important;
    transition: color .3s;
    /*font-size: 1.125rem !important;
    line-height: 1.75rem !important;*/
}

body.search h2.entry-title:hover {
    color: var(--primary) !important;
    text-decoration: none !important;
    transition: color .3s;
}

body.search form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-group {
    height: 110px;
    overflow: hidden;
    overflow-y: auto;
}

/* width */
.ps-tab-body::-webkit-scrollbar,
.search form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-group::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.ps-tab-body::-webkit-scrollbar-track,
body.search form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-group::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

/* Handle */
.ps-tab-body::-webkit-scrollbar-thumb,
body.search form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-group::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

/* Handle on hover */
.ps-tab-body::-webkit-scrollbar-thumb:hover,
body.search form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-group::-webkit-scrollbar-thumb:hover {
    background: #A3171C;
}

body.search .ps-image-medium.wpb_single_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
}

@media (max-width: 480px) {
    body.search .ps-image-medium.wpb_single_image img {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991px) {
    .ps-advanced-search {
        margin-top: 48px;
        position: static !important;
    }
}

.ps-advanced-search_results {
    min-height: 590px;
}

@media (max-width: 991px) {
    .ps-advanced-search_results {
        min-height: auto;
    }
}

.ps-advanced-search_results+div.vc_column_container {
    padding: 0 !important;
}

form#advancedsearch {
    padding: 1.5rem 1.5rem .75rem;
    background: #fff;
    border: 1px solid #e9ecef;
    font-size: 0.875rem;
    box-shadow: var(--ps-shadow);
}

form#advancedsearch .ps-seach-categories .ps-form-search-categories {
    margin-left: -1.25rem;
    margin-top: -1rem;
}

form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-check .form-check-input {
    margin-top: 6px;
}

form#advancedsearch .ps-seach-categories .ps-form-search-categories .form-check .form-check-label {
    margin-right: 16px;
}

form#advancedsearch label,
form#advancedsearch select {
    width: 100%;
}

form#advancedsearch .form-control:focus {
    border-color: #bca69d !important;
    box-shadow: 0 0 0 0.2rem rgba(188, 166, 157, .35) !important;
}

form#advancedsearch hr {
    background: transparent;
    margin: 24px 0;
}

hr.ps-form-line {
    background: #e9ecef !important;
}


/* SHARE INTRODUCTION BUTTONS*/

.member-share-links.share-links {
    padding: 10px 0 !important;
}

.member-share-links .thumb-info-social-icons:first-child {
    padding: 0 !important;
}

.ps-introduction-share-links .share-links-block .share-links a,
.member-overview .member-share-links.share-links a {
    background: var(--primary) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.share-links .share-site:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c1";
}




/* MEMBROS MEMBERS */

.member-image img {
    object-fit: cover;
    max-height: 265px;
}

div[class^="ps-page-type"] .member .thumb-info img {
    width: 160px;
    height: 124px;
    object-fit: cover;
    margin: 8px 0;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(163, 144, 137, .25);
    transform: none;
}

@media (max-width: 480px) {
    div[class^="ps-page-type"] .member .thumb-info img {
        width: 100% !important;
        height: auto !important;
        object-fit: none !important;
        background: #fff;
        box-shadow: 0 0 6px 0 rgba(163, 144, 137, .25);
        transform: none;
    }
}

div[class^="ps-page-type"] .member .thumb-info-caption-text {
    display: none;
}

.owl-carousel {
    margin-bottom: 0 !important;
}

.member-image.single {
    margin-bottom: 0 !important;
}

.member .owl-carousel .img-thumbnail img {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    object-fit: cover;
    margin: 8px auto;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(163, 144, 137, .25);
    transform: none;
}


@media (max-width: 480px) {
    .member .owl-carousel .img-thumbnail img {
        width: 150px;
        height: 150px;
        margin: 8px 8px 8px 4px;
    }

}

div[class^="ps-page-type"] .member-row .member:first-child {
    padding: 0 15px 0 10px;
}

div[class^="ps-page-type"] .member-row .member {
    padding: 0 15px;
}


@media (max-width: 480px) {

    div[class^="ps-page-type"] .member-row .member:first-child,
    div[class^="ps-page-type"] .member-row .member {
        padding: 0 15px !important;
        width: 100%;
    }
}

div[class^="ps-page-type"] .member-row .member h4 {
    margin-top: 10px !important;
}


div[class^="ps-page-type"] .member-row .member h4,
div[class^="ps-page-type"] .member-row .member p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 600;
}

div[class^="ps-page-type"] .member-row .member p.color-body {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--primary);
}

article.member .thumb-info .zoom {
    display: none;
}

.page-members ul,
.page-members ol {
    margin: 0 !important;
    overflow: scroll;
    margin: 0 !important;
    width: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.page-members ul::-webkit-scrollbar,
.page-members ol::-webkit-scrollbar {
    display: none;
}

body.archive ul li {
    border-bottom: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

ul.member-filter li {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
}

ul.nav-pills>li.active>a {
    border-radius: 25px;
    font-weight: 600 !important;
    margin: 4px;
    background-color: var(--primary) !important;
}

ul.nav-pills>li>a {
    border-radius: 25px;
    font-weight: 400 !important;
    margin: 4px;
    background-color: #e9ecef !important;
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
    color: #333;
}

.member-overview {
    padding-top: 0 !important;
    padding-bottom: 48px !important;
}

.member-overview .lead {
    font-size: 1rem;
    line-height: 1.625rem;
}

hr.tall {
    /* margin: 24px 0 15px; */
    display: none;
}

.member-overview .img-thumbnail .zoom {
    transition: none;
}

.member-overview .img-thumbnail:hover .zoom {
    opacity: 1;
    position: absolute;
    width: 250px;
    height: 250px;
    margin: 0 95px -4px 0;
    background: rgba(33, 37, 41, 0) !important;
    transition: none;
}

/* ORGÃOS */

article.ps-article-entity-overview .ps-page-title {
    margin-bottom: 0 !important;
}

.ps-page-subtitle {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
}

.ps-page-column-image img {
    display: block;
    margin: 0 auto;
    min-width: 250px;
    max-width: 350px;
}

@media (max-width: 480px) {
    .ps-page-column-image img {
        display: block;
        /* margin: 0; */
        max-width: 100px;
        min-width: 50px;
        margin-bottom: 24px;
    }
}

.member_cat-orgao-equipa .owl-carousel .img-thumbnail {
    max-width: 70%;
    margin: 0 auto;
    transform: none;
}

.member_cat-orgao-equipa .owl-carousel .img-thumbnail img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    padding: 0;
    margin: 8px auto;
    transform: none;
}

div[class^="ps-page-type"] .member.member_cat-orgao-equipa .thumb-info img {
    width: 160px;
    height: 124px;
    object-fit: contain;
    margin: 8px 0;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(163, 144, 137, .25);
    transform: none;
}


/* AUTHORS */

.ps-authors.ps-authors-publised-by .thumb-info img {
    border-radius: 100%;
    transform: none;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(163, 144, 137, .25);
}

.ps-authors.ps-authors-publised-by .thumb-info img {
    border-radius: 100%;
    transform: none;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(163, 144, 137, .25);
}

@media (max-width: 480px) {
    .ps-authors .thumb-info img {
        padding: 4px;
    }
}

.ps-authors .thumb-info-caption .thumb-info-caption-text {
    font-size: 1rem !important;
    line-height: 1.625rem !important;
    padding: 5px 0 15px !important;
}

h3.ps-authors-section-title {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    background: var(--primary);
    position: absolute;
    margin: -50px 0 0 -15px;
    padding: .25rem 1rem;
}


@media (max-width: 575px) {
    h3.ps-authors-section-title {
        margin: -45px 0 0 -9px;
    }
}

h3.ps-authors-section-title:before {
    border-right: 18px solid #630E11;
    border-top: 21px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
}



.ps-authors .member-row .member {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-bottom: 0 !important;

}

.ps-authors .slick-dots li {
    height: 14px;
    width: 14px;
    padding: 0;
    margin: 0 2px;
}

.ps-authors .fa-circle:before {
    content: '\e868';
    font-family: "porto";
    font-size: 14px;
}

.ps-authors .slick-slider .slick-dots li.slick-active i,
.slick-slider .slick-dots li:hover i {
    color: var(--primary) !important;
}

.ps-authors .slick-slider .slick-dots li i {
    color: #D6D6D6 !important;
}

.ps-authors .thumb-info .zoom {
    display: none;
}

.ps-authors .porto-carousel-wrapper {
    margin-bottom: 0 !important;
}

.ps-authors .thumb-member-container>a {
    border-radius: 100%;
    width: 80px;
    display: block;
    margin: 0 auto;
}

.ps-authors.authors-count-2 .thumb-member-container>a {
    width: 90px;
}

.ps-authors {
    margin-top: 70px;
    margin-bottom: 60px;
    padding: 2rem 2rem 2rem;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 6px -6px rgba(163, 144, 137, .5);
    background: #fff;
    background-image: url("/wp-content/uploads/2020/08/author-bg-pattern.png");
    background-size: cover;
    background-position: top -150px right -100px;
    background-repeat: no-repeat;
}

.category-opiniao .ps-authors {
    padding: 3rem 2rem 2rem;
}

.category-opiniao h3.ps-authors-section-title {
    margin: -70px 0 0 -15px;
}

@media (max-width: 480px) {
    h3.ps-authors-section-title {
        margin: -60px 0 0 -10px;
    }
}

.ps-authors .thumb-info-caption .thumb-info-caption-text {
    display: none;
}



@media (min-width: 1024px) {
    .ps-authors.authors-count-3 .slick-track {
        width: 100% !important;
    }
}

@media (min-width: 768px) {

    .ps-authors.authors-count-1 .slick-track,
    .ps-authors.authors-count-2 .slick-track {
        width: 100% !important;
    }
}

.ps-authors.authors-count-1 .thumb-info {
    display: flex;
}

.ps-authors .thumb-info img{
    transform:none;
}

@media (max-width: 480px) {
    .ps-authors.authors-count-1 .thumb-info {
        flex-direction: column;
    }
}

.ps-authors .orgao-equipa .thumb-member-container>a {
    display: none !important;
}


.ps-authors .orgao-equipa .thumb-info .thumb-info-wrapper {
    margin-right: 0 !important;
}

.ps-authors.authors-count-1 .thumb-member-container > a {
    width: 124px;
    overflow: visible;
    padding: 3px;
}

@media (max-width: 480px) {
    .ps-authors.authors-count-1 .thumb-member-container>a {
        width: 80px;
    }
}

.ps-authors.authors-count-1 .thumb-info-caption .thumb-info-caption-text {
    display: block;
}

.ps-authors.authors-count-1 .thumb-info .thumb-info-wrapper {
    overflow: visible;
    margin-right: 2rem;
}

@media (max-width: 480px) {
    .ps-authors.authors-count-1 .thumb-info .thumb-info-wrapper {
        margin-right: 0;
    }
}

.ps-authors .slick-track {
    display: flex;
    justify-content: center;
}

.ps-authors.authors-count-1 .slick-track {
    justify-content: flex-start;
}

.ps-authors.authors-count-1 span.thumb-info-container {
    text-align: left;
}

@media (max-width: 480px) {
    .ps-authors.authors-count-1 span.thumb-info-container {
        text-align: center;
    }
}

.ps-authors.authors-count-1 .porto-item-wrap.slick-slide.slick-current.slick-active {
    width: 100% !important;
    margin: 0 !important;
}

.ps-authors .porto-carousel-wrapper .slick-prev,
.porto-carousel-wrapper .slick-next {
    display: none !important;
}

.ps-authors.second-color-bg:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 25px solid #f9f6f5;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: -25px;
}

/* PORTFOLIO */

.portfolio-info {
    float: none !important;
}

.portfolio-title .row .col-lg-10.text-center {
    order: 1;
    text-align: left !important;
}

.portfolio-title .row .portfolio-nav-all {
    order: 2;
    display: none;
}

.portfolio-title .row .portfolio-nav {
    order: 3;
    display: none;
}

.portfolio-title+hr.tall {
    margin: 2.5rem 0 1.75rem;
    display: block;
}

.portfolio h4.entry-title a {
    color: #333 !important;
    transition: color .3s;
}

.portfolio h4.entry-title a:hover {
    color: var(--primary) !important;
    text-decoration: underline;
    transition: color .3s;
}

.portfolio div.m-t-lg {
    margin-top: 0 !important;
}

.portfolio h5.m-t-sm,
.portfolio-desc,
.portfolio-archive-title,
ul.portfolio-list,
.portfolio-info ul li:last-child {
    display: none;
}

/* @media (max-width: 480px) {
    .page-portfolios .portfolio-info {
        margin-top: 24px;
    }
} */

.portfolio-info ul li {
    border-right: 0;
    color: #333;
    margin-bottom: 0 !important;
}

.portfolio-info ul li i {
    color: var(--primary);
}

.portfolio-info ul li a,
i.fas.fa-tags {
    display: none;
}

.portfolio-info ul,
.portfolio-info ol {
    margin: 0 !important;
}

/* PODCAST */

.sort-source {
    margin-bottom: 16px;
}

.ps-multimedia-podcast-intro {
    margin: 50px 0 24px !important;
}

/* PADDING FIX PARA PLAYER EM BAKERY*/

.ps-page-introduction+.ps-multimedia-podcast-intro .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


body:not(.single-portfolio) article.portfolio:first-child {
    border-top: 1px solid #e9ecef;
    margin-top: 24px;
}

body:not(.single-portfolio) article.portfolio {
    padding: 24px 24px 10px;
    margin-top: 24px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-left: 4px solid var(--primary);
    transition: all .15s ease-in-out;
}

body:not(.single-portfolio) article.portfolio:hover {
    box-shadow: var(--ps-shadow);
    border-left: 8px solid var(--primary);
    transform: translateX(10px);
    transition: all .15s ease-in-out;
}

@media (max-width: 480px) {
    body:not(.single-portfolio) article.portfolio {
        padding: 15px 15px 10px;
    }
}

/* DOCUMENTOS */
body:not(.single-portfolio) .portfolio_cat-multimedia-documento {
    padding: 24px 24px 10px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #e9ecef !important;
    border-left: 4px solid var(--primary) !important;
}

body:not(.single-portfolio) .portfolio_cat-multimedia-documento:hover {
    border-left: 8px solid var(--primary) !important;
}

@media (max-width: 480px) {
    .portfolio_cat-multimedia-documento {
        padding: 15px 15px 10px;
    }
}

body:not(.single-portfolio) .portfolio_cat-multimedia-documento:first-child {
    /*border-top: 1px solid #e9ecef !important;*/
    border-bottom: 1px solid #e9ecef !important;
}

.porto-portfolios .portfolio.portfolio_cat-multimedia-documento .portfolio-info ul li:first-child{
    display:none;
}

/* BACKGROUNDS */

body[class*="category-area-tematica"] #main {
    background-image: none !important;
}

body[class*="category-tematicas"] #main {
    background-image: none !important;
}

body.parent-pageid-6777 #main

/* CHILD OF ORGÂOS DO PS */
    {
    background-image: none !important;
}


body.page-child #main,
body.search #main,
body:not(.home):not(.single-member):not(.single-member):not(.page-child):not(.single-portfolio):not(.search) #main {
    background-image: url('/wp-content/uploads/2020/07/article-pattern-bg-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}

@media (max-width: 768px) {

    body.page-child #main,
    body.search #main,
    body #main {
        background-image: none !important;
    }
}

/* HEADER */

body.home .header-wrapper #header .header-main {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body:not(.home) .header-top {
    background-color: #f2eeec;
}

body:not(.home) #header .share-links a:hover,
body:not(.home) #header .share-links a:not(:hover) {
    color: #333;
}

/* LOGO */

@media (max-width: 991px) {
    body.home #header .logo img.sticky-logo.sticky-retina-logo {
        display: inline-block;
    }

    body.home #header:not(.sticky-header) .logo .standard-logo {
        display: none;
    }
}

body:not(.home) #header .logo img.sticky-logo.sticky-retina-logo {
    display: inline-block;
}

body:not(.home) #header:not(.sticky-header) .logo .standard-logo {
    display: none;
}

body:not(.home) .header-wrapper #header .header-main {
    background: #fff;
}

body.home #header:not(.sticky-header) .btn-outline-primary {
    color: #fff !important;
    background-color: rgba(255, 255, 255, .15);
    border-color: #fff;
    transition: none !important;
}

body.home #header:not(.sticky-header) .btn-outline-primary:hover {
    opacity: .8;
}

.btn-primary.dropdown-toggle {
    border-left-color: transparent;
}

.fixed-header.header-transparent-bottom-border #header {
    height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
    .fixed-header.header-transparent-bottom-border #header {
        height: 0;
    }
}

@media (min-width: 992px) {
    body.home .header-wrapper #header:not(.sticky-header) .header-main {
        background: transparent linear-gradient(180deg, #0000008A 0%, #00000029 65%, #00000014 100%) 0% 0% no-repeat !important;
        top: -32px !important;
        z-index: 1000;
        padding: 32px 0 0 !important;
    }
}

@media (max-width: 991px) {
    body.home .header-wrapper #header:not(.sticky-header) .header-main {
        background: #fff;
    }
}

body.home #header:not(.sticky-header) .main-menu>li.menu-item>a {
    color: #fff;
}

#header .nav-top i {
    font-size: 1.3em;
}

#header .mobile-toggle {
    font-size: 1.3rem;
}

#header .share-links a:hover,
#header .share-links a:not(:hover) {
    background-color: transparent;
    color: #fff;
}

#header .share-links a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

#header .share-links a {
    width: 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    margin: 0 0 0 -2px;
}


#side-nav-panel .side-nav-panel-close i::before {
    content: 'x';
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}

/* HEADER STICKY */

#header.sticky-header .header-main {
    top: 0 !important;
    background: #fff !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/*NAV*/

.vc_tta-container h2 {
    font-weight: 700;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 1.5rem !important;
}

#side-nav-panel .accordion-menu li:not(:last-child) {
    border-bottom-color: rgba(255, 255, 255, .25);
}

#side-nav-panel .side-nav-panel-close {
    font-size: 1.2rem;
    padding: 8px;
}

#side-nav-panel .share-links a {
    margin-top: 48px;
    background: none !important;
    position: relative;
    bottom: 0;
}

#side-nav-panel .share-links {
    /* position: absolute;
    bottom: 0; */
    display: flex;
    justify-content: center;
    width: 100%;
}

#side-nav-panel .searchform-fields {
    display: none;
}


/* LOOGED & UNLOOGED VISIBILITY */

body[data-logged] .ps-unlogged-visible {
    display: none !important;
}

body[data-unlogged] .ps-logged-visible {
    display: none !important;
}

/* PRIVATE MENU */

hr.submenu-line {
    background: none !important;
}

#header .main-menu>li.menu-item {
    margin: 0 !important;
}

.header-col>*:not(.header-col-wide),
.header-col-wide>*:not(.header-col-wide) {
    margin-left: 0 !important;
}

#private-menu .popup li a {
    color: #333 !important;
    text-decoration: none !important;
    height: 39px !important;
    display: flex;
}

#private-menu .popup li a:hover {
    color: var(--primary) !important;
}

/* #private-menu {
}

#private-menu ul.sub-menu{
}

#private-menu ul.sub-menu li.menu-item {
    padding: 0.25rem 0.5rem;
}

#private-menu ul.sub-menu li.menu-item > button {
    width:100%;
} */

/* BREADCUMBS */
.page-top ul.breadcrumb>li {
    margin-bottom: 0 !important;
}

.page-top .breadcrumbs-wrap a {
    font-size: 0.75rem;
    margin-left: 4px
}

/* ARTIGOS LAYOUT */

article.post .post-image.single {
    margin-bottom: 0 !important;
}

body:not(.home) .blog-posts .post .entry-title,
.ps-page-entities-row .entry-title {
    margin-bottom: 10px !important;
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
}

/* ARQUIVOS */

.ps-img-thumbnail {
    margin-bottom: 0 !important;
}

.ps-img-thumbnail img {
    width: 100% !important;
    max-width: 200px;
    object-fit: contain;
    object-position: top;
    height: auto !important;
    margin-left: -15px !important;
}

.ps-text-column {
    margin-left: -15px !important;
}

.ps-page-entities-row:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 48px;
}

.ps-page-entities-row {
    padding: 24px;
    margin-bottom: 24px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--ps-shadow);
}

.ps-page-entities-row .entry-title {
    margin-bottom: 10px !important;
}

/*
p,
.ps-wrapper,
.entry-content,
.ps-page-title,
.ps-page-subtitle,
.ps-page-entities-content,
.ps-page-type-members,
.ps-page-type-articles,
.ps-page-introduction,
.ps-multimedia-podcast-intro,
.porto-portfolios,
body[class*="category-area-tematica"] .page-content,
body[class*="category-tematicas"] .page-content,
.ps-page-children {
    max-width: 724px;
}
*/


.type-post p,
.type-post .ps-wrapper,
.type-post .entry-content,
.type-post .ps-page-title,
.type-post .ps-page-subtitle,
.type-post .ps-page-entities-content,
.type-post .ps-page-type-members,
.type-post .ps-page-type-articles,
.type-post .ps-page-introduction,
.type-post .ps-multimedia-podcast-intro,
.type-post .porto-portfolios,
body[class*="category-area-tematica"] .type-post .page-content,
body[class*="category-tematicas"] .type-post .page-content {
    max-width: 724px;
}

.page-id-6945 .ps-page-type-articles {
    max-width: 100% !important;
}

.page-id-6945 .ps-page-type-articles .blog-posts .post .btn-default.btn {
    display: none;
}

.ps-page-type-articles .meta-cats,
.ps-page-type-articles .meta-tags,
.ps-page-type-articles .meta-author {
    display: none !important;
}

/* ESPAÇAMENTOS DE LISTAS DE ARQUIVO */

body.parent-pageid-7348 .blog-posts article {
    transition: none !important;
    border: 1px solid #e9ecef !important;
    transform: none !important;
}


body:not(.home):not(.single-post):not(.page-id-6945) .blog-posts article:last-child {
    margin-bottom: 0 !important;
}

body:not(.home):not(.single-post):not(.page-id-6945) .blog-posts article {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-left: 4px solid var(--primary);
    transition: all .15s ease-in-out;
}

body:not(.home):not(.single-post):not(.page-id-6945) .blog-posts article:hover {
    box-shadow: var(--ps-shadow);
    border-left: 8px solid var(--primary);
    transition: all .15s ease-in-out;
    transform: translateX(10px);
}

@media (max-width: 480px) {
    body:not(.home):not(.single-post):not(.page-id-6945) .blog-posts article {
        padding: 15px;
    }
}

body.search .blog-search article {
    padding: 24px !important;
}

@media (max-width: 480px) {
    body.search .blog-posts article {
        padding: 15px !important;
    }
}


body.parent-pageid-7348 .blog-posts article {
    background: #fff !important;
}

/* ARQUIVO AREA TEMATICA */

.ps-page-area-tematica-list .blog-posts article[class*="category-area-tematica-"] {
    box-shadow: none !important;
    border: 1px solid #e9ecef;
}

.ps-page-area-tematica .ps-articles-meta-categories {
    display: none;
}

.ps-page-area-tematica .meta-author {
    display: none !important;
}

.ps-page-children-list {
    position: relative;
    margin-top:18px;
}

.ps-page-children-row:first-child {
    padding: 24px;
}

.ps-page-children-row {
    padding: 24px;
    margin-bottom: 3rem;
    border-bottom: 2px solid var(--primary) !important;
    border: 1px solid #e9ecef;
    transition: all .15s ease-in-out;
    background: #fff;
    position: relative;
    z-index: 1;
}

.ps-page-children-row:hover {
    box-shadow: var(--ps-shadow);
    color: #fff;
    transform: scale(1.05);
    transition: all .15s ease-in-out;
}

.ps-page-children-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: var(--primary);
    z-index: -1;
    transition: transform 0.15s ease-in-out;
}


.ps-page-children-row:hover::after {
    transform: scaleY(1);
    transition: transform 0.15s ease-in-out;
}

.ps-page-children-row:hover h3,
.ps-page-children-row:hover .mec-booking-button {
    color: #fff;
}

.ps-page-children-row h3 {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

.ps-page-children-row p {
    font-size: 1rem !important;
    line-height: 1.625rem !important;
}

.ps-page-area-tematica-list {
    margin-top: 1rem;
}

.ps-page-area-tematica-list .ps-panel-read-more {
    text-align: right;
}

/* ARTIGOS */
.ps-hide-images article.post .row .col-3 {
    display: none;
}

.ps-hide-images article.post .row .col-9 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* NOTICIAS */

.category-noticias h3.ps-authors-section-title {
    margin: -54px 0 0 -15px;
}

article.post-grid .post-image,
article.post-timeline .post-image {
    margin-bottom: 0 !important;
}

.grid-box {
    background-color: #fff;
    padding-bottom: 10px;
    height: 100%;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.grid-box:hover {
    box-shadow: var(--ps-shadow);
    background-color: var(--tertiary);
    transform: scale(1.05);
    transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
    color: #fff !important;
}

.grid-box:hover .fa-calendar-alt:before,
.grid-box:hover .post-content .entry-title a {
    color: #fff !important;
    transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
    text-decoration: none;
}

body.page-id-6945 .post-excerpt {
    display: none;
}

body.page-id-6945 .ps-articles-content .blog-posts article.category-noticias.post .entry-title {
    padding: 0 24px 0;
}

body.page-id-6945 .ps-articles-content .blog-posts article.category-noticias.post .post-meta .meta-date {
    padding: 24px 24px 0;
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}


.page-id-6945 article.post.category-noticias .entry-title {
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}


article.post .post-date .day {
    background: #fff;
}

/* COMUNICADOS */
.ps-hide-images article.category-comunicados .row .col-lg-4,
.ps-hide-images article.category-opiniao .row .col-lg-4 {
    display: none;
}

.category-comunicados .ps-post-meta .meta-date {
    padding-top: 4px;
}

.category-comunicados .ps-post-meta .meta-author {
    /*display: none;*/
}

.category-comunicados .ps-post-meta {
    align-items: center !important;
}

@media (max-width: 480px) {
    .category-comunicados .ps-post-meta {
        align-items: flex-start !important;
    }
}

/* OPINIÃO */

body.page-id-6995 .ps-page-type-articles .category-opiniao .post-image img {
    border-radius: 100% !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    margin: 4px auto !important;
    padding: 4px;
    box-shadow: 0 0 2px 0 rgba(163, 144, 137, 1);
}

@media (max-width: 480px) {
    body.page-id-6995 .ps-page-type-articles .category-opiniao .post-image img {
        width: 48px !important;
        height: 48px !important;
    }
}

.category-opiniao .ps-post-meta .meta-date {
    padding-top: 4px;
}

.category-opiniao .ps-post-meta .meta-author {
    /*display: none;*/
}

.category-opiniao .ps-post-meta {
    align-items: center !important;
}

@media (max-width: 480px) {
    .category-opiniao .ps-post-meta {
        align-items: flex-start !important;
    }
}

/* ESTUDOS */

.category-estudos h3.ps-authors-section-title {
    margin: -54px 0 0 -15px;
}

.category-estudos .ps-post-meta .meta-date {
    padding-top: 4px;
}

.category-estudos .ps-post-meta .meta-author {
    /*display: none;*/
}

.category-estudos .ps-post-meta {
    align-items: center !important;
}

@media (max-width: 480px) {
    .category-estudos .ps-post-meta {
        align-items: flex-start !important;
    }
}

/**/

/* TEXT */

.ps-article-full-text {
    margin-bottom: 48px;
}

article.category-estudos .ps-authors {
    margin-top: 90px;
}

.ps-article-full-text p:first-child:first-letter {
    color: #A39089;
    float: left;
    font-size: 3.1176470588em;
    font-weight: 500;
    line-height: .7;
    padding-top: .2em;
    padding-right: .25em;
    padding-left: 0;
}

/* LEAD TEXT */

.ps-lead-text,
.ps-lead-text p {
    font-size: 1.5rem;
    font-weight: 600 !important;
    line-height: 2.125rem;
    margin: 0 0 48px !important;
}

.ps-lead-text p {
    margin: 0 0 48px !important;
}

.ps-lead-text,
.ps-lead-text p,
.ps-lead-text a,
.ps-lead-text strong {
    color: var(--tertiary);
}

.ps-lead-text a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {

    .ps-image-type-left,
    .ps-image-type-right,
    .ps-image-type-full {
        max-width: 100% !important;
        height: auto;
        object-fit: none;
    }
}

:not(body.archive) article.post .post-meta {
/*    margin: 24px 0 50px;*/
}

article.post .meta-cats i,
article.post .meta-tags i {
    width: auto;
    display: none;

}

/* SLIDESHOW */

.banner-container {
    height: 99.9vh !important;
}

.ps-slider .vc_images_carousel .vc_carousel-indicators .vc_active {
    background-color: #fff;
    border: 1px solid #fff;
}

.ps-slider .vc_images_carousel .vc_carousel-indicators li {
    margin: 2px;
    background-color: #777;
    border: 1px solid #777;
}

.ps-slider .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\e824';
    font-family: 'revicons';
    font-size: .5em;
}

.ps-slider .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\e825';
    font-family: 'revicons';
    font-size: .5em;
}


.ps-slider .vc_images_carousel .vc_carousel-control .icon-prev,
.ps-slider .vc_images_carousel .vc_carousel-control .icon-next {
    background: #333;
    width: 24px;
    height: 24px;
}

.ps-slider .vc_images_carousel .vc_carousel-control .icon-prev:before,
.ps-slider .vc_images_carousel .vc_carousel-control .icon-next:before {
    top: -3px;
    color: white;
}

@media (max-width: 480px) {

    .ps-slider .vc_images_carousel .vc_carousel-control .icon-prev:before,
    .ps-slider .vc_images_carousel .vc_carousel-control .icon-next:before {
        top: 2px;
    }
}

.ps-slider .vc_images_carousel .vc_carousel-indicators {
    bottom: 10px;
}

.ps-slider .wpb_content_element {
    overflow: hidden;
    margin-bottom: 0 !important;
    width: 100%;
}

.ps-slider .vc_inner {
    height: 100%;
}

.ps-slider .vc_item img {
    max-width: none !important;
    width: 100%;
    height: 100%;
    max-height: 265px;
    min-height: 265px;
    object-fit: cover;
    object-position: 50% 0;
}

.ps-image-type-none {
    display: none;
}

.ps-image-type-full {
    width: 100%;
    object-position: 0;
    margin: 0 0 60px;
}

.ps-image-type-left {
    float: left;
    clear: right;
    max-width: 48%;
    margin: 0 50px 24px 0;
}

.ps-image-type-right {
    float: right;
    clear: left;
    max-width: 48%;
    margin: 0 0 24px 48px;
}

.ps-images .zoom {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
    background-color: transparent;
}

.ps-images .zoom i {
    display: none;
}

.ps-images .zoom:hover {
    background-color: rgba(33, 37, 41, .15) !important;
    transition: none;
}

.ps-images .owl-carousel .owl-item img {
    width: 100% !important;
    min-height: 265px;
    object-fit: cover;
}

article.post .ps-images .post-image.single,
article.post .ps-images .post-image {
    margin-bottom: 0 !important;
}

.ps-images .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, .65) !important;
    opacity: 1;
}

.ps-images .owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.ps-images .owl-carousel.show-nav-hover .owl-next {
    transform: 0 !important;
}

.ps-images .owl-carousel.show-nav-hover .owl-prev {
    transform: 0 !important;
}

.ps-images .owl-carousel {
    margin-top: 6px;
    margin-bottom: 0 !important;
}

.ps-slider {
    position: relative;
    display: block;
    /*overflow:hidden;*/
}

.ps-slider .vc_images_carousel {
    max-width: 100%;
}

.ps-slider .vc_item img {
    min-width: 100%;
}

.ps-slider.images-count-1 .vc_carousel-control,
.ps-slider.images-count-1 .vc_carousel-indicators {
    display: none;
}

.post-content {
    clear: both;
}

.fa-user:before {
    content: '\e91d';
    font-family: "porto";
}

.post-block h3,
.post-share h3 {
    margin: 0 0 10px;
}

.post-block {
    margin-top: 2.5rem;
}

.img-thumbnail {
    border-radius: 0 !important;
}

/*CATEGORIAS & TAGS*/

.ps-articles-category-theme.meta-cats a {
    background: #7D6F69 !important;
}

body.single-post article.post .post-meta {
    margin-bottom: 10px;
}

article.post .meta-cats a {
    margin: 0.3846em 0.3846em 0.3846em 0;
    padding: 0 1rem;
    display: inline-block;
    text-decoration: none;
    font-size: .75em !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: 25px;
    background: var(--primary);
    color: #fff;
    line-height: 25px;
    height: 24px;
}

article.post .meta-tags i::before {
    font-family: Montserrat, sans-serif;
    content: '\e870';
    font-family: "porto";
    font-size: 1.2em;
}

article.post .meta-tags a {
    margin: 0.3846em 0.3846em 0.3846em 0;
    padding: 0 1rem;
    display: inline-block;
    text-decoration: none;
    font-size: .75em !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: 25px;
    border: 1px solid;
    line-height: 24px;
    height: 24px;
}

/* ESTUDOS */

.ps-estudo-list-item.porto-sicon-box {
    margin-bottom: 0 !important;
}

/* SOCIAL SHARE IN SECTIONS */

:not(#main) .share-links.social-links a {
    background-color: transparent !important;
    color: #333 !important;
}

:not(#main) .share-links.social-links a:hover {
    background-color: transparent !important;
    color: var(--primary) !important;
}


/*TITLES*/

.entry-title a {
    color: #333 !important;
    transition: color .3s;
}

.entry-title a:hover {
    color: var(--primary) !important;
    text-decoration: underline;
    transition: color .3s;
}

.single-post .entry-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
}


@media (max-width: 480px) {
    .single-post .entry-title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
}

.h2-line strong::before {
    content: "";
    width: 100px;
    height: 8px;
    background-color: var(--primary);
    position: absolute;
    top: -16px;
}

.h2-line-center strong::before {
    content: "";
    width: 100px;
    height: 8px;
    background-color: var(--primary);
    position: absolute;
    top: -16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* PAGINATION */

.pagination {
    margin: 48px 0 0 !important;
}

/*COMPONENTS*/

.post-item-small {
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
}

.blog-posts-hover_info2 .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    min-height: 265px;
}

body:not(.page-child) .blog-posts-hover_info2 .thumb-info img {
    min-height: 265px;
    object-fit: cover;
}


article.post .post-date .month {
    background: transparent;
    color: #fff !important;
}

article.post .post-date,
.post-grid .post-item .post-date {
    background: var(--primary);
}

.blog-posts-hover_info2 .thumb-info-show-more-content {
    opacity: 1;
    font-weight: normal;
    line-height: 1.65;
}

.blog-posts-hover_info2 .thumb-info-wrapper::after {
    opacity: 1;
}

.blog-posts-hover_info2 .post-excerpt {
    color: #fff;
}

.blog-posts-hover_info2 .thumb-info-wrapper::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(33, 37, 41, .5), rgba(33, 37, 41, 0));
}

.blog-posts-hover_info2 .thumb-info-wrapper:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(33, 37, 41, .75), rgba(33, 37, 41, .75));
}

body:not(.home) .blog-posts-hover_info2 .thumb-info-wrapper:hover::after {
    background: var(--tertiary);
}

@media (min-width: 576px) {
    .blog-posts .post-item-list {
        align-items: flex-start;
    }
}

.post-item-small .post-image {
    margin: 6px 10px 0 0;
    height: 100%;
}

.post-item-small .post-image img {
    width: auto;
    max-height: 85px;
}

.post-item-small .post-image h5 {
    width: auto;
    font-size: 0.8125rem;
}

/* TABS */

.ps-box-selected {
    background-color: #f4f4f4;
}

.ps-tab-body {
    padding: 0 0 1.5rem;
    max-height: 285px;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: visible;
    padding: 4px;
    margin-bottom: 1.5rem;
}

#tab-visualizacao .ps-tab-body {
    max-height: unset;
    overflow: hidden;
}

#tab-visualizacao .ps-tab-body embed{
    border: 1px solid rgba(0,0,0,0.08);
}

.ps-tab-footer {
    /* border-top: 1px solid #e9ecef; */
    /*padding: 1.5rem 0 0;*/
    margin-bottom: 1.5rem;
}

/* TEMAS PANEL TABS */

body.page-child .vc_tta-panel-body .btn-medium {
    width: auto !important;
    height: auto !important;
    margin: 24px 0 0;
    display: inline-block;
}

body.page-child .vc_tta-panel-body {
    padding: 24px !important;
    border-color: #f0f0f0 !important;
}

body.page-child .vc_tta-tab a {
    border-radius: 0 !important;
}

body.page-child .vc_tta-tabs-list .vc_active a {
    background-color: #fff !important;
}

@media (max-width: 480px) {
    body.page-child .vc_tta-panel-body {
        padding: 15px !important;
    }
}

/* ACCORDION */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    font-size: 1rem;
}


/* MULTIMEDIA */

.video-player.porto-ibanner {
    margin: 0 !important;
    transition: all .15s ease-in-out;
}

.video-player.porto-ibanner:hover {
    transform: scale(1.05);
    transition: all .15s ease-in-out;
}

.ps-multimedia-home-card-text-box {
    background: #fff;
    padding: 3rem 2rem;
    box-shadow: var(--ps-shadow);
    transition: all .15s ease-in-out;
}

.ps-multimedia-home-card-text-box h3 {
    margin-bottom: 0 !important;
}

.video-player::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    transition: none;
}

.play-icon-align-fix {
    margin: 0 !important;
}

/* UNIVERSO PS */

.universo-ps .owl-carousel .owl-nav.disabled+.owl-dots {
    /*margin-top: 48px;*/
    margin: 48px auto 0 auto;
    /*david*/
}

.universo-ps .owl-carousel {
    overflow: hidden;
    /*david*/
}

.universo-ps .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.universo-ps .owl-carousel .owl-stage-outer {
    width: 100%;
    /*david*/
}


.universo-ps .wpb_single_image img {
    height: 75px;
}

.universo-ps .size-fix-big {
    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.universo-ps::before {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 25px solid #fff;
    margin: 0 auto;
    position: relative;
    top: -80px;
}


/* TESTIMONIAL */

.second-color-bg::before {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    left: calc(50% - 150px);
}

/* TESTIMONIAL EMPTY PARAGRAPH BUG AFTER HEADING FIX */

.testimonial blockquote h1+p,
.testimonial blockquote h2+p,
.testimonial blockquote h3+p,
.testimonial blockquote h4+p,
.testimonial blockquote h5+p,
.testimonial blockquote h6+p {
    display: none;
}

.testimonial.testimonial-style-6 blockquote::before {
    content: '\e842';
    font-family: "porto";
    font-size: 38px;
    /* color: var(--primary); */
    color: #333;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: -32px;
}

.testimonial.testimonial-style-6 p {
    padding: 24px 0;
    color:inherit;
}

.testimonial.testimonial-style-6 h1,
.testimonial.testimonial-style-6 h2,
.testimonial.testimonial-style-6 h3,
.testimonial.testimonial-style-6 h4,
.testimonial.testimonial-style-6 h5,
.testimonial.testimonial-style-6 h6 {
    color: inherit;
}

.testimonial.testimonial-style-6 blockquote {
    font-size: 1.75rem;
}

.testimonial.testimonial-style-6 blockquote strong {
    /* color: var(--primary); */
    color: #333;
}

.testimonial.testimonial-style-6 {
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0 80px;
}

.testimonial.testimonial-style-6 .testimonial-author img {
    max-width: 60px;
}

.testimonial .testimonial-author span,
.testimonial .testimonial-author strong {
    color: #333;
}

/* SECTION DESTAQUES */

.ps-section-white-arrow-top {
    background: #fff;
    color: #fff !important;
}

.ps-section-white-arrow-top:before {
    content: "";
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -10vw;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 30px solid #fff;
}

/* Primary */

.ps-section-highlight-bg-primary {
    background: var(--primary);
    color: #fff !important;
}

.ps-section-highlight-bg-primary .testimonial .testimonial-author span,
.ps-section-highlight-bg-primary .testimonial .testimonial-author strong,
.ps-section-highlight-bg-primary .testimonial.testimonial-style-6 blockquote strong {
    color: #fff !important;
}

.ps-section-highlight-bg-primary:after {
    content: "";
    position: relative;
    top: 30px;
    left: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 30px solid var(--primary);
}

/* Secondary */

.ps-section-highlight-bg-secondary {
    background: var(--secondary);
    color: #fff !important;
}

.ps-section-highlight-bg-secondary:after {
    content: "";
    position: relative;
    top: 30px;
    left: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 30px solid var(--secondary);
}

/* Tertiary */

.ps-section-highlight-bg-tertiary {
    position: relative;
    background: var(--tertiary);
    color: #fff !important;
    overflow-x: hidden;
}

.ps-section-highlight-bg-tertiary:after {
    content: "";
    position: relative;
    /*top: 100%;*/
    /*bottom: 0;*/
    /*left: 0;*/
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 30px solid var(--tertiary);
    background-color:#fff;

    transform-origin: 0 0;
    transform: translateX(-50%);
    left: 50%;


}

/* Quartenary */

.ps-section-highlight-bg-quartenary {
    background: var(--quartenary);
    color: #fff !important;
}

.ps-section-highlight-bg-quartenary:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 30px solid var(--quartenary);
}


button,
a {
    font-weight: 600 !important;
}

.btn-ver-agenda-completa button {
    margin: 0 -100px 0 0 !important;
}

.logo-pattern-3 {
    background-position: right -150px !important;
}


/* BUTTONS */

.no-underline,
.no-underline:hover {
    text-decoration: none !important;
}

.btn {
    padding: .5rem 1rem !important;
}

.btn-large {
    height: 44px;
    display: flex;
    align-items: center;
}

.btn-medium {
    height: 44px;
    display: flex;
    align-items: center;
}

.btn-small {
    height: 38px;
    display: flex;
    align-items: center;
}

.vc_btn3-container {
    margin-bottom: 0 !important;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
    border-width: 1px;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #333;
    border-color: #333;
    background-color: #fff;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}



@media (max-width: 480px) {

    .btn-small,
    .btn-medium,
    .btn-large {
        width: 100% !important;
        text-align: center;
        display: block;
    }
}

button {
    font-size: 0.75rem !important;
}

button i.start {
    font-size: 1.3em;
    margin-right: .5rem;
}

button i.end {
    font-size: 1.3em;
    margin-left: .5rem;
}

.btn-outline-primary {
    color: var(--primary);
    background-color: transparent;
    background-image: none;
    border-color: var(--primary);
    border: 1px solid;
}


.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border: 1px solid;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 31, 38, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/* BLOG POSTS */

body:not(.home) .blog-posts-hover_info2 article.post {
    margin-bottom: 0;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-inner {
    font-size: 1.125rem !important;
    line-height: 1.375rem !important;
    margin-bottom: 10px !important;

}

.blog-posts-hover_info2 .thumb-info .thumb-info-title {
    padding: 0 2rem 1.5rem;
}


/* EFEITOS */

.grayscale-fx {
    filter: grayscale(100%);
    opacity: .85;
    transition: all .4s;
}

.grayscale-fx:hover {
    filter: grayscale(0);
    opacity: 1;
    transition: all .4s;
}

/* AGENDA */

body.mec-events-template-default .mec-single-event div.col-md-8 {
    display: flex;
    flex-direction: column;
}

body.mec-events-template-default .main-content {
    padding-bottom: 0 !important;
}

.mec-event-content {
    order: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mec-event-export-module {
    order: 2;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: -5px;
}

.mec-events-meta-group-countdown {
    order: 3;
    margin-bottom: 35px !important;
}

.mec-events-event-image {
    order: 4;
    padding-bottom: 0 !important;
    margin-bottom: 80px !important;
}

body.single-mec-events .sidebar {
    display: none;
}


/* ARTIGOS */

.ps-post-meta-top .meta-cats {
    padding-right: 0 !important;
}

.ps-post-meta .meta-author a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600 !important;
}

.ps-post-meta .meta-author a:hover {
    color: var(--primary);
    text-decoration: underline;
    color: var(--primary);
}

.ps-post-meta {
    padding: 24px 0 48px 0;
    display: flex;
    justify-content:space-between;
}

@media (max-width: 480px) {
    .ps-post-meta {
        flex-direction: column;
    }
}

.ps-post-meta .ps-post-social .post-block {
    margin-bottom: 0;
    margin-top: 4px;
}

.ps-post-meta .post-meta {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 480px) {
    .ps-post-meta .post-meta {
        flex-direction: column;
    }
}

.ps-post-social {
    margin: 0 0 0 60px;
}

@media (max-width: 480px) {
    .ps-post-social {
        margin: 0;
    }
}

.post-block h3,
.post-share h3 {
    font-weight: bold;
    text-transform: uppercase;
}

article.post-large .entry-title {
    color: #333;
}


.meta-cats a,
.meta-author a {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-weight: 400 !important;
}

article.post .post-meta i {
    color: var(--primary);
}


/* TEMAS EM DEBATE */

.tema-em-debate-card-primary.tema-em-debate-card.porto-ibanner:hover:after {
    background: var(--primary);
    transition: all 0.3s ease-in-out;
}

.tema-em-debate-card-secondary.tema-em-debate-card.porto-ibanner:hover:after {
    background: var(--secondary);
    transition: all 0.3s ease-in-out;
}

.tema-em-debate-card-tertiary.tema-em-debate-card.porto-ibanner:hover:after {
    background: var(--tertiary);
    transition: all 0.3s ease-in-out;
}

.tema-em-debate-card-quartenary.tema-em-debate-card.porto-ibanner:hover:after {
    background: var(--quartenary);
    transition: all 0.3s ease-in-out;
}

.home-banner .porto-ibanner-content h3 {
    font-size: 1.875rem !important;
    line-height: 2.5rem !important;
}

.tema-em-debate-card:not(:hover) div.desc {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    color: #fff !important;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.tema-em-debate-card:hover div.desc {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
    color: #fff !important;
}

.tema-em-debate-card .porto-ibanner-desc {
    z-index: 1;
    justify-content: flex-start;
}

.tema-em-debate-card.porto-ibanner {
    min-height: 450px !important;
    max-height: 350px;
    overflow: hidden
}

.tema-em-debate-card.porto-ibanner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(33, 37, 41, .5), rgba(33, 37, 41, 0));
    top: 0;
    transition: none;
}

.tema-em-debate-card div.desc a.btn {
    background-color: #efefef;
    color: #000;
    display: inline-block;
}

.home-banner .porto-ibanner {
    cursor: default;
}

.home-banner .porto-ibanner-content {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.home-banner .porto-ibanner-content h3 {
    text-align: left;
    max-width: 100%;
    font-weight: 600;
}

.home-banner .porto-ibanner-desc {
    padding: 35px;
    top: auto;
    height: auto;
    bottom: 0;
}

.home-banner .porto-ibanner-content h3 {
    color: #fff;
    margin-bottom: 10px;
}

.home-banner .btn {
    margin-top: 1rem;
}

/* .home-banner .porto-ibanner:hover .desc {
    max-height: 250px;
} */

/* AGENDA */

.mec-booking-button::after {
    content: '\e850';
    font-family: "porto";
    position: relative;
    margin: 0 0 0 14px;
}

.mec-booking-button:hover {
    opacity: .8;
    text-decoration: none;
}

.mec-wrap .mec-totalcal-box,
.mec-month-divider span,
.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,
.mec-month-divider,
.mec-event-footer,
.event-color,
.mec-event-list-standard .mec-event-meta .mec-event-address {
    display: none;
}

/* @media only screen and (max-width: 480px) {
    .mec-event-content a {
        display: none;
    }
} */

.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,
.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
    padding-top: 0;
    padding: 16px !important;
}

.mec-event-list-standard .mec-venue-details {
    margin-bottom: 0;
}

.mec-event-list-standard .mec-event-content {
    padding-top: 0;
    padding-right: 0;
}

@media only screen and (max-width: 960px) {
    .mec-event-list-standard .mec-topsec {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 960px) {
    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
        display: block;
        min-height: auto;
    }
}

.mec-event-description {
    margin-bottom: 8px;
}

.col-md-3.mec-col-table-c.mec-event-meta-wrap,
.col-md-6.mec-col-table-c.mec-event-content-wrap {
    max-width: 100%;
}

@media only screen and (max-width: 479px) {
    .mec-container {
        width: 100% !important;
    }
}

.mec-event-cost,
.mec-event-more-info,
.mec-event-website,
.mec-events-meta-date,
.mec-single-event-additional-organizers,
.mec-single-event-category,
.mec-single-event-date,
.mec-single-event-label,
.mec-single-event-location,
.mec-single-event-organizer,
.mec-single-event-time {
    background: #fff;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
        margin: 15px 0px;
    }
}

.mec-single-event .mec-event-meta .mec-events-event-categories a {
    color: var(--primary);
}

/* BACK TO THE TOP */

html #topcontrol {
    border-radius: 100%;
    bottom: 10px !important;
    background-color: var(--primary);
}

html #topcontrol:hover {
    background-color: #fff;
    border: 2px solid var(--primary);
}

/* CUSTOM FOOTER */

#footer .widget_wysija_cont .d-table-cell>.wysija-submit {
    color: #fff;
}

#footer li {
    padding: 0 0 0 .75rem;
}

#footer a:not(.btn) {
    background: none !important;
}

#footer li:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: -11px;
    margin-right: 6px;
    font-size: .45rem;
    opacity: .7;
    vertical-align: middle;
}

#footer small {
    font-size: 0.75rem;
    line-height: 1.5rem;
}

#footer br {
    display: none;
}

@media (min-width: 1366px) {
    #footer br {
        display: block;
    }
}

#footer h3.ps-footer-label {
    background: var(--primary);
    color: #fff;
    padding: .25rem 1rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 40px;
    position: absolute;
    left: 5%;
    top: -20px;
}

@media (max-width: 1139px) {
    #footer h3.ps-footer-label {
        left: 2rem;
    }
}

#footer h3.ps-footer-label:before {
    border-right: 18px solid #630E11;
    border-top: 20px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
}

#footer h4.ps-footer-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: bold;
}

#footer p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-width: 70% !important;
    color: #333 !important;
}

#footer .ps-footer-wrapper-right h4.ps-footer-title {
    color: #fff !important;
}

#footer .ps-footer-wrapper-left h4.ps-footer-title {
    color: #333 !important;
}

#footer a.btn-saber-mais {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: bold !important;
    display: block;
}

#footer a.btn-saber-mais:after {
    content: '\e850';
    font-family: "porto";
    position: relative;
    margin: 0 0 0 14px;
}

.ps-footer-newsletter-wrapper {
    width: 60%;
}

@media (max-width: 1365px) {
    .ps-footer-newsletter-wrapper {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .ps-footer-newsletter-wrapper {
        width: 80%;
    }
}

.ps-footer-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .ps-footer-wrapper {
        flex-direction: column;
        width: 100%;
    }
}

.ps-footer-wrapper-left {
    background-color: #F1F1F1;
    color: #333;
    width: 65%;
    min-height: 100%;
}

.ps-footer-wrapper-right {
    background-color: #C91C21;
    color: #fff;
    width: 35%;
    min-height: 100%;
}

@media (min-width: 1140px) {
    .ps-footer-wrapper-left {
        padding: 4rem 2rem 2rem 5%;
    }

    .ps-footer-wrapper-right {
        padding: 2rem 5% 2rem 2rem;
    }
}

@media (max-width: 1139px) {
    .ps-footer-wrapper-left {
        padding: 4rem 2rem 2rem;
    }

    .ps-footer-wrapper-right {
        padding: 2rem;
    }
}

@media (max-width: 991px) {

    .ps-footer-wrapper-left,
    .ps-footer-wrapper-right {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .ps-footer-wrapper-left {
        padding: 4rem 2rem 2rem 5%;
    }

    .ps-footer-wrapper-right {
        padding: 2rem 5% 2rem 2rem;
    }
}

@media (min-width: 2000px) {
    .ps-footer-wrapper-left {
        padding: 4rem 2rem 3.5rem 5%;
    }

    .ps-footer-wrapper-right {
        padding: 2rem 5% 2rem 2rem;
    }
}

/**/


#footer .widget>div>ul li,
#footer .widget>div>ul {
    border: 0;
    border-color: transparent;
}

#footer .logo {
    display: block;
    opacity: .5
}

#footer .logo img {
    max-width: 85px;
}

#footer .widget.contact-info .contact-details strong {
    display: none;
}

#footer button,
#footer a {
    font-weight: normal !important;
}

#footer .widget_nav_menu>div>ul li {
    padding: 0 0 6px 15px;
}

#footer .widget.contact-info i.fa-dot-circle::before {
    content: '\e826';
    font-family: "porto";
}

#footer .widget.contact-info i.fa-whatsapp::before {
    content: '\e80a';
    font-family: "porto";
}

#footer .footer-main>.container {
    /* padding-top: 3.5rem;
    padding-bottom: 0; */
    padding: 0;
}

#footer .widget.follow-us .share-links a {
    box-shadow: none;
    background: rgba(255, 255, 255, .15);
    border-radius: 4px;
}

#footer .footer-bottom {
    padding: 1.5rem 0;
}

#footer .widget {
    margin-bottom: 0;
}

#footer .widget_wysija_cont .wysija-input {
    border-radius: 4px 0 0 4px;
}

#footer .widget_wysija_cont .wysija-submit {
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    font-weight: 500;
}

/* Step by Step CSS */

.authgovpt-box {
    border: 1px solid #3C5DBC;
    background: #3C5DBC;
    overflow: hidden;
}

.success-message-icon {
    font-size: 50px;
    color: #7cc366;
    display: inline-block;
}

.error-message-icon {
    font-size: 50px;
    color: #dc3545;
    display: inline-block;
}

.question-message-icon {
    font-size: 50px;
    color: #333333;
    display:inline-block;
}

hr.step-line {
    position: absolute;
    width: 87%;
    max-width: 720px;
    z-index: 0;
}

.tab {
    display: none;
    min-height: 100px;
    flex-direction: column;
}

form.tab-content {
    border-top: 1px solid #eee;
}

.step {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 6px;
    background-color: #ccc;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    z-index: 1;
}

@media (max-width: 575px) {

    .step {
        padding: 8px;
    }
}

.step.completed {
    background-color: var(--primary);
    color: #fff;
    opacity: 1;
}

.step.active {
    border: 1px solid var(--primary);
    background-color: #fff;
    color: var(--primary);
}

/*** ***/
@media (min-width: 991px) {
    .show-for-sm {
        display: none !important;
    }
}
 

/*** PS Video Home ***/
.ps-video-cards-row{
}
.ps-video-cards-row .wpb_wrapper.vc_column-inner{
    height: 100%;
}
.ps-video-card {
    height: 100%;
}
.ps-video-card .wpb_wrapper {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column-reverse;
}
.ps-video-card .wpb_heading.wpb_video_heading {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
    background: #fff;
    padding: 2rem 2rem;
    min-height: 9rem;
    box-shadow: var(--ps-shadow);
    transition: all .15s ease-in-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.ps-video-card .wpb_video_wrapper {
    /*transition: linear 0.1s;*/
}
.ps-video-card:hover .wpb_video_wrapper {
    /*transform: scale(1.02);*/
}