html {
    scroll-behavior: smooth;
}
body{
    height:100%;
    border:0;
    color: #718097;
    font-size: 13px;
    direction: ltr;
    margin: 0!important;
    padding: 0!important;
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color:#525f71;
    font-weight:300;
    line-height:1.25;
}
.color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6, .color-light label{
    color:#fff;
}
.color-dark h1, .color-dark h2, .color-dark h3, .color-dark h4, .color-dark h5, .color-dark h6, .color-dark label{
    color:#000 !important;
}

h1{
    font-size:3em;
    margin:.3125em 0 .5em;
}
h2{
    font-size:2.25em;
    margin:.4166em 0 .6666em;
}
h3{
    font-size:1.875em;
    margin:.5em 0 .8em;
}
h4{
    font-size:1.5em;
    margin:.625em 0 1em;
}
h5{
    font-size:1.125em;
    margin:.8333em 0 1.3333em;
    line-height:1.6;
}
h6{
    font-size:1em;
    margin:0.9375em 0 1.5em;
}
a{
    color:#a65bf4;
    transition: color .3s, border .3s, opacity .3s;
    -webkit-transition: color .3s, border .3s, opacity .3s;
    -moz-transition: color .3s, border .3s, opacity .3s;
}
a:hover{
    text-decoration: none;
}
h2.big{
    font-size:2.625em;
}
h5.big{
    font-size:1.25em;
}
p.big{
    font-size:1.125em;
}
.thin {
    font-weight:300;
}
.regular {
    font-weight:400;
}
.bold {
    font-weight:700;
}
.extra-bold {
    font-weight:800;
}
.uppercase {
    text-transform: uppercase;
}

#default-content-container {
    margin-top: 75px;
}

#faq-accordion .panel-default {
    border-color: #dce3ef;
}
#faq-accordion .panel-heading {
    position:relative;
    display: block;
}
#faq-accordion .panel-heading a {
    display: block;
    background: #F7B119;
    color:#FFFFFF;
    margin:0;
    font-weight:700;
    padding:20px 60px 20px 30px;
    text-decoration: none;
    transition: background .3s, border .3s, color .3s;
    -webkit-transition: background .3s, border .3s, color .3s;
    -moz-transition: background .3s, border .3s, color .3s;
}
#faq-accordion .panel-heading a.collapsed{
    background:#f4f6fa;
    color:#525f71;
}
#faq-accordion .panel-heading a:after{
    content: "";
    position:absolute;
    top:19px;
    right:30px;
    width:21px;
    height:21px;
    background:url(../img/home/accordion-icon.png) no-repeat -21px 0;
}
#faq-accordion .panel-heading a.collapsed:after{
    background-position:0 0;
}
.panel-body{
    padding:10px 30px 14px;
    font-size: 14px;
}

/*************************************************
4-5. Ordered Lists, Unordered Lists and Checklists
**************************************************/
ul, ol{
    margin:40px 0;
    padding:0;
    list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul{
    padding-left:2em;
    margin-top:5px;
    margin-bottom: 0;
}
ol{
    list-style:none;
    counter-reset: orderedList;
}
ol li:before{
    counter-increment: orderedList;
    content:counter(orderedList) ". ";
    margin-right:7px;
}
ul.inline-list li{
    display:inline-block;
    margin-right: 10px;
}
ul.inline-list li + li{
    margin-top:0;
}

.register-form{
    display: none;
}

.navbar-container{
    display: flex;
    min-height: 74px;
    align-items: center;
}

*:focus {
    outline: none;
}

h1{
    padding-top: 25px;
    font-size: 2.7em;
}

/* HEADER */

.header{
    background: #fff;
    position: fixed;
    width: 100%;
    height: 75px;
    margin: 0;
    top: 0;
    transition: top 0.2s;
}

.header .navbar-nav li a{
    font-size: .955em;
    font-weight: 700;
    color: #718097;
}

.header .navbar-nav li a:hover{
    color: #718097;
}

.header .navbar-nav{
    height: 100%;
    background-color: #FFF;
    margin: 0;
}

@media (min-width: 992px){
    .header .navbar-nav .active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #227e3d;
        z-index: 1;
    }

    .header .navbar-nav{
        margin: 0 auto;
    }

    .header .navbar-nav>li>a{
        line-height: 74px;
        position: relative;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.header .navbar-nav li{
    height: 100%;
}

.header .navbar-nav .button-filled, .header .navbar-nav .button-unfilled{
    font-size: 0.875em;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background-color: #FFF;
}

.header .navbar-nav .button-filled > a, .header .navbar-nav .button-unfilled > a{
    width: 120px;
    background-color: #32bc5b;
    border: 1px solid #32bc5b;
    color: #FFF;
    text-align: center;
    border-radius: 4px !important;
    line-height: 1em;
    padding: 1.019em 0;
    transition: all ease 0.8s;
    text-transform: uppercase !important;
}

.header .navbar-nav .button-unfilled > a{
    background-color: #FFF !important;
    color: #32bc5b;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .nav>li a{
        padding: 0 5px;
    }
}

.navbar-default .navbar-nav .button-filled > a:hover, .navbar-default .navbar-nav .button-unfilled > a:hover{
    background-color: #227e3d;
    border: 1px solid #227e3d;
    color: #FFF !important;
    padding-top: 1em !important;
}

.navbar-default .navbar-nav .button-unfilled > a:hover{
    background-color: #32bc5b !important;
    border: 1px solid #32bc5b !important;
}

.header .in.collapse .button-filled > a:hover, .header .in.collapse .button-unfilled > a:hover {
    color: #FFF !important;
}

.navbar-header{
    min-height: 74px;
    display: flex;
    align-items: center;
}

.navbar-header img{
    margin: 0;
}


h1{
    padding-top: 50px;
    font-size: 2.7em;
    color: #525f71;
    font-weight: 300;
    line-height: 1.25;
}

/* END HEADER */

/* BANNER HOME*/
section{
    position: relative;
}

article{
    padding-top: 60px!important;
    min-height: calc(100vh - 228px);
}

.anchor{
    height: 0px !important;
}

.article-container{
    text-align: center;
}

.article-container .subtitle {
    margin-top: 16px;
    margin-bottom: 36px;
    font-weight: 300;
    font-style: normal;
    color: #718097;
    font-size: 1.2em;
}

.article-block-left{
    text-align: right !important;
    margin-bottom: 30px;
}

.article-block-right{
    text-align: left !important;
    margin-bottom: 30px;
}

.article-block-left h4, .article-block-right h4{
    font-size: 1.4em;
    color: #525f71;
    font-weight: 600;
    line-height: 1.25;
    display: inline;
}

.article-block-left img, .article-block-right img{
    width: 50px;
    box-sizing: unset;
}

.article-block-left div{
    display: inline-block;
    width: 60px;
}

.article-block-left i{
    color: #32bc5b;
    font-size: 40px;
    position: absolute;
    right: 0;
}

.article-block-right div{
    display: inline-block;
    width: 70px;
}

.article-block-right i{
    color: #32bc5b;
    font-size: 40px;
    position: absolute;
    left: 0;
}

.article-block-left p, .article-block-right p{
    color: #718097;
    font-size: 16px;
    margin-top: 5px;
    line-height: 28px;
}

.article-block-left p{
    padding-right: 65px;
}

.article-block-right p{
    padding-left: 75px;
}

.article-block-cel{
    margin: 1em auto;
    display: block;
}

.home-text-banner {
    background-color: #171e30;
    color: #FFF;
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    padding: 5rem 0;
}

.home-text-banner.bg-green {
    background-color: #32bc5b;
}

.home-text-banner > .btn {
    background-color: transparent;
    color: #FFF;
    font-size: 1.5rem;
    border: 2px solid #FFFFFF;
    padding: 1.5rem 2.5rem;
    font-weight: 700;
}

.home-text-banner > .btn.wide {
    padding: 1.5rem 4rem;
}

.btn {
    text-transform: uppercase;
}

.btn.btn-white {
    background-color: #FFFFFF;
    color: #171e30;
}

.btn.btn-green {
    background-color: #32bc5b;
    color: #FFFFFF;
}

.btn.btn-bigger {
    padding: 2rem 6rem;
    font-size: 1.75rem;
    height: auto;
    font-weight: 600;
}

.bg-green .btn.btn-white {
    color: #32bc5b;
}

#clube-v-plus-cont{
    background-image: url(../img/home/clube-v-background-09-2022.png);
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: cover !important;
    margin-top: 50px;
}

.clube-v-plus-item i{
    color: #FFF;
    font-size: 31px;
}

#bookmakers{
    background-color: #32bc5b;
}

.contact-form input,
.contact-form textarea{
    padding: 1rem;
    background: #f4f6fa;
    border-color: #dce3ef;
    height: auto;
    font-size: 1.7rem;
    box-shadow: none;
}

.contact-form label {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.contact-form .form-group {
    margin-bottom: 2rem;
}

@media (max-width: 991px){
    #clube-v-plus-cont{
        background-image: url(../img/home/clube-v-background-mobile.png);
    }
    article .article-container h1{
        font-size: 2.4em;
        padding: 0;
    }
    article .article-container > p{
        padding-left: 0;
        padding-right: 0;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .article-block-left, .article-block-right{
        text-align: center !important
    }
    .article-block-left h4, .article-block-right h4{
        display: block;
        font-size: 22px;
        margin-bottom: 0;
    }
    .article-block-left div, .article-block-right div{
        margin-top:10px;
    }
    .article-block-left i, .article-block-right i{
        position: unset;
        padding: 0;
    }
    .article-block-left p, .article-block-right p{
        padding-left: 0;
        padding-right: 0;
        font-weight: lighter;
    }
    .article-block-cel{
        margin-bottom: 30px;
    }

    #promo-cont{
        background-image: url(../img/home/vcopa-fondo-mobile.png);
    }

    #promo-cont h2{
        font-size: 24px !important;
    }
}

@media (max-width: 360px){
    article .article-container h1{
        font-size: 2em;
    }
}

#clube-v-plus-cont .clube-v-plus-img{
    display: block;
    margin: auto;
}

#clube-v-plus-cont .article-title{
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    padding: 18px 0 70px;
    margin: 0;
}

#clube-v-plus-cont p{
    color: #FFF;
    margin: 0;
}

#clube-v-plus-cont .clube-v-plus-items{
    max-width: 340px;
    margin: auto;
}

#clube-v-plus-cont .clube-v-plus-items .clube-v-plus-item{
    display:flex;
    align-items:center;
    padding-bottom: 30px;
}

#clube-v-plus-cont .clube-v-plus-items .clube-v-plus-item:last-child{
    padding-bottom: 50px;
}

#clube-v-plus-cont .clube-v-plus-items p{
    line-height: 1.25;
    font-size: 17px;
    font-weight: lighter;
    padding-left: 20px;
}

@media (max-width: 991px){
    #clube-v-plus-cont .clube-v-plus-img{
        display: block;
        margin: 60px auto 0;
    }
    #clube-v-plus-cont .article-title{
        padding: 18px 0 20px;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
    }
    #clube-v-plus-cont .clube-v-plus-items{
        margin: auto;
    }
    #clube-v-plus-cont .clube-v-plus-items .clube-v-plus-item{
        justify-content: center;
        flex-wrap: wrap;
    }

    #clube-v-plus-cont .clube-v-plus-items .clube-v-plus-item img{
        width: 60px;
        margin-bottom: 20px;
    }

    #clube-v-plus-cont .clube-v-plus-items .clube-v-plus-item p{
        text-align: center;
        padding: 0;
        font-size: 20px;
    }
}

