@import url("/assets/2022/wecambio-default.css");

/* FORM */
.form img{
    /*margin-top: 48px;*/
}
.form h1{
    /*margin-top: 40px;*/
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #009CBB;
}
.form ul li,
ul.wc_radio > li{
    font-family: 'Roboto-Regular' !important;
    font-size: 18px !important;
    color: #414342;
    display: inline-block;
    cursor: pointer;
    padding: 0 16px;
}
.form ul li.active,
.wc_radio li.active{
    font-weight:700 !important;
    border-bottom: #009CBB 2px solid !important;
}
.form ul li:first-child,
.wc_radio li:first-child{
    margin-right: 24px !important;
}
.input-text, textarea, select, input[type="number"]{
    width: 100%;
    height: 41px;
    padding-left: 10px;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #414342;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #E1E1E1;;
    outline: none;
}
.input-text-dark{
    background-color:#e1e1e1; padding-left: 130px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: left;
}
input[type="number"] {
    -moz-appearance: textfield;
    text-align: left;
}
.input-text:focus, textarea:focus, select:focus{
    outline: none;
}
.form .form-label{
    font-family: 'Roboto-Regular';
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
}
.form p,
.form a:link,
.form a:visited{
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #414342;
    text-decoration: none;
}
.form label, .form small{
    font-family: 'Roboto-Regular';
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
}
.forgot-pass{padding: 20px 0 40px 0;}
.sign-in{
    width:145px;
    height: 48px;
    padding-top: 13px !important;
    font-family: 'Roboto-Regular';
    font-size: 12px;
}

/* */
.form [name="type_customer"],
.form [name="residing_brazil"]{
    display:none;
}
.form [name="residing_brazil"]{
    padding: 16px !important;
}
.form .checkbox{
    border: 2px solid #000000;
}
/* */

.it-transfer{
    position: absolute;
    width: 500px;
    z-index: 200;
    /*background-color: green;*/
}
.stepProfile{
    width: 500px;
    z-index: 200;
}
.walk{
    display: none;
    margin: 0px auto; 
    width: 46px; 
    height: 46px; 
    border-radius: 23px; 
    border: gray 3px solid; 
    font-family: 'Roboto-Bold'; 
    font-size: 20px; 
    color: gray; 
    text-align: center; 
    line-height: 38px;
    cursor: pointer;
}
.walk.active{
    border: transparent 3px solid;
    color: #ffffff;
    background-color: #009CBB;
}
.walk-left{
    display:none;
    position: absolute;
    left: 0px;
    top:23px;
    width: 35%;
    height: 3px;
    background-color:#A8A8A8;
}
.walk-right{
    display:none;
    position: absolute;
    right: 0px;
    top:23px;
    width: 35%;
    height: 3px;
    background-color:#A8A8A8;
}
.walk-left.active, .walk-right.active{background-color: #009CBB;}
#transfer-main{
    right: 0;
    top: 57px;
}

