/***************** Style *****************/
.mobile {
    display: none;
}

hr {
    border-bottom: 1px solid;
}
.banner {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 70px;
    margin-bottom: 40px;
}
.banner .img-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.banner .img-banner {
	width: 100%;
    position: relative;
}
.banner .img-banner img {
	width: 100%;
	transition: ease-in-out 1s;
    z-index: 1;
}
.banner .img-banner .text-block {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 20%;
    margin: auto;
    padding: 0px 10px;
}
.banner .img-banner .text-block hr {
    background-color: #fff;
    width: 5px;
    height: 100px;
    margin-right: 20px;
}
.banner .img-banner .text-block .title {
    font-size: 40px !important;
    color: #fff;
    font-weight: 300;
}
.banner .img-banner .text-block .sub-title {
    font-size: 40px !important;
    color: #fff;
    font-weight: 600;
}
.title-session {
    font-size: 32px !important;
    font-weight: 500;
}

.first-max-width {
    max-width: 1120px;
    padding: 0 10px;
}
.second-max-width {
    max-width: 1550px;
    min-height: 320px;
    position: relative;
}

.first-content {

}
.first-content .block {
    padding: 20px;
    width: 330px;
    background-color: var(--grey);
}
.first-content .block .title {
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.second-content .media-content {
    max-width: 600px;
    margin-right: 30px;
}
.second-content .media-content img {
    width: 100%;
}
.second-content .text-block {
    width: 630px;
}
.second-content .text-block .text {
    max-width: 625px;
}
.second-content .text-block .text-image-title {
    background-image: url(/assets/site/images/paginas/sustentabilidade/second-content/2.jpg);
    min-height: 80px;
    padding: 5px 20px;
}

.third-content {
    background-color: var(--grey);
    margin-bottom: 100px !important;
    background-image: url(/assets/site/images/paginas/sustentabilidade/third-content/4.jpg);
    background-size: cover;
}
.third-content .media-content {
    padding: 10px 20px;
    height: 230px;
    display: flex !important;
}
.third-content .media-content .template {
    margin-right: 30px;
    width: 230px;
    height: 171px;
}
.third-content .media-content .template img {
    max-width: 100%;
}
.third-content .media-content .template .img-5 {
    height: 70%;
}
.third-content .media-content .text-block {
    max-width: 750px;
}
.slick-dots {
    bottom: -48px !important;
}

.fourth-content .media-content {
    width: 100%;
}
.fourth-content .text-block {
    padding: 30px 0;
}
.fourth-content .text-block .text {
    font-weight: 300;
}
.fourth-content .text-block .hiper-link {
    font-weight: 400;
}
.fourth-content .media-content img {
    position: absolute;
    top: -55px;
    max-width: 500px;
}

.fifth-content .text-block {
    width: 100%;
}
.fifth-content .text-block .around-text.red-border {
    border-bottom: 1px solid #D11F1F;
}
.fifth-content .text-block .around-text.green-border {
    border: none;
    border-bottom: 1px solid var(--green);
}
.fifth-content .text-block.text-block-1 .text {
    max-width: 485px;
    font-weight: 300;
}
.fifth-content .text-block.text-block-2 .text {
    max-width: 585px;
    font-weight: 300;
}
.fifth-content .text-block .text {
    max-width: 415px;
}
.fifth-content .media-content {
    width: 445.1px;
}
.fifth-content .media-content img {
    width: 445.1px;
}

.sixth-content {
    margin: 0 auto;
}
.sixth-content .media-content {
    width: 100%;
    position: relative;
}
.sixth-content .media-content img {
    width: 100%;
}

.seventh-content .green-band {
    width: 100%;
    height: 85px;
    background-color: #40C982;
    text-align: center;
    padding: 10px;
}
.seventh-content .green-band p {
    font-size: 30px !important;
}
.seventh-content .more-content .bg-grey {
    min-height: 100px;
    padding: 30px;
}
.seventh-content .more-content .bg-grey .toggle-content .title {
    line-height: 35px;
}
.seventh-content .more-content .bg-grey .switch-icon {
    transform: rotate(180deg);
}
.seventh-content .more-content .bg-grey hr {
    background-color: #000;
    height: 2px;
}
.seventh-content .more-content .extend-content {
    display: none;
}
.seventh-content .more-content .extend-content .media-content {
    min-width: 400px;
}
.seventh-content .more-content .extend-content .media-content img {
    width: 100%;
}
.seventh-content .more-content .bg-grey .green-side-bar {
    padding: 10px;
}
.seventh-content .more-content .bg-grey .green-side-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 3px;
    background-color: #007B8B;
}

