﻿/*1.  Default / for Grid 1200px*/


html {
    overflow-x: hidden;
}



/* Slide in */



#main {
    margin: 0;
}

#main p {
    float: left;
    width: 100%;
}

.btn-entrar.btn-entrar-resp {
    display: none;
}

.btn-entrar {
    display: block;
}

.card-text {
    font-size: 12px;
    font-weight: 400;
}

/*Slider*/


#carousel img:nth-of-type(1) {
    display: block;
}

#carousel img:nth-of-type(2) {
    display: none;
}

#carousel img:nth-of-type(3) {
    display: block;
}

#carousel img:nth-of-type(4) {
    display: none;
}

#carousel img:nth-of-type(5) {
    display: block;
}

#carousel img:nth-of-type(6) {
    display: none;
}



.depoiments .owl-slider {
    border: 0px solid red;
    margin: 0;
}

.finantial .owl-slider {
    margin: 0;
    border: 0px solid green;
}

.finantial {
    padding: 30px 0;
}

.owl-slider {
    float: left;
    width: 100%;
    margin: 85px 0 0 0;
    border: 0px solid red;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-slider .owl-dots {
    text-align: center;
    padding-top: 15px;
    margin-top: -50px;
    padding-bottom: 18px;
    z-index: 9999;
    position: relative;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #9FCF3A;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    /* background: 0 0; */
    color: inherit;
    border: none;
    /* padding: 0!important; */
    /* font: inherit; */
    background: red;
}

#carousel .owl-carousel .owl-nav button.owl-next .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-dot {
    background: white;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    z-index: 9999;
    position: relative;
}

/* Owl-slider 2*/
.owl-slider2 {
    margin: 10px 0;
    border: 0px solid red;
}


#carousel2 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

#carousel2 .item {
    display: flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    justify-content: center;
    align-items: center;
    min-height: 120px;
    padding: 20px;
}


.partnership .owl-carousel button.owl-dot {
    display: none;
}

#carousel .owl-dots button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: white;
    border: 1.5px solid rgba(35, 35, 35, 41%);
}

    #carousel .owl-dots button.owl-dot.active {
        background-color: #9FCF3A;
    }

#carousel2 .owl-item img {
    display: block;
    width: 100%;
    max-width: 130px;
    border: 0px solid red;
}


/* Owl-slider 3*/
.owl-slider3 {
    margin: 40px 0;
    border: 0px solid red;
}

#carousel3 .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 15px 0 0 -20px;
    font-size: 21px;
}

#carousel3 .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 15px -20px 0 0;
    font-size: 21px;
}

#carousel3 .owl-dots {
    text-align: center;
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 18px;
    z-index: 9999;
    position: relative;
}

/* Owl-slider 4*/
.owl-slider4 {
    margin: 40px 0;
    border: 0px solid red;
}

.via-boleto {
    background: #063055;
    color: white;
    float: left;
    width: 100%;
    height: 140px;
}

#carousel4 .owl-item img {
    height:200px;
    border:0px solid red;
}


/* Owl-slider 5*/
#carousel5 {
    display: none;
}

    #carousel5 img {
        margin: 0 0 10px 0;
    }


.via-boleto .container {
    padding: 30px 0;
}

.via-boleto p {
    float: left;
    color: #00BBF5;
    font-size: 23px;
    text-align: left;
    line-height: 1;
}

.via-boleto small {
    color: #00BBF5;
    font-size: 11px;
    text-align: left;
    color: white;
}


.via-boleto span:last-child small {
    display: none;
}

.via-boleto span {
    width: 48%; /*50*/
    float: left;
    border: 0px solid red;
    padding: 0 10px 0 0;
}


