/*  --------------------------------------  */
/*                 GENERAL                  */
/*  --------------------------------------  */

:focus-visible {
    background: var(--e-global-color-secondary);
    outline: none !important;
}
::placeholder {
    color: var(--e-global-color-primary) !important;
}
::selection {
    color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-primary) !important;
}
main {
    min-height: calc(55dvh);
}
p:last-child {
    margin-bottom: 0px;
}
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: var(--e-global-color-primary) !important;
}
.push-left {
    margin-left: auto;
}
.push_bottom {
    margin-top: auto;
}
.push_top {
    margin-bottom: auto;
}
.hide-desktop {
    display: none;
}

#btn_vertical {
    position: relative;
    cursor: pointer;
}
#btn_vertical a {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-primary );
    text-align: left;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    transition: .2s ease-out;
    transform-origin: 0 0;
    transform: rotate(270deg);
    position: absolute;
    text-wrap: nowrap;
    white-space: nowrap;
    left: -16px;
    bottom: -16px;
}
#btn_horizontal {
    position: relative;
}
#btn_horizontal a {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-primary );
    text-align: left;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    transition: .2s ease-out;
}
a#btn_horizontal {
    position: relative;
}
a#btn_horizontal{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-primary );
    text-align: left;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    transition: .2s ease-out;
}
#btn_post {
    height: 36px;
    width: 36px;
    background: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
    background-position: center;
    background-size: 80% 2px,2px 80%;
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 1px;
    cursor: pointer;
    transition: .2s ease-out;
    color: transparent;
}
#btn_post:hover {
    background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #000;
    background-position: center;
    background-size: 60% 2px,2px 60% !important;
    background-repeat: no-repeat;
    color: #fff !important;
    text-decoration: none;
}
#btn_post a {
    height: 30px;
    width: 30px;
    color: transparent;
}
#btn_frame {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-primary) !important;
    text-align: center;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 12px;
    transition: .2s ease-out;
}
#btn_frame:hover {
    font-style: normal;
    color: #fff !important;
    background-color: #000;
}
#btn_frame_pg {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-secondary) !important;
    text-align: center;
    background-color: var(--e-global-color-primary) !important;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 12px;
    transition: .2s ease-out;
    width: 180px;
}
#btn_frame_pg:hover {
    font-style: normal;
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-secondary) !important;
}
#btn_biblio {
    height: 100%;
    width: 100%;
    padding: 0;
    cursor: pointer;
    transition: .2s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
}
#btn_biblio:hover {
    background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #000;
    background-position: center;
    background-size: 60% 2px,2px 60% !important;
    background-repeat: no-repeat;
    color: transparent;
}
#btn_form {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-primary );
    text-align: left;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    transition: .2s ease-out;
}
#btn_form:hover {
    font-style: italic;
}

/*--> RESPONSIVO <--*/


@media (max-width:960px) {

    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: flex;
    }

}


/*  --------------------------------------  */
/*                  HEADER                  */
/*  --------------------------------------  */

/* --> MENU <--*/

/*#header .logo_header {
    transform-origin: top right;
    transform: rotate(-90deg);
    position: fixed;
    left: -315px;
    z-index: 1000;
}*/
#header .logo_header {
    position: relative;
}
#header .logo_header a {
    transform-origin: 0 0;
    transform: rotate(270deg);
    position: fixed;
    left: calc(40px);
    top: calc(354px + 48px);
}
#header .main_nav .lado_b_logo svg {
    fill: #000;
    width: 47px;
    height: 28px;
}
#header .main_nav .soflo_logo svg {
    fill: #000;
    width: 64px;
    height: 18px;
}
#header .main_nav .lado_b_logo a {
    padding-right: 0;
}
#header .main_nav li a:hover, #header .main_nav li a.elementor-item-active  {
    color: #fff !important;
}
#header .main_nav li:not(.lado_b_logo, .soflo_logo) a:before {
    content: "";
    background: #000;
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: -1
}
#header .main_nav li > * {
  z-index: 100;
}
#header .language {
    position: absolute;
    transform-origin: center;
    transform: rotate(-90deg);
    top: calc(50vh - 54px);
    right: -36px;
}
#header .language li:first-child a {
    font-weight: 700;
}
#header .language li a:hover {
    text-shadow:2px 0 0 currentColor;
}
#header .social_icons {
    position: fixed;
    bottom: 36px;
    right: 48px;
}
#header .menu-icon {
    display: none;
}
#header #btn_vertical.nav_back {
    position: fixed;
    bottom: 42px;
    left: 69px;
}

/*--> RESPONSIVO <--*/

@media (max-width: 760px) {
    
    #header {
        z-index: 100000;
    }
    #header .logo_header a {
        transform-origin: 0 0;
        transform: rotate(270deg);
        position: fixed;
        left: calc(8px) !important;
        top: calc(319px + 18px) !important;
    }

    #header .hambuger_menu {
        margin-left: auto;
        position: fixed;
        right: 18px;
        top: 12px;
    }
    #header .menu-icon {
        display:flex;
        flex-direction:column;
        width:36px;
        cursor:pointer;
        margin-left: 18px;
    }
    #header .menu-icon span{
        background: #000;
        height:2px;
        margin:4px 0;
        transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    #header .menu-icon span:nth-of-type(1){
        width:100%;
    }
    #header .menu-icon span:nth-of-type(2){
        width:50%;
    }
    #header .menu-icon span:nth-of-type(3){
        width:75%;
    }
    #header .menu-icon.close span:nth-of-type(1){
        transform-origin: top;
        transform: rotatez(-45deg) translate(-10px,3px);
    }
    #header .menu-icon.close span:nth-of-type(2) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(-4px,3px);
        width: 100%;
    }
    #header .menu-icon.close span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(6px,-9px) rotatez(45deg);
    }
    #header #main_nav.mobile_menu {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        transform: translateY(-100%);
        transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    #header #main_nav.mobile_menu.open {
        opacity: 1 !important;
        transform: translateY(0%);
        background: #fff;
        display: flex;
        justify-content: center;
    }
    body.open {
        overflow: hidden;
    }
    body main#content {
        transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6); 
    }
    body.open main#content {
        opacity: 0;
    }
    #header .main_nav nav ul {
        flex-direction: column;
        align-items: flex-end;
        gap: 48px;
        margin-right: 24px;
    }
    #header .main_nav nav ul li a {
        justify-content: flex-end;
        padding: 0;
    }
    #header .main_nav nav ul:after {
        content: unset;
    }
    #header .main_nav .lado_b_logo {
        margin-top: 24px;
    }
    #header .main_nav .lado_b_logo svg {
        width: 54px;
        height: 32px;
    }
    #header .main_nav .soflo_logo svg {
        width: 78px;
        height: 22px;
    }
    #header .main_nav li:not(.lado_b_logo, .soflo_logo) a:before {
        height: 3px;
        bottom: -8px;
    }
    #header .main_nav li a:hover, #header .main_nav li a.elementor-item-active {
        color: #000 !important;
    }
    #header .social_icons {
        position: absolute;
        bottom: 8px;
        right: unset;
        left: 18px;
    }
    #header .language {
        position: absolute;
        transform-origin: unset;
        transform: unset;
        top: unset;
        bottom: 18px;
        right: 24px;
    }
    #header #btn_vertical.nav_back {
        left: 34px !important;
        bottom: 24px !important;
    }
}