@media (max-width: 480px){
    #clube-v-plus-cont .clube-v-plus-img{
        width: 100%;
    }
}

#process > .article-container > p{
    margin-bottom: 100px;
}

#process .corner-right{
    height: 80px;
    width: 100px;
    margin-top: 80px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-radius: 0 35px 0 0;
    border-color: #dce3ef;
}

#process .corner-left{
    float: right;
    height: 80px;
    width: 100px;
    margin-top: 80px;
    border-width: 5px 0 0 5px;
    border-style: solid;
    border-radius: 35px 0 0 0;
    border-color: #dce3ef;
}

#process .process-block h3{
    font-weight: 600;
    line-height: 1.25;
    font-size: 17px;
    margin: 0 0 1.5em;
}

#process .process-block p{
    margin: 0;
    max-width: 270px;
    font: 400 16px/1.75 'Open Sans',Helvetica,Arial,sans-serif;
    color: #718097;
}

#process .process-block > div, #process .icon-container{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
}

#process .process-block > div{
    width: 70px;
    height: 70px;
    border: 1px solid #32bc5b;
    border-radius: 100%;
}
#process .icon-container{
    width: 160px;
    height: 160px;
    border: 2px solid #32bc5b;
}

#process .process-block > div > i{
    font-size: 33px;
    color: #32bc5b;
}

#process .icon-container > i{
    font-size: 55px;
    color: #32bc5b;
}

#process .block-left{
    text-align: right;
}

#process .block-left p{
    float: right;
}

#process .block-right{
    text-align: left;
}

#process .block-right p{
    float: left;
}

#process .process-block-center{
    border-right: 1px solid #dce3ef;
    height: 40px;
    width: 50%;
    margin: 5px 0;
}

#process #bookmakers-row .process-block-left{
    border-right: 5px solid #dce3ef;
    width: calc(100% - 110px);
    height: 250px;
}

#process a{
    color: #32bc5b;;
    text-decoration: none;
}

.bookmakers-container-home{
    text-align: left;
}

.bookmakers-container-home img{
    margin-right: 35px;
    margin-bottom: 10px;
}

@media (max-width: 991px){
    #process .process-block p{
        float: unset;
        max-width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
    }
    #process .process-block h3{
        display: block;
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
        padding: 0 20px;
    }
    #process > .article-container > p{
        margin-bottom: 50px;
    }
    .bookmakers-container-home{
        text-align: center;
        margin-bottom: 40px;
    }
    .bookmakers-container-home img{
        margin: 0 10px 10px;
    }
}

#benefits{
    background-color: #32bc5b !important;
    padding-bottom: 65px;
    padding-top: 65px;
}

#benefits .benefits-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

#benefits h1{
    color: #FFF;
    margin: 0 60px;
    padding-top: 0;
    text-align: center;
}

@media (min-width: 481px) and (max-width: 1199px){
    #benefits h1{
        margin-bottom: 40px;
    }
}

@media (max-width: 480px){
    #benefits{
        padding-bottom: 30px;
        padding-top: 50px;
    }
    #benefits .home-buttons-container{
        width: 100%;
    }
    #benefits h1{
        text-align: center;
        margin: 0 0 40px 0;
        font-size: 2.4em;
    }
}

@media (max-width: 360px){
    #benefits h1{
        font-size: 2em;
    }
}

#promos .promo-title{
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    padding: 8px 4px;
    color: #525f71;
    text-decoration: none;
}

#promos .promo-title:hover, #promos .promo-saiba:hover{
    color: #43ce43;
}

#promos .promo-saiba{
    color: #525f71;
    text-decoration: none;
}

#testimonies{
    margin-top: 40px !important;
}

#testimonies .home-support img{
    width: 200px;
}

#testimonies .home-support p{
    max-width: 600px;
    margin: 30px auto;
}

#testimonies .container{
    max-width: 1000px;
}

.testimonies-container > div {
    display: flex;
    align-items: center;
    height: 160px;
}

.testimonies-author{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#testimonies span{
    color: #525f71;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.testimonies-text{
    text-align: left;
    line-height: 37px;
    margin: 0;
    font: 600 14px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #718097;
}

@media (max-width: 991px){
    .testimonies-pic{
        max-width:75px;
    }
    .testimonies-text{
        font-size: 11px;
    }
    .testimonies-container > div {
        height: 120px;
    }
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

img, iframe {
    max-width: 100%;
}

.carousel-home {
    width: 100%;
    /*max-height: 400px;*/
}

.carousel-home > .container {
    width: 100%;
    padding: 0 !important;
    margin:  0 !important;
}

.carousel-home .slider-wrap{
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}

.slider-carousel-desktop .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    /*border: #FFF 1px;*/
    /*border-radius: 20px;*/
    border: 1px solid #ffffff;
    padding: 2px 6px 6px 2px;
    margin: 5px 10px !important;
}

.slider-carousel-desktop .swiper-pagination-bullet-active {
    color: #fff;
    background: #ffffff;
}

.slider-carousel-mobile .swiper-pagination-bullet {
    clear: both;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    opacity: 1;
    background: rgb(255, 255, 255);
    /*border: #FFF 1px;*/
    /*border-radius: 20px;*/
    border: 1px solid #136700;
    padding: 2px 6px 6px 2px;
    margin: 20px 10px 5px 10px !important;
}

.slider-carousel-mobile .swiper-pagination-bullet-active {
    color: #136700;
    background: #136700;
}

.slider-carousel-mobile .swiper-pagination{
    position: relative !important;
}

.slider-carousel-desktop .carousel-container{
    padding-left: 15%;
    padding-top: 6%;
    width: 85%;
    color:white;
}

.carousel-html button, .carousel-html input[type="button"], .carousel-html a{
    font-size: 16px;
    font-weight: 600;
    margin: 15px;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    text-align: center;
}

.carousel-html button:first-of-type, .carousel-html input[type="button"]:first-of-type, .carousel-html a:first-of-type{
    margin-left: 0px !important;
}

.carousel-html button:last-of-type, .carousel-html input[type="button"]:last-of-type, .carousel-html a:last-of-type{
    margin-right: 0px !important;
}

.carousel-html button:hover, .carousel-html input[type="button"]:hover, .carousel-html a:hover{
    text-decoration: none;
}

.carousel-html .btn-green{
    background-color: #32BC5BFF;
    color:white;
}

.carousel-html .btn-green:hover{
    background-color: #227e3d;
    color:white;
}

.carousel-html .btn-green-invert{
    background-color: #227e3d;
    color:white;
}

.carousel-html .btn-green-invert:hover{
    background-color: #32BC5BFF;
    color:white;
}

.carousel-html .btn-darkgreen{
    background-color: #196A45;
    color:white;
}

.carousel-html .btn-darkgreen:hover{
    background-color: #257832;
    color:white;
}

.carousel-html .btn-white{
    background-color: #ffffff;
    border: 1px solid #227e3d;
    color: #227e3d;
}

.carousel-html .btn-white:hover{
    background-color: #227e3d;
    color: #FFF;
}

.carousel-html .btn-black{
    background-color: #000000;
    color: #ffffff;
}

.carousel-html .btn-black:hover{
    background-color: #3d3d3d;
    color: #FFF;
}



.home-button-green{
    background-color: rgb(50,188,91);
    text-decoration: none;
    color: #FFF;
}


.slider-carousel-desktop .carousel-title{
    font-size:32px;
}

.slider-carousel-desktop .carousel-subtitle{
    font-size:24px;
    margin-top: 40px;
}

.slider-carousel-desktop .carousel-html{
    margin-top: 40px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.slider-carousel-mobile .carousel-container{
    margin: 0 auto;
    padding: 10px;
    width: 85%;
    color: #525f71;
    text-align: center;
}

.slider-carousel-mobile .carousel-title{
    font-size:28px;
    margin-top: 15px;
}

.slider-carousel-mobile .carousel-subtitle{
    font-size:20px;
    margin-top: 40px;
}

.slider-carousel-mobile .carousel-html{
    margin-top: 40px;
    display:flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1300px){
    .slider-carousel-desktop .carousel-container{
        padding-left: 12%;
        padding-top: 4%;
        width: 88%;
    }

    .slider-carousel-desktop .carousel-title{
        font-size:28px;
    }

    .slider-carousel-desktop .carousel-subtitle{
        font-size:20px;
    }
}



.banner-home{
    background-image: url('../img/home/img-home.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.banner-home p{
    position: relative;
    color: #FFF;
    font-size: 2.5em;
    font-weight: lighter;
    line-height: 45px;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.54) !important;
    margin: 100px 0 20px 0;
    opacity: 0;
}

.banner-home span{
    font-size: 0.650em;
}

.popup-home{
    position: fixed;
    z-index: 10000;
    top:0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.popup-link{
    position: fixed;
    z-index: 10000;
    top: 0vh;
    left: 15vw;
    height: 100vh;
    width: 70vw;
    padding: 0;
}

.popup-home .popup-close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    cursor: pointer;
    padding: 8px;
    border: none;
    border-radius: 23px;
    background-color: black;
}

.home-buttons-container{
    position: relative;
    display: flex;
    margin: 30px 0 70px;
    opacity: 0;
}

#benefits .home-buttons-container{
    justify-content: space-between;
    width: 290px;
    margin: 0;
    opacity: 1;
}

