body #header,
body #home-banner,
body #home-infocard,
body #home-news,
body #dnn_HomeChannel,
body #home-canais,
body .home-canais,
/* body #BannerContent, */
body #home-responsibility,
body .DnnModule-385,
body .DnnModule-698 {
    display: none !important;
}

:root {
    --color-text-900: #32363F;
    --color-text-700: #444444;

    --color-orange-300: #F7921E;
    --color-orange-500: #F26A36;

    --bd-body: #F3F3F2;
}

body {
    color: var(--color-text-900, #32363F) !important;
    font-family: "Open Sans", sans-serif;
    background-color: var(--bd-body);
}

img {
    display: block;
    border: 0;
    outline: none;
    max-width: 100%;
}


.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.btn-light {
    background-color: #FFF;
    border-color: #FFF;
    color: #32363F;
    padding: 14px 40px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.btn-warning {
    padding: 10px 28px;
    font-family: 1rem;
    color: #fff;
    background-color: var(--color-orange-500);
    border-color: var(--color-orange-500);
    border-radius: 50rem !important;
    text-transform: uppercase;
    font-weight: 700;
}

main#main,
#main .content-read {
    overflow-x: hidden;
}

#header {
    display: none !important;
}

#header-new {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: url('../img-new/menu-bg.jpg') no-repeat;
    background-position: top center;
    /* background: linear-gradient(90deg,
            rgba(245, 91, 15, 1) 49.82844591140747%,
            rgba(238, 133, 2, 1) 74.95917081832886%,
            rgba(245, 91, 15, 1) 100%); */
}

/* #header-new::before{
    content: '';
    background: url('../img-new/header-mask.png') no-repeat;
    position: absolute;
    left: 0;
    width: 372px;
    height: 100%;
} */

#header-new .logo img {
    padding-top: 17px;
    padding-bottom: 17px;
}


#header-new .menu-top {
    display: flex;
    align-items: center;
    height: 100%;
}

#header-new .menu-top li {
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid #ffa442;
    padding-left: 15px;
    padding-right: 15px;
}

#header-new .menu-top li:first-child {
    border-left: none
}

#header-new .menu-top a {
    color: #ffffff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:
        "wdth" 100;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

#header-new .menu-top a::before {
    display: block;
    margin-bottom: 0;
    height: 34px;
}

#header-new .menu-top .menu-investidor a::before {
    content: url('../img-new/menu-investidor.svg');
}

#header-new .menu-top .menu-fornecedor a::before {
    content: url('../img-new/menu-fornecedor.svg');
}

#header-new .menu-top .menu-fale-com a::before {
    content: url('../img-new/menu-fale-com.svg');
}


#header-new .menu-top .menu-denuncia a::before {
    content: url('../img-new/menu-denuncia.svg');
}

/* #header-new #header-line-2 {
    background: #ffffff;
} */

#header-new .header-menu-language-dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border-top: 0;
    margin-top: -1px;
}

#header-new .header-menu-language-dropdown .dropdown-menu .dropdown-item {
    padding: .5rem 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#header-new .header-menu-language-dropdown .dropdown-menu .dropdown-item:active {
    background-color: var(--color-orange-500);
}

#header-new .header-menu-language {
    background: none;
    outline: none !important;
    box-shadow: none !important
}

#header-new .header-menu-language[aria-expanded="true"] .fa {
    transform: rotate(180deg)
}

#header-new .header-menu-language[aria-expanded="true"] {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    border-bottom: 0;
}

#header-new .header-menu-language,
#header-new #header-line-2 .navbar-nav .nav-link {
    color: #32363f !important;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:
        "wdth" 100;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#header-new #header-line-2 .navbar-nav .nav-item {
    margin-left: 1rem;
}

#header-new #header-line-2 .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

#header-new #header-line-2 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

#header-new #header-line-2 .nav-item.dropdown .dropdown-menu {
    width: 177px;
    border-radius: 0px;
    background: url('../img-new/menu-drop.png') no-repeat center top;
    background-position-y: -1px;
    background-color: #1E1E1E;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

#header-new #header-line-2 .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-family: "OpenSans-Bold", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:
        "wdth" 100;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    white-space: wrap;
    line-height: 1.3;
    border-top: 1px solid var(--color-orange-500);
    margin-top: 0;
    padding: 12px 0.5rem;
}