@media (min-width: 761px) and (max-width: 960px) {

    #header .logo_header a {
        transform-origin: 0 0;
        transform: rotate(270deg);
        position: fixed;
        top: calc(354px + 42px);
    }
    #header .language {
        right: -38px;
    }
    #header .social_icons {
        bottom: 36px;
        right: 36px;
    }
    #header .main_nav .lado_b_logo svg {
        width: 42px;
        height: 25px;
    }
    #header .main_nav .soflo_logo svg {
        width: 60px;
        height: 17px;
    }

}




/*  --------------------------------------  */
/*                  FOOTER                  */
/*  --------------------------------------  */

#footer .copyright {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}


/*  --------------------------------------  */
/*                   HOME                   */
/*  --------------------------------------  */

#banner_home {
    position: relative;
}
#banner_home #slider_home {
    position: unset;
}
#banner_home .chamada_box {
    position: absolute;
    align-self: flex-end;
    right: 0;
    width: calc(50% - 48px);
    z-index: 10;
}
#banner_home .e-con-full.e-flex#slider_home {
    flex-direction: revert;
}
#banner_home #slider_home .slider_titles h2 {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}
#banner_home #slider_home .slider_titles h2 span {
    font-weight: 400;
}
#banner_home #slider_home .slider_titles h2 span:empty:before {
    display: none;
}
#banner_home #slider_home .slider_titles h2 span:empty {
    display: none;
}
#banner_home #slider_home .slider_titles h2 span:before {
    content: "—";
    padding: 0 6px;
    display: inline-block;
}
#banner_home #btn_post {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#banner_home .elementor-widget-loop-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 0px;
    opacity: 1;
    border: 1px solid #000;
    margin: 0 6px !important;
}
#banner_home .elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

#pesquisa_destaque .e-con>.e-con-inner {
    max-width: unset;
}
#pesquisa_destaque .title-box {
    box-shadow: 2px 2px 0px #fff, 3px 3px 0px #000, 5px 5px 0px #fff, 6px 6px 0px #000, 8px 8px 0px #FFF, 9px 9px 0px #000, 11px 11px 0px #fff, 12px 12px 0px #000;
}
#pesquisa_destaque .title-box:before {
    content: '';
    height: 1px;
    width: 17px;
    background: #000;
    transform-origin: top left;
    transform: rotate(45deg);
    position: absolute;
    right: -18px;
    left: unset;
}
#pesquisa_destaque .title-box:after {
    content: '';
    height: 1px;
    width: 17px;
    background: #000;
    transform-origin: top left;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    bottom: -1px;
}
#entrevista_destaque .quote:before {
    content: '\201C';
    font-size: 180px;
    position: absolute;
    top: 124px;
    left: -84px;
}
#entrevista_destaque .quote:after {
    content: 'Marina Colerato';
    position: absolute;
    right: 0;
    bottom: -48px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
#galeria_destaque .foto-galeria img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*--> RESPONSIVO <--*/

@media (max-width: 760px) {

    #banner_home {
        max-height: 100dvh;
    }
    #banner_home .chamada_box {
        width: 280px;
        left: 48px;
    }
    #banner_home #slider_home .slider_titles h2 {
        font-size: 16px;
        line-height: 18px;
    }
    #banner_home #slider_home .slider_titles h2 span {
        display: block;
        min-height: 120px;
        font-size: 14px;
        line-height: 16px;
        padding-top: 6px;
    }
    #banner_home #slider_home .slider_titles h2 span:before {
        display: none;
    }
    #entrevista_destaque .quote {
        width: 90%;
    }
    #entrevista_destaque .quote:before {
        font-size: 108px !important;
        top: 48px !important;
        left: -36px !important;
    }
    #entrevista_destaque .quote:after {
        right: unset;
        bottom: -36px;
        font-size: 16px;
    }
    #entrevista_destaque #btn_vertical {
        position: relative;
        width: 100%;
    }
    #entrevista_destaque #btn_vertical a {
        transform-origin: unset;
        transform: unset;
        position: relative;
        left: unset;
        bottom: unset;
    }
    #galeria_destaque > #btn_vertical {
        position: relative;
        width: 100%;
    }
    #galeria_destaque > #btn_vertical a {
        transform-origin: unset;
        transform: unset;
        position: relative;
        left: unset;
        bottom: unset;
    }

}

@media (min-width: 761px) and (max-width: 960px) {

    #banner_home {
        max-height: 100dvh;
    }
    #banner_home .chamada_box {
        width: calc(100% - 116px);
        left: 116px;
    }
    #banner_home #slider_home .slider_titles h2 {
        font-size: 18px;
        line-height: 24px;
        min-height: 120px;
    }
    #entrevista_destaque .quote:before {
        font-size: 144px;
        top: 72px;
        left: -84px;
    }
    #entrevista_destaque .quote:after {
        right: unset;
        bottom: -36px;
        font-size: 16px;
    }
    #entrevista_destaque #btn_vertical {
        position: relative;
        width: 100%;
    }
    #entrevista_destaque #btn_vertical a {
        transform-origin: unset;
        transform: unset;
        position: relative;
        left: unset;
        bottom: unset;
    }
    #galeria_destaque:not(.sobre) .galeria_fotos:last-child {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1270px) {

    #banner_home #slider_home .slider_titles h2 {
        font-size: 18px;
        line-height: 24px;
    }

}


/*  --------------------------------------  */
/*                CURRICULUM                */
/*  --------------------------------------  */


#curriculum .infos_gerais >:before {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    margin-top: 6px;
    margin-bottom: -6px;
}
#curriculum .infos_gerais .linkedin, #curriculum .infos_gerais .lattes, #curriculum .infos_gerais .orcid {
    font-size: 18px;
}
#curriculum .infos_gerais .linkedin:before {
    content: 'linkedin';
}
#curriculum .infos_gerais .lattes:before {
    content: 'lattes';
}
#curriculum .infos_gerais .orcid:before {
    content: 'orcid';
}
#curriculum .infos_gerais .lang_nat:before {
    content: 'idioma nativo';
}
#curriculum .infos_gerais .lang_pro:before {
    content: 'proeficiente em';
}
#formacao .cursos:before {
    content: 'aperfeiçoamento';
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 15dvw 0 25dvw;
}
#atuacao .presente span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 36px;
    margin-top: 18px;
    border-top: 1px solid #000;
    padding-bottom: 12px;
    position: relative;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#atuacao .presente span:has(p) {
    flex-direction: column;
}
#atuacao .presente span:last-child {
    border-bottom: 1px solid #000;
    padding-bottom: 48px;
}
#atuacao.close .presente span {
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 48px;
    flex-direction: row;
}
#atuacao.close .presente span:last-child {
    max-height: 138px;
}
#atuacao .presente p:empty {
    display: none;
}
#atuacao.close .presente span:has(p):after {
    content: '...';
    display: block;
    position: absolute;
    bottom: 0;
    right: 12px;
    letter-spacing: 3px;
    font-size: 24px;
}

