
/* Relatorio 2019 */ 

#slider-relatorio-home .et_pb_slides {
    height: 100%;
}

.slider-relatorio-capas {
    overflow: visible !important;
}

.slider-relatorio-capas .et_pb_slides {
    height: 100%;
}

.slider-relatorio-capas .et-pb-arrow-next {
    background: #B8C2C7;
    opacity: 1;
    right: -60px;
    bottom: 32px;
    top: initial;
    width: 60px;
    height: 60px;
    padding: 5px;
}

.slider-relatorio-capas:hover .et-pb-arrow-next {
    right: -60px;
}

.slider-relatorio-capas .et-pb-arrow-prev{
    background: #71BF44;
    opacity: 1;
    right: 0px;
    bottom: 0px;
    top: initial;
    width: 60px;
    height: 60px;
    padding: 5px;
    left: initial;
}
.slider-relatorio-capas:hover .et-pb-arrow-prev{
    right: 0px;
    left: initial;
}

#overlay_transparente {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 75px;
    pointer-events: none;
    z-index: 10;
    background-size: 100% 100%;
}

.next-area-green {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 12;
    background-color: #71BF44;
    background-image: url(icons/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.next-area-green:hover {
    height: 105px;
    width: 105px;
}

#fixed-nav-2019 {
    position: fixed;
    width: 100%;
    height: 97px;
    bottom: 0;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
}

#fixed-nav-2019 .et-menu-nav li a{
    font-size: 14px;
}

.column-inferior-border .et_pb_column:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.selos-holder .et_pb_image {
    position: relative;
    float: left;
    margin-right: 15px;
}

.menu-home a{
    width: 72px;
    height: 72px;
    position: relative;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    background: #fff;
    background-image: url(icons/icon-home.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    border-radius: 10px;
    padding: 0;
    margin: 10px 0 15px;
}

.menu-fjles a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    padding: 0 !important;
    margin: 20px 0 0;
    color: #fff;
}
.menu-fjles a:before {
    position: relative;
    width: 31px;
    height: 34px;
    content: "";
    background-image: url(icons/icon-fjles.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
}

.menu-sabara a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    padding: 0 !important;
    margin: 20px 0 0;
    color: #fff;
}
.menu-sabara a:before {
    position: relative;
    width: 31px;
    height: 34px;
    content: "";
    background-image: url(icons/icon-sabara.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.menu-pensi a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    padding: 0 !important;
    margin: 20px 0 0;
    color: #fff;
}
.menu-pensi a:before {
    position: relative;
    width: 31px;
    height: 34px;
    content: "";
    background-image: url(icons/icon-pensi.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.menu-demonstrativo a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    padding: 0 !important;
    margin: 20px 0 0;
    color: #fff;
}
.menu-demonstrativo a:before {
    position: relative;
    width: 31px;
    height: 34px;
    content: "";
    background-image: url(icons/icon-demonstrativos.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

#menu-relatorio-2019 {
    padding: 0 !important;
}

#menu-relatorio-2019 li{
    padding: 0;
    margin: 0 20px;
}

.modal-video-home {
    width: 190px;
    height: 190px;
    background-image: url(icons/icon-video-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: table;
    margin: 25px auto !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    transform: scale(1);
    cursor: pointer;
}

.modal-video-home:hover {
    transform: scale(0.9);
}

#video-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-home h2{
    color: #fff;
    font-size: 45px;
}

#video-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indicadores-quadrante-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indicadores-quadrante-1 h2{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.indicadores-quadrante-1 h2:after{
    content: "";
    background-color: #71BF44;
    position: absolute;
    width: 40px;
    height: 10px;
    margin-top: 10px;
    left: 0;
    bottom: 0;
}

.indicadores-quadrante-4:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    background-color:#0066B3;
    right: -20px;
    top: 0px;
    z-index: 4;
}

.indicadores-quadrante-4:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 206px;
    top: 50%;
    right: -7px;
    margin-top: -103px;
    background-color:#fff;
    z-index: 5;
}

#holder-indicadores:before {
    content: "";
    background-color: #ECECEC;
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
    width: 100%;
    z-index: 1;
}