.eighth-content .text-block {
    padding: 30px 0;
    max-width: 440px;
}
.eighth-content .text-block .text {
    font-weight: 300;
}
.eighth-content .text-block .hiper-link {
    font-weight: 400;
}
.eighth-content .media-content {
    max-width: 683px;
    position: absolute;
    right: 0;
}
.eighth-content .media-content img {
    max-width: 683px;
    position: absolute;
    display: flex;
    right: 0;
}

@media only screen and (max-width: 1200px) {
    .second-max-width {
        min-height: 270px;
    }
    .eighth-content .media-content {
        max-width: 577px;
    }
    .eighth-content .media-content img {
        max-width: 577px;
        position: absolute;
        display: flex;
        right: 0;
    }
}
@media only screen and (max-width: 1100px) {
    .br-title {
        display: none;
    }
    .first-content .block {
        width: 280px;
    }
    .first-max-width {
        padding: 0 20px;
    }
    .fourth-content .desktop {
        display: none;
    }
}
@media only screen and (max-width: 1050px) {
    .eighth-content .first-max-width {
        padding: 0 20px;
        justify-content: center;
    }
    .eighth-content .media-content {
        display: none;
    }
}
@media only screen and (max-width: 950px) {
    .fifth-content .slider {
        width: 500px;
        background-image: none;
    }
    .fifth-content .slider .text-block {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 750px) {
    .banner .img-banner .text-block .title {
        font-size: 32px !important;
    }
    .banner .img-banner .text-block .sub-title {
        font-size: 32px !important;
    }
    .first-content {
        display: flex;
        flex-direction: column;
    }
    .first-content .block {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 30px;
    }
    .first-content .block:last-of-type {
        margin-bottom: 0px;
    }
    .second-content .no-flex-mobile {
        display: flex;
        flex-direction:column-reverse
    }
    .second-content .no-flex-mobile .media-content {
        margin-right: 0;
    }
    .second-content .text-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .second-content .text-block .text-image-title {
        background-position: center;
    }
    .second-content .text-block .title {
        padding: 0 10px;
    }
    .second-content .text-block .text {
        padding: 0 10px;
    }
    .third-content {
        background-image: unset;
    }
    .third-content .media-content {
        padding: 20px 20px;
        height: unset;
        flex-flow: column;
    }
    .third-content .media-content .template {
        margin-right: 0px;
        width: 230px;
        height: 171px;
        margin-bottom: 10px;
    }
    .third-content .media-content .text-block {
        margin-bottom: 20px;
    }
    .third-content .media-content .template .img-4 {
        height: 130px;
    }
    .slick-dots {
        bottom: 0px !important;
    }
    .fifth-content .desktop {
        display: none;
    }
    .fifth-content .mobile {
        display: unset;
    }
    .fifth-content .no-flex-mobile {
        flex-direction: column-reverse;
    }
    .fifth-content .media-content {
        width: 100%;
        margin-bottom: 30px;
    }
    .fifth-content .media-content img {
        width: 100%;
    }
    .seventh-content .desktop {
        display: none;
    }
    .seventh-content .more-content .bg-grey {
        min-height: 100px;
        padding: 20px;
    }
    .seventh-content .text-img-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .seventh-content .text-img-container .text-block .text {
        margin-left: 20px;
        position: relative;
    }
    .seventh-content .text-img-container .text-block .text::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        height: 100%;
        width: 3px;
        background-color: #007B8B;
    }
    .seventh-content .no-flex-mobile {
        flex-direction: column-reverse;
    }
    .seventh-content .more-content .extend-content .media-content {
        margin-right: 0 !important;
        min-width: unset !important;
        width: 100%;
    }
    .seventh-content .more-content .extend-content .media-content.mobile {
        display: block !important;
    }
    .seventh-content .media-content img {
        margin-right: 0 !important;
        margin-top: 30px;
    }
    .seventh-content .extend-content[data-id="2"] .no-flex-mobile {
        flex-direction: column;
    }
    .seventh-content .extend-content[data-id="2"] .mobile {
        display: block;
    }
    .eighth-content.mg-btm-70 {
        margin-bottom: 0px !important;
    }
    .eighth-content.mg-btm-70 .first-max-width {
        padding: unset;
        align-items: center;
    }
    .eighth-content .no-flex-mobile {
        flex-direction: column;
    }
    .eighth-content .text-block {
        padding: 0px 0;
        margin-right: 0 !important;
        max-width: 440px;
        margin-bottom: 30px;
        padding: 20px;
    }

    /* .mg-btm-70, .mg-btm-60 {
        margin-bottom: 30px !important;
    } */
}