.home-button{
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 8px 10px 0;
    padding: 18px;
    width: 170px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.navbar-container .home-button-container{
    display: flex;
    align-items: center;
}

.navbar-items-container{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.navbar-container .home-button{
    width: 120px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    margin: 0;
}

.navbar-container .home-button-white{
    border: 1px solid #32bc5b;
    color: #32bc5b;
}

.navbar-container .home-button-green:hover{
    background-color: #227e3d;
}

.navbar-container .home-button-white:hover{
    background-color: #32bc5b;
    color: #FFF;
}

.home-button:hover{
    text-decoration: none;
}

.home-button-green{
    background-color: rgb(50,188,91);
    text-decoration: none;
    color: #FFF;
}

.home-button-green:hover{
    background-color: rgb(41,125,65,0.8);
    color: #FFF;
}

.home-button-white{
    background-color: #FFF;
    text-decoration: none;
    color: #000000;
    margin-right: 0;
}

.home-button-white:hover{
    background-color: rgb(41,125,65,0.8);
    color: #FFF;
}

.home-button-black{
    width: 140px;
    margin: 0;
    border: 2px solid #FFF;
    text-decoration: none;
    color: #FFF;
}

.home-button-black:hover{
    background-color: #FFF;
    color: #000000;
}

.banner-home .phone-img{
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 320px;
    animation-name: enter-hand;
    animation-duration: 3s;
}

.navbar-collapse {
    width: 100%;
}

@media (max-width: 991px){
    .navbar-items-container{
        flex-direction: column;
        margin: 0 -15px;
    }
    .navbar-collapse {
        border-top: 1px solid;
    }
    .navbar-container .home-button-container{
        width: 100%;
        background-color: #FFF;
        height: 75px;
        justify-content: space-around;
    }
    .navbar-container .home-button {
        width: 140px;
        padding: 15px;
    }
    .banner-home p{
        text-align: center;
        margin: 30px 0 20px 0;
    }
    .home-buttons-container{
        justify-content: center;
        margin: 20px 0;
    }

    .collapsing.navbar-collapse {
        width: 100vw;
        overflow: hidden;
    }
}

@media (max-width: 360px){
    .banner-home p{
        font-size: 1.8em;
    }
    .banner-home span{
        font-size: 0.6em;
    }
}

/* END BANNER HOME*/

/*home animations*/

.animation-left, .animation-right, .animation-top{
    position: relative;
}

.anim-flash{
    animation-duration: 0.5s;
}

.anim-fast{
    animation-duration: 1s;
}

.anim-med{
    animation-duration: 1.5s;
}

.anim-slow{
    animation-duration: 2s;
}

.animate-left{
    animation-name: enter-from-left;
}

.animate-right{
    animation-name: enter-from-right;
}

.animate-top{
    animation-name: enter-from-top;
}

.animate-blur{
    animation-name: blur;
}

@keyframes enter-hand {
    0%   {right:-350px}
    60%  {right:-350px}
    100% {right:100px}
}

@keyframes enter-from-left {
    0%   {left:-30px; opacity:0}
    50%  {left:-30px; opacity:0}
    100% {left:0px; opacity:1}
}

@keyframes enter-from-right {
    0%   {right:-30px; opacity:0}
    50%  {right:-30px; opacity:0}
    100% {right:0px; opacity:1}
}

@keyframes enter-from-top {
    0%   {top:-50px; opacity:0}
    50%  {top:-50px; opacity:0}
    100% {top:0px; opacity:1}
}


@media (max-width: 991px){
    @keyframes enter-from-left {
        0%   {opacity:0}
        50%  {opacity:0}
        100% {opacity:1}
    }
    @keyframes enter-from-right {
        0%   {opacity:0}
    50%  {opacity:0}
    100% {opacity:1}
    }
}

@keyframes blur {
    0%   {opacity:0}
    50%  {opacity:0}
    100% {opacity:1}
}

/*end home animations*/

/*sliders*/
.slider-background{
    width: 100%;
    overflow: hidden;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: unset;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

.slider-wrap{
    margin-left: 20px;
    margin-right: 20px;
}

.slider-container, .promos-container {
    width: 100%;
    position: relative;
}
.swiper-slide{
    display:flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.swiper-button-prev, .swiper-button-next{
    position: absolute;
    color: #FFF;
    background-color: #32bc5b;
    height: 100%;
    width: 20px;
    top: 19%;
    z-index: 1;
}

.swiper-button-prev{
    left: -20px;
}
.swiper-button-next{
    right: -20px;
}

/* Bookmakers and Banks slide */
.slider-container{
    height: 50px;
    background-color: #32bc5b;
}
.slider-container .swiper-wrapper .swiper-slide img{
    height: 40px;
}
.slider-container img:hover{
    cursor: move;
}
#banks{
    background-color: #119d3c;
    margin-top: 1px;
}
.slider-banks{
    height: 50px;
    background-color: #119d3c;
}
.slider-banks img:hover{
    cursor: move;
}
.slider-banks .swiper-wrapper .swiper-slide img{
    height: 40px;
}

/* Promos slide */
.promos-container{
    height: 380px;
}

#promos .swiper-slide{
    justify-content: unset;
    flex-direction: column;
}

#promos .swiper-button-prev, #promos .swiper-button-next{
    background-color: #FFF;
    color: #32bc5b;
    top: 5%;
    padding-bottom: 215px;
}

#promos .swiper-button-prev, #promos .swiper-button-next{
    padding:0;
    height:20px;
    margin:0;
    top: 93%;
}
#promos .slider-wrap{
    margin-left: 0px;
    margin-right: 0px;
}
#promos .swiper-button-prev{
    left: 500px;
}
#promos .swiper-button-next{
    right: 500px;
}
#promocoes2 .container{
    margin-bottom: 20px;
    margin-top: 10px;
}
.slider-promos-2{
    height: 100px;
    overflow: hidden;
}
.slider-promos-2:hover{
    cursor: move;
}

@media (max-width: 1600px){
    .promos-container {
        height: 340px;
    }
    #promos .swiper-button-prev{
        left: 350px;
    }
    #promos .swiper-button-next{
        right: 350px;
    }
}
@media (max-width: 991px){
    .promos-container {
        height: 580px;
    }
    #promos .swiper-slide {
        height: calc((100% - 30px) / 2);
    }
    #promos .promo-title{
        font-size: 0.8em;
        padding: 3px 6px;
    }
    #promos .swiper-button-prev, #promos .swiper-button-next{
        padding:0;
        height:20px;
        margin:0;
        top: 96%;
    }
    #promos .slider-wrap{
        margin-left: 0px;
        margin-right: 0px;
    }
    #promos .swiper-button-next{
        right: 250px;
    }
    #promos .swiper-button-prev{
        left: 250px;
    }
}

@media (max-width: 480px){
    .promos-container {
        height: 500px;
    }
    #promos .promos-link{
        width: 100%;
    }
    #promos .promos-img{
        width: 100%;
    }
    #promos .promo-saiba{
        font-size: 12px;
    }
    #promos .swiper-button-next{
        right: 130px;
    }
    #promos .swiper-button-prev{
        left: 130px;
    }
    .home-buttons-container a{
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 320px){
    .promos-container {
        height: 430px;
    }
    #promos .swiper-button-next {
        right: 100px;
    }
    #promos .swiper-button-prev {
        left: 100px;
    }
}

/* END HEADER */

/* BANNER HOME*/
section{
    position: relative;
}

article{
    /*padding-bottom: 50px;*/
}

article > .container{
    text-align: center;
}

article > .container > p{
    margin-top: 16px;
    margin-bottom: 45px;
    font-weight: 300;
    font-style: normal;
    color: #718097;
    font-size: 1.2em;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

img, iframe {
    max-width: 100%;
}

/* CADASTRO FORM */

::placeholder {
    color: #FFF;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFF;
}

.lead-wrap{
    height: auto;
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background: linear-gradient(to bottom, #F7B119, #FCEA51);
    }

.cadastro-wrap{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.login-wrap {
    background-image: url(/img/fondo_login_new.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.promocode-img{
    width: 100%;
    display: none;
}

.register-container{
    width: 400px;
    display: block;
    margin: auto;
}

.register-container h1,
.register-container h2,
.register-container h3,
.register-container h4,
.register-container h5,
.register-container h6 {
    color: #FFFFFF;
}

.register-container h3{
    margin-top: 0px;
    padding-top: 20px;
}

.register-title{
    margin-bottom: 80px;
    color: #FFF;
    text-align: center;
}

.register-title h3{
    font-weight: 100;
    font-size: 2.25em;
}

.register-title h4{
    font-weight: 100;
    font-size: 1.25em;
    margin-top: 30px;
    margin-bottom: 0px;
}

.register-title p{
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 32px;
}

.register-title p > span{
    font-weight: 100;
    margin-top: 25px;
    display: block;
    font-size: 15.5px;
    line-height: 22px;
}

.register-form{
    position: unset;
}

.register-box{
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #FFF;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-box:not(.no-input):hover{
    box-shadow: 0px 0px 2px #ffffff;
}

.no-input{
    border: 1px solid #ffffff47;
}

.register-box p:hover{
    cursor: default;
}

.register-box .register-label{
    position: absolute;
    left: 5px;
    top: 2px;
    color: #FFF;
    font-size: 8px;
}

.input-label{
    display: none;
}

.register-box input, .register-box select{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 100;
}

.register-cpf, .register-smscode{
    font-size: 20px !important;
}

.register-cpf::placeholder, .register-smscode::placeholder{
    font-size: 15px;
}

.register-box input:hover, .register-box select:hover{
    opacity: 1;
}

a, a:active, a:focus, a:hover {
    outline: 0;
}

/* Change Autocomplete styles in Chrome*/
.register-box input:-webkit-autofill,
.register-box input:-webkit-autofill:hover,
.register-box input:-webkit-autofill:focus,
.register-box textarea:-webkit-autofill,
.register-box textarea:-webkit-autofill:hover,
.register-box textarea:-webkit-autofill:focus,
.register-box select:-webkit-autofill,
.register-box select:-webkit-autofill:hover,
.register-box select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 999999999s ease-in-out 0s !important;
}

.register-box img{
    position: absolute;
    right: 7px;
    opacity: 0.7;
    transition: 0.2s linear;
}

.register-box img:hover{
    cursor: pointer;
    opacity: 1;
}

.preferences-container{
    color: white;
    background-color: #00000033;
    height: 100px;
    padding: 10px;
}

.preferences-container > p{
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px;
}
.preference-box{
    align-items: center;
    display: flex;
    width: 50%;
    float: left;
}

.preference-box input{
    margin: 0 5px 0 0;
}

.half{
    width: 49%;
    float: left;
}

.half:nth-child(2n){
    margin-left: 2%;
}

.vertical-separator{
    position: absolute;
    width: 2px;
    height: 31px;
    border-right: 1px solid #FFF;
    top: 9px;
    left: 90%;
    opacity: 0.5;
}

input:-internal-autofill-selected{
    background-color: transparent !important;
}

.register-country {
    text-align-last: center;
}

.register-box p{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 0;
    opacity: 0.8;
    font-weight: 100;
}

.error-input{
    border: 1px solid #fbff00;
}

.error-input:hover{
    box-shadow: none;
}

#view-hide-password{
    z-index: 9;
}

#view-hide-password:hover{
    cursor: pointer;
}

.register-comunication-container{
    width: 400px;
    position: relative;
    display: none;
    bottom: 268px;
    left: 50%;
    transform: translateX(-50%);
}

.register-comunication-container.register-with-login{
    bottom: 247px;
    position: absolute;
}

@media (min-width: 480px) and (max-width:991px){
    .register-form{
        width: 70%;
        margin: auto;
    }
    .register-comunication-container.register-with-login {
        bottom: 250px;
    }
}

@media (max-width:480px){
    .register-comunication-container{
        bottom: 280px;
    }
    .register-comunication-container.register-with-login{
        bottom: 270px;
    }
}

.register-form.register-with-login{
    position: relative;
    bottom: 285px;
}

.register-comunication{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000002e;
    border-radius: 8px;
    min-height: 56px;
    padding: 10px;
}

.img-commun-container{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.img-commun-container img{
    display: block;
    width: 33px;
}

.msg-commun-container a{
    color: #FFF;
    text-decoration: underline;
}

.msg-commun-container {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 14px;
    text-align: left;
}

.register-button-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 130px 0;
}

.register-button-container.register-with-login{
    padding-bottom: 64px;
}

.register-button-container.register-login{
    padding-bottom: 5px;
    padding-top: 50px;
}

.register-login-message{
    position: absolute;
    font-weight: 100;
    font-size: 1.25em;
    color: #FFF;
    left: 50%;
    transform: translateX(-50%);
    width: 215px;
}

#button-register-site{
    display: none;
}

.message-register-site{
    color: #FFF;
    font-size: 15.5px;
    font-weight: 100;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    max-width: 300px;
    display: none;
}

.register-button{
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 13px !important;
    width: 245px;
    height: 50px;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 4px;
    font-weight: 400;
    display: flex;
    align-items:center;
    justify-content:center;
}

.register-button:hover{
    box-shadow: 0px 0px 7px #ffffff;
    color: #FFF;
}

.register-button a{
    padding: 7px 35px;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 22px;
}

.register-button i{
    font-size: 35px;
    color: #FFF;
    margin-right: 13px;
}

#register-step-1 .register-button{
    top: 225px;
}

