/* ADVOCACY */
.advocacy-container {
    width: 1280px;
    height: 550px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 70px;
    position: relative;
    background-color: transparent;
    z-index: 1;
    position: relative;
}
#block-system-main {

    top: 0px !important;

}

.advocacy-container::before {
    /* background: linear-gradient(rgb(229 0 126 / 65%), rgb(245 245 245 / 50%)), url(https://idec.org.br/sites/all/themes/custom/images/bg-header-desktop.png); */
    background: rgb(229 0 126 / 100%);

    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    z-index: -1;
    background-attachment: fixed;
    background-position: left;
    background-blend-mode: overlay;
}
.pager-last a, ul.pager .pager-current, .pager-item a, .pager-next a {
    font-family: 'Archivo' !important;
}

.breadcrumb {
    font-size: 14px;
    font-family: 'Inter';
    font-size: 16px;
    margin-top: 25px;
    font-weight: normal;
    color: black !important;
}

.breadcrumb a {
    color: black !important;
}


.date-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.advocacy-content {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.advocacy-header {
    max-width: 300px;
    width: 100%;
    margin-right: 20px;
}

.advocacy-header h1 {
    color: #FFEC00;
    margin-bottom: 0px;
    line-height: 60px;
    padding: 0px;
    text-align: left;
    margin-top: 10px;
    font-size: 52px;
    font-family: 'Archivo';
    word-wrap: normal;
}

.advocacy-header p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

.advocacy-filters {
    padding: 20px;
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 700px;
    width: 100%;
    height: 350px;
}

.advocacy-filters form {
    display: flex;
    flex-direction: column;
}

.advocacy-filters label {
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Archivo' !important;
    color: #040404;
}

.advocacy-filters select {
    margin-bottom: 15px;
    padding: 10px;
    font-family: 'Inter';
    border: 1px solid #cccccc;
    color: black;
    background: #fff;
}

#page .advocacy-filters button {
    padding: 20px;
    color: #ffffff;
    font-family: 'Archivo' !important;
    text-transform: none;
    border: none;
    text-transform: none;
    font-size: 24px;
    background-color: #009EE2;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin: 5px auto 0px auto;
}

.node-type-advocacy .field-name-body p {
    font-weight: normal;
    line-height: 28px;
}

.advocacy-filters button:hover,
.advocacy-filters button:focus {
    background-color: #0088cc;
}

@media (max-width: 1280px) {
    .advocacy-container {
        width: 100%;
        height: auto;
    }

    .advocacy-content {
        flex-direction: column;
    }

    .advocacy-header,
    .advocacy-filters {
        max-width: 100%;
    }
}


/* CARD */

.advocacy-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px 20px 15px 20px;
    border-top: 10px solid #009EE2;
    margin: 20px 0px;
    min-width: 600px;
    display: block;
    max-width: 600px;
    
}

.advocacy-card-banner {
    background-color: #4CAF50;
    height: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.advocacy-card-header {
    text-align: left;
    /* font: normal normal normal 14px/18px Montserrat; */
    letter-spacing: 2.13px;
    color: #777777;
    opacity: 1;
    display: none;
}

.advocacy-card-title {
    margin: 10px 0 0 0;
    color: #212529;
    font-size: 24px;
    font-weight: bold;
}
.advocacy-card-linhafina {
    margin: 0 0 10px 0;
    color: #212529b8;
    font-size: 16px;
}

.advocacy-filters #subtema, .advocacy-filters label[for=subtema] {
    margin-left: 3%;
    width: 97%;
}

.advocacy-filters #acao, .advocacy-filters label[for=acao] {
    margin-left: 6%;
    width: 94%;
}



.advocacy-card-date {
    text-align: left;
    letter-spacing: 2.1px;
    color: #888888;
    opacity: 1;
    font-size: 14px !important;
}

.advocacy-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin: 70px 0 0 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.advocacy-list>a {
    justify-content: center;
    display: flex;
}
.term-description {
    width: 80%;
    max-height: 290px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    margin: 0 auto;
    color: black;
}
#descricao-conteudo {
    max-height: 280px;
    overflow: hidden;
}
.term-description.expanded {
    max-height: none;
}

.advocacy-list-title-category {
    font-size: 28px !important;
    color: black;
}

.term-description:not(.expanded) .efeito-vermais {
    -webkit-box-shadow: 10px 10px 40px 0px rgb(255, 255, 255);
    -moz-box-shadow: 10px 10px 40px 0px rgb(255, 255, 255);
    box-shadow: -1px -9px 40px 66px rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    margin-bottom: 18px;
    width: 100%;

}
.term-description.expanded #descricao-conteudo {
    max-height: none; /* Remove a limitação de altura quando expandido */
}
.efeito-vermais {
    border-bottom: 1px solid;
    margin-bottom: 18px;
    display: none;
}

.term-description .ver-mais {
    display: block;
    color: white;
    background: #009EE2;
    padding: 5px 0px;
    margin: 0 auto;
    text-align: center;
    text-transform: none;
    right: 0;
    width: 150px;
    font-size: 17px !important;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    font-family: 'Archivo' !important;
    left: 0;
    line-height: 19px;
    padding: 10px;
    margin-bottom: -16px !important;
}

.term-description.expanded .ver-mais {
    position: relative;
}

.node-type-advocacy .term-description {
    margin-top: 70px;
}

.page-advocacy #page-title, .nodes, .advocacy-list-title {
    display: none;
}

.node-type-advocacy h1#page-title {
    margin-top: 100px;
    font-size: 48px !important;
    line-height: 54px !important;
    display: none;
}