#atuacao h3 {
    position: relative;
}
#atuacao h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    width:48px;
    height:48px;
    background:
    linear-gradient(#000 0 0),
    linear-gradient(#000 0 0);
    background-position:center;
    background-size: 50% 2px,0px 50%;
    background-repeat:no-repeat;
}
#atuacao.close h3:before {
    background-size: 50% 2px,2px 50%;
}
#atuacao .presente span strong {
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 50%;
    margin-bottom: 6px;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
}
#atuacao .presente span strong u {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
#atuacao .presente span strong:not(first-child) u {
    margin-top: 6px;
}
#atuacao .presente span em {
    font-style: normal;
    width: 50%;
    margin-bottom: 36px;
    text-align: right;
    font-size: 18px;
    padding-top: 18px;
}
#atuacao .presente span:has(p) em {
    text-align: left;
    padding-top: 0px;
}
#atuacao.close .presente span em {
    text-align: right;
    padding-top: 18px;
}
#atuacao .presente span br {
    content: '';
    margin-top: 18px;
}
#atuacao .presente span ul {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    padding-left: 18px;
    margin-top: 0px;
}
#atuacao .presente span ul li {
    list-style: none;
    margin-top: 6px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#atuacao .presente span ul li:before {
    content: '';
    display: block;
    width: 18px;
    min-width: 18px;
    height: 1px;
    background: #000;
    margin-top: 12px;
    margin-right: 12px;
}

/*--> RESPONSIVO <--*/

@media (min-width: 961px) and (max-width: 1270px) {

    #formacao .cursos:before {
        padding: 0 116px;
    }
}

@media (min-width: 761px) and (max-width: 960px) {

    #formacao .cursos:before {
        padding: 0 116px;
    }
}

@media (max-width: 760px) {

    #formacao .cursos:before {
        padding: 0 18px 0 50px;
    }
    #atuacao.close .presente span {
        max-height: 218px;
    }
    #atuacao.close .presente span:last-child {
        max-height: 218px;
    }
    #atuacao .presente span strong {
        width: 100%;
    }
    #atuacao .presente span em {
        width: 100%;
        text-align: left;
        padding-top: 2px;
    }
    #atuacao.close .presente span em {
        text-align: left;
    }
    #atuacao .presente span ul {
        padding-left: 0px;
        margin-top: 6px;
    }
    #atuacao .presente span {
        flex-direction: column;
    }
}


/*  --------------------------------------  */
/*                PORTIFOLIO                */
/*  --------------------------------------  */

#portfolio_archive .tipo_icon ul li span, #content_info .tipo_icon ul li span {
    display: none;
}
#portfolio_archive .tipo_icon li, #content_info .tipo_icon li  {
    padding: 0;
    margin: 0;
    margin-left: 18px;
}
#portfolio_archive .tipo_icon li:before, #content_info .tipo_icon li:before {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
}
#portfolio_archive .tipo-web .tipo_icon li:before, .tipo-web #content_info .tipo_icon li:before {
    content: url(/wp-content/uploads/2023/08/marina_colerato-ICON-web.svg)
}
#portfolio_archive .tipo-artigo .tipo_icon li:before, .tipo-artigo #content_info .tipo_icon li:before {
    content: url(/wp-content/uploads/2023/08/marina_colerato-ICON-pesquisas.svg)
}
#portfolio_archive .tipo-impresso .tipo_icon li:before, .tipo-impresso #content_info .tipo_icon li:before {
    content: url(/wp-content/uploads/2023/08/marina_colerato-ICON-impressos.svg)
}
#portfolio_archive .tipo-audio .tipo_icon li:before, .tipo-audio #content_info .tipo_icon li:before {
    content: url(/wp-content/uploads/2023/08/marina_colerato-ICON-audios.svg)
}
#portfolio_archive .tipo-video .tipo_icon li:before, .tipo-video #content_info .tipo_icon li:before  {
    content: url(/wp-content/uploads/2023/08/marina_colerato-ICON-videos.svg)
}
#portfolio_archive .tipo-presencial .tipo_icon li:before, .tipo-presencial #content_info .tipo_icon li:before  {
    content: url(/wp-content/uploads/2023/10/marina_colerato-ICON-presencial.svg)
}

/*--> SEARCH & FILTERS <--*/
#search_filters_container .wpc-edit-filter-set {
    display: none;
}
#search_filters_container .wpc-posts-found {
    display: none;
}
#search_filters_container .search_filters .wpc-filter-title {
    display: none;
}
#search_filters_container .search_filters .wpc-filters-scroll-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
#search_filters_container .search_filters .wpc-horizontal-layout .wpc-filters-widget-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row;
    column-gap: 48px;
}
#search_filters_container .search_filters .wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section {
    margin: 0;
}
#search_filters_container .wpc-filters-section {
    margin-bottom: 0;
}
#search_filters_container .select2-selection--single {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: none;
    border-radius: 0;
}
#search_filters_container .select2-container--open .select2-dropdown {
    margin-top: 18px;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-radius: 0;
    min-width: 240px;
    max-width: 240px;
}
#search_filters_container .select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
    background: #000;
}
#search_filters_container .select2-container--default .select2-results__option--selected {
    color: #fff;
    background-color: #000;
}
#search_filters_container .select2-container--default .select2-results__option--disabled {
    color: #fff;
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#search_filters_container .select2-selection--single .select2-selection__rendered {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
    padding-right: 12px;
    min-width: 60px;
}
#search_filters_container .select2-selection--single .select2-selection__rendered:has(:not(.wpc-dropdown-default)) {
    border-bottom: 2px solid #000;
    margin-right: 12px;
    font-style: italic;

}
#search_filters_container .select2-container--focus .select2-selection__rendered .wpc-dropdown-default {
    margin-right: unset;
    font-style: normal;
    border-bottom: 0px;
}
#search_filters_container .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: unset;
    right: unset;
    width: 48px;
}
#search_filters_container .select2-selection--single .select2-selection__arrow b {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    width: 14px;
    height: 14px;
    right: unset;
    top: calc(50% + -12px);
}
#search_filters_container .select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: calc(50% + -5px);
}
#search_filters_container .search_filters .select2-results li:first-child {
    display: none;
}
#search_filters_container .search_filters .select2.select2-container.select2-container--default {
    min-width: unset !important;
}
#search_filters_container .search_filters span.wpc-dropdown-default {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 0px;
    color: transparent;
}
#search_filters_container .search_filters .select2-dropdown .select2-results {
    border-top: 1px solid #000;
}
#search_filters_container .search_filters .select2-dropdown .select2-results__options::-webkit-scrollbar {
    background-color: transparent;
    width: 11px;
}
#search_filters_container .search_filters .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    border-left: 1px solid #000;
}
#search_filters_container .search_filters .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: #000;
}
#search_filters_container .search_filters span.wpc-dropdown-default:before {
    color: #000;
    font-size: 14px;
    font-style: normal;
}
#search_filters_container .search_filters .select2-search--dropdown  {
    display: none;
}
#search_filters_container .search_filters .wpc-filters-section.wpc-filter-tipo {
    width: 60px;
    max-width: 60px;
}
#search_filters_container .search_filters .wpc-filter-tipo .select2-selection__arrow b {
    right: -18px;
}
#search_filters_container .search_filters .wpc-filter-tipo span.wpc-dropdown-default:before {
    content: 'Tipo';
    width: 108px;
}
#search_filters_container .select2-container--open .select2-dropdown:has(ul#select2-wpc-taxonomy-tipo-1155-results) {
    min-width: 120px;
    width: 120px !important;
}
#search_filters_container .search_filters .wpc-filters-section.wpc-filter-categoria {
    width: 35dvw;
    max-width: 35dvw;
}
#search_filters_container .search_filters .wpc-filter-categoria span.wpc-dropdown-default:before {
    content: 'Categoria';
}
#search_filters_container .search_filters .wpc-filters-section.wpc-filter-tema {
    width: 20dvw;
    max-width: 20dvw;
}
#search_filters_container .search_filters .wpc-filter-tema span.wpc-dropdown-default:before {
    content: 'Temas';
}
#search_filters_container .select2-container--open .select2-dropdown:has(ul#select2-wpc-taxonomy-categoria-1153-results) {
    min-width: 156px;
    width: 156px !important;
}
#search_filters_container .search_filters .wpc-filters-section.wpc-filter-portifolio_ano {
    width: 5dvw;
    max-width: 5dvw;
}
#search_filters_container .search_filters .wpc-filter-portifolio_ano .select2-selection__arrow b {
    right: unset;
}
#search_filters_container .search_filters .wpc-filter-portifolio_ano span.wpc-dropdown-default:before {
    content: 'Ano';
    width: 108px;
}
#search_filters_container .select2-container--open .select2-dropdown:has(ul#select2-wpc-post_meta-portifolio_ano-1173-results) {
    min-width: 84px;
    width: 84px !important;
}