#register-step-2 .register-button{
    top: 133px;
}

.register-voltar{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    bottom: 45px;
    text-align: center;
    height: 0px;
    margin: 0;
    font-weight: 100;
    display: none;
}

.register-voltar:hover{
    color:#FFF;
}

.captcha-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 123px;
}

.register-recaptcha{
    display: flex;
    position: relative;
    margin: auto;
    top: 4vh;
}

.register-country *
{
 background-color: #FFF;
 color: #19ab7d;
}

#register-input-smscode{
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px;
    display: none;
}

#register-input-email > input{
    transition: font-size 1s ease;
}

#register-step-3 a{
    color: #FFF;
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: underline;
    padding-bottom: 45px;
    /* margin-bottom: 163px; */
    opacity: 0;
}

/* END CADASTRO FORM */

/* ANIMATIONS */

.spinner-background{
    background: #0000008f;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 9999;
}

.spinner-container{
    position: absolute;
    left: 50%;
    z-index: 999999;
    top: 47%;
}

.spinner-container p{
    position: relative;
    left: -50%;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.register-spinner{
    position: relative;
    left: -50%;
    width: 70px;
    margin: auto;
    display: block;
}

.api-error-msg-container{
    background: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 9999;
}

.api-error-msg{
    transform: translateY(-50%);
    width: 100%;
    top: 45%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.api-error-msg span{
    color: #FFF;
    font-size: 16px;
    margin-bottom: 25px;
}

.api-error-msg img{
    margin-bottom: 30px;
}

.register-progress-bar{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 107px;
    height: 0px;
    bottom: 100px;
}

.register-progress-bar.register-with-login{
    bottom: 140px;
}

.progress-bar-step{
    /*display: inline-block;*/
    display: none;
    margin: 0 3px;
    border-radius: 10px !important;
    background-color: #FFF;
    /* transition: 0.5s linear; */
}

#progress-bar-step-1, #progress-bar-step-2, #progress-bar-step-3{
    width: 16px;
    height: 16px;
    transition: width 1s ease;
}

.progress-bar-active{
    width: 50px;
}

#svg-container{
    display: none;
    color: #FFF;
    text-align: center;
}

#svg-container .svg-title{
    font-size: 2.25em;
    margin-bottom: 53px;
    font-weight: 100;
}

#svg-container p{
    font-size: 21px;
    font-weight: 500;
}

#svg-container span{
    font-size: 15.5px;
    font-weight: 100;
}

#svg-complete-data-container{
    top: 175px;
    left: 50%;
    position: absolute;
    display: none;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #FFF;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #FFF;
    stroke-miterlimit: 10;
    margin: 10% auto 20px;
    box-shadow: inset 0px 0px 0px #FFF;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }

  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  .checkmark-little{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 11px;
    margin: 0;
    display: none;
   }

  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #ffffff00;
    }
  }


/* END ANIMATIONS */

.enter-site-incomplete{
    bottom: 305px;
}
.max-tries-comunication {
    bottom: 230px;
}

/* @media ( min-width:768px ){ */
    .sms-invalid-code-message {
        bottom: 315px;
    }
/* } */

/* CODE VALIDATOR */

#validateEmailCode {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sms-code {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #302D1A;
    outline: none;
}

/* FIN CODE VALIDATOR */

/* FOOTER */

.footer{
    background-color: #302D1A;
    font-size: .875em;
    display: block;
    font: 400 16px/1.875 'Open Sans', Helvetica, Arial, sans-serif;
}

.footer, .footer .container{
    border: none;
}

.footer, .footer .container > .row > div {
    border: none;
}

.footer p, .footer a{
    font-size: .877em;
    text-align: left;
}

.footer .container > .row > div h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3rem;
    margin: 0 0 2.5rem;
    text-transform: uppercase;
}

.footer .container > .row > div p, .footer .container > .row > div h3, .footer .container > .row > div ul > li, .footer .container > .row > div ul > li a {
    color: #FFF;
}

.footer .container > .row > .about > img {
    margin-bottom: 2.5rem;
}

.footer .container > .row > div p, .footer .container > .row > div ul > li {
    margin: 0;
}

.footer .container > .row > div ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.footer .container > .row > .social ul > li > a {
    background-color: #FFF;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    color: #32bc5b;
    display: block;
    font-size: 1.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    width: 3.5rem;
}

.footer .container > .row > .social ul > li {
    margin-bottom: 10px;
    padding: 0;
}

.footer .over-18 {
    border: 2px solid #FFF;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    color: #FFF;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    height: 3.5rem;
    line-height: 3.2rem;
    text-align: center;
    width: 3.5rem;
}

.footer .container > .row > .support ul > li + li {
    margin-top: 2rem;
}

.footer-environment{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e7505a;
    color: white;
    text-align: center;
    z-index: 1001;
    font-family: "Calibri", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: -100px;
}

/* END FOOTER */

@media (max-width: 991px){
    .navbar-toggle {
        display: inline-block;
        padding: 0;
    }
    .navbar-container{
        flex-direction: column;
    }
    .max-tries-space{
        padding: 0;
    }
    .max-tries-comunication{
        bottom:75px;
    }
    .navbar-header{
        width: 100%;
        top: 0px;
        float: unset;
    }
    .navbar-header > div:first-child{
        width: 60%;
        float: left;
        text-align: center;
    }
    .navbar-btn{
        margin: 0 0 0 auto;
        border: 0;
    }
    .header .navbar-btn:active {
        box-shadow: unset;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .header .navbar-btn .icon-bar, .header .navbar-btn:hover .icon-bar {
        background: #59636c;
        box-shadow: none;
    }
    .header .navbar-btn .icon-bar, .header .navbar-btn:active .icon-bar {
        background: #32bc5b;
        box-shadow: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        height: 2px;
        width: 24px;
        margin: 5px 0;
    }
    .header .navbar-nav li a {
        padding: 20px 25px;
        font-size: 18px;
        text-align: center;
    }
    .navbar-collapse{
        padding: 0;
    }
    .navbar .container{
        width:100%;
    }
    .header.navbar .navbar-nav>li{
        border-bottom: 1px solid #eee!important;
        padding-top: 0;
        float: unset;
    }
    .navbar-collapse.in{
        overflow-y: unset;
    }
    .button-filled, .button-unfilled{
        width:50% !important;
        padding-top: 0 !important;
    }
    .header .navbar-nav .button-filled > a, .header .navbar-nav .button-unfilled > a{
        width: 90%;
        margin: 1em auto;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .header .navbar-nav .button-filled > a{
        color: #FFF !important;
    }
    .header .navbar-nav .button-unfilled > a{
        color: #32bc5b !important;
    }
    .footer #suporteModule{
        z-index:1000;
    }
    .footer .container > .row > div:last-child {
        margin-bottom: 0;
    }
    .footer .container > .row > div {
        margin-bottom: 2.5rem;
    }
    .footer .container > .row > .social ul {
        margin: 0;
    }
    .footer p, .footer a {
        font-size: 0.75em;
    }
    .register-title {
        margin-bottom: 110px;
    }
    .register-title p {
        font-size: 19px;
    }
    .register-button{
        top: 185px;
    }
    .vertical-separator {
        left: 89%;
    }
}

@media (max-width: 600px){
    .banner-home {
        background-image: url('../img/home/img-home-mobile.png');
    }
    .banner-home p{
        font-size: 2em;
    }
    article{
        padding-bottom: 0;
    }
    .register-box{
        height: 65px;
    }
    .register-title h3{
        font-size: 1.8em;
    }
    .register-cpf, .register-smscode{
        font-size: 25px !important;
    }
    .register-cpf::placeholder, .register-smscode::placeholder{
        font-size: 20px;
    }
    .register-button {
        font-size: 20px;
        width: 310px;
        margin: auto;
        height: 60px;
    }
    .register-button a{
        padding: 10px 55px;
    }
    .video-register-button{
        margin: 25px auto 50px !important;
    }
    .register-box p {
        font-size: 20px;
        max-width: 75%;
    }
    .register-box input, .register-box select {
        font-size: 20px;
    }
    .register-box select{
        font-size: 16px;
    }
    .register-box .register-label {
        font-size: 11px;
    }
    .vertical-separator {
        height: 46px;
    }
    .register-voltar {
        font-size: 18px;
    }
    .register-spinner{
        width: 100px;
    }
    .spinner-container p {
        font-size: 15px;
    }
    .register-comunication p{
        font-size: 15px;
    }
    .register-container {
        padding: 0 15px;
        min-height: 600px;
        width: 100%;
    }
    .register-comunication-container{
        width: 100%;
        bottom: 305px
    }
    #svg-complete-data-container{
        top: 138px;
    }
    .checkmark-little{
        top: 18px;
        width: 30px;
        height: 30px;
    }
    .enter-site-incomplete{
        font-size: 14px;
    }
    #promocoes2 .container{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 320px){
    .register-button a {
        padding: 10px 45px;
    }
    .register-button {
        width: 290px;
    }
}

@media screen and (min-width: 981px){
    .footer .container > .row > .social {
        padding-left: 0;
        padding-top: 5.5rem;
    }
    .footer .container > .row > .contact ul > li {
        padding: 0 40px;
        position: relative;
    }
    .footer .container > .row > .contact ul {
        margin: 0;
    }
    .footer .container > .row > .contact ul > li i {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cadastro-mkt-area{
        height: 655px;
    }
}

.footer .container > .row > .contact ul > li i {
    font-size: 2.5rem;
}

@media (min-width: 1250px){
    .container {
        width: 1230px;
    }
}

/* Galaxy 5S */
@media (min-width: 330px) and (max-width: 369px){
    .navbar-header img{
        width: 160px;
        height: auto;
    }
    .register-title h4 {
        margin-top: 14px;
    }
    .register-title {
        margin-bottom: 22px;
    }
    .vertical-separator {
        left: 88%;
    }
}

/* Iphone 5 */
@media (max-width: 320px){
    .navbar-header img{
        margin-top: 5px;
        width: 160px;
        height: auto;
    }
    .register-title h4 {
        margin-top: 12px;
    }
    .register-title {
        margin-bottom: 13px;
    }
    .register-title p {
        font-size: 17px;
    }
    #register-step-1 .register-button {
        top: 140px;
    }
    #register-step-3 .register-button {
        top: 0px;
    }
    #register-step-3 a{
        padding-bottom:75px;
        font-size: 14px;
        position: absolute;
        bottom: -55px;
        left: 20px;
    }
    .vertical-separator {
        left: 86%;
    }
    .register-comunication p {
        font-size: 13px;
    }
}

/* Iphone 6/7/8 */
@media (min-width: 370px) and (max-width: 410px){
    .register-title h4 {
        margin-top: 25px;
    }
    .register-title {
        margin-bottom: 29px;
    }
    #register-step-1 .register-button {
        top: 160px;
    }
    #register-step-3 .register-button {
        top: 0px;
    }
    #register-step-3 a{
        padding-bottom:116px;
    }
    .vertical-separator {
        left: 88%;
    }
}

