body {
    color: #231f20;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}

img {
    height: auto;
    max-width: 100%;
}

select,
input,
textarea {
    border: 0 none;
}

hr {
    border-top-color: #8F9194;
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0;
}

p + p {
    margin-top: 20px;
}

.link {
    color: #1C75B6;
}

.link:hover {
    color: #00275e;
    text-decoration: underline;
}

.fleft {
    float: left;
}

.clear {
    clear: both;
}

.clear:after,
.full-clear:after{
    clear: both;
    display: block;
    content: ".";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.marrom {
    color: #231f20;
}

section + section:not(.no-padding-top) {
    padding-top: 45px;
}

.tele-textos {
    padding-top: 0 !important; 
}

.last-section {
    margin-top: 45px;
}

.separate-footer {
    margin-bottom: 40px;
}

.bg-blue {
    background-color: #0068aa;
}

.bg-blue-dark {
    background-color: #032859;
}

.bg-purple-light {
    background-color: #2d3d63;
}

.bg-purple-medium {
    background-color: #1d2648;
}

.bg-purple {
    background-color: #0d0e24;
}

.bg-green-marine {
    background-color: #004462;
}

.bg-green-sea {
    background-color: #008280;
}

.bg-green-medium {
    background-color: #006054;
}

.bg-green {
    background-color: #006822;
}

.bg-green-light {
    background-color: #51b40c;
}

.bg-color {
    background-color: rgba(4, 30, 65, .5);
}

.bg-color .title--section,
.bg-color .title--section * {
    color: #818ea0;
}

.bg-color .title--section {
    background-color: #fff;
}

.bg-color .subtitle-section,
.bg-color .subtitle-section h3 {
    color: #fff;
}

.bg-cinza {
    background-color: #F1F2F2;
}

.relative {
    position: relative;
}

.obs {
    display: block;
    font-size: 14px;
    margin: 5px 0;
}

.margin-reduced {
    margin-top: 30px;
}

.margin-regular {
    margin-top: 45px;
}

.margin-bottom-reduced {
    margin-bottom: 30px;
}

.margin-bottom-regular {
    margin-bottom: 45px;
}

.padding-bottom-regular {
    padding-bottom: 40px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid:not(.container-fluid--standard) .row {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid--standard {
    padding-left: 15px;
    padding-right: 15px;
}

.container--reduced {
    max-width: 95%;
    width: 881px;
}

.testeira {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    height: 250px;
    margin: 40px 0;
}

.modal-body {
    margin: 0 auto;
    max-width: 1024px;    
}

.modal-content {
    background-color: #fff;
    overflow: hidden;
}

.col-detalhes {
    padding: 50px 25px 25px 25px !important;
}

.col-detalhes h4 {
    margin-bottom: 1em;
}

.col-detalhes .detalhamento {
    margin-top: 1em;
}

.col-detalhes p + p {
    margin-top: 2px;
}

.col-detalhes .biografia {
    margin-top: 30px;
}

.modal .main {
    max-height: 470px;
    overflow: hidden;
}

.modal .col-thumb {
    cursor: pointer;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.modal .col-thumb .filter {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1;
}

.modal .col-thumb:hover .filter {
    opacity: 0;
}

.modal .col-thumb img {
    left: 50%;
    cursor: pointer;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .close {
    background: url(../images/web/fechar_modal.png) no-repeat center #fff;
    height: 21px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding: 15px;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    top: 25px;
    width: 21px;
    z-index: 9999;
}

.modal-backdrop {
    display: none;
}

.loadingPanel {
    background-color: rgba(0, 0, 0, .2);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}

.loading-animation {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.with-arrow {
    position: relative;
}

.with-arrow:after {
    background: inherit;
    bottom: -5px;
    content: '';
    height: 10px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.with-arrow--left:after {
    left: 30px;
}

.with-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.title,
.title h2,
.title h3 {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.title--section {
    background-color: #00275e;
    display: block;
    font-size: 16px;
    margin: 0 auto 30px;
    padding: 10px;
    text-align: center;
}

.title--section h2,
.title--section h3 {
    margin-bottom: 0;
}

.title--section-left {
    padding-left: 20px;
    text-align: left;
}

.title--flying {
    background-color: #00275e;
    left: 0;
    min-width: 140px;
    padding: 10px 20px;
    position: absolute;
    text-align: left;
    top: 0;
}

.title--flying:not(.title--flying-regular):after {
    background-color: transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    bottom: -14px;
    height: auto;
    left: auto;
    margin-left: auto;
    right: 20px;
    transform: rotate(90deg);
    width: auto;
}

.title--flying-regular:after {
    left: auto;
    right: 20px;
}

.title--flying-bottom {
    background-color: #1C75BB;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 50%;
    margin: 0;
    min-width: 119px;
    padding: 6px 20px;
    text-align: center;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.title--showcase {
    border: 1px solid #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 15px;
}

.title--box {
    color: #000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}

.subtitle-section,
.subtitle-section h3 {
    color: #757575;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.subtitle-section {
    margin: 0 auto 25px;
    max-width: 566px;
    text-align: center;
    width: 90%;
}

.title--infraestrutura {
    background: #00a399; /* Old browsers */
    background: -moz-linear-gradient(left, #00a399 0%, #1dbaca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00a399 0%,#1dbaca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00a399 0%,#1dbaca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a399', endColorstr='#1dbaca',GradientType=1 ); /* IE6-9 */
}

.title--infraestrutura:after {
    border-color: transparent transparent transparent #1dbaca;
}

.title--energia {
    background: -moz-linear-gradient(left, rgba(237,90,41,1) 0%, rgba(237,127,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(237,90,41,1) 0%,rgba(237,127,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(237,90,41,1) 0%,rgba(237,127,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5a29', endColorstr='#f2ed7f00',GradientType=1 ); /* IE6-9 */
}

.title--energia:after {
    border-color: transparent transparent transparent #ed7f00;
}

.title--industria {
    background: -moz-linear-gradient(left, rgba(137,194,82,0.95) 0%, rgba(174,219,35,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(137,194,82,0.95) 0%,rgba(174,219,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(137,194,82,0.95) 0%,rgba(174,219,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f289c252', endColorstr='#aedb23',GradientType=1 ); /* IE6-9 */
}

.title--industria:after {
    border-color: transparent transparent transparent #aedb23;
}

.title--mobilidade {
    background: -moz-linear-gradient(left, rgba(247,172,64,1) 0%, rgba(227,223,66,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247,172,64,1) 0%,rgba(227,223,66,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247,172,64,1) 0%,rgba(227,223,66,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ac40', endColorstr='#f2e3df42',GradientType=1 ); /* IE6-9 */
}

.title--mobilidade:after {
    border-color: transparent transparent transparent #e3df42;
}

.hover-bg {
    position: relative;
}

.hover-bg:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hover-bg:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 0;
}

@media screen and (max-width: 600px) {
    .modal .col-thumb {
        height: 100px;
    }
}

/* 
    Header
*/

.menu {
    box-shadow: 0px 19px 10px -13px rgba(50, 50, 51, 0.33);
    left: 50%;
    margin: 0 auto;
    max-width: 1029px;
    position: fixed;
    top: 0;
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transition: transform .3s;
    transition: transform .3s;
    width: 90%;
    z-index: 200;    
}

.menu.rolling {
    -ms-transform: translate(-50%, -35px);
    -webkit-transform: translate(-50%, -35px);
    transform: translate(-50%, -35px);
}

.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.menu .languages--top {
    margin-bottom: 10px;
    text-align: right;
}

.menu .languages a {
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;
    transition: border-color .3s;
}

.menu .languages a:hover,
.menu .languages .current {
    border-color: #fff;
}

.logo img {
    width: 144px;
}

.logo h1 {
    font-size: 0;
    margin: 0;
}

.menu-primary,
.menu-primary-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}

.menu-primary {
    background-color: #fff;
    padding: 5px;
    position: relative;
}

.menu-primary-container {
    justify-content: space-between; 
    margin-left: 40px;
    width: calc(100% - 185px);
}

.menu-footer {
    background-color: #111;
    display: none;
    padding: 20px 0 0;
    text-align: center;
}

.menu-footer .languages {
    margin-bottom: 25px;
}

.menu-primary-itens .menu-primary-top {
    display: inline-block;
}

.menu-primary-top-item {
    background-color: transparent;
    color: #212121;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 19px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-primary-top-item:after{
    background-color: inherit;
    bottom: -4px;
    content: '';
    height: 8px;
    left: 50%;
    margin-left: -4px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    z-index: 101;
}

.menu-primary-top:hover .menu-primary-top-item:after,
.menu-primary-top:focus .menu-primary-top-item:after {
    opacity: 1;
}

.menu-primary .submenu {
    position: absolute;
    background-color: #fff;
    left: 0;
    margin-top: 18px;
    padding: 30px;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.submenu img {
    width: 100%;
}

.submenu hr {
    margin-left: 0;
    max-width: 805px;
}

.submenu .row:not(.no-gutters) {
    margin-left: -5px;
    margin-right: -5px;
}

.submenu .row:not(.no-gutters) .col {
    padding-right: 5px;
    padding-left: 5px;
}

.submenu h2,
.submenu h5 {
    font-size: 16px;
}

.submenu h2{
    color: #041E41;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    line-height: 19px;
}

.submenu h2 + .row {
    margin-top: 30px;
}

.submenu h3,
.submenu h4 {
    color: #808081;
    display: inline-block;
    line-height: normal;
    margin: 0;
    vertical-align: bottom;
}

.submenu h3,
.submenu h5 {
    text-transform: uppercase;
}

.submenu h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.submenu h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin-left: 8px;
}

.submenu h5 {
    color: #8F9194;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

.submenu .col:hover h5 {
    color: #000;
}

.submenu h6 {
    color: #808081;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding-right: 5px;
}

.submenu .thumb {
    overflow: hidden;
}

.submenu .thumb a {
    display: block;
    height: 100%;
    position: relative;
}

.submenu .thumb a:after {
    background-color: rgba(0, 0, 0, .6);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
}

.submenu .col:hover .thumb a:after {
    opacity: 1;
}

.submenu .thumb p{
    color: #fff;
    left: 50%;
    line-height: 20px;
    margin: 0;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 1;
}

.submenu .col:hover .thumb p {
    opacity: 1;
}

.submenu .submenu-sub {
    margin-top: 30px;
    width: 200px;
}

.submenu .submenu-sub a{
    border-top: 1px solid #8F9194;
    color: #8F9194;
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: uppercase;
}

.submenu .submenu-sub a:hover {
    color: #000;
}

.servicos {
    margin-right: 10px;
}

.no-header .header,
.no-header .banner {
    display: none;
}

.header,
.banner {
    height: 551px;
}

.header {
    position: relative;
}

.scroll-down {
    bottom: 12px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-down a {
    display: inline-block;
    height: 55px;
}

.scroll-down a span {
    bottom: 16px;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollDown 2s infinite;
    animation: scrollDown 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.scroll-down a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.scroll-down a span:nth-of-type(2) {
    bottom: 8px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.scroll-down a span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.nav-icon,
.menu-icon {
    display: none;
    cursor: pointer;
}

.nav-icon .burger,
.nav-icon .burger:before,
.nav-icon .burger:after,
.menu-icon .cross:before,
.menu-icon .cross:after {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav-icon {
    height: 20px;
    position: relative;
    width: 30px;
}

.nav-icon .burger,
.nav-icon .burger:before,
.nav-icon .burger:after {
    background: #061734;
    border-radius: 3px;
    height: 4px;
    width: 30px;
}

.nav-icon .burger {
    position: relative;
}

.nav-icon .burger:before,
.nav-icon .burger:after,
.menu-icon .cross:before,
.menu-icon .cross:after {
    content: '';
    position: absolute;
}

.nav-icon .burger:before {
    top: 8px;
}

.nav-icon .burger:after {
    top: 16px;
}

.nav-icon.open .burger{
    background: none;
}

.nav-icon.open .burger:after,
.nav-icon.open .burger:before {
    top: 8px;
}

.nav-icon.open .burger:before{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open .burger:after{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon {
    height: 56px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
}

.menu-icon .cross {
    left: 50%;
    margin: -7.5px 0 0 -7.5px;
    position: absolute;
    top: 50%;
}

.menu-icon .cross:before,
.menu-icon .cross:after {
    background: #000;
    height: 1px;
    width: 13px;
}

.menu-icon .cross:before,
.menu-icon .cross:after {
    top: 8px;
}

.menu-icon .cross:before{
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.menu-icon .cross:after{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (min-width: 1181px) {
    .menu-primary-top:hover .menu-primary-top-item,
    .menu-primary-top:focus .menu-primary-top-item{
        background-color: #041E41;
        color: #fff;
    }

    .menu-primary-top:hover .submenu {
        visibility: visible;
        z-index: 100;
    }
}

@media screen and (max-width: 1180px) {
    .menu-opened {
        overflow: hidden;
    }
    .menu-primary {
        padding: 10px 15px;
        justify-content: space-between;
    }

    .nav-icon {
        display: block
    }

    .menu-primary-container,
    .servicos .separator,
    .languages--top {
        display: none;
    }

    .menu,
    .menu.rolling {
        left: 0;
        max-width: 100%;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }

    .menu-opened .menu {
        box-shadow: none;
    }

    .menu-opened .menu-primary-container {
        background-color: #fff;
        box-shadow: 0px 11px 6px 0px rgba(35, 31, 32, 0.65);
        display: block;
        left: 0;
        margin: 0;
        overflow: scroll;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .menu-icon {
        display: block;
    }

    .menu-primary-itens {
        padding: 0 15px;
    }

    .menu-primary-itens .menu-primary-top {
        display: block;
        position: relative;
    }

    .menu-primary-itens .menu-primary-top a,
    .servicos a {
        display: block;
        padding: 15px 30px;
    }

    .menu-primary-itens .menu-primary-top + .menu-primary-top {
        border-top: 1px solid rgba(0, 0, 0, .3);
    }

    .menu-primary-top-item {
        padding: 0;
    }

    .menu-primary-top-item:after {
        display: none;
    }

    .servicos {
        background-color: #6D6E71;
        margin-right: 0;
    }

    .servicos a {
        border-bottom: 1px solid #fff;
        color: #fff;
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .servicos a:last-child {
        border-bottom: 0 none;
    }

    .menu-footer {
        display: block;
    }

    .menu-footer .social-title {
        font-size: 14px;
    }

    .menu-footer .social-link {
        font-size: 16px;
        padding: 5px 0;
        width: 41px;
    }

    .open-submenu {
        background-color: #001434;
    }

    .open-submenu a {
        color: #fff;
    }

    .open-submenu .menu-icon .cross:before,
    .open-submenu .menu-icon .cross:after {
        background-color: #fff;
        opacity: 1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .open-submenu .submenu {
        background-color: transparent;
        margin-top: 0;
        padding: 0;
        position: relative;
        visibility: visible;
        z-index: 0;
    }

    .open-submenu .submenu h3,
    .open-submenu .submenu h5 {
        text-transform: none;
    }

    .open-submenu .submenu h3 {
        display: block;
    }

    .open-submenu .submenu h2,
    .open-submenu .submenu h4,
    .open-submenu .submenu .thumb,
    .open-submenu .submenu hr,
    .open-submenu .submenu-container-showcase {
        display: none;
    }

    .open-submenu .submenu h5 {
        margin: 0;
    }

    .open-submenu .submenu h5 a {
        padding-left: 40px;
        padding-right: 40px;
    }

    .open-submenu .submenu h5 a:before {
        content: '\25CF';
        margin-right: 10px;
    }

    .open-submenu .submenu a {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .open-submenu .submenu .row:not(.no-gutters) {
        margin: 0;
    }

    .open-submenu .submenu .row:not(.no-gutters) .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .open-submenu .submenu .submenu-sub {
        margin-top: 0;
        width: 100%;
    }

    .open-submenu .submenu .submenu-sub a {
        color: #fff;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 500;
    }

    .open-submenu .menu-icon .cross:after {
        opacity: 0;
    }

}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Enable GPU Rendering */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.banner:not(.no-mask):not(.no-blur):before {
    background-color: rgba(0, 0, 0, .2);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner--video .page-title,
.banner--video .icon-pause,
.playing-video .banner--video .icon-play,
.banner--video .plyr,
.playing-video .menu,
.playing-video .banner--video .scroll-down {
    display: none;
}

.banner--video .video-play,
.playing-video.paused-video .banner--video .icon-play,
.playing-video .banner--video .plyr,
.playing-video.paused-video .menu,
.ended-video .banner--video .page-title,
.ended-video .banner--video .scroll-down,
.playing-video:not(.paused-video) .banner--video:hover .icon-pause {
    display: block;
}

.banner--video {
    position: relative;
}

.banner--video .icon-video {
    cursor: pointer;
    height: 101px;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101px;
    z-index: 1;
}

.banner--video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.plyr {
    height: 100%;
}

.plyr--video .plyr__controls,
.plyr button {
    display: none !important;
}

@media screen and (min-width: 1300px) {
    .plyr .plyr__video-embed iframe {
        height: calc(100% - 23vh);
    }
}

@media screen and (min-width: 1560px) {
    .plyr .plyr__video-embed iframe {
        height: calc(100% - 280px);
    }
}

@media screen and (min-width: 1680px) {
    .plyr .plyr__video-embed iframe {
        height: calc(100% - 370px);
    }
}

@media screen and (min-width: 1880px) {
    .plyr .plyr__video-embed iframe {
        height: calc(100% - 450px);
    }
}

.page-title {
    background-size: 100% 501px;
    background-position: center !important;
    left: 50%;
    max-width: 612px;
    padding: 15px 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner--home {
    background-image: url("../images/web/banner-home-v3.jpg");
}

.page-title {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    z-index: 1;
}

.page-title.with-layer:after {
    background-color: rgba(0, 0, 0, .15);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;    
    top: 0;
    width: 100%;    
}

.page-title * {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

.page-title h1 {    
    font-size: 48px;
    line-height: 1.18;
    margin: 0 0 20px;
}

.page-title h2 {
    font-size: 26px;
    line-height: 1.15;
    margin: 0;
}

.page-title--info {
    bottom: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 0;
    max-width: 1029px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-title--info .info-col p{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.page-title--info .info-col span {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 100;
    font-size: 103px;
    margin: 0 auto;
}

.page-title--info h1,
.page-title--info h2 {
    max-width: 510px;
    text-align: left;
}

.page-title--info-standalone {
    justify-content: flex-start;
}

.page-title--info-standalone h1,
.page-title--info-standalone h2 {
    max-width: 570px;
}

/*.banner--home .page-title h1 {
    font-size: 28px;
    margin-bottom: 5px;
}*/

.columns-for-box .column p {
    font-size: 17px;
    line-height: 20px;
    padding: 30px 15px;
    margin: 0;
}

.columns-for-box:not(.columns-for-box--with-bold) .column:nth-child(even) {
    background-color: #efefef;
}

.columns-for-box--with-bold .column p {
    color: #111;
    font-family: 'Barlow Condensed';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px 30px;
    text-align: center;
}

.columns-for-box--with-bold .btn {
    border-color: #1C75BB;
    border-radius: 0;
    padding: 8px 0;
    text-transform: uppercase;
    width: 119px;
}

.columns-for-box--with-bold .title:after {
    background: url(../images/web/arrow-column-for-box.png) no-repeat right center;
    content: '';
    height: 7px;
    left: 100%;
    margin: 13px 0 0 4vw;
    position: absolute;
    top: 0;
    width: 9.1vw;
    z-index: -1;
}

.columns-for-box--with-bold .column:nth-child(4) .title:after {
    display: none;
}

.columns-for-projects h3 {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 20px;
}

.columns-for-projects .project-name {
    background-color: inherit;
    height: 110px;
    position: relative;
    z-index: 1;
}

.columns-for-projects .col {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.columns-for-projects img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s transform;
    transition: .3s transform;
    width: 100%;
}

.columns-for-projects .col:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);    
}

/*.columns-for-projects .with-transparency img{
    opacity: .4;
}*/

.columns-for-projects .slick-next{
    background: -moz-linear-gradient(left, rgba(49,53,49,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(49,53,49,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(49,53,49,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00313531', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    right: 0;
}

.columns-for-projects .slick-prev{
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(49,53,49,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(49,53,49,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(49,53,49,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00313531',GradientType=1 ); /* IE6-9 */
    left: 0;
}

.columns-for-projects .slick-arrow {
    content: '';
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: none;
    width: 95px;
}

.columns-for-projects .slick-arrow:before {
    background: url(../images/web/arrow_carousel.png) no-repeat left center;
    content: '';
    display: block;
    height: 42px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 22px;
}

.columns-for-projects .slick-prev:before {
    left: 20px;
}

.columns-for-projects .slick-next:before {
    background-position: right center;
    right: 20px;
}

.slider-noticias {
    padding-bottom: 20px;
}

.slider-noticias .new {
    background-color: #fff;
    height: auto;
    min-height: 163px;
    overflow: hidden;
    padding: 35px 30px 50px !important;
    position: relative;
}

.slider-noticias .new:after {
    background: -moz-linear-gradient(top, rgba(86,150,231,1) 0%, rgba(86,178,185,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(86,150,231,1) 0%,rgba(86,178,185,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(86,150,231,1) 0%,rgba(86,178,185,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5696e7', endColorstr='#f256b2b9',GradientType=0 ); /* IE6-9 */
}

.slider-noticias .link-mais-noticias {
    display: none;
}

.new + .new {
    margin-left: 1px;
}

.new .new-title,
.new p,
.new .new-more {
    position: relative;
    z-index: 2;
}

.new .new-title,
.new:hover p{
    color: #111;
}

.new .new-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.new p {
    color: #757575;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 0;
}

.new .new-more {
    border: 1px solid #fff;
    bottom: 0;
    color: #fff;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    margin-left: -36.5px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -ms-transform: translateY(calc(100% + 1px));
    -webkit-transform: translateY(calc(100% + 1px));
    transform: translateY(calc(100% + 1px));
    -webkit-transition: transform .3s;
    transition: transform .3s;
    width: 73px;
}

.slider-noticias .new:hover .new-more {
    -ms-transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}

.slider-noticias .slick-next {
    right: -35px;
}

.slider-noticias .slick-prev {
    left: -35px;
}

.slider-noticias .imagem {
    display: none;
}

.columns-for-showcase .column {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 225px;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.columns-for-showcase .column:not(.no-hover):after {
    background: -moz-linear-gradient(top, rgba(0,163,153,1) 0%, rgba(29,186,202,0.95) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,163,153,1) 0%,rgba(29,186,202,0.95) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,163,153,1) 0%,rgba(29,186,202,0.95) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a399', endColorstr='#f21dbaca',GradientType=0 ); /* IE6-9 */
}

.columns-for-showcase .column a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.columns-for-showcase .col-excelencia{
    background-image: url("../images/web/thumb-excelencia.jpg");
}

.columns-for-showcase .col-inovacao{
    background-image: url("../images/web/thumb-inovacao.jpg");
}

.columns-for-showcase .col-compliance{
    background-image: url("../images/web/thumb-compliance.jpg");
}

.columns-for-showcase .col-responsabilidade {
    background-image: url("../images/web/thumb-responsabilidade.jpg");
}

.columns-for-showcase .text {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.columns-for-showcase .text p {
    bottom: 0;
    left: 50%;
    line-height: 20px;
    margin-top: 30px;
    max-width: 300px;
    opacity: 0;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    top: 50%;
    width: 90%;
}

.columns-for-showcase .column:hover p{
    opacity: 1;
}

.columns-for-showcase--no-title .text p {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .header,
    .banner {
        height: 50vh;
    }

    .banner:not(.no-blur):after {
        display: none;
    }


    .page-title {
        background-image: none !important;
        background-color: #fff;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
        margin-bottom: -15px;
        padding: 15px;
        width: 280px;
        z-index: 2;
    }

    .page-title h1 {
        color: #231F20;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .page-title h2 {
        color: #757575;
        font-size: 14px;
    }

    .page-title h3 {
        font-size: 20px;
    }

    main {
        margin-top: 16px;
    }

    .columns-for-box--with-bold .title:after {
        margin-left: 2vw;
        width: 8vw;
    }
}

@media screen and (max-width: 767px) {
    .container--carrossel {
        max-width: 100%;
        padding: 0;
    }

    .container--carrossel .slick-prev {
        left: 15px;
    }

    .container--carrossel .slick-next {
        right: 15px;
    }

    .container--carrossel .slick-slider:before,
    .container--carrossel .slick-slider:after {
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        width: 100px;
        z-index: 1;
    }

    .container--carrossel .slick-slider:before {
        background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(49,53,49,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(49,53,49,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(49,53,49,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#000000', startColorstr='#00313531',GradientType=1 ); /* IE6-9 */
    }

    .container--carrossel .slick-slider:after {
        background: -moz-linear-gradient(left, rgba(49,53,49,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(49,53,49,0) 0%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(49,53,49,0) 0%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00313531', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }

    .container--carrossel .slick-slider:before {
        left: 0;
    }

    .container--carrossel .slick-slider:after {
        right: 0;
    }
}

@media screen and (max-width: 560px) {
    .columns-for-box--with-bold .title:after {
        width: 60px;
    }
}

/* Footer */
.footer {
    background-color: #111;
    padding-top: 45px;
    
}

.footer ul {
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.footer ul a,
.social-title,
.subfooter-link{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}

.footer ul a {
    color: #8F9194;
}

.footer ul a:hover {
    color: #fff;
}

.footer li + li {
    margin-top: 10px;
}

.footer ul .subpages {
    margin-bottom: 10px;
    margin-left: 10px;
}

.footer ul .subpages li + li {
    margin-top: 0;
}

.footer ul .subpages a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.footer .subpages a,
.subfooter-link {
    color: #6D6E71;
}

.sitemap-header {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px; 
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;   
}

.subfooter-link {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
}

.social-title {
    background-color: #231F20;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 88px;
    z-index: 2;
}

.social-title:after {
    background-color: inherit;
    bottom: -5px;
    content: '';
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}

.social-link {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 62px;
}

.social-link:hover {
    color: #fff;
}

.social-link--ig {
    background-color: #d23d9b;
}

.social-link--fb {
    background-color: #355F98;
}

.social-link--tw {
    background-color: #23A8DF;
}

.social-link--lk {
    background-color: #156B9A;
}

.social-link--yt {
    background-color: #E92E3A;
}

.social-link + .social-link {
    margin-left: -4px;
}

.subfooter {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .footer .column-logo,
    .subfooter {
        text-align: center;
    }

    .footer .column-logo {
        margin-bottom: 30px;
    }

    .subfooter .column:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer .column-logo {
        margin-bottom: 0;
    }
}

/* 
    Mercados
*/
.banner--mercados {
    background-image: url("../images/web/banner-mercados.jpg");
}

.menu-anchor {
    bottom: 8px;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.menu-anchor li {
    display: inline-block;
}

.menu-anchor li + li {
    margin-left: -4px;
}

.menu-anchor a {
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 1);
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-anchor a:hover {
    color: #000;
}

.menu-anchor .current {
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 65); 
    color: rgba(35, 31, 32, .8);
    z-index: 1;
}

.intro {
    padding: 60px 0 10px;
}

.regular-text,
.featured-text {
    color: #6D6E71;
    font-family: 'Barlow', sans-serif;    
}

.regular-text {
    font-size: 14px;    
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
}

.featured-text {
    font-size: 22px;
    font-weight: 100;
    line-height: 27px;
}

.columns-for-info .image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.columns-for-info .text {
    color: #231F20;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 15px 10px 35px;
}

.columns-for-info .text-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.columns-for-info .info {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
}

.columns-for-info .info:before {
    content: '';
    height: 17px;
    left: -8.5px;
    position: absolute;
    top: 25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 17px;
    z-index: -1;
}

.columns-for-info .info--left:before {
    left: auto;
    right: -8.5px;
}

.columns-for-info .info-title {
    font-size: 16px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.columns-for-info ul + .info-title {
    margin-top: 25px;
}

.bg-blue-vertical {
    background: -moz-linear-gradient(top, rgba(0,162,152,1) 0%, rgba(29,185,201,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,162,152,1) 0%,rgba(29,185,201,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,162,152,1) 0%,rgba(29,185,201,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a298', endColorstr='#f21db9c9',GradientType=0 ); /* IE6-9 */
}

.bg-blue-vertical:before {
    background: rgba(0,162,152,1);
}

.bg-orange-vertical {
    background: -moz-linear-gradient(top, rgba(233,90,41,1) 0%, rgba(233,127,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(233,90,41,1) 0%,rgba(233,127,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(233,90,41,1) 0%,rgba(233,127,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95a29', endColorstr='#f2e97f00',GradientType=0 ); /* IE6-9 */
}

.bg-orange-vertical:before {
    background: rgba(233,90,41,1);
}

.bg-green-vertical {
    background: -moz-linear-gradient(top, rgba(133,190,82,1) 0%, rgba(170,215,35,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(133,190,82,1) 0%,rgba(170,215,35,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(133,190,82,1) 0%,rgba(170,215,35,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85be52', endColorstr='#f2aad723',GradientType=0 ); /* IE6-9 */
}

.bg-green-vertical:before {
    background: rgba(133,190,82,1);
}

.bg-yellow-vertical {
    background: -moz-linear-gradient(top, rgba(243,168,64,1) 0%, rgba(223,219,66,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(243,168,64,1) 0%,rgba(223,219,66,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(243,168,64,1) 0%,rgba(223,219,66,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a840', endColorstr='#f2dfdb42',GradientType=0 ); /* IE6-9 */
}


.bg-green-horizontal,
.banner--industria:after {
    background: -moz-linear-gradient(left, rgba(133,190,82,0.95) 0%, rgba(133,190,82,0.95) 1%, rgba(170,215,35,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(133,190,82,0.95) 0%,rgba(133,190,82,0.95) 1%,rgba(170,215,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(133,190,82,0.95) 0%,rgba(133,190,82,0.95) 1%,rgba(170,215,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f285be52', endColorstr='#aad723',GradientType=1 ); /* IE6-9 */
}

.bg-orange-horizontal,
.banner--energia:after {
    background: rgb(233,90,41); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(233,90,41,1) 0%, rgba(233,127,0,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(233,90,41,1) 0%,rgba(233,127,0,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(233,90,41,1) 0%,rgba(233,127,0,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95a29', endColorstr='#e97f00',GradientType=1 ); /* IE6-9 */
}

.bg-blue-horizontal,
.banner--infraestrutura:after {
    background: rgb(0,162,152); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,162,152,1) 0%, rgba(29,185,201,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,162,152,1) 0%,rgba(29,185,201,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,162,152,1) 0%,rgba(29,185,201,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A298', endColorstr='#1DB9C9',GradientType=1 ); /* IE6-9 */
}

.bg-yellow-horizontal,
.banner--mobilidade:after {
    background: rgb(243,168,64); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(243,168,64,1) 0%, rgba(223,219,66,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(243,168,64,1) 0%,rgba(223,219,66,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(243,168,64,1) 0%,rgba(223,219,66,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a840', endColorstr='#dfdb42',GradientType=1 ); /* IE6-9 */
}

.bg-yellow-vertical:before {
    background: rgba(243,168,64,1);
}

.row-info {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    margin-bottom: 25px;
}

.row-info:last-child {
    margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
    .with-anchor {
        margin-top: 60px;
    }

    .menu-anchor {
        bottom: -93px;
        width: 228px;
    }

    .menu-anchor li {
        margin-left: -4px;
        text-align: center;
        width: 116px;
    }

    .menu-anchor li a {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .columns-for-info .image {
        order: 1;
    }

    .columns-for-info .image img {
        position: relative;
    }

    .columns-for-info .text {
        order: 2;
        padding-bottom: 30px;
    }

    .columns-for-info .text-title {
        margin-bottom: 25px;
    }

    .columns-for-info .info {
        order: 3;
    }

    .columns-for-info .info:before {
        left: 25px;
        right: auto;
        top: -8.5px;
    }
}

/* 
    O que fazemos
*/

.banner-carrossel {
    height: 100%;
}

.banner-carrossel .banner {
    background-attachment: scroll;
}

.banner--o-que-fazemos-1 {
    background-image: url("../images/web/banner-o-que-fazemos-1.jpg");
}

.banner--o-que-fazemos-2 {
    background-image: url("../images/web/banner-o-que-fazemos-2-1.jpg");
}

.banner--o-que-fazemos-3 {
    background-image: url("../images/web/banner-o-que-fazemos-3-1.jpg");
}

.testimonials .slick-list {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.testimonials .text {
    padding: 35px 35px 20px 35px;
}

.testimonials .text p{
    color: #757575;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 19px;
    text-align: justify;
}

.testimonials .testimony-title,
.testimonials .text ul,
.testimonials .text .btn {
    color: #231F20;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
}

.testimonials .text ul {
    font-size: 12px;
    margin-top: 20px;
}

.testimonials .testimony-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.testimonials .text .btn {
    border: 1px solid #1C75BA;
    border-radius: 0;
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
}

.testimonials .image img{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.testimonials .image .modal-video {
    display: block;
    height: 100%;
    width: 100%;
}

.testimonials .image .modal-video:before,
.testimonials .image .modal-video:after {
    content: '';
    position: absolute;
}

.testimonials .image .modal-video:before {
    background-color: rgba(0, 41, 95, .4);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.testimonials .image .modal-video:after {
    background: url("../images/web/icone-play.svg");
    height: 81px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 81px;
    z-index: 2;
}

.testimonials .slick-prev,
.testimonials .slick-next{
    background-image: url("../images/web/arrow_carousel_black.png");
}

.testimonials--standalone .text {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.testimonials--standalone .testimony-title {
    color: #000;
    font-size: 20px;
}

/*.testimonials a[data-target="#video"]::after {
	content: "\f007";
	font-family: "Font Awesome 5 Regular";
	font-size: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/

.projetos-showcase .column,
.pessoas-showcase .column{
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.projetos-showcase .column:after,
.pessoas-showcase .column:after {
    background-color: rgba(35, 31, 32, .7);
    content: '';
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
}

.projetos-showcase .column img,
.pessoas-showcase .column img {
    left: 50%;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.projetos-showcase .column:hover:after,
.pessoas-showcase .column:hover:after {
    opacity: 0;
}

.projetos-showcase .column:hover img,
.pessoas-showcase .column:hover img {
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.projetos-showcase .column:hover a,
.pessoas-showcase .column:hover a{
    position: relative;
    z-index: 1;
}

.projetos-showcase-btn,
.projetos-showcase-btn:hover {
    color: #1C75BC;
}

.projetos-showcase-btn {
    background-color: #041E41;
    display: block;
    font-size: 18px;
    padding: 6.5px;
    text-align: center;
}

.categoria-projetos g,
.categoria-projetos path {
    fill: #2075BC;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.projetos-showcase--all .categoria-projetos a:hover g,
.projetos-showcase--all .categoria-projetos a:hover path,
.projetos-showcase--all .categoria-projetos .current g,
.projetos-showcase--all .categoria-projetos .current path {
    fill: #041E41;
}

.categoria-projetos .slick-track {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.categoria-projetos li {
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.categoria-projetos li:after {
    background-color: #E9EAEA;
    display: block;
    content: '';
    height: 32px;
    margin-top: -16px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}

.categoria-projetos .slick-prev,
.categoria-projetos .slick-next {
    background-image: url("../images/web/arrow_carousel_black.png");
    opacity: 1;
}

.categoria-projetos .slick-prev {
    left: -20px;
}

.categoria-projetos .slick-next {
    right: -20px;
}

@media screen and (max-width: 575px) {
    .categoria-projetos .slick-prev {
        left: 0;
    }

    .categoria-projetos .slick-next {
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    .testimonials .text {
        min-height: 265px;
    }
}

@media screen and (max-width: 991px) {
    .testimony .image img{
        position: relative;
    }
}

/* Mercado - Single */
.banner.banner--single-mercado {
    position: relative;
}

.banner.banner--single-mercado:after {
    content: '';
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner--single-mercado .scroll-down,
.banner--mercados .scroll-down {
    bottom: 60px;
    z-index: 2;
}

.banner--industria {
    background-image: url("../images/web/banner-industria.jpg");
}

.banner--infraestrutura {
    background-image: url("../images/web/banner-infraestrutura.jpg");
}

.banner--energia {
    background-image: url("../images/web/banner-energia.jpg");
}

.banner--mobilidade {
    background-image: url("../images/web/banner-mobilidade.jpg");
}

@media screen and (max-width: 991px) {
    .banner--single-mercado .info-col:nth-child(1) {
        display: none;
    }

    .banner--single-mercado .page-title--info {
        background: 0 none;
        box-shadow: none;
        margin-top: 20px;
        padding: 0;
    }

    .banner--single-mercado .menu-anchor {
        bottom: -84px;
    }

    .page-title--info .info-col p {
        font-size: 16px;
    }

    .page-title--info .info-col span {
        font-size: 48px;
    }

    .banner--single-mercado .scroll-down,
    .banner--mercados .scroll-down {
        bottom: 5px;
    }
}


/* Imprensa */
.banner--imprensa {
    background-image: url("../images/web/banner-imprensa-v2.jpg");
}

.lista-noticias .new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 182px;
    max-width: 100%;
}

.lista-noticias .new:nth-child(odd) {
    background-color: #F1F2F2;
}

.lista-noticias .new-more {
    display: none;
}

.lista-noticias .imagem {
    background-position: center;
    background-size: cover;
    height: 100%;
    float: left;
    width: 25%;
}

.lista-noticias .imagem a {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

.lista-noticias .text {
    float: left;
    margin-left: 20px;
    width: calc(75% - 20px);
}

.lista-noticias .new-title {
    margin-top: 15px;
}

.column-media ul{
    margin: 30px 0 0 40px;
}

.column-media li{
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 20px;
    min-height: 34px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.column-media h3 {
    color: #00295F;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0;
}

.column-media .ilustra {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imprensa .spr,
.investidores .spr,
.press-kit .spr,
.download-kits .spr {
    background: url(../images/web/imprensa/sprite.png) no-repeat left top;
}

.column-media .fotos {
    height: 27px;
    width: 31px;
}

.download-kits a,
.download-kits .esquerda span {
    display: inline-block;
    margin-left: 60px;
    vertical-align: middle;
}

.column-media a {
    color: #00275e;
}

.column-media a:hover {
    text-decoration: underline;
}

.column-media .logos {
    background-position: -33px 0;
    height: 30px;
    width: 31px;
}

.column-media .apresenta {
    background-position: -64px 0;
    height: 34px;
    width: 34px;
}

.column-media .docs{
    background-position: -100px 0;
    height: 36px;
    width: 31px;
}

.assessoria {
    padding-top: 50px;
}

.assessoria h3,
.assessoria p,
.assessoria .contatos,
.social-media p {
    padding-left: 20px;
}

.assessoria .contatos {
    margin: 23px 0;
}

.assessoria .contatos p {
    margin: 0;
    padding: 0;
}

.social-media {
    padding-top: 65px;
    padding-bottom: 6px;
}

.social-media .rede {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: auto;
    padding: 5px 0 5px 19px;
}

.social-media .rede .botao {
    width: 140px;
}

.social-media .rede .botao + p {
    margin-left: 20px;
    padding: 0;
}

.filtro-generico {
    align-items: center;
    background-color: #00295F;
    display: flex;
    flex-flow: row nowrap;
    height: 39px;
    justify-content: center;
}

.filtro-generico select,
.filtro-generico input {
    color: #fff;
}

.filtro-generico input {
    background-color: #1C75BC;
    padding: 0 5px;
}

.filtro-generico select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    height: 28px;
    line-height: 1;
    padding: 5px;
    outline: 0;
    text-indent: 0.01px;
    text-overflow: "";
    width: auto;
}

.filtro-generico .selecao li {
    padding-left: 20px;
    position: relative;
}

.filtro-generico .selecao li:before {
    background: url(../images/web/selector-arrow.png) no-repeat;
    content: '';
    height: 6px;
    position: absolute;
    left: 0;
    vertical-align: middle;
    top: 10px;
    width: 11px;
}

.filtro-generico .busca img {
    float: right;
    margin-left: 10px;
}

.filtro-generico .selecao {
    margin-left: 20px;
}

.filtro-generico .selecao li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.filtro-generico option {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #041E41;
    color: #fff;
    border-bottom: 1px solid #1a2e66;
    padding: 13px 0 19px 20px;
}

.lista-noticias {
    border-right: 1px solid #F1F2F2;
}

.link-mais-noticias {
    padding: 20px;
    text-align: right;
    width: 100%;
}

.link-mais-noticias a {
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
}

.banner-noticia {
    margin-bottom: 40px;
    width: 100%;
}

.data-noticia {
    display: block;
    margin-bottom: 15px;
}

.conteudo-noticia {
    padding-bottom: 30px;
    padding-left: 15px;
}

.conteudo-noticia p + p {
    margin-top: 0;
}

.related {
    padding-right: 15px;
}

.related .noticia {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}

.related .noticia:nth-child(odd) {
    background-color: #F1F2F2;
}

.related .noticia img {
    margin-right: 15px;
    width: 120px;
}

.related .noticia a:hover {
    text-decoration: underline;
}

@media screen and 
(min-width: 992px) and (max-width: 1280px),
(max-width: 768px) {
    .social-media .rede {
        align-items: flex-start;
        flex-flow: column wrap;
        padding: 5px 15px;
    }  
    
    .social-media .rede .botao {
        width: auto;
    } 
    
    .social-media .rede .botao + p {
        margin: 10px 0 0;
    }     
}

@media screen and (min-width: 992px) and (max-width: 1180px) {
    .filtro-generico select {
        width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .filtro-generico {
        flex-flow: row wrap;
        height: auto;
    }

    .filtro-generico .lbl-filtros {
        background: url(../images/web/selector-arrow.jpg) no-repeat scroll right 6px transparent;
        color: #1c75bc;
        cursor: pointer;
        display: inline-block;
        text-align: left;
        width: 60px;
        margin-left: 40px;
    }

    .filtro-generico .busca {
        background-color: #1C75BC;
        order: 2;
        width: 100%;
    }

    .filtro-generico .busca input {
        height: 37px;
        padding: 0 5px;
        width: calc(100% - 37px);
    }

    .filtro-generico .busca img {
        margin: 7px 14px 0 0;
    }

    .filtro-generico .selecao {
        margin-left: 0;
        width: 100%;
    }

    .filtro-generico .selecao li {
        display: block;
        margin: 0;
        padding: 5px 0 5px 40px;
        width: 100%;
    }

    .filtro-generico .selecao li:before {
        left: 20px;
        top: 17px;
    }

    .filtro-generico .selecao li + li {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .lista-noticias {
        border-right: 0 none;
    }

    .conteudo-noticia {
        padding-right: 15px;
    }

    .related {
        padding-left: 15px;
    }

    .related .noticia img {
        display: none;
    }

    .related .noticia a {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 767px) {
    .lista-noticias .new {
        height: auto;
    }

    .lista-noticias .imagem {
        height: 250px;
        margin-bottom: 20px;
        width: 100%;
    }

    .lista-noticias .text {
        clear: both;
        float: none;
        margin: 0;
        padding: 0 15px 15px 15px;
        width: 100%;
    }
}

/* Fornecedores */
.banner--fornecedores {
    background-image: url("../images/web/banner-fornecedores-v2.jpg");
}

.videos-fornecedores {
    margin-bottom: 40px;
}

.normas-relacionamento .column-imagem {
    height: 296px;
    background: url(../images/web/Fornecedores/Fornecedores_Box_normas_de_conduta.jpg) no-repeat scroll center bottom;
    background-size: cover;
}

.img-perguntas {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    height: 100%;
    margin-top: 0 !important;
    width: 190px;
}

.img-perguntas a {
    display: block;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .column-text-standalone {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .img-perguntas {
        display: none;
    }

    .txt-perguntas {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Investidores */
.banner--investidores {
    background-image: url("../images/web/banner-investidores.jpg");
}

/* Central de Balanços*/
.banner--balancos {
    background-image: url("../images/web/banner-balancos.jpg")
}

.modal.arquivos .modal-content {
    padding: 30px 20px 20px;
}

.titulo-arquivos {
    margin-bottom: 20px;
}

.ano-arquivo {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;    
}

.conteudo-arquivos {
    margin-bottom: 20px;
}

.ico-arquivo {
    margin-right: 15px;
    width: 40px;
}

.nome-arquivo {
    line-height: 38px;
    font-size: 16px;
}

.nome-arquivo a {
    color: #000;
}

.botao-arquivos {
    float: right;
}

.tabs {
    margin-bottom: 40px;
}

.tabs .tabs-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
    position: relative;
    transition: background-image .3s;
}

.tabs .tabs-bg .tabs-list {
    width: 87%;
    align-items: center;
    background-color: #00295F;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs .tabs-bg .tabs-list2 {
    width: 87%;
    align-items: center;
    background-color: #00295F;
    bottom: 20%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs .tabs-bg .tabs-list3 {
    width: 87%;
    align-items: center;
    background-color: #00295F;
    bottom: 40%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs .tabs-bg .tabs-list4 {
    width: 87%;
    align-items: center;
    background-color: #00295F;
    bottom: 60%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.combox {
    align-items: center;
    background-color: #00295F;
    bottom: 0;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    color: #fff;
    border-left: 1px solid #00295F;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    font-weight: lighter;
    box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, .5);
}

.combox option {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    width: 50px;
    font-weight: lighter;
}

.tabs .tabs-bg li + li {
    border-left: 1px solid #00295F;
}

.tabs .tabs-bg a {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.tabs .tabs-bg a:hover,
.tabs .tabs-bg .current {
    background-color: #fff;
    color: #00295F;
}

.tabs-content {
    margin-top: 40px;
    text-align: justify;
}

.tabs-item {
    display: none;
}

.tabs-item.current {
    display: block;
}

.tabs-item h2 {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .tabs .tabs-bg .tabs-list {
        justify-content: center;
        width: 100%;
    }

    .tabs .tabs-bg {
        height: 25vw;
    }

    .tabs .tabs-bg a {
        font-size: 14px;
    }

    .tabs .column-media ul {
        margin-left: 0;
    }

    .tabs .sidebar {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .tabs .tabs-bg {
        height: 50vw;
    }
}

@media screen and (max-width: 500px) {
    .tabs .tabs-bg {
        height: 100vw;
    }
}

/* Fale Conosco */
.banner--fale-conosco {
    background-image: url("../images/web/banner-fale-conosco-v2.jpg");
}

.lista-botoes-contato {
    margin-top: 20px;
}

.lista-botoes-contato li {
    display: block;
}

.lista-botoes-contato li + li {
    margin-top: 12px;
}

.lista-botoes-contato li a {
    display: block;
}

.testeira--fale-conosco {
    background-image: url("../images/web/fale-com-a-area.jpg");
}

.regiao {
    padding-bottom: 15px;
    padding-top: 15px;
}

.regiao h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.contatos .row:not(no-gutters):nth-child(even) .regiao:nth-child(even),
.contatos .row:not(no-gutters):nth-child(odd) .regiao:nth-child(odd) {
    background-color: #F1F2F2;
}

.contatos .row + .row .title--section {
    margin-top: 60px;
}

.trabalhe-conosco .row {
    background-color: #F1F2F2;
}

.trabalhe-conosco .column-imagem {
    height: 200px;
    background: url(../images/web/trabalhe-conosco.jpg) no-repeat scroll center top;
    background-size: cover;
}

.trabalhe-conosco .column-texto a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .trabalhe-conosco .column-texto {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

/* Compliance e Integridade */
.banner--compliance {
    background-image: url("../images/web/banner-compliance.jpg");
}

.compromissos
{
    background-color: #F1F2F2;
    color: #fff;
    margin: 60px 0 10px;
    text-align: center;
}
.compromissos h2,
.compromissos h3
{
    color: #fff;
}
.rel_compl_txt_img {
    color: #fff;
    left: 40px;
    max-width: 159px;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.rel_compl_txt_img .compl_link
{
    display:block;
    color:inherit;
    text-decoration:none;
    padding:5px;
}
.rel_compl_txt_img .compl_link:hover
{
    color:rgba(255,255,255,.5);
}
.rel_compl_txt_img .compl_link:nth-child(n+2)
{
    border-top: 1px solid rgba(255,255,255,.7);
}
.box-eixos
{
    background:url("../images/bg_eixos.png") no-repeat center;
    color: #fff;
    height: 387px;
    text-align: left;
    width: 460px;
    position:relative;
}
.box-eixos h2
{
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    padding-bottom: 30px;
    /* margin-bottom: 30px; */
    margin-top: 45px;
}
.box-eixos h3,
.box-eixos p,
.lin-compromissos h2
{
    font-weight: lighter;
}
.box-eixos h3
{
    font-size: 18px;
    line-height: 19px;
}
.box-eixos p
{
    font-size: 14px;
    line-height: 19px;
}
.box-eixos .verticaltext
{
    text-transform:uppercase;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    float:right;
    position:absolute;
    top:157px;
    font-size:15px;
    font-weight:500;
    width: 183px;
    text-align: center;
    right: -54px;
    line-height:34px;
    }
   .box-fr
   {
     width: 217px !important;
      right: -69px !important;
       }

.box-eixos .content
{
   margin-right: auto;
    margin-left: 7%;
    margin-top: 0;
    width: 71%;
}

.box-compromissos {
    margin-left: 10px;
    width: calc(100% - 470px);
}

.box-compromissos h2
{
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.box-compromissos h2 > .fa
{
    position: absolute;
    left: 14px;
}
.box-compromissos ul
{
    list-style: none outside none;
    margin-left: auto;
    text-align: left;
}
.box-compromissos li {
    background-color: #fff;
    border: 1px solid #00B0E9;
    color: #6D6E71;
    position: relative;
    line-height: 14px;
    display: inline-block;
    width: 49%;
 }
.box-compromissos li:nth-child(even)
{
    margin-left: 1%;
}
.box-compromissos li span
{
    display: table-cell;
    height: 36px;
    padding: 0 14px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.box-compromissos li div,
.box-compromissos li:hover,
.col-compromissos h2:hover span
{
    background-color: #00B0E9;
}
.box-compromissos .verde-direita li:hover
{
    background-color:#00C3A9 !important;
}
.box-compromissos li:hover div > .fa,
.box-compromissos h2:hover span > .fa
{
    height: 6px;
    position: absolute;
    top: -6px;
    width: 14px;
 }
.box-compromissos li:hover div > .fa
{
    background: url("../images/arrow_1_compliance.png") no-repeat center;
}
.box-compromissos h2:hover span > .fa
{
    background: url("../images/arrow_1_compliance.png") no-repeat center;
}

/*.fa-sort-asc{color:#fff; border:1px solid:#000;}*/
.box-compromissos li div,
.box-compromissos h2 span {
    color: #6D6E71;
    display: none;
    left: -1px;
    line-height: 19px;
    padding: 20px;
    position: absolute;
    width: 100%;
    margin-top: 8px;
    font-style:italic;
}
.box-compromissos ul{margin:0}
.box-compromissos .azul-esqueda li div,.box-compromissos .verde-direita li div{background-color:#fff;}
.box-compromissos .verde-direita li{border:1px solid #00C3A9}
.box-compromissos .azul-esqueda li div{border:1px solid #00B0E9}
.box-compromissos .verde-direita li div {border:1px solid #00C3A9}
.box-compromissos li:hover
{
    color: #6D6E71;
    font-weight: normal;
}
.box-compromissos li:hover div,
.box-compromissos h2:hover span
{
    display: block;
    z-index: 2;
    box-shadow:1px 5px 98px -6px #000;
}
.col-compromissos h2:hover span
{
    border: 1px solid #00B0E9;
    color: #00B0E9;
}
.box-compromissos h2 p
{
    width:96%;
    text-transform:none;
    font-size:14px;
    color:#6D6E71;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    border-top:0.5px solid #fff;
    padding-top:3px;
    line-height:17px;
    }
.espaco{border-top:0 none !important; padding-top:0px !important}
.prevencao{background-color:#00B0E9;}
.monitoramento{background-color:#00C3A9 !important; border:1px solid #00C3A9 !important}
.box-compromissos h2:hover span
{
    left: 0;
    text-align: left;
    text-transform: none;
    margin-top: 20px;
}
.col-compromissos h2:hover span
{
    background-color: #fff;
}
.col-compromissos
{
    width: 50%;
}
.col-compromissos-2 {
    margin-left: 20px;
    width: calc(50% - 20px);
}
.col-compromissos h2
{
    background-color: #00B0E9;
    border: 1px solid #00B0E9;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    padding: 10px 0;
}
.bg-amarelo{background-color:#FFC85A; border:1px solid #FFC85A}
.bg-laranja{background-color:#FB763F; border:1px solid #FB763F}
.bg-laranja .fa-comments-o, .bg-amarelo .fa-users{font-size:21px}
.lin-compromissos{position:relative; top:13px;}
.lin-compromissos h2:hover,
.lin-compromissos h2:hover span
{
    border: 1px solid #00295F;
    color: #00295F;
}
.lin-compromissos h2:hover span
{
    background-color: #fff;
}
.lin-compromissos h2
{
    color: #6D6E71;
    font-size: 17px;
    line-height: 20px;
    padding: 9.5px 0;
    font-weight:500;
}
.lin-compromissos h2:last-of-type {
    margin-bottom: 0;
}
.lin-compromissos h2:hover span > .fa
{
    background: url("../images/arrow_3_compliance.png") no-repeat center;
}

.compliance {
    margin-left: -520px !important;
}

.download_compliance
{
    width:654px;
    margin:auto;
    text-transform:uppercase;
    margin-top:44px;
    margin-bottom:30px;
    font-weight:600;
    font-size:16px;
}

.download_compliance a
{
    color:#041E41;
    padding:15px 20px;
    border:1px solid #041E41;
    text-decoration:none;
}

.download_compliance a span
{
    color:#00B0E9;
}

.download_compliance a span:hover
{
    text-decoration:underline;
}

.pag-compliance .header {
    background: url("../images/web/compliance/parallax_etica_compliance.jpg") no-repeat;
    background-attachment: fixed;
    background-size: 1423px 556px;
    background-position: top center !important;
}

.pag-compliance .blur {
    background-position: top center !important;
}

.no-backgroundsize .pag-compliance .header {
    background: url("../images/web/comofazemos/destaque.jpg") no-repeat bottom center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/web/comofazemos/destaque.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/web/comofazemos/destaque.jpg', sizingMethod='scale')";
}

.perguntas-compliance
{
        margin:auto;
        float:none !important;
        border-right:0 none !important;
}

.perguntas-compliaceboxaltura
{
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 178px;
}

.perguntas-compliaceboxaltura:nth-child(odd) {
    background-color: #F1F2F2;
}

.img-complicance-perguntas
{
    width: 190px;
    background:#FFB716 url('../images/web/compliance/perguntas.png');
    background-repeat:no-repeat;
    background-size:50%;
    background-position:center center;
    height:100%;
    margin-top:0 !important;
}

.img-complicance-perguntas a {
    display: block;
    height: 100%;
}

.txt-complicance-perguntas {
    margin-left: 20px;
    width: calc(100% - 210px);
}

.txt-complicance-perguntas h3 {
    font-size: 17px;
}

.noticia:nth-child(3) .img-complicance-perguntas{background-color:#2C4F50}
.noticia:nth-child(4) .img-complicance-perguntas{background-color:#A21E30}
.noticia:nth-child(5) .img-complicance-perguntas{background-color:#008B55}
.newtop{margin: 32px 0 15px;}

.prevencao p, .monitoramento p{font-style:italic;    width: 93% !important;}

.textoEtica {
    float: left;
    position: relative;
    margin-top: 20px;
}

.textoEticaFornecedor {
    float: left;
    position: relative;
    margin-top: 0px;
}

.textoVideo {
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
}

.iconePDFFornecedor {
    text-align: center;
    float: right;
    position: relative;
    margin: 0px auto 0px;
    margin-bottom: 130px;
    margin-right: 35px;
}

.iconePDF {
    text-align: left;
}

.fala-tel {
    background-image: url(../images/web/compliance/telefone.png);
    width: 85px;
    height: 210px;
    float: left;
    z-index: 100;
    position: relative;
}

.fala-container-telefones ul {
    list-style: none;
    margin: 0;
    width: 300px;
    height: 212px;
    float: left;
    position: relative;
    right: 4px;
}

.fala-container-telefones ul li {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 41px;
}

.fala-container-telefones ul li + li {
    border-top: 1px solid #fff;
    margin-top: 1px;
}

.fala-paises {
    margin-right: 20px;
}

.fala-paises img {
    width: 61px;
    height: 41px;
}

.tele-textos {
    color: #041E41;
    font-size: 20px;
    padding-top: 0;
}

.row-mapa {
    background-image: url(../images/web/compliance/mapa.png);
    background-repeat: no-repeat;
    background-position: 25% center;
}

.downloads {
    height: 150px;
}

.press-kit {
    height: 34px;
    position: relative;
    width: 100%;
}

.press-kit a {
    line-height: 34px;
    padding-left: 42px;
}

.filtro-perguntas h2 {
    color: #fff;
    font-size: 17px;
    margin: 0 40px 0 0;
}

#detalhePergunta .conteudo-noticia,
#detalhePergunta .related {
    margin-top: 15px;
}

#detalhePergunta .related h5 {
    margin-bottom: 15px;
}

#detalhePergunta .related .noticia img {
    width: 100px;
}

#detalhePergunta .related .noticia a {
    color: #000;
}

@media screen and (max-width: 1180px) {
    .box-eixos,
    .box-compromissos {
        clear: both;
        float: none !important;
    }

    .box-eixos {
        background-image: url("../images/bg_eixos-mobile.png");
        height: 467px;
        margin: 0 auto 20px;
        max-width: 373px;
        width: 100%;
    }

    .box-eixos .verticaltext {
        bottom: 11px;
        float: none;
        left: 0;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
    }

    .box-eixos .content {
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
        padding-top: 25px;
        width: 90%;
    }

    .box-compromissos {
        margin-left: 0;
        width: 100%;
    }

    .box-compromissos li div,
    .box-compromissos h2 span {
        width: 100% !important;
    }

}

@media screen and (max-width: 991px) {
    .iconePDF {
        margin: 30px 0;
        text-align: center;
    }

    .rel_compl_txt_img {
        left: 50%;
        margin-left: -105px;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .iconeEtica .rel_compl_txt_img {
        margin-left: -165px;
    }

    .col-compromissos,
    .col-compromissos-2 {
        clear: both;
        float: none;
        width: 100%;
    }

    .col-compromissos-2 {
        margin: 20px 0 0;
    }

    .nossos-valores .bg-cinza {
        padding-top: 20px;
    }

    .col-telefones {
        margin-top: 25px;
    }

    .fala-container-telefones ul {
        width: calc(100% - 85px);
    }

    .fala-paises {
        margin-right: 10px;
    }

    .filtro-perguntas h2 {
        margin: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .box-compromissos li {
        display: block;
        width: 100%;
    }

    .box-compromissos li:nth-child(even) {
        margin: 5px 0;
    }

    .youmax-video-tnail-box {
        float: none;
        width: 100% !important;
    }

    .youmax-video-tnail {
        height: 270px;
    }

    .img-complicance-perguntas {
        display: none;
    }

    .txt-complicance-perguntas {
        margin: 0;
        width: 100%;
    }

    .perguntas-compliaceboxaltura {
        height: auto;
        padding: 10px 0;
    }
}

@media screen and (max-width: 600px) {
    .iconeEtica .rel_compl_txt_img {
        width: 100px;
    }
}

@media screen and (max-width: 450px) {
    .rel_compl_txt_img {
        left: 8%;
        margin-left: 0;
        transform: translateY(-50%);
        width: 100px;
    }

    .iconeEtica .rel_compl_txt_img {
        margin-left: 0;
    }
}

/* Projetos */
.info-projetos {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.info-projetos .column span {
    color: #00295F;
    display: block;
    font-family: 'Barlow Condensed';
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
}

.info-projetos .column .qtd {
    font-size: 103px;
    line-height: 1;
}

.info-projetos .column p {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    margin-left: 15px;
    max-width: 235px;
}

.projetos-showcase--infraestrutura .categoria-projetos svg,
.projetos-showcase--infraestrutura .categoria-projetos svg *,
.projetos-showcase--energia .categoria-projetos svg,
.projetos-showcase--energia .categoria-projetos svg *,
.projetos-showcase--oleoegas .categoria-projetos svg,
.projetos-showcase--oleoegas .categoria-projetos svg *,
.projetos-showcase--mobilidade .categoria-projetos svg,
.projetos-showcase--mobilidade .categoria-projetos svg *{
    fill: #000;
    opacity: .4;
}

.projetos-showcase--infraestrutura .aeroportos svg,
.projetos-showcase--infraestrutura .aeroportos svg *,
.projetos-showcase--infraestrutura .portos svg,
.projetos-showcase--infraestrutura .portos svg *,
.projetos-showcase--infraestrutura .arenas svg,
.projetos-showcase--infraestrutura .arenas svg *,
.projetos-showcase--infraestrutura .edificacoes svg,
.projetos-showcase--infraestrutura .edificacoes svg *,
.projetos-showcase--infraestrutura .ferrovias svg,
.projetos-showcase--infraestrutura .ferrovias svg *,
.projetos-showcase--infraestrutura .metro svg,
.projetos-showcase--infraestrutura .metro svg *,
.projetos-showcase--infraestrutura .rodovias svg,
.projetos-showcase--infraestrutura .rodovias svg *,
.projetos-showcase--infraestrutura .saneamento svg,
.projetos-showcase--infraestrutura .saneamento svg *,
.projetos-showcase--infraestrutura--all svg,
.projetos-showcase--infraestrutura--all svg * {
    fill: #1DB6C6;
    opacity: 1;
}

.projetos-showcase--energia .gasodutos svg,
.projetos-showcase--energia .gasodutos svg *,
.projetos-showcase--energia .hidreletricas svg,
.projetos-showcase--energia .hidreletricas svg *,
.projetos-showcase--energia .irrigacao svg,
.projetos-showcase--energia .irrigacao svg *,
.projetos-showcase--energia .usina_nuclear svg,
.projetos-showcase--energia .usina_nuclear svg *,
.projetos-showcase--energia .termeletricas svg,
.projetos-showcase--energia .termeletricas svg *,
.projetos-showcase--energia--all svg,
.projetos-showcase--energia--all svg *  {
    fill: #E97124;
    opacity: 1;
}

.projetos-showcase--oleoegas .perfuracao svg,
.projetos-showcase--oleoegas .perfuracao svg *,
.projetos-showcase--oleoegas .edificacoes svg,
.projetos-showcase--oleoegas .edificacoes svg *,
.projetos-showcase--oleoegas .refinarias svg,
.projetos-showcase--oleoegas .refinarias svg *,
.projetos-showcase--oleoegas .usina_nuclear svg,
.projetos-showcase--oleoegas .usina_nuclear svg *,
.projetos-showcase--oleoegas .termeletricas svg,
.projetos-showcase--oleoegas .termeletricas svg *,
.projetos-showcase--oleoegas--all svg,
.projetos-showcase--oleoegas--all svg * {
    fill: #85BE3F;
    opacity: 1;
}

.projetos-showcase--mobilidade .aeroportos svg,
.projetos-showcase--mobilidade .aeroportos svg *,
.projetos-showcase--mobilidade .ferrovias svg,
.projetos-showcase--mobilidade .ferrovias svg *,
.projetos-showcase--mobilidade .navios svg,
.projetos-showcase--mobilidade .navios svg *,
.projetos-showcase--mobilidade .metro svg,
.projetos-showcase--mobilidade .metro svg *,
.projetos-showcase--mobilidade--all svg,
.projetos-showcase--mobilidade--all svg * {
    fill: #DFDB42;
    opacity: 1;
}

.title--projetos,
.title--projetos h2 {
    color: #1C75BC;
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 0 auto 5px;
    text-transform: none;
}

.title--projetos-menor,
.title--projetos-menor h2 {
    font-size: 24px;
}

.filtroProjetos {
    background-color: #00295F;
}

.filtro-projetos {
    justify-content: space-between;
}

.filtro-projetos .busca img {
    float: left;
    margin: 0 10px 0 0;
    min-height: inherit;
    min-width: inherit;
}

.filtro-projetos .busca input {
    background-color: transparent;
}

.filtro-projetos ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.filtro-projetos :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.filtro-projetos ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.filtro-projetos select {
    max-width: 120px;
}

@media screen and (max-width: 1180px) {
    .filtroProjetos .container {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .filtro-projetos .busca {
        background-color: #1C75BC;
        order: 2;
        width: 100%;
    }

    .filtro-projetos .busca img {
        margin: 5px 10px 0 17px;
    }

    .filtro-projetos .busca input {
        height: 37px;
        padding: 0 5px;
        width: calc(100% - 50px);
    }

    .filtro-projetos .selecao {
        margin-left: 0;
        width: 100%;
    }

    .filtro-projetos .selecao li {
        display: block;
        margin: 0;
        padding: 5px 0 5px 40px;
        width: 100%;
    }

    .filtro-projetos select {
        max-width: inherit;
    }
}

@media screen and (max-width: 991px) {
    .info-projetos {
        flex-flow: column wrap;
    }

    .info-projetos .column + .column {
        margin-top: 20px;
    }

    .info-projetos .column .qtd {
        font-size: 48px;
    }

    .info-projetos .column span,
    .info-projetos .column p {
        font-size: 16px;
    }

    .info-projetos .column span {
        text-align: center;
    }

    .info-projetos .column p {
        max-width: 90%;
        text-align: center;
    }
}

/* M�delo de projeto */
.banner--belo-monte {
    background-image: url("../images/web/banner-belo-monte.jpg");
}

.banner--beira-rio {
    background-image: url("../images/web/banner-beira-rio.jpg");
}

.banner--arena-amazonia {
    background-image: url("../images/web/banner-arena-amazonia.jpg");
}

.banner--transcarioca {
    background-image: url("../images/web/banner-transcarioca.jpg");
}

.banner--s11d {
    background-image: url("../images/web/banner-s11d.jpg");
}

.banner--coari {
    background-image: url("../images/web/banner-coarimanaus.jpg");
}

.banner--imbituba {
    background-image: url("../images/web/banner-imbituba.jpg")
}

.banner--itaipu {
    background-image: url("../images/web/banner-itaipu.jpg")
}

.banner--maracana {
    background-image: url("../images/web/banner-maracana.jpg")
}

.banner--santoantonio {
    background-image: url("../images/web/banner-santoantonio.jpg")
}

.banner--manguinhos {
    background-image: url("../images/web/banner-manguinhos.jpg")
}

.banner--parque-olimpico {
    background-image: url("../images/web/banner-parque-olimpico.jpg")
}

.banner--ponte-leziria {
    background-image: url("../images/web/banner-ponte-leziria.jpg")
}

.banner--funchal {
    background-image: url("../images/web/banner-funchal.jpg")
}

.banner--manaus-porto-velho {
    background-image: url("../images/web/banner-manaus-porto-velho.jpg")
}

.banner--castelo-branco {
    background-image: url("../images/web/banner-castelo-branco.jpg")
}

.banner--rodovia-interoceanica-sul {
    background-image: url("../images/web/banner-rodovia--interoceanica-sul.jpg")
}

.banner--rodovia-anhanguera-bandeirantes {
    background-image: url("../images/web/banner-rodovia-anhanguera-bandeirantes.jpg")
}

.banner--confins {
    background-image: url("../images/web/banner-confins.jpg")
}

.banner--ferrovia-carajas {
    background-image: url("../images/web/banner-ferrovia-carajas.jpg")
}

.banner--ferrovia-norte-sul {
    background-image: url("../images/web/banner-ferrovia-norte-sul.jpg")
}

.banner--metro-lisboa {
    background-image: url("../images/web/banner-metro-lisboa.jpg")
}

.banner--metro-rj {
    background-image: url("../images/web/banner-metro-rj.jpg")
}

.banner--metro-sp {
    background-image: url("../images/web/banner-metro-sp.jpg")
}

.banner--oriximina {
    background-image: url("../images/web/banner-oriximina.jpg")
}

.banner--termoeletrica-fortaleza {
    background-image: url("../images/web/banner-termoeletrica-fortaleza.jpg")
}

.banner--viaduto-transrhumel {
    background-image: url("../images/web/banner-viaduto-transrhumel.jpg")
}

.banner--reduc {
    background-image: url("../images/web/banner-reduc.jpg")
}

.banner--regap {
    background-image: url("../images/web/banner-regap.jpg")
}

.banner--projeto .container-fluid {
    left: 50%;
    max-width: 1029px;    
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 2;
}

.projeto-title {
    background-color: #fff;
    border-top: 4px solid transparent;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.55); 
    padding: 20px 30px;
    position: relative;
    width: 310px;
}

.projeto-title:after {
    background-color: #fff;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 25px;
    position: absolute;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
}

.projeto-title h2 {
    color: #231F20;
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.projeto-title ul {
    color: #231F20;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    padding-right: 40px;
}

.projeto-title svg {
    bottom: 20px;
    position: absolute;
    right: 25px;
}

.projeto-energia{
    border-top-color: #E97124;
}

.projeto-energia svg,
.projeto-energia svg * {
    color: #E97124;
    fill: #E97124;
}

.projeto-infraestrutura{
    border-top-color: #1db6c6;
}

.projeto-infraestrutura svg,
.projeto-infraestrutura svg * {
    color: #1db6c6;
    fill: #1db6c6;
}

.projeto-oleoegas{
    border-top-color: #85BE3F;
}

.projeto-oleoegas svg,
.projeto-oleoegas svg * {
    color: #85BE3F;
    fill: #85BE3F;
}

.projeto-mobilidade{
    border-top-color: #DFDB42;
}

.projeto-mobilidade svg,
.projeto-mobilidade svg * {
    color: #DFDB42;
    fill: #DFDB42;
}

.info-projeto h2 {
    color: #424242;
    font-style: normal;
    margin-bottom: 20px;
}

.info-projeto .column-text {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    font-style: italic;
    padding: 30px 35px;
}

.info-projeto .column-image {
    overflow: hidden;
    position: inherit;
    z-index: 1;
}

.info-projeto .column-image img {
    width: 100%;
}

.info-projeto .column-image--poster .title {
    color: #fff;
    font-size: 32px;
    left: 50%;
    margin-bottom: 0;
    width: 90%;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.info-projeto .column-image--poster:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.column-image--poster-infraestrutura:after {
    background: -moz-linear-gradient(left, rgba(0,163,153,0.8) 0%, rgba(29,186,202,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,163,153,0.8) 0%,rgba(29,186,202,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,163,153,0.8) 0%,rgba(29,186,202,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00a399', endColorstr='#cc1dbaca',GradientType=1 ); /* IE6-9 */
}

.column-image--poster-energia:after {
    background: -moz-linear-gradient(left, rgba(237,90,41,0.8) 0%, rgba(237,127,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(237,90,41,0.8) 0%,rgba(237,127,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(237,90,41,0.8) 0%,rgba(237,127,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5a29', endColorstr='#f2ed7f00',GradientType=1 ); /* IE6-9 */
}

.column-image--poster-oleoegas:after {
    background: -moz-linear-gradient(left, rgba(137,194,82,0.8) 0%, rgba(174,219,35,0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(137,194,82,0.8) 0%,rgba(174,219,35,0.81) 100%);
    background: linear-gradient(to right, rgba(137,194,82,0.8) 0%,rgba(174,219,35,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f289c252', endColorstr='#aedb23',GradientType=1);
}

.column-image--poster-mobilidade:after {
    background: -moz-linear-gradient(left, rgba(247,172,64,0.8) 0%, rgba(227,223,66,0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(247,172,64,0.8) 0%,rgba(227,223,66,0.8) 100%);
    background: linear-gradient(to right, rgba(247,172,64,0.8) 0%,rgba(227,223,66,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ac40', endColorstr='#f2e3df42',GradientType=1 );
}

.info-projeto_row {
    min-height: 268px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .info-projeto_row {
        height: 100%;    
    }

    .info-projeto .column-image img {
        display: block;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }

    .info-projeto .column-image--poster img {
        left: 0;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .projeto-title {
        width: 100%;
    }

    .info-projeto .column-image--poster img {
        left: 50%;
        max-width: none;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
    }
}

/* Excel�ncia */
.banner--excelencia {
    background-image: url("../images/web/banner-excelencia.jpg");
}

.column-box-qualidade,
.column-box-politicas,
.column-box-valores {
    padding: 25px 20px 20px 20px !important;
}

.column-box-qualidade + .column-box-qualidade,
.column-box-politicas + .column-box-politicas,
.column-box-valores + .column-box-valores {
    border-left: 1px solid #E8E9E9;
}

.column-box-qualidade .title,
.column-box-valores .title {
    margin: 20px 0 10px;
}

.column-box-qualidade p,
.column-box-valores p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-style: italic;
}

.column-box-valores p {
    font-style: normal;
}

 @media screen and (min-width: 992px) {
     .column-box-valores-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
     }

    .column-box-valores .title {
        padding-right: 60px;
    }
 }

.column-box-diferenciais {
    background-color: #fff;
}

.column-box-diferenciais + .column-box-diferenciais {
    padding-left: 1px;
}

.column-box-diferenciais:not(.solid-bg):nth-child(odd){
    background-color: #E8E9E9;
}

.column-box-diferenciais.solid-bg + .column-box-diferenciais.solid-bg {
    border-left: 1px solid #fff;
    padding-left: 0;
}

.column-box-diferenciais.solid-bg {
    background-color: #E7E8E8;
}

.column-box-diferenciais .image {
    background-color: #E5E5E5;
    position: relative;
}

.column-box-diferenciais .image .mark {
    background-color: transparent;
    left: 50%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.column-box-diferenciais img {
    width: 100%;
}

.column-box-diferenciais .texto {
    padding: 25px 20px 20px 20px;
}

.column-box-diferenciais a {
    color: #1C75B6;
    display: inline-block;
    margin-top: 15px;
}

.column-box-diferenciais a:hover {
    color: #00275e;
    text-decoration: underline;
}

/* Inova��o */
.banner--inovacao {
    background-image: url("../images/web/banner-inovacao.jpg");
}

/* Quem Somos */

.carousel .lbl {
    font-size: 14px;
}

.carousel .lbl h3 {
    font-weight: 600;
    line-height: 21px;
}

.carousel .lbl h3 a {
    color: #111111;
    font-size: 18px;
}

.carousel .lbl h3 a:hover {
    text-decoration: none;
}

.carousel .lbl p {
    color: #757575;
    font-weight: lighter;
    height: 42px;
    line-height: 19px;
    overflow: hidden;
}

.carousel-inner {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#btnFechar {
    background: url("../images/web/quemsomos/fechar.png") no-repeat left center;
    height: 28px;
    width: 28px;
    top: 50px;
    left: 48px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    display: none;
}

#btnEsquerdaAnos {
    background: url("../images/web/quemsomos/seta-anos.jpg") no-repeat left center;
    height: 20px;
    width: 10px;
    top: 505px;
    left: 34px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    display: block;
}

#btnDireitaAnos {
    background: url("../images/web/quemsomos/seta-anos.jpg") no-repeat left center;
    height: 20px;
    width: 10px;
    background-position: -10px 0;
    top: 505px;
    right: 40px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    display: block;
}

.dnone-important {
    display: none !important;
}

.dblock-important {
    display: block !important;
}

#btnDireita {
    background: url("../images/web/arrow_carousel-branco.png") no-repeat left center;
    height: 40px;
    width: 20px;
    background-position: -20px 0;
    top: 238px;
    right: 48px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
}

#btnGrande {
    background: url("../images/web/arrow_carousel-branco.png") no-repeat left center;
    height: 40px;
    width: 20px;
    background-position: -20px 0;
    top: 238px;
    right: 48px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    display: none;
}

#btnEsquerda {
    background: url("../images/web/arrow_carousel-branco.png") no-repeat left center;
    height: 40px;
    width: 20px;
    top: 238px;
    left: 48px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
}

.carousel-control {
    background: url("../images/web/arrow_carousel.png") no-repeat left center;
    height: 40px;
    width: 20px;
}

.carousel-control.right {
    background-position: -20px 0;
}

.carousel-pai {
    width: 100% !important;
}

#carousel .item {
    width: 1.149%;
    height: 500px;
    margin-top: -10px;
    /* padding: 379px 0 0 12px; */
    padding-left: 12px;
    float: left;
    /* display: block; */
    cursor: pointer;
}

#carousel .n1, #carousel .n31 {
    background-color: #0068AD !important;
}

.pag-quem-somos .person {
    width: 25%;
}

.ponta-carousel {
    display: none;
}

.anos-carousel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 320px;
    background-color: #00265D;
    margin: 0px auto;
    font-size: 15px;
    padding: 15px 10px;
    color: #FFFFFF;
    position: relative;
}

.anos-carousel:before {
    background-color: #00265D;
    content: '';
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -4px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
}

.anos-carousel a {
    font-size: 14px;
    position: relative;
}

.anos-carousel a + a {
    margin-left: 20px;
}

.anos-carousel span {
    color: #1C75BC;
}

.anos-carousel-grande {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    background-color: #00265D;
    margin: 0px 0 0 54px;
    font-size: 15px;
    padding: 0 10px;
    color: #1C75BC;
    height: 100% !important;
}

.item-ativo {
    color: #FFFFFF;
}

.anos-carousel-grande span {
    margin: 0 2.5px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.carousel-grande .caroufredsel_wrapper {
    height: 45px !important;
    width: 91% !important;
    margin: 0px 0px 0px 4.3% !important;
}

.exibe1 {
    width: 100%;
    height: 454px;
    background-color: Black;
    display: none;
    position: absolute;
    top: 0px;
}

#carousel .item {
    width: 1.149%;
    height: 500px;
    margin-top: -10px;
    /*padding: 379px 0 0 12px;*/
    padding-left: 12px;
    float: left;
    /*display: block;*/
    cursor: pointer;
}

.exibe {
    display: block !important;
    opacity: 0.2;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
}

.grande {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 41px !important;
    width: 13.5% !important;
    display: none;
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.item .caroufredsel_wrapper {
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /*width: 1400px !important;*/;
}

.item .caroufredsel_wrapper div {
    float: left !important;
    display: block;
        /*width: 200px !important;*/
    position: relative;
}

.ativo-carousel {
    margin: 26px 0 !important;
    opacity: 1 !important;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 200px !important;
}

.ativo-carousel p {
    font-size: 21px;
    width: 200px !important;
    height: auto;
    margin-top: 5px !important;
    line-height: 24px;
}

.ativo-p:not(.jcarousel-pagination) {
    margin-top: 157px !important;
    margin-bottom: 40px !important;
}

.selected span,
.selected {
    color: #FFFFFF !important;
}

.carousel-grande .caroufredsel_wrapper {
    overflow: hidden !important;
}

.carousel-pai {
    width: 100% !important;
}

.n1,
.n11,
.n21 {
    width: 133px;
}

.ativo1 {
    background-image: url("../images/web/quemsomos/b1948.jpg");
}

.ativo2 {
    background-image: url("../images/web/quemsomos/b1950.jpg");
}

.ativo3 {
    background-image: url("../images/web/quemsomos/b1956.jpg");
}

.ativo4 {
    background-image: url("../images/web/quemsomos/b1957.jpg");
}

.ativo5 {
    background-image: url("../images/web/quemsomos/b1958.jpg");
}

.ativo6 {
    background-image: url("../images/web/quemsomos/b1961.jpg");
}

.ativo7 {
    background-image: url("../images/web/quemsomos/b1962.jpg");
}

.ativo8 {
    background-image: url("../images/web/quemsomos/b1968.jpg");
}

.ativo9 {
    background-image: url("../images/web/quemsomos/b1971.jpg");
}

.ativo10 {
    background-image: url("../images/web/quemsomos/b1973.jpg");
}

.ativo11 {
    background-image: url("../images/web/quemsomos/b1975.jpg");
}

.ativo12 {
    background-image: url("../images/web/quemsomos/b1976.jpg");
}

.ativo13 {
    background-image: url("../images/web/quemsomos/b1977.jpg");
}

.ativo14 {
    background-image: url("../images/web/quemsomos/b1979.jpg");
}

.ativo15 {
    background-image: url("../images/web/quemsomos/b1980.jpg");
}

.ativo16 {
    background-image: url("../images/web/quemsomos/b1981.jpg");
}

.ativo17 {
    background-image: url("../images/web/quemsomos/b1983.jpg");
}

.ativo18 {
    background-image: url("../images/web/quemsomos/b1984.jpg");
}

.ativo19 {
    background-image: url("../images/web/quemsomos/b1986.jpg");
}

.ativo20 {
    background-image: url("../images/web/quemsomos/b1987.jpg");
}

.ativo21 {
    background-image: url("../images/web/quemsomos/b1989.jpg");
}

.ativo22 {
    background-image: url("../images/web/quemsomos/b1990.jpg");
}

.ativo23 {
    background-image: url("../images/web/quemsomos/b1992.jpg");
}

.ativo24 {
    background-image: url("../images/web/quemsomos/b1993.jpg");
}

.ativo25 {
    background-image: url("../images/web/quemsomos/b1995.jpg");
}

.ativo26 {
    background-image: url("../images/web/quemsomos/b1996.jpg");
}

.ativo30 {
    background-image: url("../images/web/quemsomos/b2007.jpg");
}

.ativo32 {
    background-image: url("../images/web/quemsomos/b2009.jpg");
}

.ativo33 {
    background-image: url("../images/web/quemsomos/b2010.jpg");
}

.ativo34 {
    background-image: url("../images/web/quemsomos/b2011.jpg");
}

.ativo35 {
    background-image: url("../images/web/quemsomos/b2012.jpg");
}

.ativo36 {
    background-image: url("../images/web/quemsomos/b2013.jpg");
}
.ativo37 {
    background-image: url("../images/web/quemsomos/b2014.jpg");
}

.ativo38 {
    background-image: url("../images/web/quemsomos/b2016.jpg");
}

.ativo39 {
    background-image: url("../images/web/quemsomos/b2017.jpg");
}


#carousel .n1,
#carousel .n31 {
    background-color: #0068AD !important;
}

#carousel .n2,
#carousel .n32 {
    background-color: #2D3D63;
}

    #carousel .n2 .jcarousel-pagination,
    #carousel .n5 .jcarousel-pagination,
    #carousel .n6 .jcarousel-pagination,
    #carousel .n7 .jcarousel-pagination,
    #carousel .n8 .jcarousel-pagination,
    #carousel .n9 .jcarousel-pagination,
    #carousel .n10 .jcarousel-pagination,
    #carousel .n12 .jcarousel-pagination,
    #carousel .n13 .jcarousel-pagination,
    #carousel .n14 .jcarousel-pagination,
    #carousel .n16 .jcarousel-pagination,
    #carousel .n17 .jcarousel-pagination,
    #carousel .n19 .jcarousel-pagination,
    #carousel .n20 .jcarousel-pagination,
    #carousel .n21 .jcarousel-pagination,
    #carousel .n22 .jcarousel-pagination,
    #carousel .n25 .jcarousel-pagination,
    #carousel .n28 .jcarousel-pagination {
        display: none;
    }

#carousel .n3,
#carousel .n33 {
    background-color: #1D2648;
}

#carousel .n4,
#carousel .n34 {
    background-color: #0D0E24;
}

#carousel .n5,
#carousel .n35 {
    background-color: #004462;
}

#carousel .n6,
#carousel .n36 {
    background-color: #008583;
}

#carousel .n7 {
    background-color: #006054;
}

#carousel .n8 {
    background-color: #032859;
}

#carousel .n9 {
    background-color: #006822;
}

#carousel .n10,
#carousel .n30 {
    background-color: #51B70C;
}

#carousel .n11 {
    background-color: #5e6c23;
}

#carousel .n12 {
    background-color: #393711;
}

#carousel .n13 {
    background-color: #002b12;
}

#carousel .n14 {
    background-color: #714900;
}

#carousel .n15 {
    background-color: #a34c00;
}

#carousel .n16 {
    background-color: #6f2e15;
}

#carousel .n17 {
    background-color: #720000;
}

#carousel .n18 {
    background-color: #da0c00;
}


#carousel .n19 {
    background-color: #ff5500;
}

#carousel .n20 {
    background-color: #c5555c;
}


#carousel .n21 {
    background-color: #6f2e15;
}

#carousel .n22 {
    background-color: #720000;
}

#carousel .n23 {
    background-color: #da0c00;
}

#carousel .n24 {
    background-color: #ff5500;
}

#carousel .n25 {
    background-color: #c5555c;
}

#carousel .n26 {
    background-color: #df7699;
}

#carousel .n37 {
    background-color: #006054;
}

#carousel .n38 {
    background-color: #006822;
}

#carousel .n39 {
    background-color: #04270f;
}

#carousel .n27 {
    background-color: #762d6f;
}

#carousel .n28 {
    background-color: #56005f;
}

#carousel .n29 {
    background-color: #a3479d;
}

#carousel .n30 {
    background-color: #604e81;
}

#carousel p:not(.jcarousel-pagination) {
    color: #FFFFFF;
    margin-top: 322px;
    width: 81%;
}

    #carousel p.desc-ano {
        margin-top: 32px;
        font-size: 18px;
    }

#carousel .desc-menor {
    width: 100px;
}

#carousel .ano {
    font-size: 45px !important;
}

.jcarousel-pagination {
    position: absolute;
    margin: 0 !important;
    bottom: 20px;
}

.person img,
.imagem img {
    width: 100%;
    height: auto;
}

.person .filter, .miniatura-projeto .filter, .modalprojetos-mini .filter {
    background: url("../images/web/filter_black_50.png") repeat center;
}

.pag-error .filter {
    background: url("../images/web/filter_black_50.png") repeat center;
    height: 810px;
}

.modalpessoas h3.nome {
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 30px;
}

.modalpessoas .biografia {
    margin-top: 30px;
}

.modalpessoas h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.opacity-1 {
    opacity: 1 !important;
}

#map-canvas {
    height: 500px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}

.MicrosoftMap .Infobox .infobox-info {
    margin-right: 0;
}

.MicrosoftMap .Infobox .infobox-info img {
    margin-bottom: 15px;
    width: 100%;
}

.MicrosoftMap .Infobox .infobox-info p + p {
    margin-top: 5px;
}

.mapa {
    padding-bottom: 45px;
}

@media screen and (max-width: 1024px) {
	#btnEsquerda {
	    left: 25px;
	}	

	#btnEsquerdaAnos {
	    left: 10px;
	}

    #btnDireitaAnos {
        right: 10px;
    }
    
    #btnFechar {
        background-size: cover;
        height: 18px;
        left: 105px;
        top: 80px;
        width: 18px;
    }	
	
	#carousel .item {
	    padding-left: 20px !important;
	}

	#carousel .ano {
	    font-size: 30px !important;
	}  
	
	#carousel p.desc-ano {
	    font-size: 14px;
	    width: auto !important;
	    padding-right: 10px;
	}

    .jcarousel,
    .jcarousel li {
        padding-right: 10px;
        width: 120px !important;
    }
    
    .jcarousel li {
        font-size: 16px !important;
    }

    .jcarousel-pagination {
        margin: 25px 0 0 39px !important;
    }
    
    .ativo-p:not(.jcarousel-pagination) {
        margin-top: 127px !important;
    }		
}

@media screen and (max-width: 767px) {
	.dpl-outros {
		display: none;
	}

	.dpl-responsivo {
		display: block;
	}

	.banner-quem-somos {
    	background: url(../images/web/quemsomos/b1948.jpg) no-repeat 80% center;
        background-size: inherit;
    	height: 500px;
    }  
}

/* Como fazemos */
.banner--como-fazemos {
    background-image: url("../images/web/banner-como-fazemos.jpg");
}

.pessoas-showcase .column img {
    top: 80%;
}

.decadas {
    background-color: #00295F;
    padding: 10.5px 0;
}

.decadas ul {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.decadas ul li {
    margin: 0 5px;
}

.decadas a {
    color: #1C75BB;
    font-size: 16px;
}

.decadas a:hover,
.decadas a.ativo {
    color: #fff;
}

.lista-premios {
    display: none;
    flex-flow: row wrap;
}

.lista-premios.ativo {
    display: flex;
}

.premio {
    min-height: 200px;
    position: relative;
    text-align: center;
}

.award {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    position: relative;
}

.award .box-texto {
    max-width: calc(100% - 70px);
    padding: 30px;
    position: relative;
    width: auto;
}

.award .box-texto:before,
.award .box-texto:after {
    background: url("../images/web/comofazemos/folhas.png") no-repeat left center;
    content: '';
    display: block;
    height: 67px;
    margin-top: -33.5px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.award .box-texto:before {
    left: 0;
}

.award .box-texto:after {
    background-position: right center;
    right: 0;
}

.award .nome-premio {
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#video-recipient {
    padding: 10px 0;
}

#video-recipient iframe {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .premio:nth-child(1),
    .premio:nth-child(3),
    .premio:nth-child(6),
    .premio:nth-child(8),
    .premio:nth-child(9),
    .premio:nth-child(11),
    .premio:nth-child(14){
        background-color: #F0F1F1;
    }

    .premio {
        width: 25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .premio:nth-child(1),
    .premio:nth-child(3),
    .premio:nth-child(5),
    .premio:nth-child(7),
    .premio:nth-child(9),
    .premio:nth-child(11),
    .premio:nth-child(13),
    .premio:nth-child(15){
        background-color: #F0F1F1;
    }

    .premio {
        width: 33.333333%;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .premio:nth-child(1),
    .premio:nth-child(4),
    .premio:nth-child(5),
    .premio:nth-child(8),
    .premio:nth-child(9),
    .premio:nth-child(12),
    .premio:nth-child(13),
    .premio:nth-child(16){
        background-color: #F0F1F1;
    }

    .premio {
        width: 50%;
    }
}

@media screen and (max-width: 549px) {
    .premio:nth-child(odd){
        background-color: #F0F1F1;
    }

    .premio {
        width: 100%;
    }
}

/* Responsabilidade */
.banner--responsabilidade {
    background-image: url("../images/web/banner-responsabilidade.jpg");
}

/* Governan�a */
.banner--governanca {
    background-image: url("../images/web/banner-governanca.jpg");
}

.column-box-politicas .icone {
    height: 80px;
}

.column-box-politicas p {
    color: #231F20;
    font-size: 17px;
}

.organograma {
    margin-bottom: 60px;
}

.organograma *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.organograma a {
    cursor: text;
}

.organograma a:focus{
	outline: none;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.organograma ul a{
	display: table;
	text-align: center;
	font-size: 16px;
	color: #fff;
	min-height: 56px;
    padding: 0;
    text-transform: uppercase;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
    width: 100%;
}

.corporativa a:hover,
.negocio a:hover {
    padding: 5px 0;
}


.organograma ul a span {
    display: table-cell;
    left: 0;
    line-height: 1.2;
    padding: 5px 22px;
    vertical-align: middle;
}

.administration > li > a{
	margin-bottom: 25px;
}

.director > li + li {
	left: 50%;
	margin-left: 170px;
	position: absolute;
	top: 0;
}

.director > li > a{
    background-color: #00295F;
	width: 158px;
	margin: 0 auto 0px auto;
}

.director > li > a:after,
.director > li:before {
    background-color: #e7e8e8;
    content: '';
    position: absolute;
    z-index: 1;
}

.director > li > a:after {    
    bottom: -77px;
    height: 77px;
    left: 50%;
    margin-left: -1px;
    width: 1px;  
}

.director > li:before {
    bottom: -78px;
    height: 1px;
    letter-spacing: 0;
    left: 9%;
    width: calc(100% - 23%);
    z-index: -1;
}

.director > li + li:before {
	display: none;
}

.director > li + li > a:after {
    bottom: auto;
    height: 1px;
    left: auto;
    right: 100%;    
    top: 50%;
    width: 100%;
    z-index: -1;
}

.subdirector,
.corporativas{
	position: absolute;
	width: 100%;
}

.subdirector > li:first-child,
.corporativas > li:first-child {
    width: 18.59894921190893%;
    margin: 50px auto;
    z-index: 1;
}

.subdirector > li:first-child:before,
.subdirector > li:first-child:after,
.corporativas > li:first-child:after {
    content: '';
    background-color: #e7e8e8;
    position: absolute;
}

.subdirector > li:first-child:after,
.corporativas > li:first-child:after {
    left: 50%;
    width: 1px;
}

.subdirector > li:first-child{
	float: right;
	right: 16%;
}

.subdirector > li:first-child:before {
    bottom: -28px;
    left: -53px;
    width: 356px;
    height: 1px;
}

.subdirector > li:first-child:after {
    height: 30px;
    margin-left: 21px;
}

.corporativas > li:first-child{	
	float: left;
	left: 9%;	
}

.corporativas > li:first-child:after {
    height: 490px;
    margin-left: -40px;
}

.subdirector > li:first-child a,
.corporativas > li:first-child a{
	width: 100%;
}

.subdirector > li:first-child a{	
	left: 25px;
}

@media screen and (min-width: 1881px) {
    .subdirector > li:first-child:after {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .corporativas > li:first-child {
        left: 12.3%;
    }

    .subdirector > li:first-child:before {
        left: -67px;
        width: 350px;
    }

    .subdirector > li:first-child {
        right: 20.6%;
    }

    .director > li:before {
        width: 550px;
    }
}

@media all and (max-width: 991px){
	.subdirector > li:first-child,
	.corporativas > li:first-child{
		width: 40%;	
	}

	.subdirector > li:first-child{
		right: 10%;
		margin-right: 2px;
	}

    .subdirector > li:first-child:after {
        height: 18px;
        margin-left: -1px;
    }

	.subdirector:after{
		left: 49.8%;
	}

    .corporativas > li:first-child {
        left: 0;
        margin-left: 0;
    }

    .negocios > li:first-child{
		right: 0;
		margin-left: 0;
        margin-right: 0;
	}

    .subdirector > li:first-child:before {
        display: none;
    }
}


.corporativas > li:first-child a,
.negocios > li:first-child a{
	right: 25px;
}

.corporativa:first-child,
.corporativas li:nth-child(2){
	margin-left: 0;
	clear: left;	
}

.negocio:first-child,
.negocios li:nth-child(2) {
    margin-right: 0;
    clear: right;
}

@media all and (max-width: 991px){
	.corporativas:after,
    .negocios:after{
		border-right: none;
		left: 0;
		width: 49.8%;
	}  
}

.corporativa:before,
.negocio:before,
.corporativa:after{
	content: "";
	display: block;
	position: absolute;
	border-left: 1px solid #E7E8E8;
	z-index: 1;
	left: 50%;	
}

.corporativa:before,
.negocio:before {
	width: 0;
	height: 22px;
	top: -22px;
    margin-left: -4px;
}

.corporativa:after{
    background-color: #e7e8e8;
    border: 0 none;
    height: 1px;
    top: -22px;
    width: 50%;
}

.corporativa.dep-a:after {
    margin-left: -4px;
    width: 100%;
}

.corporativa.dep-b:after {
    left: -3px;
    margin-right: 2px;
}

.corporativa,
.negocio{
	width: 158px;
	float: left;
	margin-left: 1.751313485113835%;
	margin-bottom: 60px;
}

.negocio {
    float: right;
    margin-left: 0;
    margin-right: 1.751313485113835%;
}

.negocio:nth-child(3) a:after {
    right: 0;
}

.negocio:nth-child(1) a:after {
    left: 0;
}

.corporativas a,
.negocios a {
    background-color: #1C75BB;
}

.lt-ie8 .corporativa,
.lt-ie8 .negocio{
	width: 18.25%;
}

@media screen and (min-width: 992px) {
    .dep-b + .dep-a {
        clear: left;
        margin-left: 0;
    } 
}

@media all and (max-width: 991px){
	.corporativa,
    .negocio{
		float: none;
		width: 40%;
		margin-left: 0;
	}

	.corporativa:nth-child(2):before{
		display: none;
	}

    .corporativas > li:first-child a,
    .negocios > li:first-child a {
        left: auto;
        right: auto;
    }

    .corporativas > li:first-child:after {
        height: 1070px;
        margin-left: -1px;
    }

    .corporativa:after,
    .corporativa:before {
        display: none;
    }

    .negocio {
        margin-left: auto;
        margin-right: 0;
    }

    .negocio:before {
        height: 35px;
        top: -34px;
        margin-left: -1px;
    }
}

.corporativa > a,
.negocio > a{
	margin: 0 0 -26px -4px;
	z-index: 1;
}

.corporativa > ul,
.negocio > ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.corporativa li,
.negocio li{	
	padding-left: 25px;
	border-bottom: 1px solid #E7E8E8;
	height: 80px;	
}

.corporativa li a,
.negocio li a{
	background: #fff;
	top: 48px;	
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)))!important;
	background-image: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: -o-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}

.corporativa li a:hover,
.negocio li a:hover{
	box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
	height: 80px;
	width: 95%;
	top: 39px;
	background-image: none!important;
}

@media screen and (max-width: 991px) {
    .column-box-politicas {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (max-width: 767px) {
    .director > li:before {
        width: 60%;
    }

    .director > li + li {
    	margin-left: 100px
    }

    .column-box-politicas {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-box-politicas + .column-box-politicas {
        border-left: 0 none;
        border-top: 1px solid #E8E9E9;
    }
}

@media screen and (max-width: 600px) {
	.director > li:first-of-type {
	    width: 73%;
	}	
}

/* Ambiente de trabalho */

.banner--ambiente-de-trabalho {
    background-image: url("../images/web/banner-ambiente-de-trabalho.jpg")
}


/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.carousel-atv {
    opacity: 1 !important;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 210px;
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
}

    /*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
    .jcarousel li {
        /* Required only for block elements like <li>'s */
        float: left;
        width: 210px;
        color: #FFFFFF;
        font-size: 20px;
    }

.jcarousel-pagination {
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    margin: 55px 0 0 79px;
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        font-size: 0px;
        line-height: 2px;
        min-width: 2px;
        background: #fff;
        color: #4E443C;
        border-radius: 14px;
        padding: 3px;
        text-align: center;
        margin-right: 6px;
        opacity: .75;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        /* IE 5-7 */
        filter: alpha(opacity=75);
    }

        .jcarousel-pagination a.active {
            background: #4E443C;
            color: #fff;
            opacity: 1;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5-7 */
            filter: alpha(opacity=100);
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
        }

/*fim carousel*/

/* Slick slider custom */
.slick-track {
    display: flex;
    flex-flow: row nowrap;
}

.slick-prev,
.slick-next {
    background: url("../images/web/arrow_carousel.png") no-repeat left center;
    height: 42px;
    opacity: 0.7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 22px;
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    background-position: right center;
    right: -50px;
}

.slick-dotted.slick-slider{
    margin-bottom: 60px;
}

/* Youmax */
.youmax-showing {
    color: whitesmoke;
    font-weight: normal;
    text-shadow: none;
}

.youmax-duration {
    background-color: black;
    color: white;
    padding: 2px 3px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}

#youmax-header {
    background-color: rgb(53,53,53);
    font: 24px Arial;
    color: white;
    line-height: 25px;
    height: 90px;
    text-align: left;
    border: 1px solid rgb(53,53,53);
    position: relative;
}

.youmax-stat {
    float: right;
    margin: 10px;
    font: 10px Arial;
    color: #ccc;
    margin-top: 25px;
    text-align: center;
}

#youmax-stat-holder {
    float: right;
    height: 100%;
}

.youmax-stat-count {
    font: 18px Arial;
}

#youmax-channel-desc {
    text-align: left;
}

#youmax {
    width: 96%;
    margin: 0px auto;
    font-size: 14px;
    text-align: center;
    overflow-x: hidden;
}

.youmax-video-tnail {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    position: relative;
}

.youmax-video-tnail-box {
    width: 46%;
    margin: 2%;
    float: left;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    background-color: white;
}

#youmax-video-list-div {
    width: 100%;
    text-align: left;
    display: inline-block;
    background-color: rgb(230,230,230);
    padding: 0px 15px;
    box-sizing: border-box;
}

.youmax-video-list-title {
    font-family: sans-serif;
    display: inline-block;
    padding: 2% 10px;
    padding-bottom: 0px;
    font-weight: bold;
    max-width: 250px;
    overflow: hidden;
}

.youmax-video-list-views {
    color: #555;
    padding: 1% 10px;
    padding-bottom: 3%;
    display: inline-block;
    font-size: 12px;
}

.youmax-playlist-sidebar {
    background-color: rgba(0,0,0,0.8);
    float: right;
    max-width: 50%;
    height: 100%;
    color: white;
    text-align: center;
    width: 70px;
}

.youmax-playlist-video-count {
    display: inline-block;
    margin: 3%;
    margin-top: 5%;
    height: 20%;
    margin-top: 55px;
}

.youmax-playlist-sidebar-video {
    opacity: 1;
    width: 64px;
    height: 20%;
    background-color: rgb(114,114,114);
    display: inline-block;
    margin: 2% auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.youmax-tab {
    background-color: rgb(230,230,230);
    color: #666;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    margin: 5px;
    margin-top: 10px;
    padding: 5px;
    cursor: pointer;
}

#youmax-tabs {
    text-align: left;
    background-color: rgb(230,230,230);
    padding-left: 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 25px 30px 0px 30px;
    font-size: 18px;
}

#youmax-lightbox {
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#youmax-video-lightbox {
    opacity: 1;
}

.youmax-subscribe div {
    position: static !important;
    vertical-align: top !important;
}

.youmax-subscribe iframe {
    position: static !important;
}

.youmax-subscribe {
    display: inline-block;
    width: 150px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

#youmax-header-logo {
    vertical-align: middle;
    height: 60px;
    margin: 15px;
    display: inline-block;
    margin-left: 32px;
}

.youmax-tab-hover {
    color: #eee;
    background-color: #999;
    text-shadow: 0 0;
}

.youmax-showing-title {
    font-size: 18px;
    padding: 10px;
    margin-left: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

iframe#youmax-video {
    margin-bottom: 20px !important;
}

.youmax-load-more-div-click {
    background: darkgray;
    color: white;
}

#youmax-header {
    display: none !important;
}

#youmax-tabs {
    display: none !important;
}

#youmax-video-list-div {
    background-color: rgb(255,255,255) !important;
}

#youmax-tabs {
    background-color: rgb(255,255,255) !important;
}

/* Loading */
.lds-css {
    display: none;
}

.lds-eclipse {
    height: 100%;
    position: relative;
    width: 100%;
}
.lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #00285d;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
}
.lds-eclipse {
    width: 40px !important;
    height: 40px !important;
    -webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
    transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
* FlipCards
*/

body .flip {
    position: relative;
    display: block;
}

body .flip .frente,
body .flip .verso {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    margin: 0 auto
}

body .flip .verso {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

body .flip.flipped .frente {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

@media screen and (max-width: 767px) {
    body .flip.flipped .frente {
        -webkit-transform:rotateY(0);
        transform: rotateY(0)
    }
}

body .flip.flipped .verso {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

@media screen and (max-width: 767px) {
    body .flip.flipped .verso {
        -webkit-transform:rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

body .flip.animated{
    filter: alpha(opacity=100);
    opacity: 1
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

body .animated.flip{
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

body a.flipped img.verso {
    z-index: 10000
}


