@media only screen and (max-width: 768px) {
    #is_mobile {
        display:none
    }
}

header#homepage {
    background-color: #000;
    min-height: 100vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
    position: relative
}

div.header_wrapper {
    height: 100vh;
    display: table;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
    max-width: 5000px;
    z-index: 1
}

div.defensores_da_terra {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px
}

div.defensores_da_terra img:nth-child(1) {
    width: 100%;
    max-width: 478px;
    margin-top: 60px
}
@media screen and (max-width: 680px){
    div.defensores_da_terra img:nth-child(1) {
        width: 70%;
        max-width: 478px;
        margin-top: 160px
    }
}

div.defensores_da_terra img:nth-child(2) {
    width: 30px;
    margin-top: 20px
}

div.defensores_da_terra span {
    display: block;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    margin: 50px auto;
    max-width: 520px;
    width: 100%
}

div.defensores_da_terra label {
    display: block;
    color: #fff;
    font-weight: 200;
    font-size: 24px;
    line-height: 28px;
    margin: 100px auto 100px;
    font-family: 'Playfair Display', serif;
    max-width: 1000px;
    position: relative
}

@media screen and (max-width: 500px) {
    div.defensores_da_terra label {
        font-size:17px;
        margin: 125px auto 50px
    }
}

.btn-entrar-no-site {
    background-color: transparent;
    border-radius: 28px;
    border: 1px solid #a9863b;
    display: inline-block;
    cursor: pointer;
    color: #a9863b !important;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #a9873b
}

.btn-entrar-no-site:hover {
    background-color: transparent;
    text-decoration: none;
    background-color: #a9873b;
    color: #fff !important;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}

.btn-entrar-no-site:active {
    position: relative;
    top: 1px
}

.click_wall {
    height: 100vh !important;
    overflow: hidden;
    position: fixed !important;
    width: 100%
}

.click_wall_hidden {
    display: none !important
}

section#section_1 div.wrapper {
    text-align: center;
    padding: 100px 0 100px;
    max-width: 800px
}

section#section_1 div.wrapper span {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}

section#section_2 {
    background-image: url(./assets/img/pablo_borboroglu/section_2_min.jpg);
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(min-width: 768px) {
    section#section_2 {
        background-image: url(./assets/img/pablo_borboroglu/section_2.jpg);
    }
}

@media(max-width: 768px) {
    section#section_2 {
        background-position: center !important;
    }
}

/*@media screen and (max-width: 800px) {
    section#section_2 {
        background-position:-250px
    }
}

@media screen and (max-width: 500px) {
    section#section_2 {
        background-position:-420px
    }
}*/

@supports (-webkit-touch-callout: none) {
    section#section_2 {
        background-attachment: scroll
    }
}

section#section_2 div.wrapper div.conheca {
    width: 100%;
    margin-left: 100px;
    margin-top: 150px;
    color: #fff;
    position: relative
}

section#section_2 div.wrapper div.conheca::before {
    content: '';
    width: 500px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 130px;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 0
}

section#section_2 div.wrapper div.conheca span.nome {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 20px;
    position: relative
}

section#section_2 div.wrapper div.conheca span.location {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 20px;
    position: relative
}

section#section_2 div.wrapper div.conheca span.location img {
    margin-right: 5px
}

section#section_2 div.wrapper div.conheca span.title {
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 20px;
    max-width: 475px;
    position: relative
}

section#section_2 div.wrapper div.conheca span.chamada {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    position: relative;
    margin-left: 20px;
    max-width: 475px;
    padding-right: 15px
}

section#section_2 div.wrapper {
    height: 100%;
    background-color: #00000073;
    width: 100%;
    max-width: 100%
}

section#section_2 div.wrapper div.conheca {
    max-width: 500px;
    margin-left: 10%
}

@media screen and (max-width: 1200px) {
    section#section_2 div.wrapper {
        max-width:1250px
    }

    section#section_2 div.wrapper div.conheca {
        margin-left: 0
    }
}