/* Iphone 6/7/8 Plus */
@media (min-width: 411px) and (max-width: 430px){
    .register-title h4 {
        margin-top: 25px;
    }
    .register-title {
        margin-bottom: 29px;
    }
    #register-step-1 .register-button {
        top: 210px;
    }
    #register-step-3 .register-button {
        top: 0px;
    }
    #register-step-3 a{
        padding-bottom:212px;
    }
    .vertical-separator {
        left: 89%;
    }
    #svg-complete-data-container{
        top: 150px;
    }
}

/* Iphone X */
@media (max-width: 400px) and (min-height:800px){
    .register-title h4 {
        margin-top: 24px;
    }
    .register-title {
        margin-bottom: 30px;
    }
    #register-step-1 .register-button {
        top: 300px;
    }
    #register-step-3 .register-button {
        top: 0px;
    }
    #register-step-3 a{
        padding-bottom:261px;
    }
    .vertical-separator {
        left: 88%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

/* Ipad */
@media (max-width: 768px) and (min-width: 601px){
    .footer .container > .row > .contact ul > li {
        padding: 0 40px;
        position: relative;
    }
    .footer .container > .row > .contact ul > li i {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #register-step-3 a{
        padding-bottom:175px;
    }
    #svg-complete-data-container{
        top: 150px;
    }
}

/***
error-404
***/

.erro-404{
    padding: 6rem 0;
    text-align: center;
}

.erro-404 .exclamation{
    color: #32bc5b;
    font-size: 14rem;
    line-height: 14rem;
}

.erro-404 h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800 !important;
    margin-top: 60px;
}

.erro-404 p{
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.erro-404 .button-container{
    width: 254px;
    margin: auto;
    line-height: 50px;
    border: 5px solid #32bc5b;
    display: block;
    transition: 0.5s;
    text-decoration: none;
    color: #32bc5b;
    font-size: 1.7rem;
}

.erro-404 .button-container:hover{
    border: 5px solid #299649;
    color: #299649;
}

@media screen and (max-width: 767px){
    .erro-404{
        padding: 3rem 0;
    }

    .erro-404 .exclamation{
        font-size: 11rem;
        line-height: 11rem;
    }

    .erro-404 h1{
        font-size: 24px;
    }

    .erro-404 p{
        margin-top: 20px;
        margin-bottom: 31px;
        line-height: 30px;
    }

    .footer h3{
        margin: 0 0 1.5rem !important;
    }

    .footer .container > .row > .support ul > li + li {
        margin-top: 0;
        margin-left: 30px;
    }

    .footer .container > .row > .social ul > li {
        max-width: 45px;
    }

    .footer .support ul{
        display: flex;
    }

    .footer .social a{
        margin: auto;
    }

    .footer-environment span {
        display: none;
    }

    .footer .over-18-container{
        margin-left: 35px !important;
    }

    .footer a{
        font-size: 16px;
    }
}

@media (max-width: 320px){
    .footer a{
        font-size: 14px;
    }
}

.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }

@media (max-width: 480px){
    .hide-on-mobile {
        display: none !important;
    }
}

@media (min-width: 991px){
    .show-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 481px){
    .hide-on-tablet{
        display: none !important;
    }
}

@media (max-width: 991px){
    .show-on-desktop {
        display: none !important;
    }

    .container.no-margin-on-mobile {
        padding: 0;
    }
}

@media (min-width: 992px){
    .hide-on-desktop{
        display: none !important;
    }
    .cadastro-mkt-area{
        height: 695px !important;
    }
}