#header-new #header-line-2 .nav-item.dropdown .dropdown-menu .dropdown-item:first-child {
    border: 0;
    padding-top: 15px;
}

#header-new #header-line-2 .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: none;
}

#header-new #header-line-2 .dropdown-toggle::after {
    display: none !important;
}

#footer .footer-linkedin img,
#footer .menu-item-right .developed-site img {
    margin-left: auto;
}

#banner-internal {
    position: relative;
    /* margin-top: 151px; */
}

.home-banner {
    position: relative;
}

/* .home-banner .video-line {
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    z-index: 1;
    transform: translateY(100%);
}

.home-banner .video-line img {
    width: 84vw;
} */

/* .efeito-bolinha-direita::after {
    content: url('../img-new/efeitos/bolinhas-direita.png');
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translate(14%, 12%);
} */

/* .efeito-bolinha-esquerda::after {
    content: url('../img-new/efeitos/bolinhas-esquerda.png');
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 5%);
} */


.title-line {
    display: table;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 2.5rem;
}

.title-line::before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 2px;
    background-color: var(--color-orange-500);
    right: 0;
    bottom: 0;
}

.title-center {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    color: var(--color-text-700);
}

.text {
    font-size: 1.125rem;
}

.text-sm {
    font-size: 0.9375rem;
}

#home-big-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img-new/home/home-big-number.png') no-repeat center top;
    color: var(--color-text-700);
    height: 452px;
    background-position-x: -5vw;
    background-position-y: 30px;
}

#home-big-number .big-number-number {
    line-height: 0.95;
    font-size: 4.875rem;
    font-weight: 700;
    letter-spacing: -1px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: flex-end;
}

#home-big-number .big-number-number img {
    margin-bottom: 5px;
}

#home-big-number .big-number-title {
    line-height: 1;
    font-size: 2.0625rem;
    font-weight: 700;
    text-transform: uppercase;
}

#home-big-number .big-number-text {
    font-size: 1.125rem;
    line-height: 1.3;
}

#home-latest-news {
    display: flex;
    align-items: center;
    background: url('../img-new/home/noticias-bg.jpg') no-repeat;
    background-position: center;
    height: 478px;
    color: #FFF;
    font-size: 1.125rem;
}

#home-latest-news .home-news-latest-news {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
}

#home-latest-news .home-news-title {
    padding-top: 10px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    border-top: 1px solid #FFF;
}

#home-latest-news .home-news-text {
    font-size: 0.9375rem;
}

#home-latest-news .home-news-box {
    margin-left: 2.5vw;
}

#home-latest-news .home-news-date {
    font-weight: 800;
    padding-bottom: 5px;
}

#home-latest-news .btn {
    margin-top: 2.25rem;
    margin-bottom: 2rem;
    background-color: var(--color-orange-300);
    padding: 15px 40px;
}

@media (max-width: 1700px) {
    #home-latest-news {
        background-position: center left;
    }

    #home-latest-news .home-news-box {
        margin-left: 3.5vw;
        margin-right: 3.5vw;
    }

    #home-latest-news .home-news-box-last {
        display: none !important;
    }
}

#home-about {
    background: #dadada;
    color: #FFF;
    padding: 140px 0 50px;
}

#home-about .home-about-box {
    position: relative;
    overflow: hidden;
}

#home-about .about-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-text-900);
}

#home-about .about-text {
    margin: 0;
    font-size: 1.125rem;
    color: var(--color-text-900);
}

#home-about .about-line {
    margin: 0 50px;
    border-left: 1px solid var(--color-orange-500)
}

#home-about .home-about-box .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 25px;
    padding-bottom: 70px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#home-about .home-about-box.first {
    border-radius: 0px 0px 0px 80px;
}

#home-about .home-about-box .btn {
    margin-top: 20px;
    display: none;
    opacity: 0;
}

#home-about .home-about-box .home-about-title {
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

#home-about .home-about-box:hover .shadow {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    padding-bottom: 25px;
}

#home-about .home-about-box:hover .btn {
    display: block;
    opacity: 1;
}

#home-work-us {
    display: flex;
    align-items: center;
    padding-top: 6vw;
    height: 33vw;
    max-height: 642px;
    background: url('../img-new/home/home-work-us.png') no-repeat;
    background-size: 100% auto;
    background-color: #dadada;
    color: #FFF;
    overflow: hidden;
}

