.historia_imagem {
    position: relative;
}

.historia_camada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-40deg, #12171d, #12051D 1px, #12051D 1px, #12171d 4px);
    opacity: 0.5;
}

.historia {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 37%;
    text-align: center;
    z-index: 3;
}

.historia_titulo_linha {
    height: 3px;
    display: block;
    z-index: 3;
    margin: 0 auto;
    background-color: white;
    width: 300px;
    margin-top: 12px;
}

.historia_breadcrumb {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
}

.historia_breadcrumb li a {
    color: white;
}

.historia h1 {
    font-family: "Montserrat Bold";
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 3;
    white-space: nowrap;
}




.historia_menu ul {
    list-style: none;
}

.historia_imagem_wrap {
    height: 500px;
}


.cd-timeline-block h1 {
    font-family: "Montserrat Bold";
    font-size: 22px;
}

.cd-timeline-block2 h1 {
    font-family: "Montserrat Bold";
    font-size: 22px;
}



.historia_ano1 {
    text-align: right;
    font-family: "Montserrat Bold";
    font-size: 22px;
    color: #484545;
    padding-right: 15px;
    margin-bottom: 5px;
}

.historia_ano2 {
    text-align: left;
    font-family: "Montserrat Bold";
    font-size: 22px;
    color: #484545;
    padding-left: 15px;
    margin-bottom: 5px;
}






.cd-timeline-block {
    padding-bottom: 30px;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

/*.cd-timeline-img.is-hidden,*/
.is-hidden {
    visibility: hidden;
}

/*.cd-timeline-img.bounce-in, */
.cd-timeline-img2.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}



/* --------------------------------

Primary style

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    color: #7f8c97;
}

a {
    color: #acb7c0;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1, h2 {
    font-weight: bold;
}


.corpo2 {
    background-color: white;
}

/*header {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #303e49;
}
header h1 {
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
}*/

@media only screen and (min-width: 1170px) {
    /*header {
        height: 300px;
        line-height: 300px;
    }
    header h1 {
        font-size: 24px;
        font-size: 1.5rem;
    }*/
}

/*#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin: 0;
    padding-top: 140px;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 99.9%;
    width: 4px;
    background: #dadee0;
    margin-top: 150px;
}*/

#cd-timeline2 {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin: 0;
    padding-top: 80px;
}
#cd-timeline2::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    /*height: 90.8%;*/
    bottom: 0;
    width: 4px;
    background: #eaeaea;
    margin-top: 150px;
}



@media only screen and (min-width: 1170px) {

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    #cd-timeline2::before {
        left: 50%;
        margin-left: -2px;
    }
}


.cd-timeline-block2 {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block2:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block2:first-child {
    margin-top: 0;
}
.cd-timeline-block2:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

    .cd-timeline-block2 {
        margin: 4em 0;
    }
    .cd-timeline-block2:first-child {
        margin-top: 0;
    }
    .cd-timeline-block2:last-child {
        margin-bottom: 0;
    }
}


.cd-timeline-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #eaeaea;
    background-position: center;
    background-size: 350px auto;
    background-repeat: no-repeat;
    z-index: 3;
    background: white;
}
.cd-timeline-img2 img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}



@media only screen and (min-width: 1170px) {



    .cd-timeline-img2 {
        width: 200px;
        height: 200px;
        left: 46.5%;
        margin-left: -50px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cd-timeline-img2.is-hidden {
        visibility: hidden;
    }
    .cd-timeline-img2.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    /*background: white;*/
    border-radius: 0.25em;
    padding: 1em;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #d4d4d4;
}
.cd-timeline-content p {
    font-size: 13px;
    font-size: 0.8125rem;
}
/*.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}*/
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
    font-family: 'PT Sans';
    line-height: 2.20;
    font-size: 16px;
    letter-spacing: 0px;

}
/*.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}*/
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-right: 15px solid white;
}



.time_right {
    text-align: right;
    font-family: "PT Sans";
}