.landing-info{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* YOUTUBE VIDEO CLASSES */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 1;
}
.youtube .play-button {
    width: 70px;
    height: 49px;
    background-color: #1f1f1f;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.9;
    border-radius: 12px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 21.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube .play-button:hover{
    background-color: red;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*SECOND VIDEO*/
.youtube2 {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube2 img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 1;
}
.youtube2 .play-button {
    width: 70px;
    height: 49px;
    background-color: #1f1f1f;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.9;
    border-radius: 12px;
}
.youtube2 .play-button:before {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 21.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube2 .play-button:hover{
    background-color: red;
}
.youtube2 img,
.youtube2 .play-button {
    cursor: pointer;
}
.youtube2 img,
.youtube2 iframe,
.youtube2 .play-button,
.youtube2 .play-button:before {
    position: absolute;
}
.youtube2 .play-button,
.youtube2 .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube2 iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* END YOUTUBE VIDEO CLASSES */

.no-margin, .margin-zero, .margin-0 {  margin: 0 !important; }

.margin-top-0  { margin-top: 0 !important; }
.margin-top-5  { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-35 { margin-top: 35px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-45 { margin-top: 45px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-100 { margin-top: 100px !important; }

.margin-bottom-0  { margin-bottom: 0 !important; }
.margin-bottom-5  { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-35 { margin-bottom: 35px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }

.margin-left-0  { margin-left: 0 !important; }
.margin-left-5  { margin-left: 5px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-25 { margin-left: 25px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-35 { margin-left: 35px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-45 { margin-left: 45px !important; }
.margin-left-50 { margin-left: 50px !important; }

.margin-right-0  { margin-right: 0 !important; }
.margin-right-5  { margin-right: 5px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-25 { margin-right: 25px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-35 { margin-right: 35px !important; }
.margin-right-40 { margin-right: 40px !important; }
.margin-right-45 { margin-right: 45px !important; }
.margin-right-50 { margin-right: 50px !important; }

.no-padding, .padding-zero, .padding-0 {  padding: 0 !important; }

.padding-top-0  { padding-top: 0 !important; }
.padding-top-5  { padding-top: 5px !important; }
.padding-top-10 { padding-top: 10px !important; }
.padding-top-15 { padding-top: 15px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-25 { padding-top: 25px !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-top-35 { padding-top: 35px !important; }
.padding-top-40 { padding-top: 40px !important; }
.padding-top-45 { padding-top: 45px !important; }
.padding-top-50 { padding-top: 50px !important; }

.padding-bottom-0  { padding-bottom: 0 !important; }
.padding-bottom-5  { padding-bottom: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-15 { padding-bottom: 15px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-25 { padding-bottom: 25px !important; }
.padding-bottom-30 { padding-bottom: 30px !important; }
.padding-bottom-35 { padding-bottom: 35px !important; }
.padding-bottom-40 { padding-bottom: 40px !important; }
.padding-bottom-45 { padding-bottom: 45px !important; }
.padding-bottom-50 { padding-bottom: 50px !important; }

.padding-left-0  { padding-left: 0 !important; }
.padding-left-5  { padding-left: 5px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-left-15 { padding-left: 15px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-left-25 { padding-left: 25px !important; }
.padding-left-30 { padding-left: 30px !important; }
.padding-left-35 { padding-left: 35px !important; }
.padding-left-40 { padding-left: 40px !important; }
.padding-left-45 { padding-left: 45px !important; }
.padding-left-50 { padding-left: 50px !important; }

.padding-right-0  { padding-right: 0 !important; }
.padding-right-5  { padding-right: 5px !important; }
.padding-right-10 { padding-right: 10px !important; }
.padding-right-15 { padding-right: 15px !important; }
.padding-right-20 { padding-right: 20px !important; }
.padding-right-25 { padding-right: 25px !important; }
.padding-right-30 { padding-right: 30px !important; }
.padding-right-35 { padding-right: 35px !important; }
.padding-right-40 { padding-right: 40px !important; }
.padding-right-45 { padding-right: 45px !important; }
.padding-right-50 { padding-right: 50px !important; }

.flex{
    display: flex;
}

.f-center-left{
    align-items: center;
    justify-content: flex-start;
}

/* NEW REGISTER LANDING CARROUSEL */
/* BEGIN */

.container-carousel{
    width: 55%;
    padding-bottom: 20px;
}

.container-carousel h1 , .container-carousel h2, .container-carousel h3, .container-carousel h4, .container-carousel h5, .container-carousel h6{
    margin:0 !important;
}

.container-carousel h3{
    font-size: 16px !important;
    font-weight: 600 !important;
}
.container-carousel h5{
    font-size: 14px !important;
}

.container-carousel .register-title{
    margin-bottom: 20px;
}

.container-carousel #div-form{
    padding-top: 20px;
    padding-bottom: 20px;
}

.step-one-form{
    width: 50%;
}

.step-two-form{
    width: 100%;
}

.youtube-button{
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items:center;
    justify-content:center;
}

.youtube-button a:hover{
    color: #0030c0;
}

.youtube-button a {
    margin: 0 auto;
    color: #00124b;
    text-decoration: none;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
}

.color-dark .text-dark{
    color:black !important;
}

.color-dark img{
    border:black !important;
}

.register-button-landing-carousel{
    font-family: 'Open Sans', sans-serif;
    margin: 12px auto;
    border: transparent;
    background-color: #35aa47;
    border-radius: 13px !important;
    display: flex;
    align-items:center;
    justify-content:center;
    width: 150px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
}

.button-step-three{
    width: 200px;
}

.register-button-landing-carousel:hover{
    box-shadow: 0px 0px 7px #313131;
    background-color: #196e26;
}

.carousel-row{
    border: transparent;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow:4px 4px 8px 2px rgba(0,0,0,0.6);
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
}

div[class="row carousel-row"]{
    display: flex;
    align-items: center;
}

#div-form #rc-anchor-container{
    border: transparent !important;
}

#div-carousel > img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.color-dark input::placeholder {
    color: rgb(75, 75, 75);
}
.register-form .color-dark input{
    border: transparent;
    border-radius: 10px ;
    box-shadow:2px 2px 8px 3px rgba(117, 117, 117, 0.35);
}

.new-error-input{
    border: #ff0000 !important;
    border-radius: 10px !important;
}

.new-error-input:hover{
    box-shadow: none;
}

.input-icon {
    display:flex;
    align-items: center;
    position: relative;
}

.input-icon i {
    font-size: 16px;
    position: absolute;
    color: #302D1A !important;
    left: 20px;
}

.input-icon .img-icon{
    width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 12px;
}

.input-icon{
    border: transparent !important;
}

.input-icon input {
    display:flex;
    top:10px;
    height: 45px !important;
    border: transparent !important;
    border-radius: 10px !important;
    box-shadow:2px 2px 8px 3px rgba(117, 117, 117, 0.35);
    color:black !important;
}

.input-icon select{
    border: transparent !important;
    border-radius: 10px !important;
    box-shadow:2px 2px 8px 3px rgba(117, 117, 117, 0.35);
    color:black !important;
    text-align-last: center;
    text-indent: 1.2vw;
}

.input-icon select option{
    color:black !important;
}

.input-icon input:focus{
    background-color: rgba(225, 225, 225, 0.27) !important;
}

.carousel-row .register-recaptcha{
    top:0;
}

.carousel-row .register-button-container{
    padding:0px;
    padding-top:10px;
}

.captcha-container-carousel{
    height: auto;
}

.captcha-container-carousel .g-recaptcha{
    transform: scale(0.9);
}

.captcha-container-carousel .register-recaptcha iframe{
    border-radius: 10px !important;
    box-shadow: 0px 0px 5px 5px rgba(117, 117, 117, 0.25);
    width: 99%;
    height: 75px;
}

.carousel-row .register-comunication-container{
    bottom: 0;
}

.carousel-row .progress-bar-step{
    background-color: rgba(68, 176, 0, 0.8);
}

.carousel-row .register-progress-bar{
    width: 107px;
    bottom: 25px;
    margin-top: 10px;
}

.color-dark .no-input{
    border: transparent !important;
    border-radius: 10px !important;
    box-shadow:2px 2px 8px 3px rgba(117, 117, 117, 0.35);
    color: black;
}

.color-dark .register-box p, .color-dark .register-box div[class='register-label'] {
    color: black;
}

.color-dark .register-box{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.color-dark div, .color-dark div div{
    color:black;
}

.input-icon i[class='far fa-user i-new'], .input-icon i[class='far fa-calendar i-new'], .input-icon i[class='far fa-address-card i-new'], .input-icon i[class="fas fa-mobile-alt new-i"], .input-icon i[class='far fa-envelope'], .input-icon i[class='fas fa-unlock-alt']{
    padding: 0px !important;
    left: 25px;
}

#row-step2step{
    width: 80%;
    margin: 0 auto;
}

.preferences-container-carousel{
    width: 70%;
    margin:0 auto;
    color: #3f3f3f;
    background-color: transparent;
    padding-left: 5vw;
}

@media (max-width: 450px){
    .preferences-container-carousel{
        padding-left: 2vw;
    }
}

.half-carousel{
    width: 85%;
    margin:0 auto;
}

.half-carousel div{
    width: 49% !important;
    float:left;
}
.half-carousel>.half-separator{
    width: 2% !important;
    position: relative;
    border: 0px transparent;
}

.register-voltar-carousel{
    font-family: 'Open Sans', sans-serif;
    color: #545454;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin: 5px;
    font-weight: 100;
    display: none;
}

.hide-div{
    display: none !important;
}

.register-voltar-carousel:hover{
    color: #000000;
    opacity: 1 !important;
}

.color-dark .register-box{
    height: 45px !important;
}

.color-dark .register-comunication-container {
    width: auto;
}

.input-icon .register-label{
    color: rgb(68, 176, 0) !important;
}

.cpf-input-icon{
    width: 273px !important;
}

#cpf-input-icon{
    width: 100%;
}

#validate-input{
    width: 250px !important;
}

@media (max-width: 420px){
    .captcha-container-carousel .g-recaptcha{
        transform: scale(0.8);
    }
    .cpf-input-icon{
        width: 241px !important;
    }
    #validate-input{
        width: 100% !important;
    }
}

@media (max-width: 360px){
    .captcha-container-carousel .g-recaptcha{
        transform: scale(0.7);
    }
    .cpf-input-icon{
        width: 211px !important;
    }
}

@media (max-width: 320px){
    .captcha-container-carousel .g-recaptcha{
        transform: scale(0.63);
    }
    .cpf-input-icon{
        width: 195px !important;
    }
    .cpf-input-icon .input-icon input::placeholder{
        font-size: 12px !important;
    }
}

@media (max-width: 290px){
    .captcha-container-carousel .g-recaptcha{
        transform: scale(0.58);
    }
    .cpf-input-icon{
        width: 100% !important;
    }
    .cpf-input-icon .input-icon input::placeholder{
        font-size: 12px !important;
    }

}

@media (min-width: 1981px){
    .step-one-scale{
        transform: scale(1.2);
    }
}

@media (min-width: 2401px){
    .step-one-scale{
        transform: scale(1.6);
    }
}
@media (min-width: 3700px){
    .step-one-scale{
        transform: scale(2.0);
    }
}

form[class="register-form color-dark"]{
    width: 90%;
    margin: 0 auto !important;
}

.step-2{
    margin-top:2px !important;
    padding-top: 2px !important;
}

@media (min-width: 992px){
    .carousel-row{
        width: 100%;
    }
}

@media (min-width: 1301px){
    .container-carousel{
        width: 50%;
    }
}

@media (min-width: 1601px) {
    .step2-width {
        width: 72% !important;
    }
}

@media (max-width: 1600px) and (min-width: 992px) {
    .step2-width {
        width: 80% !important;
    }
}

@media (max-width: 1300px){
    .container-carousel{
        width: 57%;
    }
}

@media (max-width: 1200px){
    .container-carousel{
        width: 65%;
    }
}

@media (max-width: 1100px){
    .container-carousel{
        width: 70%;
    }
}

@media (max-width: 991px){
    .step-one-form{
        width: 100%;
    }
    #div-carousel > img{
        display: none;
    }

    .carousel-row{
        width: 80%;
    }
}

@media (max-width: 720px){
    .carousel-row{
        width: 85%;
    }
}

@media (max-width: 680px){
    .carousel-row{
        width: 90%;
    }
}

@media (max-width: 500px){
    .carousel-row{
        width: 100%;
    }
}

@media (max-width: 400px){
    #cpf-input-icon input, #cpf-input-icon input::placeholder{
        font-size: 16px !important;
    }
    #validate-input input, #validate-input input::placeholder{
        font-size: 16px !important;
    }
}

@media (max-width: 602px){
    #cpf-input-icon input, #cpf-input-icon input::placeholder{
        font-size: 16px !important;
    }
    #validate-input input, #validate-input input::placeholder{
        font-size: 16px !important;
    }
}

/* Change Autocomplete styles in Chrome for new landing carousel */
.input-icon input:-webkit-autofill,
.input-icon input:-webkit-autofill:hover,
.input-icon input:-webkit-autofill:focus,
.input-icon textarea:-webkit-autofill,
.input-icon textarea:-webkit-autofill:hover,
.input-icon textarea:-webkit-autofill:focus,
.input-icon select:-webkit-autofill,
.input-icon select:-webkit-autofill:hover,
.input-icon select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    transition: background-color 999999999s ease-in-out 0s !important;
}


@media (max-width: 991px){
    .container-carousel .register-title{
        margin-bottom: 10px;
    }
    .container-carousel{
        width: 75%;
    }
    .color-dark .register-box{
        width: 95%;
    }
    .half-carousel{
        width: 95%;
    }

    div[class="row carousel-row"]{
        flex-direction: column-reverse;
    }

}

@media (max-width: 680px){
    .input-icon, .input-icon p, .input-icon div, .input-icon input, input-icon input::placeholder{
        font-size: 12px;
    }

    .register-form{
        width: 100%;
    }

    .container-carousel{
        width: 85%;
    }
}

@media (max-width: 430px){
    .input-icon select{
        text-align-last: right;
        font-size:13px !important;
    }
}

/* END */
/* NEW REGISTER LANDING CARROUSEL */

/* DISABLE REGISTER START */

.disable_register_index{
    text-align: center;
    margin-top: 50%;
    min-height: 400px;
}

.disable_register{
    text-align: center;
    margin-top: 50%;
    margin-bottom: 20%;
}

.disable_register.color-dark{
    margin-top: 0;
    margin-bottom: 20px;
}

.disable_register h4, .disable_register_index h4{
    color:white;
}

@media (max-width: 991px){
    .disable_register{
        margin-top: 10%;
    }

    .disable_register.color-dark{
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/* DISABLE REGISTER END */

#promo-cont{
    background-image: url(../img/home/vcopa-fondo-desktop.png);
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: cover !important;
    padding: 50px 0;
}

#promo-cont h2{
    font-weight: 500 !important;
    margin-top: 10px !important;
}

.home-button-vcopa{
    border-radius: 15px;
    font-size: 20px;
    width: 200px;
    padding: 10px !important;
    margin-top: 20px !important;
}

#redefine-input, #resend-input, #redefine-pass, #redefine-pass-repeat {
    display: block;
    width: 100%;
    padding: 11px 10px;
    background: #f4f6fa;
    border: 1px solid #dce3ef;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#redefine-input:focus, #resend-input:focus{
    border: 1px solid #F7B119;
}

#redefine-button, #resend-button{
    margin-top: 1em;
    margin-bottom: 3em;
    width: 35%;
    color: white;
    background-color: #F7B119;
    box-shadow: 2px 2px 5px rgba(136, 136, 136, 0.73);
    border: medium none;
    border-radius: 4px;
    height: 4em;
    text-transform: uppercase;
    font-weight: 600;
}

.custom-alert {
    padding: 1em;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


/* ----------------------------------*/
/*        NEW VCREDITOS UX UI        */

/* landing page */
#landing-container, #landing-container h1, #landing-container h2, #landing-container h3, #landing-container h4, #landing-container h5{
    color: #4D4D4F;
}

.header-background-image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 610px;
    z-index: 10;
}

.header-background-image.home {
    height: 780px;
    top: -5px;
    z-index: -2;
}

.header-background-image.promocoes {
    height: 460px;
    top: -5px;
}

.groups-landing{
    position: relative;
    z-index: 100;
}

.groups-landing .row{
    padding: 20px 10%;
}

.flexitem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-inverted{
    display: flex;
    flex-direction: row-reverse !important;
}

#landing-container #header-landing, #landing-container #header-landing h1, #landing-container #header-landing h2, #landing-container #header-landing h3, #landing-container #header-landing h4, #landing-container #header-landing h5{
    color: #FFF;
    font-weight: bold;
}

.groups-landing #header-landing .header-image > img {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.benefits-table{
    text-align: center;
    font-size: 18px;
    color: #4D4D4F;
    border-bottom: 3px solid #4D4D4F;
    padding: 30px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .mobile-inverted {
        display: block;
    }

    .mobile-inverted > div {
        margin: 5px 0;
    }

    #landing-container #header-landing, #landing-container #header-landing h1, #landing-container #header-landing h2, #landing-container #header-landing h3, #landing-container #header-landing h4, #landing-container #header-landing h5{
        color: #4D4D4F;
        text-align: center;
    }

    .header-background-image {
        min-height: 150px;
        max-height: 600px;
    }

    .header-background-image.home{
        min-height: min-content;
        max-height: max-content;
        height: 1200px;
    }

    .header-background-image.promocoes{
        min-height: min-content;
        max-height: max-content;
        height: 65em;
    }

    .img-textclient{
        height: 15px !important;
    }

    .elite-member-box{
        width: 100%;
    }

    #whatsapp-box{
        border-right: none !important;
    }

    #gift-box, #whatsapp-box{
        border-bottom: 1px solid #4D4D4F;
    }

    .elite-member-benefits{
        border: none !important;
        padding: 20px !important;
    }

    .img-box{
        height: 75%;
    }

    .benefits-table{
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .header-background-image {
        max-height: 400px;
    }
}

@media screen and (max-width: 450px) {
    .header-background-image {
        max-height: 400px;
    }
}

#landing-header-title{
    margin-top: -50px;
}

.img-iconclient{
    width: 75%;
    max-width: 100px;
}

.img-textclient{
    height: 20px;
}


#elite-member-section, #elite-member-section > .no-padding{
    padding: 0 !important;
}

.elite-member-box{
    background-color: #4D4D4F;
    color: #FFF;
    font-size: 18px;
    padding: 5px 40px;
    text-align: center;
}

.elite-member-benefits{
    border-top: 1px solid #4D4D4F;
    border-bottom: 1px solid #4D4D4F;
    padding: 10px;
}

#gift-box, #whatsapp-box, #points-box, #benefits-box{
}

#gift-box, #whatsapp-box, #points-box, #benefits-box{
    height: 200px;
    display: flex;
    text-align: center;
    font-size: 16px;
    color: #4D4D4F;
    flex-direction: column;
    justify-content: center;
}

.img-box{
    justify-content: space-between;
    flex-direction: column;
    font-weight: 600;
}

.img-box img{
    height: 100px;
    max-width: 150px;
    margin-bottom: 15px;
}