#search_filters_container .reset_btn {
    margin-left: auto;
}
#search_filters_container .reset_btn ul.wpc-filter-chips-list {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding: 0;
    justify-content: flex-end;
}
#search_filters_container .reset_btn li.wpc-filter-chip:not(li.wpc-chip-reset-all) {
    display: none;
}
#search_filters_container .reset_btn li.wpc-filter-chip {
    margin: 0;
    text-align: right;
}
#search_filters_container .reset_btn .wpc-filter-chips-list li.wpc-chip-reset-all a {
    padding: 0;
    border: none;
    border-radius: 0;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
	height: 28px;
}
#search_filters_container .reset_btn .wpc-filter-chips-list li.wpc-chip-reset-all a .wpc-chip-content:after {
    content: 'reset';
}
#search_filters_container .reset_btn .wpc-filter-chips-list li.wpc-chip-reset-all a span.wpc-filter-chip-name {
    display: none;
}

/* --> COUNTS AND PAGINATION <--*/
#portfolio_archive {
    z-index: 10;
}
#portfolio_archive .elementor-loop-container > div:last-child {
    border-bottom: px solid #000;
}
#portfolio_archive nav.elementor-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -54px;
    z-index: 100;
}
#portfolio_archive nav.elementor-pagination a.prev, #portfolio_archive nav.elementor-pagination a.next {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 6px;
}
#portfolio_archive nav.elementor-pagination a.prev:hover, #portfolio_archive nav.elementor-pagination a.next:hover {
    background-color: var(--e-global-color-accent );
    color: #000;
}
#portfolio_archive nav.elementor-pagination a.page-numbers:not(.prev, .next) {
    border: 1px solid #000;
    text-decoration: none;
    width: 28px;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#portfolio_archive nav.elementor-pagination span.prev, #portfolio_archive nav.elementor-pagination span.next {
    display: none;
} 
#portfolio_archive nav.elementor-pagination span.current {
    background-color: var(--e-global-color-primary);
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    font-weight: 600;
    width: 28px;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#portfolio_archive nav.elementor-pagination a.page-numbers:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    font-style: normal;
}
#portfolio_archive nav.elementor-pagination a.page-numbers.prev, #portfolio_archive nav.elementor-pagination a.page-numbers.next {
    width: 84px; 
}
#portfolio_archive nav.elementor-pagination a.page-numbers.prev:hover, #portfolio_archive nav.elementor-pagination a.page-numbers.next:hover  {
    background-color: transparent;
    color: var(--e-global-color-primary);
    font-style: italic;    
}
#portfolio_counts {
    z-index: 1;
}
#portfolio_counts .total_portifolio .elementor-shortcode {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: 30px;
}
#portfolio_counts .total_portifolio .elementor-shortcode:after {
    content: ' itens';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    margin-left: 6px;
}
#portfolio_counts .query_cases p {
    margin-bottom: 0;
    margin-right: 6px;
    font-size: 0px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#portfolio_counts .query_cases p span {
    font-weight: 600;
    font-size: 18px;
}
#portfolio_counts .query_cases p:after {
    content: ' de';
    font-weight: 400;
    font-size: 16px;
}
#portfolio_counts .query_cases p:not(#portfolio_counts .query_cases p:has(span)) {
    display: none;
}

/*--> RESPONSIVO <--*/

@media (min-width: 1271px) and (max-width: 1367px) {

    #search_filters_container .search_filters .wpc-filters-section.wpc-filter-categoria {
        width: 30dvw;
        max-width: 30dvw;
    }
}