@media screen and (max-width: 740px) {
    section#section_2 div.wrapper div.conheca {
        margin:150px auto
    }
}

@media screen and (max-width: 400px) {
    section#section_2 div.wrapper {
        padding:10px 0em
    }

    section#section_2 div.wrapper div.conheca span.title {
        font-size: 40px
    }

    section#section_2 div.wrapper div.conheca span.chamada {
        font-size: 20px
    }

    section#section_2 div.wrapper div.conheca span.nome {
        padding-left: 10px
    }

    section#section_2 div.wrapper div.conheca span.location {
        margin-left: 10px
    }

    section#section_2 div.wrapper div.conheca span.title {
        margin-left: 10px
    }

    section#section_2 div.wrapper div.conheca span.chamada {
        margin-left: 10px
    }

    .btn-conheca {
        margin-left: 10px
    }
}

.btn-conheca {
    background-color: #ad8937;
    border-radius: 28px;
    border: 2px solid #ad8937;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-family: Arial;
    font-size: 14px;
    padding: 16px 90px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #a9873b;
    margin-left: 20px;
    margin-top: 30px;
    text-transform: uppercase
}

.btn-conheca:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff !important;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}

.btn-conheca:active {
    position: relative;
    top: 1px
}

.btn-conheca-fundo-branco {
    border-radius: 28px;
    border: 2px solid #ad8937;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    padding: 16px 50px;
    text-shadow: 0px 1px 0px #a9873b;
    margin-left: 20px;
    margin-top: 30px;
    text-transform: uppercase
}

.btn-conheca-fundo-branco:hover {
    background-color: #a9873b;
    color: #fff;
    text-decoration: none
}

section#section_3 {
    background-color: #141414;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px
}

section#section_3 div.wrapper div.inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    padding-left: 15px
    /*padding-left: 75px*/
}

section#section_3 div.wrapper div.inner_wrap div.right {
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 50px;
    width: 100%
}

section#section_3_2 div.wrapper div.inner_wrap div.right {
    margin-top: 100px
}

@media screen and (max-width: 1200px) {
    section#section_3 div.wrapper div.inner_wrap div.right {
        position:relative;
        padding-right: 50px
    }
}

@media screen and (max-width: 1000px) {
    section#section_3 div.wrapper,section#section_3_2 div.wrapper {
        margin:0;
        padding: 0
    }

    section#section_3 div.wrapper div.inner_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }

    section#section_3 div.wrapper div.inner_wrap div.right,section#section_3_2 div.wrapper div.inner_wrap div.left {
        width: 80%;
        margin-bottom: 100px
    }

    section#section_3 {
        padding-bottom: 0 !important
    }

    section#section_3_2 div.wrapper div.inner_wrap {
        padding-right: 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section#section_3_2 div.wrapper div.inner_wrap div.right {
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0;
        max-width: 100%;
        text-align: center
    }

    section#section_3_2 {
        padding-bottom: 0 !important
    }

    section#section_3_2 div.wrapper div.inner_wrap div.right img {
        width: 100%;
        max-width: 650px;
        margin: 0 auto
    }

    section#section_3 div.wrapper div.inner_wrap div.left img {
        max-width: 800px;
        margin: 0 auto
    }
}

@media screen and (max-width: 570px) {
    span.title {
        font-size:39px !important
    }

    section#section_3 div.wrapper div.inner_wrap div.right,section#section_3_2 div.wrapper div.inner_wrap div.left {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 60px
    }
}

section#section_3 div.wrapper div.inner_wrap div.right span.nome {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 20px;
    position: relative
}

span.nome {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 20px;
    position: relative
}

span.location {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 20px;
    position: relative
}

span.title {
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 20px;
    max-width: 475px;
    position: relative
}

span.chamada {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    position: relative;
    margin-left: 20px;
    max-width: 475px
}