.consent-box{
    width: auto;
    margin: 0px auto;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 25%);
    padding: 32px;
}
.consent-box .title{
    width: 100%;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #009CBB;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 4px;
    background: url(/assets/2022/images/background/menu-line.png) no-repeat center bottom;
}
.consent-box p{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    text-align: center;
}
.consent-box p.small{
    font-size: 16px;
}
#advice-popup.consent-box [aria-label="Close"]{
    position: absolute;
    top: 10px;
    right: 25px;
}
#advice-popup.consent-box{
    width: 100%;
}
#advice-popup .modal-header,
#advice-popup .modal-footer{
    border: none;
}
.wahtsapp-float{
    position:absolute;
    right:30px;
    bottom: -30px;
}
.transfer-box{
    /*margin: 32px auto;*/
    margin: 16px auto;
    width: 370px;
    min-height: 504px;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 25%);
    padding: 32px;
}
.transfer-box .input-text, select{
    border: 1px solid #E1E1E1;
}
.transfer-box .title{
    width: 100% !important;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color:#009CBB;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 4px;
    background: url(/assets/2022/images/background/menu-line.png) no-repeat center bottom;
}
.transfer-box .subtitle{
    font-family: 'Roboto-Bold';
    font-size: 16px;
    text-align: center;
}
.transfer-box .clock{
    display: block;
    width: 100%;
    font-family: 'Roboto-Regular';
    font-size: 10px;
    color:#A8A8A8;
    text-align: center;
}
.transfer-box ul{
    padding: 0px;
}
.transfer-box > ul li{
    display: inline-block;
    width: 49%;
    font-family: 'Roboto-Regular';
    font-size: 12px !important;
    color: #414342 !important;
    font-weight: normal !important;
    text-align: center;
    border: none !important;
    padding: 0px !important;
}
.transfer-box label{
    font-family: 'Roboto-Regular';
    font-size: 10px;
    font-weight: normal;
    padding-left:10px;
    text-align: left !important;
}
#it-signin{display: none;}
.transfer-box .btn{
    /*width: 252px;*/
    width: 100% !important;
    height:36px;
}
.transfer-box .tfi-data-loaded,
#buy-paper-coin .tfi-data-loaded{
    font-size: 12px;
    padding-left: 12px;
    text-align: left;
}
.tootip_nature{
    display: none;
    color: #009CBB;
}
.tootip_beneficiary{
    color: #009CBB;
}
.transfer-box .tfi-data-loaded a:link,
.transfer-box .tfi-data-loaded a:hover{
    font-size: 12px;
    color: #009CBB;
}
.transfer-box .tfi-data-loaded .tfi_details,
#buy-paper-coin .tfi-data-loaded .tfi_details{
    display:none;
}
#transfer-beneficiary{
    display: none;
    right: 0;
    top: 57px;
}
#lastStep{
    display: none;
    right: 0;
    top: 57px;
}
#transfer-beneficiary .subtitle{
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 10px;
    text-align: center;
}
#transfer-beneficiary .btn.btn-beneficiary{
    width: 100%;
}
/*
#transfer-beneficiary .btn.btn-next,
#buyitens .btn.btn-next,
#lastStep .btn-success{
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    bottom: 60px;
}
*/
.combo-buttons{
    position: absolute;
    margin: 0 auto;
    left: 36px;
    right: 0px;
    bottom: 100px;
}
#transfer-beneficiary .login-warning,
#transfer-beneficiary #account-box,
#transfer-beneficiary #it-gotoThree{
    display:none;
}
#transfer-beneficiary .login-warning{
    width: 100%;
    text-align: center;
}
#transfer-beneficiary .login-warning a,
#transfer-beneficiary .login-warning a:link,
#transfer-beneficiary .login-warning a:hover{
    font-size: 12px;
    color: #009CBB;
    font-weight: bold;
    text-decoration: none;
}
#transfer-beneficiary #account-box{
    position: absolute;
    width: 100%;
    height: 194px;
    background-color: #fff;
    overflow-y: scroll;
    font-size: 12px;
    padding: 16px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 25%);
}
#transfer-beneficiary #account-close{
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}
#transfer-beneficiary .account-item{
    display: block;
    padding: 10px 2px 10px 20px;
    border-bottom: 1px solid #009CBB;
    cursor: pointer;
}
#transfer-beneficiary .account-item:hover{
    background-color: #009CBB;
    font-weight: bold;
    color:#ffffff;
}
#transfer-beneficiary #beneficiary-result{
    display:none;
    font-family: 'Roboto-Regular';
    font-size: 11px;
    color: #414342;
}
#transfer-beneficiary #beneficiary-result .beneficiary_title{
    color: #009CBB;
}
#transfer-beneficiary #beneficiary-result b {
    padding: 8px !important;
}
#transfer-beneficiary #beneficiary-result .partner_logotype img{
    width: 90px;
    height: auto;
    padding-top: 12px;
    border-radius: 50%;
}
/*#comments-box{display:none;}*/
.form-check-input:checked{
    background-color: #009CBB;
    border-color: #009CBB;
}
/* */
#beneficiary-popup{
    margin: 0px auto;
    background-color: #ffffff;
}
#beneficiary-popup .title{
    width: 230px;
    border-bottom: none;
}
#beneficiary-popup p{
    font-family: 'Roboto-Bold';
    font-size: 10px;
    text-align: left;
}
#beneficiary-popup p#create-account-result{
    display:none;
    text-align: center;
}
#beneficiary-popup .btn,
#beneficiary-popup .btn-outline{
    width: 100%;
    cursor: pointer;
}
#beneficiary-popup #swift-data,
#beneficiary-popup #swift-box{
    display: none;
}
#beneficiary-popup #swift-data{
    padding: 14px 0px 1px 14px;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
}
.scroll-wrapper{padding: 3px !important;}
#beneficiary-popup div#swift-result {
    background-color: #fff;
    position: absolute;
    overflow-y: scroll;
    height: 194px;
    font-size: 12px;
    padding: 16px;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 25%);
}
#beneficiary-popup span.swift-item {
    display: block;
    padding: 10px 2px 10px 0;
    border-bottom: 1px solid #009CBB;
    cursor: pointer;
}
#beneficiary-popup #swift-close{
    display: block;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}

/* */
/*************************** SELECT 2 */
.select2-dropdown{
    border: none;
}

.select2-container .select2-selection--single{
    display: inline-block;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 25%);
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 25%) !important;
}

.select2 .select2-container .select2-container--bootstrap-5 .select2-container--below .select2-container--focus{
    box-shadow:none;
}

#beneficiary_address_country_id .select2-container--bootstrap-5 .select2-selection--single[aria-expanded="false"],
#beneficiary_telephone_ddi .select2-container--bootstrap-5 .select2-selection--single[aria-expanded="false"],
#beneficiary_coin_id .select2-container--bootstrap-5 .select2-selection--single[aria-expanded="false"],
#beneficiary_country_id .select2-container--bootstrap-5 .select2-selection--single[aria-expanded="false"]{
    background-color:#e1e1e1 !important;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    color: #414342;
}
#select_nature_id .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{
    margin-left: 40px;
}

/* fechado */
.select2-container--bootstrap-5 .select2-selection--single{
    border-color: #fff;
    border-radius: 20px;
    background-image: url('/assets/2022/select2/inactive.png');
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 25%) !important;
}
/* fechado */
#select_nature_id .select2-container--bootstrap-5 .select2-selection--single{
    border-color: #fff;
    border-radius: 20px;
    background-image: url('/assets/2022/select2/inactive.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 20px center;
    box-shadow: none !important;
    /* sem box shadow para select_nature_id */
   /* box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 25%) !important;*/
}