@media (min-width: 961px) and (max-width: 1270px) {

    #search_filters_container .search_filters .wpc-horizontal-layout .wpc-filters-widget-wrapper {
        column-gap: 30px;
    }
    #search_filters_container .search_filters .wpc-filter-tipo .select2.select2-container.select2-container--default {
        margin-left: -12px;
    }
    #search_filters_container .search_filters .wpc-filters-section.wpc-filter-categoria {
        width: 27dvw;
        max-width: 27dvw;
    }
    #search_filters_container .search_filters .wpc-filters-section.wpc-filter-tema {
        width: 18dvw;
        max-width: 18dvw;
    }
    #search_filters_container .search_filters .wpc-filters-section.wpc-filter-portifolio_ano {
        width: 7dvw;
        max-width: 7dvw;
    }
    #portfolio_archive .tipo_icon li {
        margin-left: 12px;
    }
    #portfolio_archive .tipo_icon li:before {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 761px) and (max-width: 960px) {

    #search_filters_container {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
        z-index: 100;
        margin-top: 0px;
    }
    #search_filters_container .search_filters {
        width: 100%;
        order: 1;
    }
    #search_filters_container .reset_btn {
        width: 50%;
        order: 2;
        z-index: 10;
        margin-top: -36px;
        height: 36px;
    }
    #search_filters_container .reset_btn .elementor-widget-container {
        margin-right: 0;
        padding-right: 0;
    }
    #search_filters_container .search_filters .wpc-filters-main-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    #search_filters_container .search_filters .wpc-filters-widget-content {
        display: none;
    }
    #search_filters_container .search_filters a.wpc-open-close-filters-button {
        height: 28px;
        width: 120px;
        border: 0;
        padding: 0;
        color: #000;
        text-transform: uppercase;
        font-family: var(--e-global-typography-accent-font-family);
        font-size: 13px;
        line-height: 13px;
        letter-spacing: .5px;
        font-style: normal !important;
        margin: 12px 12px 6px 12px;
    }
    #search_filters_container .search_filters .wpc-icon-html-wrapper span {
        height: 2px;
        width: 26px;
        border: 0;
        border-radius: 0;
        background: #000;
        margin-bottom: 6px;
        margin-right: 6px;
    }
    #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-1:after, #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-2:after, #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-3:after {
        border: 0px solid #000;
        width: 6px;
        height: 6px;
        background-color: #000;
        top: -2px;
    }
    #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-2:after {
        left: 16px;
    }
    #search_filters_container .search_filters .wpc-opened {
        top: 4px !important;
    }     
    #search_filters_container .search_filters .wpc-opened .wpc-icon-html-wrapper span.wpc-icon-line-1 {
        top: 4px !important;
    }  
    #search_filters_container .search_filters .wpc-opened .wpc-icon-html-wrapper span.wpc-icon-line-3 {
        top: -4px !important;
    }
    #search_filters_container .search_filters .wpc-filters-widget-content {
        width: 100%;
        z-index: 1000;
    }
    #search_filters_container .search_filters .wpc-horizontal-layout .wpc-filters-widget-wrapper {
        flex-direction: column;
        align-items: flex-start;
        border-top: 2px solid #000;
        padding: 18px 0px;
        row-gap: 12px;
    }
    #search_filters_container .search_filters .wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section {
        margin: 0;
        width: 100% !important;
        max-width: unset;
        padding-left: 12px;
    }
    #search_filters_container .search_filters .wpc-filter-tipo .select2-selection__arrow b {
        right: unset;
    }
    #search_filters_container .search_filters .select2-container--default {
        width: 100% !important;
    }
    #search_filters_container .select2-container--open .select2-dropdown {
        min-width: calc(100% - 26px) !important;
        width: calc(100% - 26px) !important;
    }
    #search_filters_container .search_filters .select2-selection--single {
        justify-content: space-between;
    }
    #search_filters_container .select2-container--open .select2-dropdown {
        margin-top: 9px;
    }
    #search_filters_container .select2-selection--single .select2-selection__arrow {
        right: -9px;
    }
    #search_filters_container .reset_btn ul.wpc-filter-chips-list {
        margin-block-start: -3px !important;
    }
    
}

@media (max-width: 760px) {

    #portfolio_archive .tipo_icon li {
        margin-left: unset;
    }
    #btn_post {
        position: absolute;
        right: 18px;
    }
    #search_filters_container {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
        z-index: 100;
        margin-top: 0px;
    }
    #search_filters_container .search_filters {
        width: 100%;
        order: 1;
    }
    #search_filters_container .reset_btn {
        width: 50%;
        order: 2;
        z-index: 10;
        margin-top: -36px;
        height: 36px;
    }
    #search_filters_container .reset_btn .elementor-widget-container {
        margin-right: 0;
        padding-right: 0;
    }
    #search_filters_container .search_filters .wpc-filters-main-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    #search_filters_container .search_filters .wpc-filters-widget-content {
        display: none;
    }
    #search_filters_container .search_filters a.wpc-open-close-filters-button {
        height: 28px;
        width: 120px;
        border: 0;
        padding: 0;
        color: #000;
        text-transform: uppercase;
        font-family: var(--e-global-typography-accent-font-family);
        font-size: 13px;
        line-height: 13px;
        letter-spacing: .5px;
        font-style: normal !important;
        margin: 12px 12px 6px 12px;
    }
    #search_filters_container .search_filters .wpc-icon-html-wrapper span {
        height: 2px;
        width: 26px;
        border: 0;
        border-radius: 0;
        background: #000;
        margin-bottom: 6px;
        margin-right: 6px;
    }
    #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-1:after, #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-2:after, #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-3:after {
        border: 0px solid #000;
        width: 6px;
        height: 6px;
        background-color: #000;
        top: -2px;
    }
    #search_filters_container .search_filters .wpc-icon-html-wrapper span.wpc-icon-line-2:after {
        left: 16px;
    }
    #search_filters_container .search_filters .wpc-opened {
        top: 4px !important;
    }     
    #search_filters_container .search_filters .wpc-opened .wpc-icon-html-wrapper span.wpc-icon-line-1 {
        top: 4px !important;
    }  
    #search_filters_container .search_filters .wpc-opened .wpc-icon-html-wrapper span.wpc-icon-line-3 {
        top: -4px !important;
    }
    #search_filters_container .search_filters .wpc-filters-widget-content {
        width: 100%;
    }
    #search_filters_container .search_filters .wpc-horizontal-layout .wpc-filters-widget-wrapper {
        flex-direction: column;
        align-items: flex-start;
        border-top: 2px solid #000;
        padding: 18px 0px;
        row-gap: 12px;
    }
    #search_filters_container .search_filters .wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section {
        margin: 0;
        width: 100% !important;
        max-width: unset;
        padding-left: 12px;
    }
    #search_filters_container .search_filters .wpc-filter-tipo .select2-selection__arrow b {
        right: unset;
    }
    #search_filters_container .search_filters .select2-container--default {
        width: 100% !important;
    }
    #search_filters_container .select2-container--open .select2-dropdown {
        min-width: calc(100% - 26px) !important;
        width: calc(100% - 26px) !important;
    }
    #search_filters_container .search_filters .select2-selection--single {
        justify-content: space-between;
    }
    #search_filters_container .select2-container--open .select2-dropdown {
        margin-top: 9px;
    }
    #search_filters_container .select2-selection--single .select2-selection__arrow {
        right: -9px;
    }
    #search_filters_container .reset_btn ul.wpc-filter-chips-list {
        margin-block-start: -3px !important;
    }
    
}


/*  --------------------------------------  */
/*             SINGLE PORTFOLIO             */
/*  --------------------------------------  */

/*--> TEXTOS <--*/