.btn-conheca-branco {
    background-color: #a9873b;
    border-radius: 28px;
    border: 1px solid #ad8937;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-family: Arial;
    font-size: 14px;
    padding: 16px 90px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #a9873b;
    margin-left: 20px;
    margin-top: 30px;
    text-transform: uppercase
}

.btn-conheca-branco:hover {
    background-color: #fff;
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}

.btn-conheca-branco:active {
    position: relative;
    top: 1px
}

section#section_4 {
    background-image: url(./assets/img/section4_optimized.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 1;
    position: relative
}

@supports (-webkit-touch-callout: none) {
    section#section_4 {
        background-attachment: scroll
    }
}

@media screen and (max-width: 500px) {
    .slide {
        margin-top:15px !important
    }

    .slide span:nth-child(3) {
        font-size: 17px !important;
        line-height: 26px !important
    }

    section#section_3 div.wrapper div.inner_wrap {
        margin-top: 0 !important
    }

    section#section_3 div.wrapper {
        padding: 0 !important
    }

    section#section_3 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
}

section#section_3_2 {
    background-color: #141414;
    color: #fff;
    padding-bottom: 100px
}

section#section_3_2 .btn-conheca-fundo-preto {
    background-color: #141414;
    border-radius: 28px;
    border: 2px solid #ad8937;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-family: Arial;
    font-size: 14px;
    padding: 16px 50px;
    text-shadow: 0px 1px 0px #a9873b;
    margin-left: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none !important
}

section#section_3_2 .btn-conheca-fundo-preto:hover {
    background-color: #ad8937
}

section#section_3_2 div.wrapper div.inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding-right: 75px;*/
    padding-right: 15px
}

section#section_4 span:nth-child(1) {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase
}

.banner {
    max-width: 100%
}

.slide {
    margin-top: 50px;
    max-width: 850px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

.slide_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

.slide span:nth-child(1) {
    background-color: #d3a032;
    width: 45px;
    margin: 0 auto;
    border-radius: 50px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slide span:nth-child(2) {
    display: block;
    text-align: center;
    color: #ffc549;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-top: 10px
}

.slide span:nth-child(3) {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px
}

div.slider_controller ul {
    list-style: none
}

div.slider_controller ul li {
    display: inline
}

.slider_dot {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer
}

.slider_dot_active {
    background-color: #bc9033
}

section#section_5 {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width: 720px) {
    section#section_5 {
        display:none
    }

    section#section_6 {
        display: block !important;
        margin-top: 50px;
        padding-bottom: 50px
    }
}

section#section_5 div.wrapper div.inner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden
}

section#section_5 div.wrapper div.first {
    min-width: 300px
}

section#section_5 div.wrapper div.first span:nth-child(1) {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    display: block
}

section#section_5 div.wrapper div.first span:nth-child(2) {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    display: block;
    margin-top: 30px
}

section#section_5 div.wrapper div.first span:nth-child(3) {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    display: block;
    color: #bc9033
}

section#section_5 div.wrapper div.inner_wrapper div.other {
    min-width: 361px;
    height: 416px;
    background-color: #ededed;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 50px
}

section#section_5 div.wrapper div.inner_wrapper div.other:nth-child(1) {
    margin-left: 0 !important
}

section#section_5 div.wrapper div.inner_wrapper div.other img {
    width: 60px;
    height: 60px
}

.quotes {
    color: #e8b343 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 30px !important
}

section#section_5 div.wrapper div.inner_wrapper div.other span.comment {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px
}

.flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.arrow_wrapper {
    float: right;
    margin-right: 60px;
    margin-top: 35px
}

.arrow_wrapper_mobile {
    margin-right: 60px;
    margin-top: 35px;
    margin-left: 185px
}

.arrow_wrapper_voce_sabia {
    margin-right: 60px;
    margin-top: 35px
}

.left_arrow {
    width: 11px;
    height: 20px;
    cursor: pointer;
    margin-right: 25px
}

.right_arrow {
    width: 11px;
    height: 20px;
    cursor: pointer
}