/* */
.select2-container--bootstrap-5 .select2-selection--single[aria-expanded="false"]{ /* arrow aberto */
    border-color: #fff;
    border-radius: 20px;
    background-image: url('/assets/2022/select2/active.png');
    background-size: auto;
    box-shadow: none !important;
}
/* arrow aberto */
#select_nature_id .select2-container--bootstrap-5 .select2-selection--single[aria-expanded="true"]{
    border-color: #fff;
    border-radius: 20px;
    background-image: url('/assets/2022/select2/active.png');
    background-size: auto;
    background-position: left 20px center;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 25%) !important;
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{ /* aberto */
    border-color: #fff;
    border-radius: 20px 20px 0 0;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested){
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected{
    background: none;
    font-weight: bold;
    color: #414342;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{
    padding: 0.375rem 0.75rem;
    font-size: 12px;
}
.select2-container--bootstrap-5 .select2-selection--single, 
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border: none;
    box-shadow: none;
}
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5.select2-container--focus .select2-selection{
    border-color: #414342;
    box-shadow: none;
}
.select2-results__option--selected{
    background-color: none !important;
    font-weight: bold;
}

[name="coin_id"]{
    width:40%;
    background-color: #e1e1e1;
}
#coin_id img{
    margin-right: 16px;
}
#coin_id .select2{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{
    box-shadow: none !important;
}
#coin_id .select2-container .select2-selection--single{
    display: inline-block;
    background-color: #e1e1e1;
    border-radius: 20px 20px 20px 20px !important;
}
#coin_id .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{
    border-radius: 20px 20px 20px 20px;
    box-shadow: none !important;
    background-color: #e1e1e1;
}
#coin_id .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{ /* aberto */
    border-radius: 20px 20px 0 0 !important;
    background-color: #e1e1e1;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested){
    border-left: #e1e1e1 1px solid;
    border-right: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
}

/********************* FIM SELECT2 */

.home .fadeWhite{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}
.home .home-text-mobile {
    display: none;
    margin-top: 50px;
}
.home .home-text-mobile h1{
    font-size: 32px;
    padding: 0px 16px;
    text-align: center;
}
.home .home-text-mobile h3{
    /*width: auto !important;
    display: none;*/
    text-align: center;
    font-size: 25px !important;
    padding-top: 26px !important;
}
.home .home-text-mobile p{
    width: auto !important;
    text-align: center;
}