#gift-box, #whatsapp-box, #points-box{
    border-right: 1px solid #4D4D4F;
}

#terms-and-cond a{
    color: #009E56;
    text-decoration: underline;
}

#terms-and-cond a:hover{
    color: #3c763d;
}

#convite-vc{
    text-align: center;
}

/* landing page */

/* home */


.new-home.header {
    background: #3FB65B;
}

.new-home.header .navbar-btn .icon-bar {
    background-color: #FFF;
}

.new-home.header.navbar.navbar-default.navbar-static-top {
    border: none;
}

@media screen and (min-width: 992px) {
    .new-home.header.navbar.navbar-default.navbar-static-top {
        height: 65px;
        display: flex;
        align-items: center;
    }

    .new-home.header .container {
        height: 100%;
    }

    .new-home.header .container .navbar-container, .new-home.header .container .navbar-header{
        min-height: 65px;
    }

    .new-home.header .nav.navbar-nav {
        background: #3FB65B;
    }

    .new-home.header .navbar-nav > li > a {
        line-height: 65px;
        color: #FFF;
        text-decoration: none;
        text-decoration: underline solid transparent;
        transition: text-decoration 0.6s ease;
        font-size: 14px;
    }

    .new-home.header .navbar-nav > li > a:hover {
        text-decoration: underline solid #FFF;
    }

    .new-home .navbar-container .navbar-nav > a, .new-home .navbar-container .navbar-nav > a {
        background-color: #3FB65B !important;
        color: #FFF !important;
    }

    .new-home .home-button{
        border-radius: 25px;
        text-align: center;
        margin:10px;
        transition: all 0.5s;
        font-size: 14px !important;
        width: auto;
        text-transform: unset;
        padding: 5px 15px !important;
        transition: all 0.6s ease;
    }

    .new-home .home-button-white {
        background-color: #FFF;
        color: #009E56;
    }

    .new-home .home-button-white:hover {
        background-color: #007942;
        border: #FFF 1px solid !important;
        color: #FFF;
    }

    .new-home .home-button-green {
        background-color: #007942;
        border: #FFF 1px solid !important;
        color: #FFF;
    }

    .new-home .home-button-green:hover {
        background-color: #009E56;
    }
}

@media screen and (max-width: 1250px) {
    .new-home.header .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .new-home .contact {
        margin-top: 20px;
    }

    .new-home .navbar-header img{
        width: 160px;
        height: auto;
    }

    .new-home.header .navbar-btn {
        margin: 0 auto 0 0;
    }

    .new-home.header .navbar-header {
        flex-direction: row-reverse;
    }

}



#default-content-container {
    margin-top: 65px;
}

.rrss-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rrss-icons img {
    height: 30px;
    width: auto;
}

.terms-and-conds {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-and-conds span{
    margin: 8px;
}

.terms-and-conds a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 900;
}

.terms-and-conds a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
    .terms-and-conds {
        flex-direction: column;
        align-items: flex-start;
    }

    .terms-and-conds span{
        margin: 0;
    }
}

body {
    min-height: 100vh;
    padding: 0;
}

@media screen and (max-width: 991px) {
    body {
        min-height: unset;
    }
}

#new-home{
    color: #4D4D4F;
    background-color: #D9D9D9;
    overflow: hidden;
}

#background-video {
    background-color: rgba(12,12,12,0.69);
    opacity: 0;
    transition: all 0.5s;
    transition: z-index 0s;
    z-index: -999;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0
}

#video-presentation{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-presentation > div {
    opacity: 0;
    z-index: -999;
    background-color: transparent;
    transition: all 0.5s;
    font-size: 18px;
}

#video-presentation iframe{
    width: 70vw;
    height: 70vh;
}

@media screen and (max-width: 991px) {
    #video-presentation iframe {
        width: 95vw;
        height: 40vh;
    }
}

.z-index-999{
    z-index: 1000 !important;
}

.opacity-active{
    opacity: 1 !important;
}

.background-show{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999 !important;
}


#new-home .home-button {
    width: unset;
}

.slider-carousel-header .slider-carousel-header-text button:first-of-type, .slider-carousel-header .slider-carousel-header-text input[type="button"]:first-of-type, .slider-carousel-header .slider-carousel-header-text a:first-of-type{
    margin-left: 0px !important;
}

.slider-carousel-header .slider-carousel-header-text button:last-of-type, .slider-carousel-header .slider-carousel-header-text input[type="button"]:last-of-type, .slider-carousel-header .slider-carousel-header-text a:last-of-type{
    margin-right: 0px !important;
}

#new-home button:hover, #new-home input[type="button"]:hover, #new-home a:hover{
    text-decoration: none;
}

#new-home .btn-green{
    background-color: #32BC5BFF;
    color:white;
}

#new-home #js-toggle-video{
    cursor: pointer;
    margin-top: 30px !important;
}

#new-home .btn-green:hover{
    background-color: #227e3d;
    color:white;
}

#new-home .btn-green-invert{
    background-color: #227e3d;
    color:white;
}

#new-home .btn-green-invert:hover{
    background-color: #32BC5BFF;
    color:white;
}

#new-home .btn-darkgreen{
    background-color: #196A45;
    color:white;
}

#new-home .btn-darkgreen:hover{
    background-color: #257832;
    color:white;
}

#new-home .btn-white{
    background-color: #ffffff;
    color: #009E56;
}

#new-home .btn-white:hover{
    background-color: #007942;
    color: #FFF;
}

#new-home .btn-black{
    background-color: #000000;
    color: #ffffff;
}

#new-home .btn-black:hover{
    background-color: #3d3d3d;
    color: #FFF;
}

.carousel-header {
    width: 100%;
}

.carousel-header > .container {
    width: 100%;
    padding: 0 !important;
    margin:  0 !important;
}

.carousel-header .slider-wrap{
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}

.slider-carousel-header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 540px !important;
}

.slider-carousel-header.promocoes {
    height: 450px !important;
}

.slider-carousel-header .slider-carousel-header-image{
    height: 100%;
    display: flex;
}

.slider-carousel-header .slider-carousel-header-image img{
    max-height: 500px;
    height: fit-content;
    width: auto;
    margin: auto;
}

.slider-carousel-header.promocoes .slider-carousel-header-image img{
    max-height: 320px;
    height: fit-content;
    width: auto;
    margin: auto;
}


.slider-carousel-header .slider-carousel-header-text{
    display: flex;
    flex-direction: column;
    color: #FFF;
}

.slider-carousel-header .slider-carousel-header-text .title{
    font-size: 32px;
}

.slider-carousel-header .slider-carousel-header-text .subtitle{
    font-size: 24px;
}

.slider-carousel-header .slider-carousel-header-text span{
    width: 80%;
    margin: 10px 0 10px auto;
}

.slider-carousel-header.promocoes .slider-carousel-header-text span {
    width: 100%;
    margin: 10px auto;
}

.slider-carousel-header .slider-carousel-header-text span ul{
    margin: 0;
}

#new-home button, #new-home input[type="button"], #new-home a {
    font-size: 24px;
    font-weight: 600;
    margin: 15px;
    padding: 10px 25px;
    border-radius: 25px;
    text-align: center;
    transition: all 0.5s;
    white-space: nowrap;
}

.slider-carousel-header .swiper-button-next, .slider-carousel-header .swiper-button-prev {
    height: 30px;
    width: 30px;
    top: 50%;
    font-size: 0px;
    color: transparent;
    background-color: transparent;
}

.slider-carousel-header .swiper-button-next {
    right: 8%;
}

.slider-carousel-header .swiper-button-prev {
    left: 8%;
}

.how-works-section > div{
    height: 400px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
}

.transactions-section{
    width: 90%;
    margin: 0 auto;
}

.benefits-section{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.transactions-section .slider-wrap{
    margin: 0;
}

.transactions-section .slider-wrap .slider-icons{
    overflow:hidden;
    position:relative;
    height: 40px;
}

.transactions-section .box-card{
    padding: 20px;
}

.transactions-section .title{
    font-size: 24px;
    height: 40px;
    display: flex;
    align-items: center;
}

.transactions-section .title i{
    font-size: 36px;
    color: #009E56;
}

.transactions-section .title span{
    height: 40px;
}

.transactions-section .subtitle{
    display: flex;
    align-items: center;
    margin-top: 10px;
    min-height: 55px;
    font-size: 16px;
}

.slider-bookmaker-circle .circle-card {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-color: #3FB65B;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1305px) {
    .transactions-section .subtitle {
        min-height: 70px;
    }
}

@media screen and (max-width: 1100px) {
    .transactions-section{
        width: 100%;
    }

    .benefits-section{
        width: 100%;
    }

    .transactions-section .subtitle {
        min-height: 70px;
    }

    .slider-bookmaker-circle .circle-card {
        width: 180px;
        height: 180px;
        border-radius: 180px;
    }
}

@media screen and (max-width: 991px) {
    .slider-bookmaker-circle .circle-card {
        width: 150px;
        height: 150px;
        border-radius: 150px;
    }

    .transactions-section .box-card{
        padding: 20px 15px;
    }

    .transactions-section .subtitle{
        margin-top: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .transactions-section .subtitle {
        min-height: 95px;
    }
}

@media screen and (max-width: 665px) {
    .transactions-section .subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .slider-bookmaker-circle .circle-card {
        width: 120px;
        height: 120px;
        border-radius: 120px;
    }

    .transactions-section .title{
        font-size: 20px;
    }

    .transactions-section .title i{
        font-size: 28px;
    }

    .transactions-section .title span{
        height: 40px;
    }

    .transactions-section .box-card{
        padding: 20px 10px;
    }

    .transactions-section .subtitle {
        min-height: 110px;
    }
}

@media screen and (max-width: 480px) {
    .slider-bookmaker-circle .circle-card {
        width: 150px;
        height: 150px;
        border-radius: 150px;
    }

    .transactions-section .title{
        font-size: 16px;
    }

    .transactions-section .title i{
        font-size: 24px;
    }

    .transactions-section .subtitle {
        min-height: 125px;
    }
}

@media screen and (max-width: 415px) {
    .slider-bookmaker-circle .circle-card {
        width: 120px;
        height: 120px;
        border-radius: 120px;
    }
}

@media screen and (max-width: 405px) {
    .transactions-section .subtitle {
        min-height: 140px;
    }
}

@media screen and (max-width: 360px) {
    .transactions-section .subtitle {
        min-height: 180px;
    }
}

.external-container {
    min-height: calc(100vh - 188px);
}

.external-container .tyc-title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 24px;
}

.external-container .tyc-line {
    display: flex;
    margin-bottom: 5px;
    line-height: 1.5
}

.transactions-section > div{
    margin: 10px 0;
}

.how-works-section-text > div{
    margin: auto;
}

.how-works-section-text > div a{
    margin-left: 0 !important;
}

.how-works-section > div > img{
    max-height: 100%;
    width: auto;
    margin: auto;
}

.how-works-section-text span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
}

.how-works-section-text span img{
    color: white;
}

#new-home .home-section {
    width: 80%;
    margin: 0 auto;
}

.box-card {
    transition: all 0.5s;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.29);
}

.box-card-hover:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.65);
}

.box-card-benefits {
    width: 75%;
    height: 480px;
    background-color: #3FB65B;
}

.promos-section .promos-cards .hidden-xs > div, .blog-section .blog-section-text .blog-section-cards > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promos-section .promos-cards .hidden-xs > div .box-card, .blog-section .blog-section-text .blog-section-cards .box-card {
    width: 80%;
}