.slick-dots li button:before {
    line-height: 23px !important;
}
.slick-dots li.slick-active button:before {
    opacity: unset !important;
    color: #464646 !important;
}
.sixth-content .media-content.mobile {
    display: none !important;
}
@media (max-width: 660px) {
    .slick-dots li button:before {
        font-size: 12px;
        line-height: 20px;
    }
    .slick-dots {
        display: block !important;
    }
}
@media only screen and (max-width: 600px) {
    .container-counters {
        flex-direction: column;
    }
    .container-counters .block {
        margin-bottom: 40px;
    }
    .container-counters .block:last-of-type {
        margin-bottom: 0px;
    }
    .container-counters .block .text {
        font-size: 24px !important;
        font-weight: 300;
    }
    .sixth-content .media-content.desktop {
        display: none;
    }
    .sixth-content .media-content.mobile {
        display: block !important;
    }
    .seventh-content .more-content .bg-grey .switch-icon {
        width: 15px;
    }
    .seventh-content .collum-mobile {
        flex-direction: column;
        margin-bottom: 0 !important;
        margin-right: 15px;
    }
    .seventh-content .more-content .bg-grey .switch-icon::before {
        font-size: 20px;
    }
    .eighth-content .media-content, .eighth-content .media-content img {
        width: 100%;
        display: flex;
        position: unset;
    }
    .banner {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 500px) {
    .banner .img-banner .text-block {
        bottom: 10%;
    }
    .banner .img-banner .text-block hr {
        width: 6px;
        height: 80px;
        margin-right: 10px;
        height: 160px;
    }
    .banner .img-banner .text-block .title {
        font-size: 30px !important;
        display: flex;
        align-items: center;
    }
    .banner .img-banner .desktop {
        display: none;
    }
    .banner .img-banner .mobile {
        display: flex;
    }
    .fourth-content {
        margin-bottom: 130px !important;
    }
    .fourth-content .desktop {
        display: unset;
        height: 210px;
    }
    .fourth-content .no-flex-mobile {
        flex-direction: column;
    }
    .fourth-content .media-content img {
        position: absolute;
        top: -5px;
        left: -9px;
        max-width: 100%;
    }
    .second-content .text-block .text-image-title {
        flex-direction: column;
    }
    .second-content .text-block .text-image-title .title-session {
        font-size: 60px !important;
        margin-right: 0 !important;
    }
    .sixth-content {
        padding: 0px;
        margin-bottom: 20px !important;
    }
    /* .sixth-content .media-content {
        min-width: calc(210px + 100%);
        padding-bottom: 10px;
        overflow: auto;
    } */
}
@media only screen and (max-width: 400px) {
    .calculadora-impacto form div.form-block label {
        width: 175px;
    }
    .fourth-content {
        margin-bottom: 50px !important;
    }
    .third-content {
        background-image: url(/assets/site/images/paginas/sustentabilidade/third-content/mobile/4.jpg);
        background-repeat: no-repeat;
    }
}