.home .stage{
    position: relative;
    overflow-x:hidden;
    width:100%;
    height: 720px;
    /*background-color: green;*/
}
.home .home-text h1{
    font-size: 35px;
    width: 500px;
    padding-top: 90px;
}
.home .home-text h3{
    font-size: 35px;
    width: 450px;
}
.home .home-text p{
    font-family: 'Inter';
    font-size: 16px;
    width: 450px;
}
.home .home-text p.doubts{
    width: 380px;
}
.home .landing-page{
    margin: 0px;
    height: 720px;
    background-size: cover;
}
.default-background{
    height: 720px;
    background-color: #f2f2f2;
    background-image: url('/assets/2022/images/background/default.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.home-background{
    background: #f2f2f2 url('/assets/2022/images/background/home.png') no-repeat top center;
}
.about-us-background{
    background: #fafafa url('/assets/2022/images/background/about-us.png') no-repeat top center;
}
.buy-paper-coin-background,
.terms-background,
.help-background,
.calculator-background,
.converter-background
.doubts-background{
    height: 720px;
    background: #f2f2f2 url('/assets/2022/images/background/buy-paper-coin.png') no-repeat top center;
}
.terms-background{           
    height: auto;
    background-color: #ffffff;
}
.international-transfer-background{
    height: 720px;
    background: #f2f2f2 url('/assets/2022/images/background/international-transfer.png') no-repeat top right;
}
.solutions-company-background{
    height: 720px;
    background: #f2f2f2 url('/assets/2022/images/background/solutions-for-your-company.png') no-repeat top right;
}
.solutions-company-conquests{
    height: 894px;
    background-color: #F6F7F7;
    background-image: url('/assets/2022/images/background/solutions-for-your-company-conquests.png');
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
}
.foreing-company-background{
    height: 720px;
    background: #f6f7f7 url('/assets/2022/images/background/foreign-company.png') no-repeat top right;
}

.foreing-company .foreing-company-background p .btn{
    width: 35%;
}

.about-us-background h1{
    padding-top:250px;
}
.about-us-background h5{
    width: 500px;
    padding-top: 50px;
}
.about-us-background h5 .btn-max{
    width: 100% !important;
}
.home{
    background-color: #FAFAFA;
}
.home .operacoes .diferenca-mercado{
    font-size:30px;
    color:#414342;
}
.home .operacoes,
.home .operacoes-blocos{
    margin-top: 40px;
}
.home .na-media{
    margin-top: 40px;
}
.home .operacoes-blocos{
    display: flex;
    justify-content: center;
}
.home .operacoes-blocos .home-small-box{
    margin: auto;
    text-align: center;
    width:270px;
    height:221px;
    background-color: #fafafa;
    border-radius: 32px;
    box-shadow: 0px 6px 16px 2px rgb(0 0 0 / 0.25), 0px -10px 0px 0px #009CBB;
}
.home .operacoes-blocos .home-small-box h5{
    padding-top: 16px;
    margin: 0;
    font-family: 'Inter';
    font-size: 60px;
    font-weight: bold;
    color: #009CBB;
}
.home .operacoes-blocos .home-small-box small{
    font-family: 'Inter';
    font-size: 30px;
    font-weight: bold;
    color: #009CBB;
}
.home .operacoes-blocos .home-small-box p{
    font-size: 20px;
}
.home section.features{
    margin-top: 60px;
}
.home .features p{
    font-family: 'Inter';
    font-size: 16px;
    color: #414342;
    text-align: justify;
}
.owl-nav{
    position: absolute;
    top: 36%;
    height: 47px;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
    display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    width: 27px;
    height: 47px;
    z-index: 1000;
    background-repeat: no-repeat;
}
.owl-nav .owl-prev:before{
    content: url(/assets/2022/images/slider/left.png);
}
.owl-nav .owl-next:before{
    content: url(/assets/2022/images/slider/right.png);
}
.owl-nav .owl-prev{
    float: left;
    margin-left: 40px;
}
.owl-nav .owl-next{
    float: right;
    margin-right: 40px;
}
.owl img{
    height: 193px;
}
/* HOW TO */
.how-to{
    margin: 40px auto;
    background-color: #fafafa;
    border-radius: 32px;
    box-shadow: 0px 6px 16px 2px rgb(0 0 0 / 0.25);
}
.how-to .title{
    /*height: 67px;*/
    border-radius: 32px;
    background-color: #009CBB;
}
.how-to .title h2{
    margin-top: 8px;
    font-family: 'Inter';
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.how-to .box{
    display: inline-block;
    /*margin-top: 80px;
    padding-bottom: 80px;*/
    width: 463px;
    text-align: center;
}
.how-to .box .description{
    position: relative;
    float: left;
    margin-left: 8px;
    width: 263px;
}
.how-to .box .description .bar{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background-color: #009CBB;
    border-radius: 13px;
}
.how-to .box .description h3,
.how-to .box .description p{
    float: right;
    width: 248px;
    text-align: left;
}
.how-to .icon{
    position: relative;
    float:left;
    width: 164px;
    height: 98px;
    background-repeat: no-repeat;
    background-position: top left;
}
.how-to .icon.icon_coin{
    background-image: url('/assets/2022/images/icons/icon_coin.png');
}
.how-to .icon.icon_signup{
    background-image: url('/assets/2022/images/icons/icon_signup.png');
}
.how-to .icon.icon_beneficiary{
    background-image: url('/assets/2022/images/icons/icon_beneficiary.png');
}
.how-to .icon.icon_payment{
    background-image: url('/assets/2022/images/icons/icon_payment.png');
}
.how-to .icon .numbers{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #009CBB;
    border-radius: 13px;
    box-shadow: 0px 6px 16px 2px rgb(0 156 187 / 0.70);
}

/* CHOOSE WECAMBIO */
.choose-wecambio{
    margin-top: 40px;
}
.choose-wecambio h2{
    font-size: 50px;
}
.choose-wecambio .follow-steps{
    font-size:40px;
    color:#414342;
}
.choose-wecambio ul li{
    display: inline-block;
    padding: 0 70px;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: bold;
    color:#009CBB;
}
.choose-wecambio ul li:not(:last-child){
    border-right-color: #414342;
    border-right-style: solid;
    border-right-width: 4px;
}
.choose-wecambio p{
    text-align: justify;
}
.terms h1,
.terms h6,
.terms h3{
    margin-top: 40px;
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color:#414342;
}
.terms h3{
    font-size: 22px;
}
.terms p{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color:#414342;
    text-align: justify;
}
.terms li{
    list-style-type: circle;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color:#414342;
    text-align: justify;
}

/* HELP */

.help-background h1
.help-background h2{
    padding-top: 10px;
    font-size: 38px;
    color:#414342;
}
.help-background h1{
    padding-top: 60px;
}
#accordionDoubts{
    padding-top: 60px;
}
.help-background h2.accordion-header{
    padding-top: 10px;
}
.accordion-button{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    color: #414342;
}
.accordion-button:not(.collapsed){
    color: #414342;
    background-color: transparent;
}
.accordion-item,
.accordion-button{
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow: none;
    border: none !important;
}
.accordion-body{
    font-family: 'Roboto-Regular';
    color: #414342;
}
.help-background .box{
    width: 100%;
    height: 109px;
    background-color: #ffffff;
    border-radius: 13px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 0.25);
}
.help-background .box .icon{
    float:left;
    width: 109px;
    height: 100%;
    display: flex;
    justify-content: center;
}
.help-background .box .icon img{
    margin: auto;
}
.help-background .box .text{
    float: left;
    width: 240px;
    height: 100%;
}
.help-background .box .text .title{
    font-family: 'Inter';
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color:#009CBB;
    padding-top: 16px;
}
.help-background .box .text .description{
    font-family: 'Inter';
    font-size: 14px;
    line-height: 14px;
    color:#414342;
}
.help-background .box:hover,
.help-background .box:hover .title,
.help-background .box:hover .description{
    background-color: #D3D3D3;
    color: #ffffff !important;
}
.help-background .box:hover img{
    filter: brightness(0) invert(1);
}