#content_port .elementor-widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content_port p, #content_port ul {
    width: 50dvw;
    line-height: 32px;
}
#content_port ul, #content_info .programa ul {
    padding-inline-start: 24px;
    list-style: square inside none;
}
#content_port ul li:not(last-child), #content_info ul li:not(last-child) {
    padding-bottom: 9px;
}
#content_port h2 {
    margin-top: 40px;
    margin-bottom: 48px;
    font-weight: 400;
    text-align: center;
}
#content_port h4 {
    margin-top: 40px;
    margin-bottom: 48px;
    width: 60dvw;
    text-align: left;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0;
}
#content_port figure.aligncenter {
    width: 55dvw;
    margin-top: 28px;
    margin-bottom: 48px;
    text-align: center;
}
#content_port figure.alignwide {
    width: 75dvw;
    margin-top: 28px;
    margin-bottom: 48px;
}
#content_port figure.alignfull {
    width: calc(100dvw - 244px);
    max-width: calc(100dvw - 244px);
    margin-top: 28px;
    margin-bottom: 48px;
}
#content_port .wp-block-columns {
    width: calc(100dvw - 244px);
    margin-top: 36px;
}
#content_port .wp-block-image figcaption {
    text-align: center;
}
#content_port .wp-block-gallery {
    display: flex;
    flex-direction: column-reverse;
    margin: 48px 0 36px 0;
    width: calc(100dvw - 244px);
    padding-bottom: 48px;
    overflow: hidden;
    position: relative;
}
#content_port .wp-block-gallery.has-nested-images .flickity-slider figure.wp-block-image:not(#individual-image) {
    padding-right: 48px;
    width: 50%;
    margin: 0;
}
#content_port .blocks-gallery-item {
    width: 50%;
    padding: 0 24px;
}
#content_port .blocks-gallery-item figure {
    display: block;
} 
#content_port .flickity-prev-next-button.next {
    right: 3px;
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    bottom: 90px !important;
    z-index: 100;
    position: absolute;
}
#content_port .flickity-prev-next-button.previous {
    right: 0px !important;
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    left: unset !important;
    z-index: 100;
    position: absolute;
    bottom: 42px !important;
}
#content_port .flickity-button-icon {
    fill: #000 !important;
    height: 28px;
    width: auto;
}
#content_port .flickity-button:disabled{
    opacity: .3;
}       
#content_port .flickity-page-dots {
    position: absolute;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: unset;
    right: 12px;
    top: -6px;
}
#content_port .flickity-page-dots .dot {
    display: block;
    width: 12px!important;
    height: 12px!important;
    margin: 6px 0;
    border-radius: 0!important;
    cursor: pointer;
    opacity: 1!important;
    background: #fff;
    border: 1px solid #000!important;
}
#content_port .flickity-page-dots .dot.is-selected {
    background: #000;
}
#content_port .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    color: #000;
    margin-bottom: -36px;
}
#content_port .is-type-video .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
#content_port .is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content_port .wp-block-quote {
    position: relative;
    margin: 0;
}
#content_port .wp-block-quote p {
    width: 60dvw;
    margin-left: 10dvw;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 48px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.5px;
}
#content_port .wp-block-quote:has(cite):before {
    content: '\201C';
    font-size: 180px;
    position: absolute;
    top: 48px;
    left: calc(10dvw - 72px);
}
#content_port .wp-block-quote cite {
    text-align: left;
    width: 100%;
    display: block;
    margin-top: -30px;
    margin-bottom: 36px;
    margin-left: 10dvw;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .5px;
}
#content_info .tipo_icon {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}
#content_info .tipo_icon:after {
    content: 'Informações';
}
#content_info .temas_title {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    padding-top: 30px;
}
#content_info .temas li {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#content_info .temas li span {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#content_info .temas li a {
    text-decoration: none;
}
#content_info .temas li a:hover {
    text-decoration: none;
    font-style: normal;
}
#content_info .temas li a:after {
    content: '↗';
    border: none !important;
    padding: 0px 8px;
    font-size: 28px;
    transition: .2s ease-out;
}
#content_info .temas li a:hover:after {
    background-color: #000;
    color: #fff;
    margin-left: 6px;
}
#content_info .veiculo {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 24px;
}
#content_info .veiculo:before {
    content: 'Veículo';
    margin-top: 36px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
#content_info .imagens:before {
    content: 'Imagens';
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
#content_info .participantes:before {
    content: 'Participantes';
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
#content_info .imagens p, #content_info .participantes p, #content_info .ficha_tecnica p  {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 6px;
}
#content_info .imagens p:has(strong), #content_info .participantes p:has(strong), #content_info .ficha_tecnica p:has(strong) {
    margin-top: 24px;
}
#content_info .imagens p strong, #content_info .participantes p strong, #content_info .ficha_tecnica p strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#content_info .url_publicacao {
    max-width: 444px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    line-break: normal;
    display: block;
    hyphens: auto;
}
#content_info .url_publicacao:before {
    content: 'Link Publicação Original';
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
#content_info .share_title {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    padding-top: 30px;
    margin-top: auto;
    margin-bottom: 18px;
}
.tipo-web #content_info .tipo_icon li:before {
    padding-top: 10px;
}

/*--> VIDEOS <--*/

#cover .video_yt_capa.elementor-widget-video .elementor-wrapper {
    margin: auto;
    max-width: 1200px;
}
#cover .video_ext_capa a {
    position: relative;
}
#cover .video_ext_capa a:after {
    content: '\25B7';
    position: absolute;
    width: 108px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 54px;
    padding-left: 6px;
    transition: .2s ease-out;
    border: 2px solid #fff;
}
#cover .video_ext_capa a:hover {
    font-style: normal;
    background-color: #000;
    opacity: 0.9;
}
#cover .video_ext_capa a:hover:after {
    font-size: 48px;
    background-color: #000;
    border: 2px solid #000;
}
.tipo-video #content_info .tipo_icon li:before {
    padding-top: 18px;
}

/*-- ENTREVISTAS <--*/

#content_port .quote h2 {
    width: 60dvw;
    margin-left: 10dvw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 96px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 0.5px;
}
.single-portfolio #content_port .quote h2 {
    margin-bottom: 12px;
    font-weight: 400;
}
#content_port .quote:before {
    content: '\201C';
    font-size: 180px;
    position: absolute;
    top: 24px;
    left: 5dvw;
}
#content_port .quote:after {
    content: 'Marina Colerato';
    position: absolute;
    right: 0;
    bottom: 48px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.single-portfolio #content_port .quote:after {
    display: none;
}
.single-portfolio #content_port .autor_quote span {
    width: 60dvw;
    margin-left: 10dvw;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: right;
}
#content_port #btn_horizontal:before {
    content: 'Leia a matéria completa';
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: block;
}
#content_port #btn_horizontal {
    width: 50dvw;
    display: none;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 18px;
    margin-top: 48px;
}
.categoria_clipping-entrevista.tipo-web #content_port #btn_horizontal, .categoria-entrevista.tipo-web #content_port #btn_horizontal {
    display: flex;
}

/*--> EVENTOS <--*/
#content_port .gallery {
    display: flex;
    flex-direction: column-reverse;
    margin: 48px 0 36px 0;
    width: calc(100dvw - 244px);
    max-height: 80dvh;
    padding-bottom: 48px;
    overflow: hidden;
    position: relative;
}
#content_port .gallery .flickity-slider figure.gallery-item:not(#individual-image) {
    padding-right: 48px;
    width: 50%;
    margin: 0;
}
#content_port .gallery figure.gallery-item figcaption {
    background: none;
    color: #000;
    margin-bottom: -36px;
}