video#headerVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out
}

video#headerVideo2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out
}

.video_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

section#section_6 {
    padding-bottom: 100px;
    display: none
}

section#section_6 div.wrapper div.inner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto
}

section#section_6 div.wrapper div.first {
    min-width: 300px
}

section#section_6 div.wrapper div.first span:nth-child(1) {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    display: block
}

section#section_6 div.wrapper div.first span:nth-child(2) {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    display: block;
    margin-top: 30px
}

section#section_6 div.wrapper div.first span:nth-child(3) {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    display: block;
    color: #bc9033
}

section#section_6 div.wrapper div.inner_wrapper div.other {
    min-width: 240px;
    height: 416px;
    background-color: #ededed;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 50px
}

section#section_6 div.wrapper div.inner_wrapper div.other:nth-child(1) {
    margin-left: 0 !important
}

section#section_6 div.wrapper div.inner_wrapper div.other img {
    width: 60px;
    height: 60px
}

.quotes {
    color: #e8b343 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 30px !important
}

section#section_6 div.wrapper div.inner_wrapper div.other span.comment {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px
}

section#section_7 {
    padding-top: 100px;
    padding-bottom: 0
}

section#section_7 div.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section#section_7 div.left {
    padding-left: 100px
}

section#section_7 div.left span:nth-child(1) {
    font-weight: 100;
    font-size: 60px;
    line-height: 30px;
    display: block
}

section#section_7 div.left span:nth-child(2) {
    font-weight: 700;
    font-size: 60px;
    line-height: 30px;
    color: #bc9033;
    display: block
}

section#section_7 div.right {
    padding-left: 50px
}

section#section_7 div.right div.pagination_wrapper {
    margin-bottom: 25px
}

section#section_7 div.right div.pagination_wrapper #pagination_curr {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color: #bc9033
}

section#section_7 div.right div.pagination_wrapper #pagination_max {
    font-weight: 300;
    font-size: 36px;
    line-height: 30px
}

section#section_7 div.right label {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px
}

.vc_sabia_slide {
    display: none
}

.vc_sabia_slide_active {
    display: block
}

@media screen and (max-width: 1000px) {
    section#section_7 div.wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    section#section_7 div.left {
        margin-left: 50px;
        padding-left: 0 !important
    }
}

@media screen and (max-width: 1000px) {
    section#section_7 div.right {
        padding-left:15px !important
    }

    section#section_7 div.left {
        margin-left: 15px
    }
}

footer {
    background-color: #f8f8f8;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center
}

.locked_d_none {
    display: none
}

section#section_4 img.right_arrow {
    margin-left: 25px
}

@media screen and (max-width: 800px) {
    section#section_4 img.right_arrow {
        margin-left:10px;
        margin-right: 10px
    }

    section#section_4 img.left_arrow {
        margin-left: 10px;
        margin-right: 10px
    }
}

section#section_4 div.slide_inner_wraper {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

section#section_4 img.iniciativas_arrows:hover {
    opacity: 0.5
}

@media screen and (max-width: 400px) {
    section#section_4 img.left_arrow {
        margin-left:0;
        margin-right: 0
    }

    section#section_4 img.right_arrow {
        margin-left: 0;
        margin-right: 0
    }

    section#section_4 span:nth-child(1) {
        font-size: 18px;
        line-height: 24px
    }

    .slide span:nth-child(2) {
        font-size: 20px;
        line-height: 19px
    }

    .slide span:nth-child(3) {
        font-size: 14px !important;
        line-height: 21px !important
    }

    div.top_nav {
        padding-top: 0
    }

    div.defensores_da_terra label {
        font-size: 15px;
        line-height: 24px
    }

    div.wrapper_top_nav div.right span {
        padding: 0
    }
}

header#homepage div.plyr {
    height: 100vh;
    z-index: -10;
    width: 100%
}

header#homepage div.plyr div.plyr__controls {
    display: none
}

header#homepage div.plyr button.plyr__control {
    display: none
}