#home-work-us .work-us-title {
    font-size: 2.5rem;
    font-weight: 700;
}

#home-work-us .btn {
    margin-top: 2vw;
}

.box-nossa-historia {
    background: none !important;
}

div.box-nossos-acionistas {
    /* background: url('./../img-new/oportunidades/oportunidades-elemento.png') no-repeat;
    background-position-y: bottom;
    background-position-x: left; */
    background: none !important;
    padding-bottom: 80px;
}


/* ----------------------------------------------------------------------------- */

.box-proposito {
    background: none !important;
}

#section-proposito-visao {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 615px;
    background-color: var(--color-text-900);
}

#section-proposito-visao::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img-new/proposito/proposito-mask.png') no-repeat;
    background-position: bottom left;
}

#section-proposito-visao .nav-breadcrumb {
    /* position: static; */
}

#section-proposito-visao .proposito-visao-card {
    color: #FFF;
    font-size: 1.125rem;
}

#section-proposito-visao .proposito-visao-card img {
    margin-left: auto;
    margin-right: auto;
}

#section-proposito-visao .proposito-visao-card .card-title {
    margin-top: 10px;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-orange-500);
}

#section-valores {
    padding: 75px 0 100px;
}

#section-valores .title-valores {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-orange-500);
}


/* ------------------------------------------------------------------------------------------------------------------------------- */

.box-cascata {
    overflow: hidden;
    gap: 20px;
}

.box-cascata .card-valores:nth-child(1) {
    z-index: 15;
}

.box-cascata .card-valores:nth-child(2) {
    z-index: 14;
}

.box-cascata .card-valores:nth-child(3) {
    z-index: 13;
}

.box-cascata .card-valores:nth-child(4) {
    z-index: 12;
}

.box-cascata .card-valores:nth-child(5) {
    z-index: 11;
}

.box-cascata .card-valores:nth-child(6) {
    z-index: 10;
}

.box-cascata .elementor-icon-box-wrapper {
    position: relative;
    z-index: 5;
    max-width: 383px;
    padding: 25px 10% 50px;
    height: 100%;
    border-radius: 0 0px 132px 0px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 4px 13.8px -5px rgba(0, 0, 0, 0.25);
}

.box-cascata .elementor-widget-container:first-child .elementor-icon-box-wrapper {
    border-radius: 15px 0px 132px 0px;
}

.box-cascata .card-valores {
    position: relative;
    z-index: 1;
    text-align: center;
}

.box-cascata .card-valores img {
    margin-left: auto;
    margin-right: auto;
}

.box-cascata .card-valores .card-title {
    margin-top: 22px;
    font-size: 1.25rem;
    font-weight: 700;
}

.box-cascata .elementor-widget-container {
    position: relative;
    padding-bottom: 15px;
    margin-top: 35px;
}

.box-cascata .elementor-widget-container::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;
    background: var(--bd-body, #FFF);
    border-radius: 0px 0px 133px 0px;
    width: 100%;
    height: calc(100% + 13px);
    display: block;
}

.box-cascata .elementor-widget-container::after {
    content: '';
    position: absolute;
    top: 15%;
    width: 150%;
    height: 85%;
    background: var(--branco-300, #f5f5f5);
    border-radius: 0px 0px 132px 0px;
    right: 0;
}

#section-manifesto {
    padding: 80px 0;
    background: #FFF;
}

#section-manifesto .title-manifesto {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-orange-500);
}

/* body .nav-breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb-item a {
    color: #FFF;
} */

.box-transparencia,
.box-privacidade,
.box-ute-gna-1,
.box-ute-gna-2 {
    background: none !important;
}

#pesquisa-ped {
    margin-top: 3rem;
    background: url('../img-new/pesquisa-e-desenvolvimento/pesquisa-ped.jpg') no-repeat center bottom;
    color: #FFF;
    height: 478px;
    display: flex;
    align-items: center;
}

#pesquisa-ped .title-ped {
    display: table;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-orange-500);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

#pesquisa-ped .text-size-2 {
    font-size: 1rem;
}

#pesquisa-box-verba {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 616px;
    background: url('../img-new/pesquisa-e-desenvolvimento/pesquisa-verbas.jpg') no-repeat center;
}