/*--> PESQUISAS <--*/

#cover .pesquisa_capa {
    box-shadow: 2px 2px 0px #fff, 3px 3px 0px #000, 5px 5px 0px #fff, 6px 6px 0px #000, 8px 8px 0px #FFF, 9px 9px 0px #000, 11px 11px 0px #fff, 12px 12px 0px #000;
    border: 1px solid #000;
}
#cover .pesquisa_capa:before {
    content: '';
    height: 1px;
    width: 17px;
    background: #000;
    transform-origin: top left;
    transform: rotate(45deg);
    position: absolute;
    right: -18px;
    left: unset;
}
#cover .pesquisa_capa:after {
    content: '';
    height: 1px;
    width: 17px;
    background: #000;
    transform-origin: top left;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: unset;
}
#cover .pesquisa_capa figcaption {
    position: absolute;
    padding: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
}

#cover .pesquisa_capa figcaption i {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
#cover a#btn_horizontal {
    padding: 14px 0;
}


/*--> RESPONSIVO <--*/


@media (min-width: 961px) and (max-width: 1199px) {

    #cover:not(:has(.video_ext_capa, .video_yt_capa)) {
        flex-direction: column-reverse;
    }
    #cover:not(:has(.video_ext_capa, .video_yt_capa)) .img_container {
        width: 70dvw;
        margin: auto;
        --min-height: 444px;
        margin-bottom: 36px;
    }
    #cover:not(:has(.video_ext_capa, .video_yt_capa)) .img_container img {
        height: 444px;
    }
    #cover:not(:has(.video_ext_capa, .video_yt_capa)) .infos_container {
        width: 70dvw;
        margin: auto;
    }
    .categoria-pesquisa #cover .img_container {
        width: fit-content;
        margin: unset;
        margin-bottom: 48px;
    }
    .categoria-pesquisa #cover .infos_container {
        width: 100%;
        margin: unset;
    }

    #content_port p, #content_port ul {
        width: 70dvw;
    }
    #content_port h2 {
        width: 70dvw;
    }
    #content_port .quote h2 {
        width: 65dvw;
        margin-left: 5dvw;
        font-size: 30px;
        line-height: 36px;
    }
    #content_port .quote:before {
        left: -1dvw;
        font-size: 164px;
    }
    #content_port .wp-block-quote p {
        width: 70dvw;
        margin-left: 10dvw;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
    #content_port .wp-block-quote:before {
        font-size: 156px;
        left: calc(10dvw - 60px);
        top: 42px;
    }
    #content_port .wp-block-quote cite {
        font-size: 18px;
    }
    #content_port #btn_horizontal {
        width: 70dvw;
    }
    #content_info .url_publicacao {
        max-width: 300px;
    }

}

@media (min-width: 761px) and (max-width: 960px) {

    #cover:not(:has(.video_ext_capa, .video_yt_capa)) {
        flex-direction: column;
    }
    .categoria-pesquisa #cover .img_container {
        width: fit-content;
        margin: unset;
        margin-bottom: 48px;
    }
    #cover .video_ext_capa a:after {
        width: 84px;
        height: 66px;
        font-size: 48px;
    }
    #cover .video_ext_capa a:hover:after {
        font-size: 42px;
    }
    #cover .pesquisa_capa figcaption {
        padding: 18px;
        font-size: 20px;
    }
    #cover .pesquisa_capa figcaption i {
        font-size: 18px;
    }
    #content_port p, #content_port ul {
        width: 100%;
    }
    #content_port h2 {
        margin-top: 24px;
        margin-bottom: 36px;
        font-weight: 400;
        text-align: center;
    }
    #content_port .wp-block-quote {
        width: 100%;
    }
    #content_port .wp-block-quote p {
        width: 100%;
        margin-left: 0px;
        padding-left: 48px;
        font-size: 20px;
        line-height: 30px;
    }
    #content_port .wp-block-quote:before {
        font-size: 132px;
        left: -6px;
        margin-top: -9px;
    }
    #content_port .wp-block-quote cite {
        font-size: 18px;
        margin-left: 0px;
        padding-left: 48px;
    }
    #content_port .quote h2 {
        width: 65dvw;
        margin-left: 5dvw;
        margin-bottom: 84px;
        font-size: 28px;
        line-height: 36px;
    }
    #content_port .quote:before {
        font-size: 154px;
        top: 18px;
        left: -2.5dvw;
    }
    #content_port #btn_horizontal {
        width: 100%;
    }
    #content_port figure.aligncenter {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 36px;
    }
    #content_port figure.alignwide {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 36px;
    }
    #content_port figure.alignfull {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 36px;
    }
    #content_port .wp-block-columns {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 36px;
        flex-wrap: nowrap !important;
        gap: 24px;
    }
    #content_port .wp-block-image figcaption {
        font-size: 14px;
    }
    #content_port .wp-block-gallery.has-nested-images .flickity-slider figure.wp-block-image:not(#individual-image) {
        padding-right: 0;
        width: 100%;
        margin: 0;
        margin-right: 48px;
    }
    #content_port .wp-block-gallery {
        margin: 36px 0px 24px 48px;
        padding-right: 48px;
        width: calc(100% + 48px);
    }
    #content_port .galeria_container .elementor-shortcode {
        width: 100%;
    }
    #content_port .gallery .flickity-slider figure.gallery-item:not(#individual-image) {
        padding-right: 0px;
        width: 100%;
        margin-right: 48px;
    }
    #content_port .gallery {
        margin: 0px 48px 24px 0px;
        padding-right: 44px;
        width: 100%;
        max-height: 444px;
    }
    #content_port .flickity-button.flickity-prev-next-button {
        display: none;
    }
    #content_port .flickity-page-dots {
        right: 24px;
    }
    #content_info {
        flex-direction: column;
    }

}