header#homepage div.plyr div.plyr__video-wrapper video {
    -o-object-fit: cover;
    object-fit: cover
}

header#homepage div.home_video_wrapper img.video_fallback_img {
    width: 100%;
    height: 100%;
    display: block
}

a.a_no_decoration {
    color: inherit !important
}

a.a_no_decoration:hover {
    text-decoration: none !important
}

section#section_pre_footer {
    padding: 75px 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

section#section_pre_footer div.wrapper_900 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section#section_pre_footer div.wrapper_900 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#section_pre_footer div.wrapper_900 a img {
    margin-left: 5px
}

section#section_pre_footer div.wrapper_900 a:hover {
    text-decoration: none;
    opacity: 0.8
}

section#section_3_2 div.wrapper div.inner_wrap div.left span.title a.a_no_decoration.campos {
    font-size: 37px;
    line-height: 39px
}

@media screen and (max-width: 500px) {
    section#section_3_2 div.wrapper div.inner_wrap div.left span.chamada {
        max-width:425px
    }
}

@media screen and (max-width: 400px) {
    section#section_3_2 div.wrapper div.inner_wrap div.left span.title a.a_no_decoration.campos {
        font-size:34px;
        line-height: 34px
    }
}

@media screen and (max-width: 360px) {
    section#section_3_2 div.wrapper div.inner_wrap div.left span.title a.a_no_decoration.campos {
        font-size:31px;
        line-height: 31px
    }
}

@media screen and (max-width: 340px) {
    section#section_3_2 div.wrapper div.inner_wrap div.left span.title a.a_no_decoration.campos {
        font-size:28px;
        line-height: 27px
    }
}

@media screen and (max-width: 800px) {
    section#section_3 div.wrapper div.inner_wrap div.left img {
        max-width:100%
    }
}

section#podcasts {
    background-color: #006033;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    /*margin-top: -205px*/
}

section#podcasts div.wrapper div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

section#podcasts div.wrapper div.row div.right span.p_title {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #dbad45;
    margin-top: 15px
}

section#podcasts div.wrapper div.row div.right span.p_title strong {
    color: #fff;
    font-weight: 300
}

section#podcasts div.wrapper div.row div.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 0px 15px
}

section#podcasts div.wrapper div.row div.right span.item_title {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #dbad45;
    margin-top: 25px;
    font-weight: 700
}

section#podcasts div.wrapper div.row div.right span.item_description {
    font-weight: 300
}

section#podcasts div.wrapper div.row div.left {
    min-width: 245px;
    padding-right: 50px
}

section#podcasts div.wrapper {
    /*padding-top: 150px;*/
    padding-top: 100px;
    padding-bottom: 100px
}

section#podcasts div.wrapper div.row div.right div.audio_wrapper {
    margin-top: 25px
}

section#podcasts div.wrapper div.row div.right div.title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section#podcasts div.wrapper div.row div.right div.title_wrapper img {
    cursor: pointer
}

section#podcasts div.wrapper div.row div.right div.title_wrapper img:hover {
    opacity: 0.7
}

section#podcasts div.wrapper div.row.open div.right div.title_wrapper img.down {
    display: none
}

section#podcasts div.wrapper div.row.top_seperator div.right::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #80b099;
    position: absolute
}

section#podcasts div.wrapper div.row.closed div.left img,section#podcasts div.wrapper div.row.closed div.right span.item_description,section#podcasts div.wrapper div.row.closed div.right div.audio_wrapper {
    display: none
}

section#podcasts div.wrapper div.row.closed div.right span.item_title {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 0px
}

section#podcasts div.wrapper div.row.closed div.right div.title_wrapper img.up {
    display: none
}

section#podcasts div.wrapper div.row.closed div.right span.item_title {
    margin-bottom: 15px
}

@media screen and (max-width: 750px) {
    section#podcasts div.wrapper div.row div.left {
        min-width:160px;
        padding-right: 15px
    }
}