.brand-block {
    background: gray;
    width: 350px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-block img{ 
    width: 240px;
}

.titulo-azul h2{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.titulo-azul h2:after{
    content: "";
    background-color: #71BF44;
    position: absolute;
    width: 40px;
    height: 10px;
    margin-top: 0px;
    left: 0;
    bottom: 0;
}

.icon-intro {
    position: absolute;
    width: 145px;
    top: 78px;
    z-index: 1;
    left: -180px;
}

.icon-intro-alt {
    width: 120px;
}

.divisor {
    height: 10px;
    width: 20%;
    overflow: visible;
    position: relative;
    float: left;
}

.flex-vert-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-cover h2:after {
    content: "";
    background-color: #71BF44;
    width: 75px;
    height: 10px;
    margin-top: 10px;
    display: table;
    margin-bottom: 25px;
    position: relative;
}

.et_pb_scroll_top.et-pb-icon{
    background: #70bf44;
    right: 20px;
    border-radius: 0;
    width: 74px;
    height: 74px;
    font-size: 60px;
    bottom: 55px;
}

.patrimonio-holder, .overflow-h {
    overflow: hidden;
}

.patrimonio-holder .et_pb_main_blurb_image{
    margin-bottom: 10px;
}

.patrimonio-holder h4.et_pb_module_header{
    margin-bottom: 0;
    padding: 0;
}



.bt_blue {
    color: #ffffff!important;
    border-radius: 8px;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'Sua Bold',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #0066b3;
    padding: 6px 15px;
    float: right;
}

@media only screen and (max-width: 1366px){
    .icon-intro {
        display: none;
    }
}


.intro-title {
    z-index: 5;
}

.intro-area {
    width: 100%;
    z-index: 1;
    position: relative;
    float: left;
}

.intro-area-col2 {
    z-index: 0;
}

/* SWIPER */
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    opacity: 0.7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-slide.swiper-slide-horz-image{
    flex-direction: column;
    padding: 0 15px;
    width: 600px;
}

.swiper-slide.swiper-slide-horz-image .slide-inner{ 
    flex-direction: column;
    padding: 0;
}

.slide-inner {
    background: #70bf44;
    width: 100%;
    position: relative;
    float: left;
    padding: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.slide-image {
    margin-right: 35px;
    width: 350px;
}

.slide-image img{
    min-width: 300px;
    position: relative;
    float: left;
}

.slide-content p{
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.slide-content.small p{
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
    color: #fff;
}

.slide-content h3{
    font-size: 20px;
    text-align: left;
    color: #fff;
    font-family: 'Sua Bold',Helvetica,Arial,Lucida,sans-serif!important;
}

.slide-content.slide-legenda {
    padding: 10px 20px 14px;
} 

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    z-index: 10;
    padding: 10px;
    background: #ed1b2f;
    width: 40px;
    height: 55px;
    margin-top: -27px;
}

.swiper-button-next {
    right: 70px;
}

.swiper-button-prev {
    left: 70px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px;
}

.swiper-pagination-bullet-active{
    background: #0066B3;
}

/* SWIPER */


@media only screen and (min-width: 981px){
    .linha-indicadores.et_pb_gutters2 {
        display: flex;
        justify-content: center;
    }

    .linha-indicadores.et_pb_gutters2 .et_pb_column, .linha-indicadores.et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 12px !important;
    }
}


@media only screen and (max-width: 768px){
    body.page-template-page-template-blank-php #page-container {
        overflow: hidden;
    }

    #overlay_transparente {
        height: 35px;
    }

    .next-area-green {
        width: 60px;
        height: 60px;
        background-size: 25px;
    }

    .next-area-green:hover {
        width: 60px;
        height: 60px;
    }

    #fixed-nav-2019 {
        height: 70px;
        z-index: 20 !important;
    }

    #fixed-nav-2019 .et_pb_row {
        padding: 0 25px !important;
        justify-content: space-between;
        display: flex;
        width: 100%;
    }

    #fixed-nav-2019 .et_pb_row .et_pb_menu__logo img{
        width: 100px;
        height: 44px;
    }

    #fixed-nav-2019 .et_pb_row .et_pb_menu__wrap {
        width: 32px !important;
        flex: 0 1 32px;
        display: flex;
    }

    #fixed-nav-2019 .et_pb_row.clearfix:after{
        display: none;
    }

    .et_pb_fullwidth_menu .et_pb_row, .et_pb_menu .et_pb_row {
        min-height: 70px;
    }

    #mobile_menu1 {
        background-color: #0066b3!important;
        border: 0;
        padding: 0;
    }

    #mobile_menu1 .menu-home {
        display: none;
    }

    #mobile_menu1 li a{
        display: flex;
        flex-direction: row;
        color: #fff !important;
        margin: 0;
        padding: 10px 20px !important;
        align-items: center;
        font-size: 16px;
        justify-content: left !important;
    }

    #mobile_menu1 li a:before{
        margin-right: 20px;
    }

    #mobile_menu1 li:nth-child(2n-1) {
        background-color: rgba(0,0,0,0.1);
    }

    .modal-video-home {
        width: 90px;
        height: 90px;
        background-size: 100%;
    }

    .modal-video-home:hover {
        transform: scale(1);
    }

    #video-home h2 {
        font-size: 24px;
    }

    #holder-indicadores:before {
        height: 1050px;
    }

    .indicadores-quadrante-4:after {
        display: none;
    }

    .indicadores-quadrante-4:before {
        width: 120px;
        height: 2px;
        right: 50%;
        margin-top: 0;
        background-color: #fff;
        z-index: 5;
        margin-right: -60px;
        bottom: -10px;
        top: initial;
    }

    .indicadores-quadrante-4 {
        z-index: 5;
    }

    .icon-intro {
        position: absolute;
        width: 75px;
        top: 0;
        left: 0;
        display: block;
    }

    .slider-relatorio-capas .et-pb-arrow-prev, .slider-relatorio-capas:hover .et-pb-arrow-prev {
        right: 0;
        left: 0;
    }

    .slider-relatorio-capas .et-pb-arrow-next, .slider-relatorio-capas:hover .et-pb-arrow-next {
        right: 0;
        bottom: 0;
        background: #70bf44;
    }

    .et_pb_scroll_top.et-pb-icon {
        width: 45px;
        height: 45px;
        font-size: 32px;
    }

    #linha-patrimonio .et_pb_column {
        margin-bottom: 50px !important;
    }

    .swiper-slide.swiper-slide-horz-image {
        width: 100%;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .slide-content p {
        font-size: 13px;
    }

    .swiper-slide {
        width: 100%;
    }

    .swiper-horz-2col .slide-inner {
        flex-direction: column;
        padding: 0;
    }

    .swiper-horz-2col .slide-inner .slide-image {
        margin-right: 0px;
        width: 100%;
        position: relative;
        float: left;
    }

    .swiper-horz-2col .slide-inner .slide-image img {
        width: 100%;
        position: relative;
        float: left;
    }

    .swiper-horz-2col .slide-inner .slide-content.small, .swiper-horz-2col .slide-inner .slide-content {
        padding: 20px 35px;
    }

    .swiper-horz-2col .slide-inner .slide-content.small p, .swiper-horz-2col .slide-inner .slide-content p {
        font-size: 11px;
        line-height: 1.4;
    }

    .bt_blue {
        font-size: 14px;
    }
}