.pesquisa-table {
    background-color: #FFF;
    border-bottom: 22px solid #65D2F3;
}

.pesquisa-table .text-size-1 {
    font-size: 1.125rem;
}

.border-sep {
    border-left: 1px solid var(--color-orange-500);
    border-right: 1px solid var(--color-orange-500);
    margin: 0px 15px;
}

.row-border-sep {
    border-top: 1px solid var(--color-orange-500);
    border-bottom: 1px solid var(--color-orange-500);
}



@media (max-width: 767px) {

    :root {
        --header-menu-height: 70px;
    }

    html {
        font-size: 3.75vw !important;
    }

    #banner-internal img {
        width: 100%;
    }

    .title-sm-25 {
        font-size: 1.75rem !important;
    }

    #header-new {
        /* position: sticky !important; */
        background: url('../img-new/header-mobile.jpg') no-repeat;
        background-size: cover;
    }

    #header-new .logo {
        padding-left: 5px;
    }

    #header-new .menu-top {
        display: none !important;
    }

    #header-new .navbar-toggler {
        margin-left: -5px;
        /* position: static !important; */
    }

    #header-new button:focus {
        outline: 0px none !important;
    }

    #header-new .menu-mobile-animated span {
        background: #FFF;
    }

    #header-new .logo img {
        width: 25vw;
    }

    #header-new #header-line-2 .nav-item.dropdown .dropdown-menu {
        transform: translate(0);
        background-image: none !important;
    }

    #header-new #header-line-2 .nav-item.dropdown .dropdown-menu .dropdown-item {
        border: 0;
    }

    #header-new #header-line-2 .navbar-nav .nav-link {
        font-size: 0.975rem;
    }

    #header-new #header-line-2 .navbar-nav .nav-item {
        margin-left: 0;
    }

    #header-new #header-line-2 .navbar-nav {
        text-align: center;
    }

    #header-new .dropdown-menu {
        transform: translateX(0);
        -webkit-box-shadow: translateX(0);
        -moz-box-shadow: translateX(0);
        box-shadow: none;
        width: 100%;
        padding: 0;
        background: #838587;
    }

    #header-new .header-menu-language {
        font-size: 0.975rem;
    }

    body #header-new #header-line-2 .header-menu-language .fa {
        display: none !important;
    }

    #header-new #navbar_main a {
        /* border-bottom: 0; */
        text-align: center;
        white-space: normal;
        font-size: 0.9375rem;
    }

    #header-new #header-line-2 .dropdown-toggle::after {
        display: inline-block !important;
    }

    #header-new .navbar {
        padding: 0;
    }

    #header-new .header-menu-language[aria-expanded="true"] {
        background: none !important;
        border: none;
    }

    #header-new .header-menu-language-dropdown .dropdown-menu {
        background: none !important;
    }

    /* .efeito-bolinha-esquerda::after {
        content: url('../img-new/efeitos/bolinhas-esquerda-mobile.png');
    } */


    .navbar-toggler {
        padding: 0 !important;
        border: 0 !important;
    }

    #footer .footer-linkedin img,
    #footer .menu-item-right .developed-site img {
        margin-left: auto;
        margin-right: auto;
    }

    footer#footer .menu-item-right .developed-site img {
        width: 85px;
        margin-top: 5px;
    }



    /* --------------------------------------------------------------- */

    #home-somos-gna .title-line {
        margin-left: auto;
        margin-right: auto;
    }

    #home-somos-gna .btn {
        display: table;
        margin: 20px auto 0;
    }

    #home-somos-gna .efeito-bolinha-direita {
        display: table;
        margin-top: 2rem;
    }

    /* #home-somos-gna .efeito-bolinha-direita::after {
        content: url('../img-new/efeitos/bolinhas-direita-mobile.png');
        height: auto;
        transform: translate(14%, 43%);
    } */

    .title-line::before {
        width: 100vw;
    }

    #home-big-number {
        margin: 30vw 0 0;
        height: auto;
        background: url('../img-new/efeitos/bolinha-esquerda-mobile.png') no-repeat;
        background-size: 100% auto;
        background-position: bottom left;
        padding-bottom: 35vw;
        background-size: 85vw;
    }

    .title-center {
        font-size: 1.5rem;
    }

    #home-big-number .big-number-number img {
        max-height: 40px;
    }

    #home-latest-news {
        height: auto;
        background: url('../img-new/home/noticias-bg-mobile-2.jpg') no-repeat bottom center;
        background-size: 100% auto;
        background-color: #F4630D;
        padding-top: 40px;
        padding-bottom: 105vw;
    }

    #home-latest-news .home-news-latest-news {
        font-size: 1.85rem;
        text-align: center;
    }

    #home-latest-news .home-news-box-last {
        display: block !important;
    }

    #home-latest-news .home-news-box {
        margin-top: 2rem;
    }

    #home-latest-news .home-news-title {
        margin-bottom: 0.25rem;
    }

    #home-latest-news .btn {
        width: 100%;
        padding: 15px;
    }

    #home-about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #home-about .about-line {
        margin: 0 5px;
    }

    #home-about .about-title {
        font-size: 1.8rem;
    }

    #home-about .about-text {
        font-size: 1rem;
    }

    #home-about .home-about-box {
        margin: 0 24px;
    }

    #home-about .home-about-box .btn {
        display: block;
        opacity: 1;
        margin-top: 10px;
        font-size: 1.125rem;
    }

    #home-about .home-about-box .shadow {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 1) 100%);
        padding-bottom: 25px;
    }

    #home-work-us {
        height: auto;
        background: url('../img-new/home/home-work-us-mobile.jpg') no-repeat center top;
        background-size: 100% auto;
        padding-top: 105vw;
        text-align: center;
        padding-bottom: 150vw;
    }


    #section-proposito-visao {
        min-height: unset;
        padding-bottom: 30vw;
    }

    #section-proposito-visao::before {
        background-image: url('../img-new/proposito/proposito-mask-mobile.png');
        background-size: 100% auto;
    }

    #section-proposito-visao .proposito-visao-card img {
        max-width: 37%;
    }

    #section-proposito-visao .proposito-visao-card .card-title {
        font-size: 1.85rem;
    }

    #section-proposito-visao .proposito-visao-card {
        margin-top: 2.5rem;
    }


    #section-valores {
        padding: 3rem 1rem;
    }

    .box-cascata .card-valores img {
        max-width: 96px;
    }

    .box-cascata .elementor-widget-container:first-child .elementor-icon-box-wrapper {
        border-radius: 15px 0px 100px 0px;
        margin-top: 1.5rem;
    }

    .box-cascata .elementor-icon-box-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-radius: 17px 0px 100px 0px;
        padding-bottom: 30px;
    }

    .box-cascata .elementor-widget-container {
        margin-top: 0.5rem;
    }

    #section-manifesto {
        padding: 3rem 0;
        background: #FFF;
    }

    /* .box-nossa-historia .efeito-bolinha-esquerda {
        padding-bottom: 8vw;
    } */


    div.box-nossos-acionistas {
        padding-bottom: 3rem;
        background: none;
    }



}