@media screen and (max-width: 600px) {
    section#podcasts div.wrapper div.row div.left {
        width:100px;
        min-width: 100px;
        max-width: 100px;
        padding: 0
    }
}

@media screen and (max-width: 500px) {
    section#podcasts div.wrapper div.row div.left {
        padding:0;
        width: 150px;
        min-width: 150px;
        max-width: 150px
    }

    section#podcasts div.wrapper div.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section#podcasts div.wrapper div.row div.right {
        padding: 0
    }
}

section#podcasts div.wrapper div.row div.right div.audio_wrapper audio {
    width: 100%
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper img.play {
    cursor: pointer
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper img.play:hover {
    opacity: 0.7
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player {
    height: 50px;
    width: 100%;
    background: #006033;
    color: white;
    font-size: 0.75em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .timeline {
    background: white;
    width: 100%;
    position: relative;
    cursor: pointer
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .timeline .progress {
    background: #dbad45;
    width: 0%;
    height: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 20px
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px;
    border: 2px solid #77aa92;
    border-radius: 50000px
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 12px solid #dbad45;
    border-right: 0
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .toggle-play.play:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 12px;
    cursor: pointer;
    position: relative
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: #dbad45;
    content: '';
    height: 15px;
    width: 3px
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 2px;
    background: #dbad45;
    content: '';
    height: 15px;
    width: 3px
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .toggle-play.pause:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .time>* {
    padding: 2px
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
    border: 0
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .volume-container .volume-button .volume {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 22px;
    border: 0;
    margin: 0;
    padding: 0
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    -webkit-box-shadow: 0 0 20px #000a;
    box-shadow: 0 0 20px #000a;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: #dbad45;
    height: 100%;
    width: 75%
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player div.controls div.time div.current,section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player div.controls div.time div.divider {
    display: none
}

section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player div.timeline div.progress {
    height: 5px
}

@media screen and (max-width: 400px) {
    section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls {
        padding:0;
        padding-right: 15px
    }

    section#podcasts div.wrapper div.row.open div.right div.audio_wrapper div.audio-player .controls.second {
        padding: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 1000px) {
    section#podcasts {
        margin-top:0
    }
}

section#section_3 div.wrapper div.inner_wrap div.left img {
    max-width: 523px
}

section#pre_live {
    background-color: #006033;
    color: #fff;
    padding: 75px 0
}

section#pre_live .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section#pre_live .wrapper .left {
    min-width: 400px;
    max-width: 400px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section#pre_live .wrapper .left .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section#pre_live .wrapper .left .row .badge {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px
}

section#pre_live .wrapper .left .row .badge_yellow {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #dbad45
}

section#pre_live .wrapper .left .row .thetitle {
    margin: 15px 0;
    color: #dbad45;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700
}

section#pre_live .wrapper .left .row .thetitle:hover {
    text-decoration: none
}

section#pre_live .wrapper .left .row .subtitle {
    font-weight: 100;
    font-size: 20px;
    line-height: 25px
}

section#pre_live .wrapper .left .row .date {
    font-weight: 700;
    font-size: 35px;
    line-height: 36px
}

section#pre_live .wrapper .left .row .date_2 {
    font-weight: 100;
    font-size: 24px;
    line-height: 36px
}

section#pre_live .wrapper .left .row .btn-conheca {
    margin: 0;
    width: 80px;
    padding: 16px 70px
}

section#pre_live .wrapper .left .row:nth-child(2) {
    margin: 30px 0px
}

section#pre_live .wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section#pre_live .wrapper .right .row:nth-child(1) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section#pre_live .wrapper .right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section#pre_live .wrapper .right .row .participante_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 140px;
    padding: 10px
}

section#pre_live .wrapper .right .row .participante_wrapper .picture {
    width: 140px
}

section#pre_live .wrapper .right .row .participante_wrapper .badge_picture {
    background-color: #fff;
    color: #ad8937;
    font-size: 12px;
    line-height: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5000px;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -20px
}