.via-boleto input[type=text] {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-radius: 30px;
    border: 1px solid #20BCF2;
    background: white;
    text-indent: 10px;
}

    .via-boleto input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #808080;
        font-size: 12px;
        text-indent: 10px;
        opacity: 1; /* Firefox */
    }

    .via-boleto input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #808080;
        font-size: 12px;
        text-indent: 10px;
    }

    .via-boleto input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
        color: #808080;
        font-size: 12px;
        text-indent: 10px;
    }

.via-boleto input[type=submit] {
    width: 105px;
    font-size: 11px;
    height: 47px;
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #20BCF2;
    background: #9FCF3A;
    position: relative;
    float: right;
    margin: -47px 0 0 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.erro {
    color: #0f3757;
    float: right;
    background: #ec9e23;
    margin: -60px 30px 0px 0px;
    width: 310px;
    max-width: 280px;
    min-height: 80px;
    position: relative;
    z-index: 999;
    padding: 12px 10px;
    border-radius: 3px;
    display: none;
}

.pattern {
    height: 148px;
    position: absolute;
    float: left;
    background: #124776;
    right: 0;
    margin: 0 0 0 0;
    z-index: 0;
    -webkit-transform: skew(-20deg); /* Chrome, Opera */
    -ms-transform: skew(-20deg); /* IE */
    transform: skew(-20deg); /* Padrão */
}

span.pattern {
    width: 54%;
    height: 140px;
    background: #124776;
    right: -70px; /*50*/
    border-left: 5px solid rgba(255, 255, 255, 0.1);
}

.outros ul {
    float: right;
    margin-right: 10%;
}

.outros li {
    float: left;
    list-style: none;
    border: 0px solid red;
    font-size: 12px;
}


.outros b {
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 10px;
    float: left;
    position: relative;
    z-index: 10;
    font-size: 12px;
}

.outros a {
    width: 190px; /*190*/
    height: 48px;
    padding: 15px 12px;
    border-radius: 30px;
    border: 2px solid white;
    position: relative;
    float: left;
    margin: 0 5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: ease 0.3s;
}

.outros a:hover {
    height: 48px;
    background: #9FCF3A;
    border: 2px solid #9FCF3A;
    color: #124776;
    transition: ease 0.3s;
}



.depoiments {
    padding: 30px 0;
    background: #F7F7F7;
}

.partnership p {
    font-size: 16px;
    font-family: 'Roboto';
    text-align: left;
    margin: 85% 0; /*35% 0*/
}

h3.title {
    text-align: center;
    font: normal normal normal 24px/30px Roboto;
    color: #212121;
    padding: 0px 0 30px 0;
}

.acordos {
    background: #F7F7F7;
    padding: 50px 0;
}

.b-services {
    float: left;
    width: 100%;
    /*max-width:227px;*/
    height: 380px;
    background: white;
    border-radius: 4px;
    color: #808080;
    padding: 25px;
    text-align: center;
}

    .b-services:hover {
        float: left;
        width: 277px;
        background: #00BBF5;
        border-radius: 4px;
        color: white;
        padding: 25px;
        text-align: center;
    }

    .b-services img {
        width: 100%;
        max-width: 66px;
        float: left;
    }

        .b-services img:first-child {
            border: 0px solid red;
            height: 70px;
        }

    .b-services:hover h3 {
        width: 100%;
        float: left;
        font: bold;
        font-size: 16px;
        color: #063055;
        margin: 35px 0;
        text-align: left;
    }

    .b-services h3 {
        width: 100%;
        float: left;
        font: bold;
        font-size: 13px;
        font-weight: bold;
        color: #00BBF5;
        margin: 35px 0;
        text-align: left;
    }

    .b-services p {
        text-align: left;
        float: left;
        margin-bottom: 30px;
        height: 100px;
        font-size: 14px;
        line-height: 1.2;
    }

    .b-services span {
        float: left;
        text-align: center;
        width: 100%;
    }

    .b-services a {
        background: white;
        text-align: center;
        border-radius: 23px;
        padding: 15px 35px;
        color: #063055;
        font-weight: bold;
        width: 200px;
        margin: 0 auto;
        font-size: 12px;
    }

        .b-services a:hover {
            background: white;
            text-align: center;
            border-radius: 23px;
            padding: 15px 35px;
            color: #063055;
            font-weight: bold;
            width: 200px; /*176px*/
        }

.title span {
    width: 100%;
    height: 8px;
    border-radius: 50px;
    float: left;
    margin: 15px 0 25px 0;
}

    .title span hr {
        background: #9FCF3A;
        width: 87px;
        height: 8px;
        border-radius: 50px;
        position: relative;
        margin: 0 auto;
        border: 0;
    }

.aboutus {
    padding: 40px 0 0 0;
}

    .aboutus .title span {
        right: 41%;
    }


/*new tab*/

.tabs {
    float: left;
    border-right: 0px solid #ccc;
    margin-bottom: 50px;
}

    .tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    .tabs input[type=radio] {
        display: none;
    }

    .tabs label {
        display: block;
        float: left;
        /*width: 33.33333%;*/
        width: 24.44444%;
        padding: 2em 0;
        border: 0px solid #ccc;
        border-right: none;
        background-color: white;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: black;
        cursor: pointer;
        transition: background-color 150ms ease-in-out;
        text-transform: uppercase;
    }

        .tabs label:hover {
            background-color: white;
        }

    .tabs [id^=tab]:checked + label {
        border-bottom-color: white;
        background: white;
        color: #A0CD46;
        border-bottom: 3px solid #A0CD46;
    }

.tab-content {
    display: none;
    float: left;
    width: 100%;
    padding: 1em;
    border-bottom: 0px solid #ccc;
    border-left: 0px solid #ccc;
    background-color: white;
}

    .tab-content h3 {
        color: black;
        font-size: 19px;
        font-weight: 600;
        /*margin: 30px 0 30px 0;*/
        margin: 0 0 30px 0;
        line-height: normal;
    }

    .tab-content p {
        color: #808080;
        font-size: 16px;
        line-height: normal;
        font-weight: 300;
    }

    .tab-content a {
        float: left;
        color: #063055;
        font-size: 12px;
        font-weight: 600;
        margin: 30px 0 10px 0;
        text-decoration: none;
        line-height: normal;
    }

    .tab-content img {
        width: 100%;
    }

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4 {
    display: block;
}

.other-content {
    color: white;
}

@media only screen and (max-width: 645px) {
    .tabs label {
        float: none;
        width: 100%;
    }


    .tab-content img {
        width: 100%;
    }
}





.btmore {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    text-decoration: none;
    color: #063055;
    letter-spacing: 1.14px;
    font-size: 12px;
}

.depoiments .btmore {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    text-decoration: none;
    color: #063055;
    letter-spacing: 1.14px;
    /*margin: 5px 0 10px 0;*/
    margin: 30px 0 0 0;
    font-size: 12px;
}


.cards h4 {
    color: #9FCF3A;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

    .cards h4 span {
        width: 40px;
        height: 3px;
        border-radius: 50px;
        float: right;
        position: relative;
        margin: 20px 0 0 0;
    }


.cards {
    background: #F7F7F7;
    padding: 40px 0 80px 0px;
    text-align: center;
}

    .cards h4 span {
        width: 100%;
    }

    .cards h4 hr {
        width: 40px;
        height: 3px;
        border: 0;
        background: #9FCF3A;
        border-radius: 20px;
        margin: 5px auto;
    }

.card-itens div {
    max-width: 270px;
    min-height: 250px;
    padding: 50px 20px;
    text-align: center;
    background: #063055;
    float: left;
    border-radius: 14px;
}


.cards p {
    line-height: 2;
    color: white;
    font-size: 12px;
}

.player {
    /*padding:40px 0 120px 0;*/
    padding: 40px 0 50px 0;
}

    .player img {
        width: 100%;
    }


    .player ul li {
        float: left;
        list-style: none;
        border: 0px solid red;
    }

    .player ul {
        float: left;
        padding-bottom: 120px;
    }

    .player li {
        width: 100%;
        margin: 10px 0;
        text-transform: uppercase;
        font-size: 12px;
        color: #063055;
        font-weight: 600;
    }


    /*.player a {
        max-width: 221px;
        background: #9FCF3A;
        border-radius: 30px;
        color: white;
        padding: 10px 60px;
        text-decoration: none;
        float: left;
        margin: 0 0 0 10%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }*/


.jq-tab-menu a {
    max-width: 221px;
    background: #9FCF3A;
    border-radius: 30px;
    color: white;
    padding: 10px 60px;
    text-decoration: none;
    float: left;
    margin: 0 0 0 10%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}


    .player i {
        color: #9FCF3A;
        font-size: 31px;
        vertical-align: middle;
        margin: 0 15px 0 0;
    }

.player2 {
    display: none;
}


.player2 .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
    align-items: baseline;
}



.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn;
    display: none;
}

.carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.jq-tab-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
}

    .jq-tab-wrapper span {
        cursor: pointer;
    }

    .jq-tab-wrapper ul li {
        list-style: none;
    }

    .jq-tab-wrapper ul {
        padding: 0px 25px 50px 25px;
    }

    .jq-tab-wrapper.horizontal-tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.jq-tab-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .jq-tab-menu .jq-tab-title {
        cursor: pointer;
        -webkit-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
    }

        .jq-tab-menu .jq-tab-title:first-child {
            border-top: 0px solid #d1d1d1;
        }

        .jq-tab-menu .jq-tab-title:hover, .jq-tab-menu .jq-tab-title.active {
            border-left: 0px solid #505050;
            max-width: 100%;
            color: #9FCF3A;
        }

.horizontal-tab .jq-tab-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .horizontal-tab .jq-tab-menu .jq-tab-title {
        border-bottom: none;
        border-right: 0px solid #d1d1d1;
        border-left: none;
    }

        .horizontal-tab .jq-tab-menu .jq-tab-title:first-child {
            border-left: 0px solid #d1d1d1;
            border-top: none;
        }

        .horizontal-tab .jq-tab-menu .jq-tab-title:hover, .horizontal-tab .jq-tab-menu .jq-tab-title.active {
            border-bottom: 0px solid #505050;
        }