/* CONVERTER / CALCULATOR */
.calculator .box{
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 0.25);
}
.calculator label{
    font-family: 'Roboto-Regular';
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
}
.calculator .box .input-text,
.calculator .box select{
    height: 47px;
    font-family: 'Roboto-Bold';
    font-size: 10px;
    color:#414342;
    border: #E1E1E1 1px solid;
    background-color: #F3F5F7;
    border-radius: 25px;
    box-shadow: none;
}
.calculator .converter{
    margin: 0 auto;
    width: 172px;
    padding: 12px 8px;
    background-color:#ffffff;
    border: #009CBB 1px solid;
    color: #000000 !important;
    font-weight: bold;
    cursor: auto;
}

/* ENVIO DE TRANSFERENCIAS INTERNACIONAIS */
.international-transfer-background h1{
    padding-top: 150px;
    width: 790px;
}
.international-transfer-background h2{
    padding-top: 10px;
    width: 790px;
}
.international-transfer-background h2.minor{
    padding-top: 10px;
    width: 550px;
}
.international-transfer-background .btn{
    margin-top: 10px;
    width: 500px;
    font-weight: bold;
}

.international-transfer .box{
    /*display: inline-block;
    margin-top: 80px;*/
    padding-bottom: 80px;
    width: 470px;
    text-align: center;
}
.international-transfer .box .description{
    position: relative;
    float: left;
    margin-left: 8px;
    width: 263px;
}

.international-transfer .box .description h2,
.international-transfer .box .description p{
    float: right;
    width: 248px;
    text-align: left;
}
.international-transfer .box .description h3{
    font-family: 'Roboto-Bold';
    font-size: 40px;
    color: #009CBB;
    text-align: left;
    margin-left: 12px;
}
.international-transfer .icon{
    position: relative;
    float:left;
    width: 110px;
    height: 98px;
    background-repeat: no-repeat;
    background-position: top left;
}
.international-transfer .icon.icon_signup{
    background-image: url('/assets/2022/images/icons/icon_signup.png');
}
.international-transfer .icon.icon_list_check{
    background-image: url('/assets/2022/images/icons/icon_list_check.png');
}
.international-transfer .icon.icon_coin{
    background-image: url('/assets/2022/images/icons/icon_coin.png');
}
.international-transfer .icon.icon_loader{
    background-image: url('/assets/2022/images/icons/icon_loader.png');
}
.international-transfer .simulation h2,
.international-transfer .simulation p{
    margin: 0px auto;
    width: 366px;
}
.simulation-box{
    height: 200px;
    background-color: #ffffff;
    border-radius: 35px;
    box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 25%);
}