section#pre_live .wrapper .right .row .participante_wrapper .badge_mediador {
    background-color: #ad8937;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5000px;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -20px
}

section#pre_live .wrapper .right .row .participante_wrapper .name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    margin: 8px 0
}

section#pre_live .wrapper .right .row .participante_wrapper .name strong {
    font-weight: 700;
    display: block
}

section#pre_live .wrapper .right .row .participante_wrapper .thetitle {
    font-size: 12px;
    line-height: 12px;
    font-weight: 200;
    margin: 0;
    text-transform: uppercase
}

section#pre_live .wrapper .right .row .label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 36px
}

section#pre_live .wrapper .right .row .buttons {
    margin-left: 15px
}

@media screen and (max-width: 950px) {
    section#pre_live .wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section#pre_live .wrapper .left {
        margin: 0 auto 50px;
        min-width: 80%;
        max-width: 80%
    }

    section#pre_live .wrapper .right .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section#pre_live .wrapper .right .row:nth-child(2) {
        margin-top: 30px
    }
}

@media screen and (max-width: 500px) {
    section#pre_live .right .row:nth-child(2) {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section#pre_live .right .row:nth-child(2) .buttons {
        margin: 0
    }
}

@media screen and (max-width: 400px) {
    section#pre_live .wrapper .right .row .participante_wrapper {
        width:110px;
        margin-top: 10px
    }

    section#pre_live .wrapper .left {
        min-width: 100%;
        max-width: 100%
    }
}

section#noticias_home{
    background: #F8F8F8;
    padding: 50px 1em;
}
section#noticias_home .wrapper{
    max-width: 1115px;
}
section#noticias_home h2{
    border-left: #006033 solid 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px;
}
section#noticias_home .d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px auto;
}
section#noticias_home .d_flex .noticias{
    max-width: 480px;
}
section#noticias_home .d_flex .noticias figure{
    margin: 0 0 15px 0;
    max-width: 435px;
}
section#noticias_home .d_flex .noticias figure a:hover{
    text-decoration: none;
    opacity: 0.8;
}
section#noticias_home .d_flex .noticias .textos{
    margin: 0 0 15px 0;
}
section#noticias_home .d_flex .noticias .textos a:hover{
    text-decoration: none;
    opacity: 0.8;
}
section#noticias_home .d_flex .noticias .textos h3{
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
}
section#noticias_home .d_flex .noticias .textos p{
    font-size: 20px;
    line-height: 130%;
}
section#noticias_home .d_flex .noticias .autor{
    margin-top: 50px;
    display: flex;
}
section#noticias_home .d_flex .noticias .autor a:hover{
    text-decoration: none;
    opacity: 0.8;
}
section#noticias_home .d_flex .noticias .autor figure{
    width: 100%;
    max-width: 60px;
    margin-right: 10px;
}
section#noticias_home .d_flex .noticias .autor figure img{
    width: 60px;
    height: auto;
}
section#noticias_home .d_flex .noticias .autor .textos .nome{
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
}
section#noticias_home .d_flex .noticias .autor .textos .location{
    font-size: 16px;
    line-height: 130%;
}
section#noticias_home .d_flex .noticias .autor .textos .desc{
    font-size: 20px;
    line-height: 130%;
    margin: 15px 0;
}

section#noticias_home .d_flex .videos{
    max-width: 550px;
}
section#noticias_home .d_flex .videos p.videos_materia{
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
}
section#noticias_home .d_flex .videos p.titulo{
    font-size: 20px;
    line-height: 130%;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}