.jq-tab-content-wrapper {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    max-width: 50%;
}

    .jq-tab-content-wrapper img {
        width: 100%;
    }

.jq-tab-content {
    display: none;
    padding: 0;
}

    .jq-tab-content h4 {
        color: #063055;
        font-size: 16px;
        margin: 25px 0 15px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .jq-tab-content p {
        color: #808080;
        font-size: 12px;
    }

    .jq-tab-content.active {
        display: block;
    }


/*
.depoiments {
    padding: 50px 0 20px 0;
}
*/


.card-itens-dep h4 {
    color: #063055;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}


.card-itens-dep {
    padding: 0;
    text-align: center;
    min-height: 100%;
}


    .card-itens-dep span {
        width: 100%;
        height: 2px;
        float: left;
        margin: 10px 0;
        background: none;
    }


        .card-itens-dep span hr {
            width: 50px;
            height: 3px;
            border: 0;
            background: #9FCF3A;
            border-radius: 20px;
            margin: 5px auto;
        }




    .card-itens-dep div {
        /*max-width: 270px;
    min-height: auto;*/
        padding: 30px 20px 10px 20px;
        text-align: center;
        /*background: #F7F7F7;*/
        background: white;
        float: left;
        border-radius: 14px;
        border: 1px solid #EBEBEB;
    }

    .card-itens-dep p {
        line-height: 1.6;
        color: #808080;
        font-size: 12px;
    }




.card-itens-finantial {
    /*padding: 40px 0;*/
    text-align: center;
}

    .card-itens-finantial img {
        width: 100%;
    }


    .card-itens-finantial div {
        width: 100%;
        padding: 0px 20px 10px 20px;
        text-align: left;
        background: white;
        float: left;
    }

    .card-itens-finantial h4 {
        color: #063055;
        font-size: 14px;
        font-weight: 400;
        float: left;
        width: 100%;
        text-align: left;
        margin: 15px 0;
        line-height: normal;
    }

    .card-itens-finantial p {
        line-height: 1.6;
        color: #808080;
        font-size: 12px;
    }


.contactus {
    background: #F7F7F7;
    padding: 20px 0;
    margin: 20px 0 0 0;
}



    .contactus ul {
        width: 100%;
        list-style: none;
        text-align: center;
    }

    .contactus li {
        display: inline-block;
        margin: 15px 25px;
        font-weight: bold;
    }

.fale-conosco {
    padding-top: 40px;
    padding-bottom: 0px;
    !important
}



.videocontainer {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/*2.  960px */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .outros a {
        width: 190px; /*190*/
    }
}

/*2.  900px */
@media only screen and (min-width: 900px) and (max-width: 1100px) {
    .outros li:first-child {
        float: left;
        width: auto;
    }

    .outros li {
        float: left;
        width: auto;
    }

    .outros a {
        width: auto;
    }

    span.pattern {
        width: 57%;
        height: 140px;
        background: #124776;
        right: -50px;
        border-left: 5px solid rgba(255, 255, 255, 0.1);
    }
}



/*3.  720px */
@media only screen and (min-width: 700px) and (max-width: 959px) {

    body {
        overflow: hidden;
        overflow-x: scroll;
    }

    #carousel3 .owl-next {
        cursor: pointer;
        margin: 15px 20px 0 0;
        font-size: 21px;
    }

    #carousel3 .owl-prev {
        cursor: pointer;
        margin: 15px 0 0 20px;
        font-size: 21px;
    }


    .via-boleto .outros {
        padding: 0;
    }

    .outros ul {
        float: left;
        margin-right: 0;
        width: 100%;
    }


    .outros li:first-child {
        float: left;
        list-style: none;
        border: 0px solid red;
        width: auto;
        padding: 10px 0;
    }


    .outros li {
        float: left;
        list-style: none;
        border: 0px solid red;
        width: 37%;
        padding: 5px;
        font-size: 10px;
    }


    span.pattern {
        width: 50%;
        height: 140px;
        background: #124776;
        right: 0;
        border-left: 5px solid rgba(255, 255, 255, 0.1);
    }

    /*
    div.bgoutros {
        float: right;
        width: 50%;
        height: 100px;
        background: #124776;
        margin: 0;
        position: relative;
        margin-top: -30px;
        margin-right: -40px;
    }

    div.bgoutros:before {
        content: "";
        position: absolute;
        background: #124776;
        top: 0;
        left: -25px;
        bottom: 0;
        width: 50px;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
    }*/



    .outros a {
        width: 100%;
        height: 48px;
        padding: 15px 12px;
        border-radius: 30px;
        border: 2px solid white;
        position: relative;
        float: left;
        margin: 0;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-align: center;
    }


    .card-itens div {
        max-width: 100%;
        min-height: 220px;
        padding: 20px 10px;
        text-align: center;
        background: #063055;
        float: left;
        border-radius: 5px;
    }


    .card-itens-dep span {
        width: 100%;
        height: 2px;
        float: left;
        margin: 10px 0;
        background: none;
    }


        .card-itens-dep span hr {
            height: 3px;
            border: 0;
            background: #9FCF3A;
            border-radius: 20px;
            margin: 5px auto;
        }


    #carousel2 .item {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        border: 0px solid red;
        padding: 20px 75px;
    }



        #carousel2 .item img {
            border: 0px solid blue;
            width: 60%;
            margin: 0 auto;
        }


    .b-services a {
        background: white;
        text-align: center;
        border-radius: 23 px;
        padding: 15 px 35 px;
        color: #063055;
        font-weight: bold;
        width: auto;
        margin: 0 auto;
    }

    .contactus li {
        display: inline-block;
        margin: 15px 10px;
        font-weight: bold;
    }
}