/* SOLUTIONS COMPANY */
.solutions-company .solutions-company-background h1{
    width: 800px;
    font-size: 46px;
    padding-top: 100px;
}
.solutions-company .solutions-company-background h2{
    width: 800px;
    font-size: 40px;
    padding-top: 10px;
}
.solutions-company .solutions-company-background h2.minor{
    width: 700px;
    font-weight: bold !important;
    font-size: 30px;
    padding-top: 30px;
}
.solutions-company .solutions-company-background small{
    display: block;
    width: 400px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #414342;
    padding-top: 0px;
    padding-bottom: 14px;
}
.solutions-company h2.small{
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 46px;
}
.solutions-company h3{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #009CBB;
}
.solutions-company .btn{
    width: 480px;
    font-size: 20px;
    font-weight: bold;
}
.solutions-company .solutions-company-conquests .box{
    display: flex;
    margin: 0px auto;
    width: 421px;
}
.solutions-company .solutions-company-conquests .box .icon{
    position: relative;
    float:left;
    width: 110px;
    height: 98px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.solutions-company .icon.icon_refresh{
    background-image: url('/assets/2022/images/icons/icon_refresh.png');
}
.solutions-company .icon.icon_currency_dollar{
    background-image: url('/assets/2022/images/icons/icon_currency_dollar.png');
}
.solutions-company .icon.icon_wallet{
    background-image: url('/assets/2022/images/icons/icon_wallet.png') !important;
}
.solutions-company .our-services .box-service{
    border: 2px solid #009CBB;
    border-radius: 35px;
    height: 340px;
    padding: 16px;
}
.solutions-company .our-services .box-service .title{
    font-family: 'Roboto-Bold';
    font-size: 18px;
    color: #009CBB;
    padding-top:8px;
    padding-bottom:8px;
}
.solutions-company .our-services .box-service .text{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    text-align: justify;
}
.solutions-company .advantages .title{
    background-color: #009CBB;
    padding: 16px 0;
}
.solutions-company .advantages .title h2{
    text-align: center;
    color: #ffffff !important;
}
.solutions-company .advantages ul li{
    font-family: 'Roboto-Regular';
    font-size: 22px;
    text-align: justify;
    list-style-image: url('/assets/2022/images/list-style.png');
    margin-bottom: 30px;
}

.solutions-company .advantages .features h2{
    font-size: 48px;
    text-align: left;
    padding: 16px 0;
}
.solutions-company .advantages .features p{
    font-family: 'Roboto-Regular';
    font-size: 22px;
    padding-left: 16px;
    border-left: 5px solid #009CBB;
}

.solutions-company .advantages .team p{
    text-align: justify;
    /* 
    font-family: 'Roboto-Regular';
    font-size: 30px;
    */
}

#buy-paper-coin .attendance a:link,
#buy-paper-coin .attendance a:visited,
.solutions-company .advantages .attendance a:link,
.solutions-company .advantages .attendance a:visited{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 30px;
    color: #009CBB;
    text-decoration: underline;
}
#buy-paper-coin.attendance small,
.solutions-company .advantages .attendance small{
    font-family: 'Inter';
    font-size: 20px;
}

/* COMPANY ABROAD */
.foreing-company .foreing-company-background h1{
    font-family: 'Roboto-Bold';
    font-size: 46px;
    padding-top: 130px;
}
.foreing-company .foreing-company-background h2{
    font-family: 'Roboto-Bold';
    font-size: 38px;
    padding-top: 10px;
}
.foreing-company .foreing-company-background p{
    font-family: 'Roboto-Bold';
    font-size: 30px;
    padding-top: 10px;
}
.foreing-company .security{
    min-height: 729px;
    background-color: #009CBB;
}
.foreing-company .security h2{
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
}

.foreing-company .exchange-correspondent{
    background-color: transparent;
    border-color: transparent !important;
}
.foreing-company .exchange-correspondent p{
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color: #ffffff;
}

.foreing-company .company-abroad-background{
    height: 981px;
    padding-top: 100px;
    background: #F6F7F7 url('/assets/2022/images/background/company-abroad.png') no-repeat top center;
}
.foreing-company .company-abroad-background p{
    font-family: 'Roboto-Bold';
    font-size: 28px;
    border-left: 5px solid #009CBB;
    padding-left: 10px;
    margin-bottom: 34px;
}

.foreing-company .how-to-pay{
    background-color: #F6F7F7;
}

.foreing-company .how-to-pay .img{
    text-align: right;
}
.foreing-company .how-to-pay p{
    font-family: 'Roboto-Bold';
    font-size: 28px;
}

/* VALIDATE ACCOUNT */
.wt-validate-account{
    padding-top: 150px;
}
.wt-validate-account p{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 12px;
    color: #414342;
}
.wt-validate-account a:link,
.wt-validate-account a:hover{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 12px;
    color: #009CBB;
    text-decoration: none;
}

/* USER AREA / DASHBOARD / INVOICE */
.pending_payment_box{
    display: none; 
    position:relative; 
    width: 456px; 
    height:250px; 
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 28%), 0 6px 20px 0 rgb(0 0 0 / 28%); 
    text-align: center;
}
.pending_payment_box h4{
    font-family:'Roboto-Bold';
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.pending_payment_box p{
    font-family:'Roboto-Regular';
    font-size: 18px;
}
.pending_payment_box span{
    font-size: 16px;
    line-height: 8px;
}
.pending_payment_box .close-box{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor:pointer;
}
.user-operations .pending_payment_box .close-box{display:none;}

.warning-payment{
    padding: 8px;
    font-weight:bold;
    text-align: center;
    border: red 2px solid;
}
.ted_data{
    display: none;
}
.table{
    font-family: 'Inter';
    font-size: 13px;
}
.user-invoice h2,
.user-beneficiaries h2{
    padding-top: 60px;
    font-family: 'Inter';
    font-weight: bold;
}
.user-invoice .invoice_box{
    font-family: 'Inter';
    border: black 1px solid;
    padding: 16px;
    margin-top: 24px;
    background-color: #ffffff;
    min-height: 270px;
}
.user-invoice .partner_user p.title{
    font-weight: bold;
}
.user-invoice .invoice_box_download{
    text-align: right;
}
/* MY PROFILE */
#ready-to-send{display: none;}
#ready-to-send span{font-size: 12px; text-align: center;}
.user-my-profile [for="upload-ocr-document"],
.btn-upload-transfer{
    display: block;
    width: 75%;
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    margin: auto;
    text-align: center !important;
}
.user-my-profile p{
    font-family: 'Inter';
    font-size: 22px;
    color: #414342;
}

.user-my-profile label.profileLabel{
    text-align: center !important;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.user-my-profile .tab {
    display: none;
}
.user-my-profile .step.active {
    opacity: 1;
}
.user-my-profile .step.finish {
    background-color: #04AA6D;
}
#header-bar{
    max-width: 1400px;
}
#header-bar .telephone{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
@media only screen and (max-width: 1399px) {
    /* MENU */
    header .header-menu div.main-nav a.link-menu, header .header-menu div.main-nav a.link-menu:link, header .header-menu div.main-nav a.link-menu:hover, header .header-menu div.login a.link-menu, header .header-menu div.login a.link-menu:link, header .header-menu div.login a.link-menu:hover{
        padding: 10px 20px 0px 20px;
    }
    /* ABOUT US */
    .choose-wecambio ul li{
        font-size: 30px;
    }
    .international-transfer-background h1{
        width: 650px;
        font-size: 42px;
    }
    .international-transfer-background h2{
        width: 650px;
        font-size: 38px;
    }
    .international-transfer-background h2.minor{
        font-size: 28px !important;
    }
    .international-transfer-background .btn{
        width: 350px;
    }
    .solutions-company .solutions-company-background h1{
        width: 700px;
        font-size: 38px;
        padding-top: 100px;
    }
    .solutions-company .solutions-company-background h2{
        width: 700px;
        font-size: 38px;
        padding-top: 10px;
    }
    .solutions-company .solutions-company-background h2.minor{
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-max{
        width: 80%;
        font-size: 22px !important;
    }
    /* MENU */
    header .header-menu div.main-nav a.link-menu, header .header-menu div.main-nav a.link-menu:link, header .header-menu div.main-nav a.link-menu:hover, header .header-menu div.login a.link-menu, header .header-menu div.login a.link-menu:link, header .header-menu div.login a.link-menu:hover,
    header .header-menu div.main-nav .submenu p,
    header .header-menu div.main-nav .submenu a, header .header-menu div.main-nav .submenu a:link, header .header-menu div.main-nav .submenu a:hover{
        font-size: 12px;
    }
    header .header-menu div.login .btn{
        padding-top: 8px !important;
    }
}
@media only screen and (max-width: 992px) {
    /* ABOUT US */
    .choose-wecambio ul li{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 910px) {
    
    /* MENU */
    header .header-menu div.main-nav .blog, header .header-menu div.main-nav .duvidas{
        display:none;
    }
    
    header .header-menu div.main-nav{
        width: 65%;
    }
    header .header-menu div.login{
        width: 35%;
    }
    
}

@media only screen and (max-width: 768px) {

    main{
        padding-top: 30px;
    }
    #header-bar{
        padding-right: 30px;
    }
    #header-sign-up{
        display: none;
        position: absolute;
        left: 75%;
        top: 22px;
        transform: translate(-75%, 22px);
        z-index: 1000;
    }
    #helpTitle{font-size: 36px;}
    .help-background h1{
        font-size: 36px;
    }
    .help-background h2{
        font-size: 32px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 31px;
    }
    h5{
        font-size: 18px;
    }
    
    .user-my-profile p{
        font-size: 18px;
    }
    .home .home-text{display: none;}
    .home .home-text-mobile {
        display: block;
    }
    .default-background {
        background-image: url('/assets/2022/images/mobile/background-default.png');
        background-position: center;
    }
    .about-us-background{
        height: auto !important;
        background-size: 100% !important;
        background-image: url('/assets/2022/images/mobile/about-us.png');
    }
    .about-us-background h1{
        padding-top: 400px;
        font-size: 28px;
    }
    .about-us-background h5{
        width: 400px;
        padding-top:10px;
        margin-bottom: 50px;
    }
    
    .international-transfer-background{
        background-size: 100% !important;
        background-image: url('/assets/2022/images/mobile/international-transfer.png');
    }
    .international-transfer-background h1{
        font-family: 'Inter';
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding-top: 690px;
    }
    .international-transfer-background h2{
        font-family: 'Inter';
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        /*padding-top:450px;*/
    }
    .international-transfer-background h2.minor{
        font-family: 'Inter';
        font-weight: bold;
        font-size: 18px !important;
        text-align: center;
        padding-top: 10px;
        width: 550px;
    }
    .choose-wecambio {
        margin-top: 300px;
    }
    .international-transfer-background .btn{
        width: 100%;
    }
    .home .operacoes .diferenca-mercado{
        font-size:22px;
        color:#414342;
    }

    .na-media h2{
        font-size:35px;
    }
    .choose-wecambio h2{
        font-size:35px;
    }
    .choose-wecambio .follow-steps{
        font-size:25px;
    }
    .choose-wecambio ul li{
        font-size: 25px;
        padding: 0 16px;
    }
    .international-transfer .box{
        width: 100%;
    }
    .international-transfer .box .description h2{
        font-size: 43px;
    }
    .international-transfer .box .description p{
        font-size: 16px;
    }
    .international-transfer .box .description h3{
        font-size: 28px;
    }
    .international-transfer .icon{
        position: relative;
        float:left;
        width: 74px;
        height: 70px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top left;
    }
    .solutions-company-background{
        background-size: 100%;
        background-image: url('/assets/2022/images/mobile/solutions-for-your-company.png');
    }
    .solutions-company .solutions-company-background h1{
        font-size: 25px;
        width: 100%;
        padding-top: 690px;
        text-align: center;
    }
    .solutions-company .solutions-company-background h2{
        font-size: 18px !important;
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    .solutions-company .solutions-company-background h2.minor{
        font-size: 18px !important;
    }
    .solutions-company .solutions-company-background small{
        width: 100%;
        font-size: 18px;
        text-align: center;
        margin-top: 16px;
    }
    .solutions-company .btn{
        width: 100%;
        font-size: 20px;
        font-weight: bold;
    }
    .solutions-company .solutions-company-conquests{
        padding-top: 300px;
    }
    .solutions-company .solutions-company-conquests .box{
        width: 100%;
    }
    .solutions-company .solutions-company-conquests .box .icon{
        width: 74px;
        height: 74px;
        background-size: 80%;
    }
    .solutions-company h2.small{
        font-size: 40px;
    }
    .solutions-company h3{
        font-size: 26px;
    }
    .foreing-company-background{
        background-image: url('/assets/2022/images/mobile/foreign-company.png');
    }
    .foreing-company .foreing-company-background h1{
        text-align: center;
        font-size: 25px;
        padding-top: 380px;
    }
    .foreing-company .foreing-company-background h2{
        text-align: center;
        font-size: 25px;
        padding-top: 10px;
    }
    .foreing-company .foreing-company-background p{
        text-align: center;
        font-size: 18px;
    }
    .foreing-company .security{
        height: auto;
    }
    .foreing-company .security h2{
        font-size: 36px;
    }
    .foreing-company .exchange-correspondent img{
        width: 114px;
        height: auto;
        text-align: center;
    }
    .foreing-company .exchange-correspondent p{
        font-size: 18px;
        text-align: center;
    }
    .foreing-company .company-abroad-background{
        padding-top: 414px;
        background-image: url('/assets/2022/images/mobile/company-abroad.png');
    }
    
    .how-to .title h2{
        font-size: 18px;
    }

    .how-to-pay {
        padding-top: 660px;
    }
    .how-to-pay h2{
        font-size: 36px;
    }
    .foreing-company .how-to-pay .img{
        text-align: center;
    }
    .foreing-company .how-to-pay p{
        text-align: center;
        font-size: 25px;
    }
    /* MENU */
    header{
        position: absolute;
        width: 100%;
        background: none;
        z-index: 2000;
    }
    header .container-fluid{
        padding: 0;
    }
    header .header-menu{
        height: 100px;
    }
    .header-icon{
        position: absolute;
        top: 17px;
        left: 40px;
    }
   .navbar-toggler{
        position: absolute;
        right: 25px;
        bottom: 45px;
    }
    
    /* */
    header .main-mobile-menu{display: block;}
    header .navbar-collapse{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #F2F2F2;
        background-image: url(/assets/2022/images/mobile/mobile-menu-background.png);
        background-repeat: no-repeat;
        background-position: center top;
    }
    header .header-menu .menu-mobile-display{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    header .header-menu div.main-nav{
        padding: 80px 0px !important;
        order: 2;
    }
    header .header-menu div.login{
        padding: 30px 0 !important;
        order: 1;
    }
    header .header-menu div.main-nav,
    header .header-menu div.login{
        position: relative;
        left: 0px;
        width: 100%;
    }
    header .header-menu div.main-nav div.menu{
        position: relative;
        width: 100%;
        display: inline-table;
        background-color: #F2F2F2;
    }
    header .header-menu div.main-nav div.submenu{
        position: absolute;
        width: 30%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    header .header-menu div.login div.menu{
        width:50%;
    }
    header .header-menu div.login .userMenu{
        left: 12px !important;
    }
    header .header-menu div.main-nav .submenu a, header .header-menu div.main-nav .submenu a:link, header .header-menu div.main-nav .submenu a:hover, header .header-menu div.login .submenu a, header .header-menu div.login .submenu a:link, header .header-menu div.login .submenu a:hover{
        display: block !important;
    }
    header .header-menu div.login div.toLeft{
        text-align: left;
    }
    header .header-menu div.login div.toRight{
        text-align: right;
    }
    header .header-menu div.login div.menu a:link{
        display: inline;
    }
    header .header-menu div.login div.menu .link-menu{color: #fff; font-size: 16px;}
    header .header-menu div.login div.menu .btn{width: 205px; height:36px;background-color: #fff; color:#414342 !important;}
    /* */
    /*.home .stage{padding-top: 100px;}
    main section.landing-page{
        margin-top: 100px;
    }*/
    main > section > div.container{
        padding-top: 48px;
    }
    main.international-transfer > section > div.container{
        padding-top: 0px;
    }
    .form ul li{
        font-size: 14px;
    }
    .form ul li:first-child{
        margin-right: 8px;
    }
    .footer h6, .footer nav a:link, .footer nav a:visited{
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {

    .foreing-company .foreing-company-background p .btn{
        width: 100%;
    }

    /* ABOUT US */
    .about-us-background h1{
        padding-top: 330px;
        font-size: 28px;
    }
    .about-us-background h5{
        width: 400px;
        padding-top:10px;
        margin-bottom: 50px;
    }
    
    .choose-wecambio ul {
        padding: 0px !important;
        margin: 0px !important;
    }
    .choose-wecambio ul li{
        font-size: 20px;
        padding: 0 10px;
        margin: 16px 0;
    }

    /* HOME - HOW TO */
    .how-to h3{
        font-size: 19px;
    }
    .how-to p{
        font-size: 12px;
    }
    .how-to .box{
        width: auto;
        margin-top: 20px;
        padding-bottom: 20px;
        /*background-color: gray;*/
    }
    .how-to .icon{
        /*width: 80px;*/
        width: 54px;
        background-size: 53px;
        /*background-color: red;*/
    }
    .how-to .icon .numbers{
        width: 16px;
        height: 16px;
        font-size: 8px;
    }
    .how-to .box .description{
        width: 259px;
        margin-left: 10px;
    }
}