section#noticias_home .d_flex .videos #galeria_video{
    margin: 0 0 20px 0;
}
section#noticias_home .d_flex .videos #galeria_video .video_grande .video_g{
    display: none;
}
section#noticias_home .d_flex .videos #galeria_video .video_grande .abre_video_1.video_g{
    display: block;
}
section#noticias_home .d_flex .videos #galeria_video .video_grande:hover{
    opacity: 0.8;
    cursor: pointer;
}
section#noticias_home .d_flex .videos #galeria_video .menu_videos{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
section#noticias_home .d_flex .videos #galeria_video .menu_videos figure{
    cursor: pointer;
    width: 100%;
    max-width: 140px;
}
section#noticias_home .d_flex .videos #galeria_video .menu_videos figure:hover{
    opacity: 0.8;
}
section#noticias_home .d_flex .videos #galeria_video .menu_videos p.titulo{
    font-size: 14px;
    line-height: 130%;
    margin: 5px 0;
    font-weight: normal;
    text-transform: none;
}
@media screen and (max-width: 680px){
    section#noticias_home .wrapper {
        max-width: 1115px;
        padding: 0;
    }
    section#noticias_home .d_flex .videos{
        margin-top: 25px;
    }
    section#noticias_home .d_flex .videos #galeria_video .menu_videos {
        margin: 5px 0;
    }
    section#noticias_home .d_flex .videos #galeria_video .menu_videos figure{
        cursor: pointer;
        width: 100%;
        max-width: 32%;
    }
    section#noticias_home .d_flex .videos #galeria_video .menu_videos p.titulo {
        font-size: 14px;
        margin: 0;
    }
}

div#videos_mais_recentes{
    background: #ffffff;
    padding: 50px 1em;
    width: 100%;
    position: relative;
}
div#videos_mais_recentes h2{
    border-left: #006033 solid 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px;
}
div#videos_mais_recentes div#esteira_videos_mais_recentes{
    width: 100%;
    height: 350px;
}
div#videos_mais_recentes div#esteira_videos_mais_recentes div.slick-slide{
    margin: 0 20px 0 0;
    cursor: pointer;
    position: relative;
    max-width: 90vw;
}
div#videos_mais_recentes div#esteira_videos_mais_recentes div.slick-slide:hover{
    opacity: 0.8;
}
div#videos_mais_recentes div#esteira_videos_mais_recentes div.slick-slide p{
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
    padding: 5px 0;
}
div#videos_mais_recentes div#esteira_videos_mais_recentes div.slick-slide .ico-youtube{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -34px;
    margin-left: -34px;
}
@media screen and (max-width: 680px){
    div#videos_mais_recentes div#esteira_videos_mais_recentes{
        width: 100%;
        height: fit-content;
    }
    div#videos_mais_recentes{
        padding: 25px 0;
        width: 100%;
    }
    .slick-dots {
        width: 90%;
    }
}

#sombra{
    display: none;

    background-color: rgba(20, 20, 20, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
div#popup_video{
    display: none;

    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
div#popup_video .wrapper{
    position: relative;
    margin: 7vh auto;
    padding: 0 50px;
}
div#popup_video .wrapper .fechar{
    position: absolute;
    right: 5px;
    top: 10px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    line-height: 135%;
}
div#popup_video .wrapper .fechar span{
    display: block;
    font-size: 20px;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
div#popup_video .wrapper iframe.video{
    display: none;
}
@media screen and (max-width: 680px){
    div#popup_video .wrapper .fechar{
        right: 2em;
        top: -35px;
    }
    div#popup_video .wrapper {
        position: relative;
        margin:  55px auto 0 auto;
        padding: 0 1em;
    }
}

.slick-prev:before{
    background: url('https://especiais.estadao.com.br/defensores-da-terra/assets/img/left_arrow_hover.png') center center no-repeat !important;
    content: '' !important;
}
.slick-prev{
    background: url('https://especiais.estadao.com.br/defensores-da-terra/assets/img/left_arrow_hover.png') center center no-repeat !important;
}
.slick-next:before{
    content: '' !important;
}
.slick-next{
    background: url('https://especiais.estadao.com.br/defensores-da-terra/assets/img/right_arrow_hover.png') center center no-repeat !important;
    content: '' !important;
}
button.slick-prev.slick-arrow.slick-disabled {
    cursor: default!important;
    opacity: 0.5!important;
}