/* 4.  lt 720px  Responsivo */
@media only screen and (max-width: 719px) {

    [class*='grid-'].card-itens {
        float: left;
        padding: 10px;
        width: 50%;
    }


    /* Carousel4 */
    #carousel4 .owl-item img {
        height: auto;
        border: 0px solid red;
    }


    .jq-tab-content-wrapper {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
    }

    .jq-tab-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        width: 100%;
        padding: 0;
    }

    .jq-tab-content.active {
        display: block;
        padding: 10px;
    }

    .jq-tab-menu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    /*#main p {
        top: 20%;
        float: left;
        height: 27px;
        width: 100%;
        background:gray;
    }*/




    .via-boleto {
        background: #2f628f;
        color: white;
        float: left;
        width: 100%;
        min-height: auto; /*290*/
        height: 100%;
    }

    .cpf {
        background: #124776;
        padding: 25px 15px;
    }

        .cpf a {
            display: inline-block;
            position: relative;
            padding: 0;
        }


    .via-boleto .container {
        padding: 0;
    }

    .via-boleto p {
        width: 100%;
        float: left;
        color: #00BBF5;
        font-size: 16px;
        text-align: center;
        line-height: 1;
        font-weight: 600;
    }

    .via-boleto small {
        color: #00BBF5;
        font-size: 11px;
        text-align: center;
        color: white;
    }

    .via-boleto span:first-child small {
        display: none;
    }

    .via-boleto span:last-child small {
        display: block;
        color: white;
    }

    .via-boleto span {
        width: 100%;
        float: left;
        border: 0px solid red;
        padding: 0 10px 0 0;
        text-align: center;
    }


    .via-boleto input[type=text] {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-radius: 30px;
        border: 1px solid #20BCF2;
        background: white;
        text-indent: 10px;
        margin: 10px 0;
    }

    .via-boleto input[type=submit] {
        width: 120px;
        height: 48px;
        padding: 0 12px;
        border-radius: 30px;
        border: 1px solid #20BCF2;
        background: #9FCF3A;
        position: relative;
        float: right;
        margin: -58px 0 0 0;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
    }

    .cards {
        padding: 0 0 25px 0;
        text-align: center;
    }

    #carousel2 .item {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        min-height: auto;
        padding: 20px 20px;
        margin: 0;
    }


    /*
    .pattern {
        height: 148px;
        position: absolute;
        float: left;
        background: #2E5170;
        right: 0;
        margin: 0 0 0 0;
        z-index: 0;
        -webkit-transform: skew(-20deg); /* Chrome, Opera /
        -ms-transform: skew(-20deg); /* IE /
        transform: skew(-20deg); /* Padrão /
    }

    span.pattern {
        width: 120%;
        right: -10%;
        border-left: 0;
        bottom: 165px;
    }
*/
    .pattern {
        display: none;
        height: 148px;
        position: absolute;
        float: left;
        background: #2E5170;
        right: 0;
        margin: 0 0 0 0;
        z-index: 0;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
    }

    span.pattern {
        width: 100%;
        right: 0;
        border-left: 0;
        bottom: 165px;
    }


    .outros ul li {
        float: left;
        list-style: none;
        border: 0px solid red;
    }

    .outros li:first-child {
        width: 100%;
        float: left;
        list-style: none;
        border: 0px solid red;
    }

    .outros li {
        width: auto;
        float: left;
        list-style: none;
        border: 0px solid red;
    }


    .outros {
        padding: 15px 10px;
    }

        .outros ul {
            float: none;
            margin-right: 0;
        }

            .outros ul li {
                float: left;
                list-style: none;
                border: 0px solid red;
                width: 47%;
                margin: 5px;
            }


        .outros b {
            text-transform: uppercase;
            font-weight: bold;
            padding: 0px 0px 5px 0; /* 5px 10px 20px 0*/
            float: left;
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

        .outros a {
            width: 100%;
            height: 48px;
            padding: 15px 12px;
            border-radius: 30px;
            border: 2px solid white;
            position: relative;
            float: left;
            margin: 0 auto;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            text-align: center;
        }

        .outros br {
            display: none;
            word-spacing: 10px;
        }

    .partnership p {
        font-size: 16px;
        font-family: 'Roboto';
        text-align: left;
        margin: 30px 0 0 0;
        text-align: center;
    }

    h3.title {
        text-align: center;
        font: normal normal normal 24px/30px Roboto;
        color: #212121;
        font-size: 18px;
        margin: 10px 0;
    }

    .title span {
        width: 100%;
        height: 8px;
        border-radius: 50px;
        float: left;
        margin: 15px 0 10px 0;
    }


        .title span hr {
            background: #9FCF3A;
            width: 47px;
            height: 5px;
            border-radius: 50px;
            position: relative;
            margin: 0 auto;
            border: 0;
        }


    .acordos {
        background: #F7F7F7;
        padding: 20px 0;
    }


    .depoiments .btmore {
        /* margin: 5px 0 10px 0; */
        margin: 20px 0;
    }


    /*Slider*/
    #carousel img:nth-of-type(1) {
        display: none;
    }

    #carousel img:nth-of-type(2) {
        display: block;
    }

    #carousel img:nth-of-type(3) {
        display: none;
    }

    #carousel img:nth-of-type(4) {
        display: block;
    }

    #carousel img:nth-of-type(5) {
        display: none;
    }

    #carousel img:nth-of-type(6) {
        display: block;
    }


    #carousel2 .owl-item img {
        display: block;
        width: 100%;
        max-width: 100px;
        border: 0px solid red;
    }

    /* Owl-slider 5*/
    #carousel5 {
        display: block;
        margin-top: -30px;
    }



    .owl-slider {
        float: left;
        width: 100%;
        /*margin: -30px 0 0 0;*/
        margin: 98px 0 0 0;
        border-bottom: 5px solid white;
    }

    .player .owl-slider, .finantial .owl-slider {
        margin: 0;
    }



    .owl-slider2 {
        margin: 0;
    }



    .aboutus {
        padding: 20px 0 0 0;
    }



    .tabs {
        float: left;
        padding: 0 20px;
        width: 100%;
        min-width: 100%;
        min-height: 500px;
    }




    .b-services img {
        width: 100%;
        max-width: 42px;
        float: none;
        text-align: center;
    }


    .b-services {
        float: left;
        width: 100%;
        /* max-width: 227px; */
        height: 210px;
        background: white;
        border-radius: 4px;
        color: #808080;
        padding: 25px 0px;
        text-align: center;
    }

        .b-services:hover {
            float: left;
            width: 100%;
            /*height: 180px;*/
            background: #00BBF5;
            border-radius: 4px;
            color: white;
            padding: 25px;
            text-align: center;
        }

        .b-services a {
            background: transparent;
            text-align: center;
            border-radius: 23px;
            padding: 10px;
            color: #063055;
            font-weight: bold;
            width: auto;
        }

            .b-services a:hover {
                background: white;
                width: 100%;
                padding: 10px 0;
            }

        .b-services h3 {
            /* width: 100%; */
            float: left;
            font: bold;
            font-size: 10px;
            text-transform: uppercase;
            color: #00BBF5;
            margin: 20px 0;
            text-align: center;
        }

        .b-services:hover h3 {
            width: 100%;
            float: left;
            font: bold;
            font-size: 12px;
            color: #063055;
            margin: 15px 0;
            text-align: center;
        }

    .secservices .grid-3 {
        border: 0px solid red;
        width: 50%;
        margin: 0;
        padding: 5px 5px;
    }

    .b-services p {
        display: none;
    }

    .player {
        background: white;
        padding: 0px;
        display: block;
    }

        .player h4 {
            color: #063055;
            font-size: 16px;
            margin: 25px 0 15px 0;
        }

        .player p {
            color: #808080;
        }

    .jq-tab-wrapper {
        display: none;
    }

    .card-itens div {
        /* max-width: 270px; */
        min-height: 160px;
        padding: 20px 10px;
        text-align: center;
        background: #063055;
        float: left;
        border-radius: 8px;
    }



    .cards h4 {
        color: #9FCF3A;
        font-size: 12px;
        font-weight: bold;
        float: left;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

        .cards h4 span {
            /* background: #9FCF3A; */
            width: 100%;
            height: 3px;
            border-radius: 50 px;
            /* float: right; */
            /* position: absolute; */
            margin: 0;
            /* right: 5%; */
            /* display: none; */
        }

    .cards p {
        line-height: 1.2;
        color: white;
        font-size: 11px;
    }


    .card-itens {
        float: left;
        padding: 5px;
        width: 50%;
    }



    .depoiments {
        padding: 0px 10px;
    }

        .depoiments .title span {
            width: 100%;
            height: 8px;
            border-radius: 50px;
            float: left;
            margin: 15px 0 5px 0px;
        }

    .card-itens-dep {
        padding: 10px 10px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        float: left;
    }

        .card-itens-dep p {
            line-height: 1.6;
            color: #808080;
            font-size: 10px;
        }

    .finantial {
        padding: 0;
    }


    .jbtabbox {
        display: none;
    }

    .card-itens-finantial {
        padding: 0px 0;
        text-align: center;
    }

    .contactus li {
        display: inline-block;
        margin: 0px 0px;
        font-weight: bold;
        width: 50%;
        float: left;
    }

    .tabs ul {
        list-style-type: none;
        padding-left: 0;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -webkit-box-align: end;
        border-bottom: 1px solid #dedede;
        padding: 0 0 20px 0;
        overflow-x: scroll;
        float: left;
        position: relative;
        z-index: 9999;
        min-height: 159px;
    }

        .tabs ul li {
            width: 100%;
            padding: 10px 10px;
            text-align: center;
            float: left;
        }

    .tabs .slider .indicator {
        display: none;
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        font-weight: bold;
    }

    .player2 {
        padding: 10px;
    }

        .player2 .owl-slider .owl-dots {
            text-align: center;
            padding-top: 15px;
            margin-top: 0px;
            padding-bottom: 18px;
            z-index: 9999;
            position: relative;
        }


        .player2 .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit;
            background: #c3c3c3;
        }

        .player2 .owl-dots button.owl-dot.active {
            background-color: #9FCF3A;
        }



    .partnership .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        background: #c3c3c3;
        margin-bottom: 30px;
        display: inline-block;
    }

    .partnership .owl-dots button.owl-dot.active {
        background-color: #9FCF3A;
    }

    #carousel3 .owl-prev {
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
        font-size: 36px;
        z-index: 99999;
    }


    #carousel3 .owl-next {
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
        font-size: 36px;
        z-index: 99999;
    }

    .erro {
        color: #0f3757;
        font-size: 12px;
        margin: -60px 0;
        background: #ec9e23;
        border-radius: 3Px;
        padding: 30px 10px;
        font-weight: bold;
        MARGIN-TOP: -108px;
        WIDTH: 100%;
        z-index: 999;
        position: relative;
        display: none;
        max-width: 100%;
        min-height: 120px;
    }
}


/* ---- iPad 1, 2, Mini and Air ---- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    #carousel4 .owl-item img {
        height: auto;
        border: 0px solid red;
    }
}


/* ---- Galaxy S20 ---- */
/* Portrait and Landscape */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    #carousel4 .owl-item img {
        height: auto;
        border: 0px solid red;
    }
}