.promos-section .promos-cards.promocoes .box-card {
    width: 85%;
    margin: 0 auto;
}

.slider-promos .box-card{
    width: 75%;
    overflow: hidden;
}

.slider-benefits .swiper-button-next, .slider-benefits .swiper-button-prev, .slider-promos .swiper-button-next, .slider-promos .swiper-button-prev {
    height: 30px;
    width: 30px;
    top: 50%;
    font-size: 0px;
    color: transparent;
    background-color: transparent;
}

.slider-benefits .swiper-button-next, .slider-promos .swiper-button-next {
    right: 0;
    z-index: 900;
    height: 100%;
    position: absolute;
    top: 0;
}

.slider-benefits .swiper-button-next img, .slider-benefits .swiper-button-prev img, .slider-promos .swiper-button-next img, .slider-promos .swiper-button-prev img {
    width: 20px;
    margin-left: 10px;
}

.slider-benefits .swiper-button-prev, .slider-promos .swiper-button-prev {
    left: 0;
    z-index: 999;
    height: 100%;
    position: absolute;
    top: 0;
}

.deposit-section {
    background-color: #3FB65B;
}

.deposit-section > div > div {
    width: 90%;
    margin: 0 auto;
}

.deposit-section .deposit-section-text {
    text-align: center;
    font-size: 32px;
    color: #FFF;
}

.deposit-section-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promos-section .box-card .subtitle > div, .blog-section .box-card .subtitle > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section .box-card .subtitle .img-promo {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.promos-section .box-card .subtitle .promo-text {
    flex-direction: column;
    min-height: 170px;
}

.blog-section .box-card .subtitle .promo-text {
    flex-direction: column;
    min-height: 160px;
}

.promos-section .box-card .subtitle .promo-text a {
    margin: 5px 10px !important;
    padding: 0px !important;
    font-size: 18px !important;
    white-space: normal !important;
}

.promo-text .title-promo{
    color: #4D4D4F;
}

.promo-text .title-promo:hover{
    color: #000000;
}

.blog-section .promo-text .title-promo:hover{
    color: #4D4D4F;
}

.promos-section .box-card .subtitle .img-promo img, .blog-section .box-card .subtitle .img-promo img {
    display: flex;
    width: 100%;
}

.blog-section .box-card .subtitle .img-promo img {
    border-radius: 15px 15px 0 0;
}

.promos-section .box-card .subtitle .saiba-mais {
    color: #3FB65B;
}

.promos-section .box-card .subtitle .saiba-mais:hover {
    color: #009E56;
}

.blog-section .box-card .subtitle .promo-text .title-promo {
    margin: 5px 10px !important;
    padding: 0px !important;
    white-space: normal !important;
}

.blog-section .box-card .subtitle .promo-text .saiba-mais {
    padding: 7px 15px !important;
    border: #009E56 1px solid !important;
    width: 70%;
}

.blog-section .box-card .subtitle .promo-text .saiba-mais:hover {
    color: #009E56;
}

.blog-section .blog-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section .blog-button .btn-white {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.blog-section .blog-background-image {
    position: absolute !important;
    top: -75px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.blog-section .blog-section-text {
    z-index: 50;
    position: relative;
}

.blog-section .blog-section-text h1 {
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
}

.clients-section .title {
    display: flex;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    padding: 20px  30px 5px 30px;
}

.clients-section .title span {
    display: flex;
    align-items: center;
    height: 36px;
    width: 50%;
}

.clients-section .title .title-left img{
    height: 85%;
}

.clients-section .title .title-left{
    justify-content: flex-start;
}

.clients-section .title .title-right{
    justify-content: flex-end;
}

.clients-section .subtitle {
    color: #838383;
    font-size: 24px;
    padding: 20px 30px 5px 30px;
}

.clients-section .img-testimonie {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .text-testimonie {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
}

.clients-section .img-testimonie .testimonies-pic {
    height: 150px;
    width: 150px;
    position: relative;
    z-index: 50;
}

.clients-section .box-card {
    width: 95% !important;
    overflow: hidden;
    position: relative;
}

.card-background-image{
    position: absolute;
    rotate: 180deg x;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 40;
}

.benefits-section .benefit-text {
    padding: 10px;
}

.benefits-section .benefit-text .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
}

.benefits-section .benefit-text .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #838383;
    font-size: 20px;
    text-align: center;
}

.benefits-section .img-benefit {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 180px;
}

.img-benefit .benefit-background {
    position: absolute;
    top: 110px;
    z-index: 50;
    width: 100%;
    height: 320px;
    border-radius: 0 0 15px 15px;
}

.img-benefit .benefit-img {
    position: absolute;
    z-index: 40;
    top: -100px;
    max-height: 400px;
}

.benefits-section .benefit-text {
    z-index: 60;
    position: relative;
    bottom: 0;
    background-color: #F6F6F6;
    height: 300px;
    border-radius: 0 0 15px 15px;
}

.benefits-section .benefit-text .green-bar {
    background-color: #009E56;
    height: 5px;
    width: 80%;
    display: block;
    margin: 15px auto;
    border-radius: 15px;
}

/* SWITCH */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 16px;
}

.switch .slider-switch:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: #302D1A;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider-switch {
    background-color: #302D1A;
}

input:checked + .slider-switch:before {
    transform: translateX(14px);
    background-color: #F7B119;
    left: 0;
}

/* END SWITCH */

@media screen and (min-width: 1330px) {
    .benefits-section .benefit-text .title {
        font-size: 26px;
    }
    .benefits-section .benefit-text .subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .img-benefit .benefit-img {
        max-height: 40vh;
    }

    .box-card-benefits {
        width: 68%;
        height: 428px;
    }

    .benefits-section .img-benefit {
        height: 180px;
    }

    .benefits-section .benefit-text {
        height: 250px;
    }

    .benefits-section .benefit-text .title {
        font-size: 22px;
    }

    .benefits-section .benefit-text .subtitle {
        font-size: 18px;
    }

    .clients-section .text-testimonie {
        min-height: unset;
    }

    .blog-section .blog-section-text .blog-section-cards .box-card {
        width: 100%;
    }

    .clients-section .img-testimonie .testimonies-pic {
        height: 150px;
        width: 150px;
        max-width: 150px;
    }

    .blog-section .blog-background-image {
        top: 25px;
        height: 920px;
    }

    .deposit-section .deposit-section-text {
        font-size: 24px;
    }

    .benefits-section .slider-wrap{
        margin-left: 0;
        margin-right: 0;
    }

    #new-home .home-section {
        width: 90%;
    }

    .slider-carousel-header .mobile-inverted {
        display: block !important;
    }

    .slider-carousel-header .slider-carousel-header-image img{
        margin-top: -5px;
        max-height: 290px;
    }

    .slider-carousel-header.promocoes .slider-carousel-header-image img{
        margin-top: 25px;
        max-height: 320px;
    }

    .slider-carousel-header {
        height: auto !important;
    }

    .slider-carousel-header .slider-carousel-header-text{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-carousel-header .slider-carousel-header-text ul{
        margin: 0;
    }

    .slider-carousel-header .slider-carousel-header-text span{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto;
        width: 95%;
    }

    .slider-carousel-header .slider-carousel-header-text button, .slider-carousel-header .slider-carousel-header-text input[type="button"], .slider-carousel-header .slider-carousel-header-text a{
        margin: 0 auto;
    }

    .slider-carousel-header .swiper-button-next, .slider-carousel-header .swiper-button-prev{
        height: 25px;
        width: 25px;
    }

    .slider-carousel-header .swiper-button-next{
        right: 4%;
    }

    .slider-carousel-header .swiper-button-prev{
        left: 4%;
    }

    .slider-carousel-header .slider-carousel-header-text .title{
        font-size: 26px;
    }

    .slider-carousel-header .slider-carousel-header-text .subtitle{
        font-size: 18px;
    }

    .how-works-section-text > div{
        margin: 20px auto;
        font-size: 18px;
    }

    .how-works-section > div a{
        margin: 0 auto !important;
    }

    .how-works-section-text {
        height: 260px !important;
    }

    .e-book-section-text {
        text-align: center;
    }

    .e-book-section-text span {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .e-book-section-text {
        height: 180px !important;
    }
}

@media screen and (max-width: 600px) {
    .how-works-section-text {
        height: 320px !important;
    }

    .e-book-section-text {
        height: 180px !important;
    }
}

@media screen and (max-width: 450px) {
    .e-book-section-text {
        height: 225px !important;
    }
}

/* PICKER STYLES */
/*!
 * Pikaday
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    top: 300px!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-table td button {
    text-align: center;
  }

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #F7B119;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #F7B119;
    box-shadow: inset 0 1px 3px #F7B119;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #F7B119;
    box-shadow: inset 0 1px 3px #F7B119;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #F7B119;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #F7B119;
    box-shadow: none;
    border-radius: 3px;
}

.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

@media screen and (max-width: 450px) {
    .pika-single {
        width: 90%;
      }

      .pika-table {
        width: 100%!important;
      }

      .pika-table td,
      .pika-table th {
        width: 14.28%!important;
        height: 55px;
      }

      .pika-table td {
        font-size: 20px!important;
      }

      .pika-label {
        font-size: 20px;
      }
      .pika-lendar {
        width: 90%!important;
      }
}

@media screen and (max-width: 639px) {
    .pika-single {
        top: 260px!important;
    }
}

/* CUSTOM INPUTS */

input {
    color: black!important;
}
input::placeholder {
    color: black!important;
    font-weight: 600;
}

.input-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-doble-place-holder {
    position: relative;
    width: 100%;
}

.input-doble-place-holder input {
    transition: padding-top 0.3s ease;
    height: 45px !important;
    padding: 10px 0 26px 5rem;
}

.input-icon i {
    position: absolute;
    left: 10px;
    font-size: 20px;
    color: #888;
    z-index: 1;
}

.second-line-placeholder {
    position: absolute;
    top: 25px;
    left: 5rem;
    font-size: 10px;
    color: #888;
    pointer-events: none;
}

.input-doble-place-holder input:focus + .second-line-placeholder,
.input-doble-place-holder input:not(:placeholder-shown) + .second-line-placeholder {
    display: block;
}

.input-doble-place-holder input:not(:placeholder-shown),
.input-doble-place-holder input:focus {
    padding: 10px 0 10px 5rem;
}

.input-doble-place-holder input:focus::placeholder {
    visibility: hidden;
}

.input-doble-place-holder input:focus + .second-line-placeholder {
    display: none;
}

.input-doble-place-holder input:not(:placeholder-shown) + .second-line-placeholder {
    opacity: 0;
    visibility: hidden;
}

/* home */

/*      END NEW VCREDITOS UX UI      */
/* ----------------------------------*/

/* CAROUSEL REGISTER */

#register-carousel-container {
    min-height: 400px;
    position: relative;
}

@media (max-width: 639px) {
    .carousel-track {
        display: flex;
        width: 100%;
        height: 100%;
    }
    .carousel-item {
        min-width: 100%;
        position: relative;
    }
}

@media (min-width: 640px) {
    #register-carousel-container {
        min-height: auto;
    }
    .carousel-track {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        width: 100%;
    }
    .carousel-item:not(.active) {
        pointer-events: none;
    }
}

.carousel-dot {
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 0;
}