.advocacy-card .post-category {
    font-family: 'Archivo' !important;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 15px;
}

.title-title {
    color: #010100 !important;
    font-size: 48px !important;
    margin: 25px 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    line-height: 54px !important;
    font-family: 'Archivo' !important;
}

.iframe-news {
    width: 40%;
    border-radius: 15px;
    padding: 15px 30px;
    background: #ededed;
    margin-right: 45px;
}

.container-news {
    display: flex;
    margin: 80px 0px;
    justify-content: center;
    align-items: flex-end;
}

.container-img-news {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.btn-associe-advocacy {
    font-family: 'Inter' !important;
    display: inline-block;
    margin: 35px 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #009EE2 !important;
    color: white !important;
    font-weight: 700 !important;
}

.node-type-advocacy .pager-item a {
    font-family: 'Archivo' !important;
}

.page-advocacy #menu-bar {
    margin-bottom: 0px;
}

.breadcrumb-advocacy {
    font-family: 'Archivo';
    font-weight: 700;
    letter-spacing: 1.6px;
}

.advocacy-header p:last-child {
    margin-top: 35px;
    font-weight: bold;
}

.escolher-tema {
    display: none;
}

.acao-line {
    border-bottom: 2px solid black;
    height: 50px;
    border-left: 2px solid black;
    max-width: 25px;
    margin-left: 10%;
    width: 100%;
}

.subtema-line {
    border-bottom: 2px solid black;
    height: 50px;
    border-left: 2px solid black;
    max-width: 25px;
    margin-left: 3%;
    width: 100%;
}

.advocacy-filters #acao, .advocacy-filters label[for=acao] {
    margin-left: 15%;
    width: 85%;
}


.advocacy-filters label[for=acao] {
    margin-top: -50px;
}


.advocacy-filters #subtema, .advocacy-filters label[for=subtema] {
    margin-left: 8%;
    width: 92%;
}

.advocacy-filters label[for=subtema] {
    margin-top: -50px;
}

.advocacy-filters select {
    font-size: 12px;
}
.node-type-advocacy .field-name-body h2{
    color: black;
    font-size: 28px;
    line-height: 28px;
}
.node-type-advocacy .field-name-body h3 {
    color: black;
    font-size: 20px;
    line-height: 28px;
}
.node-type-advocacy figcaption {
    font-size: 13px;
    margin-top: -16px;
  }
@media only screen and (max-width: 768px) {

    .node-type-advocacy .field-name-body h2{
        font-size: 24px;
        line-height: 24px;
    }
    .node-type-advocacy .field-name-body h3 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .advocacy-container {
        background-size: contain !important;
        background: rgb(229 0 126 / 100%);
        /* background: url('https://idec.org.br/sites/all/themes/custom/images/bg-header-mobile.png'); */
    }

    .advocacy-header p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .advocacy-header p:last-child, .acao-line, .subtema-line {
        display: none;
    }
    .advocacy-list-title-category{
        font-size: 24px !important;
        line-height: 26px;
    }
    .escolher-tema {
        width: 235px;
        margin: 0 auto 30px auto;
        color: black;
        text-align: center;
        font-weight: bold;
        display: block;
    }

    .breadcrumb-advocacy {
        text-align: center;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }

    .container-news {
        flex-direction: column;
    }

    .iframe-news {
        width: 100%;
        margin-right: 0px;
    }

    .container-img-news {
        margin-top: 20px;
    }

    .btn-associe-advocacy {
        width: 100%;
        text-align: center;
    }

    .term-description .ver-mais {
        width: 80%;
    }

    .term-description {
        width: 90%;
        line-height: 110%;
        font-size: 16px;
    }
    .advocacy-container::before {
        display: none;
    }
    .advocacy-filters {
        box-shadow: none;
    }

    .advocacy-content {
        padding: 0px;
    }

    .advocacy-header h1 {
        text-align: center;
        font-size: 60px;
    }

    .advocacy-header {
        padding: 30px 20px;
        margin-right: 0px;
        text-align: center;
    }

    .breadcrumb {
        display: block !important;
        padding: 0px !important;
        margin-top: 20px !important;
    }

    .breadcrumb a,.breadcrumb .delimiter {
        color: #7EA695 !important;
        font-size: 14px;
    }

    .title-title {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .node-type-advocacy .field-name-body p {
        font-size: 16px;
        color: black;
        line-height: 22px !important;
    }

    .advocacy-card-title {
        font-size: 20px;
        margin: 23px 0px;
        line-height: 28px;
    }

    .pager-item a, ul.pager {
        zoom: 0.8 !important;
    }

    .advocacy-card-title, .advocacy-card-header, .advocacy-card-date, .advocacy-list-title, h2 {
        zoom: 0 !important;
    }

    .advocacy-filters #subtema, .advocacy-filters label[for=subtema], .advocacy-filters #acao, .advocacy-filters label[for=acao] {
        margin-left: 0;
        width: 100%;
    }

    .page-advocacy #content {
        padding: 0px;
    }

    .advocacy-list {
        padding: 0px 20px;
    }
    .advocacy-list>a {
        width: 100%;
    }
    .advocacy-card {
        min-width: 100%;
    }

    .advocacy-filters label[for=acao], .advocacy-filters label[for=subtema], .advocacy-filters label[for=tema] {
        margin-top: 0px;
        text-transform: uppercase;
    }

    .advocacy-card .post-category {
        display: none;
        line-height: 18px;
    }


}

@media(max-width:330px) {
    .advocacy-header p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 22px;
    }
}

.container-news {
    display: none;
}