.time_left {
    text-align: left;
    font-family: "PT Sans";
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 40%;
    }
    .cd-timeline-content::before {
        top: 85px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    /* .cd-timeline-content .cd-read-more {
         float: left;
     }
     .cd-timeline-content .cd-date {
         position: absolute;
         width: 100%;
         left: 122%;
         top: 6px;
         font-size: 16px;
         font-size: 1rem;
     }*/
    /*.cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 85px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }*/


    .cd-timeline-block2:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block2:nth-child(even) .cd-timeline-content::before {
        top: 85px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block2:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block2:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }




}
@media only screen and (min-width: 1170px) {

    .cd-timeline-block2:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}





@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.cd-timeline-block2 h2 {
    font-family: "Oswald-Medium";
    font-size: 35px!important;
}

.historia_banner h1 {
    text-align: center;
    font-size: 60px;
    color: #3f4244;
    padding-top: 110px;
    font-family: 'Montserrat SemiBold';
}

.historia_banner.breadcrumb_azul {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.breadcrumb_azul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
    padding-top: 15px;
}


.historia_titulo_linha2 {
    height: 3px;
    display: inherit;
    z-index: 3;
    background-color: #d4d4d4;
    margin-top: 5px;
    margin-left: 410px!important;
    margin-bottom: 25px;
}

.historia_titulo_linha3 {
    height: 3px;
    display: inherit;
    z-index: 3;
    background-color: #d4d4d4;
    margin-top: 5px;
    margin-right: 410px!important;
    margin-bottom: 25px;
}

.breadcrumbs li a {
    color: #6eb7ec;
}


.breadcrumbs li a {
    color: #a7a5a5;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    white-space: nowrap;
}







/*Media query a ser aplicada em 13"*/

@media only screen and (max-width: 1439px) {

    .historia_banner h1 {
        font-size: 55px;
    }

}


/*Media query a ser aplicada em "IPAD"*/

@media (min-width : 768px)
and (max-width : 1024px){

    .breadcrumbs li {
        font-size: 14px;
    }

    .historia_banner h1 {
        font-size: 40px;
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 140px;
    }

    .cd-timeline-img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 0 0 3px #eaeaea;
        background-position: center;
        background-size: 178px auto;
        background-repeat: no-repeat;
    }

    #cd-timeline2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 63px;
        height: 90%;
        width: 3px;
        background: #eaeaea;
        margin-top: 150px;
    }

    .cd-timeline-content::before {
        display: none;
    }

    #cd-timeline2 {
        padding-top: 100px;
    }

    .cd-timeline-block2 h2 {
        font-size: 28px!important;
        padding-left: 100px;
    }

    .historia_ano1 {
        text-align: left;
    }

    .historia_titulo_linha2 {
        margin-right: 410px!important;
        margin-left: 0px !important;
    }

    .time_right {
        text-align: left !important;
    }

    .cd-timeline-content p {
        padding-left: 100px;
    }

    .cd-timeline-content p {
        font-size: 16px;
        line-height: 2.25;
        color: #717171;
    }







}


/*Media query a ser aplicada em "IPHONE"*/

@media (max-width: 767px) {

    .breadcrumbs {
        display: none;
    }

    .historia_banner h1 {
        padding-top: 50px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 0px;
        letter-spacing: 0px!important;

        font-family: 'Montserrat SemiBold';
        font-size: 20px;
        padding-top: 30px;
    }



    .cd-timeline-img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #eaeaea;
        background-position: center;
        background-size: 120px auto;
        background-repeat: no-repeat;
    }

    #cd-timeline2::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 33px;
        height: 93%;
        width: 1px;
        background: #eaeaea;
        margin-top: 50px;
    }

    .cd-timeline-content::before {
        display: none;
    }

    #cd-timeline2 {
        padding-top: 100px;
    }

    .cd-timeline-block2 h2 {
        font-size: 18px!important;
        padding-left: 5px;
        padding-top: 0px;
    }

    .historia_ano1 {
        text-align: left;
    }

    .historia_titulo_linha2 {
        margin-right: 410px!important;
        margin-left: 0px !important;
    }

    .time_right {
        text-align: left !important;
    }

    .cd-timeline-content p {
        padding-left: 100px;
    }

    .cd-timeline-content p {
        color: #717171;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 5px;
        margin-top: -20px!important;
        padding-left: 5px;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .cd-timeline-block2 {
        margin-top: 0px;
    }

    .cd-timeline-content {
        padding-bottom: 0px;
    }

    #cd-timeline2 {
        padding-top: 30px;
    }




}