@media (max-width: 760px) { 

    .categoria-pesquisa #cover .img_container {
        width: fit-content;
        margin: unset;
        margin-bottom: 48px;
    }
    .categoria-pesquisa #cover .push-left {
        margin-left: unset;
    }
    #cover .video_ext_capa a:after {
        width: 72px;
        height: 54px;
        font-size: 36px;
    }
    #cover .video_ext_capa a:hover:after {
        font-size: 30px;
    }
    #cover .pesquisa_capa figcaption {
        position: absolute;
        padding: 12px;
        font-size: 14px;
    }
    #cover .pesquisa_capa figcaption i {
        font-size: 13px;
    }
    #content_port p, #content_port ul {
        width: 100%;
    }
    #content_port ul, #content_info .programa ul {
        padding-inline-start: 12px;
        list-style: square inside none;
    }
    #content_port h2 {
        margin-top: 24px;
        margin-bottom: 36px;
        text-align: left;
        width: 100%;
    }
    #content_port .wp-block-quote {
        width: 100%;
    }
    #content_port .wp-block-quote p {
        width: 100%;
        margin-left: 0px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 28px;
    }
    #content_port .wp-block-quote:before {
        font-size: 108px;
        left: -12px;
        margin-top: -12px;
    }
    #content_port .wp-block-quote cite {
        font-size: 16px;
        margin-left: 0px;
        padding-left: 30px;
    }
    #content_port .quote h2 {
        width: unset;
        margin-left: unset;
        margin-bottom: 72px;
        font-size: 20px;
        line-height: 24px;
    }
    #content_port .quote:before {
        font-size: 120px;
        top: -18px;
        left: -3px;
    }
    #content_port .quote:after {
        bottom: 36px;
        font-size: 18px;
    }
    #content_port #btn_horizontal {
        width: 100%;
    }    
    #content_port figure.aligncenter {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 36px;
    }
    #content_port figure.alignwide {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 36px;
    }
    #content_port figure.alignfull {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 36px;
    }
    #content_port .wp-block-columns {
        width: 80%;
        margin-top: 12px;
        gap: 24px;
        margin-bottom: 24px;
    }
    #content_port .wp-block-gallery {
        margin: 0px 0 24px 0;
        width: 100%;
        padding-top: 26px;
    }
    #content_port .wp-block-gallery.has-nested-images .flickity-slider figure.wp-block-image:not(#individual-image) {
        padding-right: 0;
        width: 100%;
        margin: 0;
    }
    #content_port .gallery .flickity-slider figure.gallery-item:not(#individual-image) {
        padding-right: 0px;
        width: 100%;
        margin-right: 48px;
    }
    #content_port .galeria_container .elementor-shortcode {
        width: 100%;
    }
    #content_port .gallery {
        margin: 0px 48px 24px 0px;
        padding-right: 0px;
        width: 100%;
        height: 300px;
    }
    #content_port .flickity-slider {
        padding: 24px;
    }
    #content_port .flickity-button.flickity-prev-next-button {
        display: none;
    }
    #content_port .flickity-page-dots {
        right: 0px;
        top: -6px;
        display: flex;
        gap: 6px;
    }
    #content_port .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        margin-bottom: -48px;
    }
    #content_port .wp-block-image figcaption {
        font-size: 14px;
    }
    #content_info .veiculo, #content_info .imagens p {
        font-size: 18px;
        line-height: 20px;
    }
    #content_info .veiculo:before, #content_info .imagens:before {
        font-size: 13px;
    }
    #content_info .temas li {
        font-size: 20px;
        line-height: 20px;
    }
    #content_info .url_publicacao {
        max-width: 272px;
    }
}


/*  --------------------------------------  */
/*                BIBLIOTECA                */
/*  --------------------------------------  */

#portfolio_archive .biblio_item .item_title {
    margin-bottom: auto;
    min-height: 160px;
}

@media (max-width: 760px) { 

    #portfolio_archive .biblio_item #btn_post {
        position: unset;
        right: unset;
    }
    
}


/*  --------------------------------------  */
/*                  CURSOS                  */
/*  --------------------------------------  */

#video_aula_feed .capa_video a {
    position: relative;
}
#video_aula_feed .capa_video a:after {
    content: '\25B7';
    position: absolute;
    width: 108px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 54px;
    padding-left: 6px;
    transition: .2s ease-out;
    border: 2px solid #fff;
}
#video_aula_feed .capa_video a:hover {
    font-style: normal;
    background-color: #000;
    opacity: 0.9;
}
#video_aula_feed .capa_video a:hover:after {
    font-size: 48px;
    background-color: #000;
    border: 2px solid #000;
}
#prox_turmas_feed:has(.e-loop-nothing-found-message) {
    display: none;
}
#cursos_interesse .elementor-form-fields-wrapper {
    justify-content: flex-end;
}
#cursos_interesse .elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0px -1px 0 0px rgb(0 0 0);
    outline: 0;
}
#cursos_interesse .elementor-field-group input[type=text], #cursos_interesse .elementor-field-group input[type=email], #cursos_interesse .elementor-field-group input[type=url] {
    padding: 12px 0;
    height: 36px;
}
#cursos_interesse .elementor-field-group input[type=text]#form-field-social {
    font-weight: 400;
}
#cursos_interesse .elementor-field-group textarea {
    padding: 0;
    padding-top: 12px;
    height: 72px;
}
#cursos_interesse .elementor-field-type-submit {
    width: 144px !important;
    padding: 0 !important;
}


/*  --------------------------------------  */
/*               CURSOS SINGLE              */
/*  --------------------------------------  */

#cover .infos_container .data_inicio:before {
    content: 'Início';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: contents;    
}
#cover .infos_container .data_fim:before {
    content: 'Término';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: contents;    
}
#content_info .programa:before {
    content: 'Conteúdo Programático';
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
#content_info .programa:not(.programa:has(.elementor-widget-container p)) {
    display: none;
}
#login_form .elementor-login.elementor-form {
    width: 70dvw;
}
#login_form .elementor-form-fields-wrapper {
    margin-bottom: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    column-gap: 48px;
}
#login_form .elementor-field-type-text {
    width: 25dvw;
    margin-bottom: 48px;
}
#login_form .elementor-field-type-text input {
    color: #000;
    text-align: center;
    padding: 0;
    font-size: 18px;
}
#login_form .elementor-field-type-text input:placeholder {
    color: #000;
    opacity: 1;
}
#login_form .elementor-field-textual:focus {
    box-shadow: none;
    border: 2px solid #000;
}
#login_form .elementor-field-type-submit {
    width: 52.75dvw;
    justify-content: center;
}
#login_form .elementor-field-group:last-child {
    width: 52.75dvw;
    justify-content: center;
}
#login_form .elementor-field-type-submit button {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--e-global-color-primary ) !important;
    text-align: center;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 12px;
    transition: .2s ease-out;
}
#login_form .elementor-field-type-submit button:hover {
    font-style: normal;
    color: #fff !important;
    background-color: #000;
}
#login_form .elementor-login__logged-in-message {
    text-transform: lowercase;
}
#login_form .elementor-login__logged-in-message a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

#video_private .e-hosted-video {
    position: relative;
}


/*--> RESPONSIVO <--*/


@media (min-width: 761px) and (max-width: 960px) {

    #login_form .elementor-login.elementor-form {
        width: 100%;
    }
    #login_form .elementor-form-fields-wrapper {
        column-gap: 24px;
    }
    #login_form .elementor-field-type-text {
        width: 100%;
        margin-bottom: 24px;
    }
    #login_form .elementor-field-type-submit {
        width: 180px;
        margin-top: 24px;
    }

}

@media (max-width: 760px) { 

    #login_form .elementor-login.elementor-form {
        width: 100%;
    }
    #login_form .elementor-form-fields-wrapper {
        column-gap: 24px;
    }
    #login_form .elementor-field-type-text {
        width: 100%;
        margin-bottom: 24px;
    }
    #login_form .elementor-field-type-submit {
        width: 180px;
        margin-top: 24px;
    }
    
}