#timeline {
    position: relative;
    margin-bottom: 120px;
}

#timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 85%;
    background-color: #1E1E1E;
    z-index: 1;
}

#timeline .year {
    position: relative;
    z-index: 2;
    font-size: 75px;
    font-weight: 800;
    background-color: #F3F3F2
}

#timeline .item-timeline {
    margin-top: 2rem;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

#timeline .timeline-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

#timeline .timeline-content .item {
    padding-bottom: 50px;
    position: relative;
}


#timeline .last .timeline-content .item::before {
    content: '';
    position: absolute;
    top: -100%;
    right: -1px;
    margin-left: 0;
    width: 2px;
    height: 100%;
    background-color: #1E1E1E;
    z-index: 1;
    margin-top: 14px;
}

#timeline .right.text {
    position: absolute;
    text-align: left;
    top: 0;
    left: 50%;
    padding-top: 60px;
}

#timeline .right.img img {
    margin-left: auto;
}

#timeline .timeline-content .right .item {
    padding-left: 175px;
    background: url('../img-new/diversidade/timeline-item-right.png') no-repeat;
    background-position: 0px 7px;
}

#timeline .left.text {
    position: absolute;
    width: 50%;
}

#timeline .timeline-content .left.text .item {
    padding-right: 175px;
    background: url('../img-new/diversidade/timeline-item-left.png') no-repeat right;
    background-position-y: 7px;
    background-position-x: right;
    text-align: right;
}