@font-face {
    font-family: "DINPro";
    src: url("/libs/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "DINPro-Bold";
    src: url("/libs/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "DINPro-Medium";
    src: url("/libs/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("/libs/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("/libs/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("/libs/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("/libs/fonts/Roboto-Bold.ttf") format("truetype");
}

.container-fluid {
    min-height: calc(100vh - 120px);
}

:root{
    --voxus: #3e82f8;
    --voxus-light: #3b95ff;
    --darktext: #1a2438;
    --graytext: #878E9C;
}

body{
    background-color: #E6EBF3;
    color: #878E9C;
    font-family: Roboto-Regular, sans-serif;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 50% 250px;
    min-height: 100%;
}

html{
    min-height: 100%;
}

footer{
    margin-top: 60px;
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
a{
    color: var(--voxus);
    text-decoration: none;
}

a:hover{
    color: var(--voxus);
    text-decoration: underline;
}

p, h1, h4, h5{margin: 0;}


body.checkout{
    background-color: #f5f7fa;

    background-image: url(/imgs/bg_checkout.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.container{
    width: 940px;
}

.btn:active, .btn:focus, .button:active, .button:focus{
    outline: 0!important;
}

.info-box{
    font-size: 14px;
    margin-top: 20px;
    background: #dee4e8;
    padding: 20px;
    border-radius: 3px;
    width: 100%;
}

.warning-box{
    padding: 12px 20px;
    background-color: #fff2b9;
    border: solid 1px #ae7e2d;
    border-radius: 3px;
    text-align: center;
}

.warning-box p{
    color: #ae7e2d;
    font-size: 14px;
}

.warning-box p span{
    font-family: Roboto-Bold, sans-serif;
}

.warning-box .close-warning{
    font-family: Roboto-Regular, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.warning-box .close-warning:hover{
    font-family: Roboto-Bold, sans-serif;
}

.danger-box{
    margin: 20px 0;
    padding: 12px 20px;
    background-color: #f2838f;
    border: 1px solid #a21a1a;
    border-radius: 3px;
    text-align: center;
    font-family: Roboto-Regular, sans-serif;
}

.danger-box p{
    color: #a21a1a;
    font-size: 14px;
}

.button{
    width: 100%;
    height: 40px;
    background-color: #B6C1C8;
    border: 0;
    border-radius: 3px;
    font-family: Roboto-Bold, sans-serif;
    font-size: 20px;
}

.button-small{
    width: 100%;
    height: 32px;
    background-color: #B6C1C8;
    border: 0;
    border-radius: 3px;
    font-family: Roboto-Bold, sans-serif;
    font-size: 14px;
}

.button-blue{
    background-color: var(--voxus);
    color: #FFF;
    border: 1px solid transparent;
    height: 60px;
}

.accent-blue-button {
    background-color: #326FFF;
    padding: 3px 7px;
    border-radius: 3px;
    margin-left: 8px;

    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.button-empty-gray{
    background-color: transparent;
    font-size: 20px;
    font-family: Roboto-Regular, sans-serif;
    padding: 0 10px;
    width: auto;
    max-width: 125px;
    color: #94969a;
    line-height: 26px;
    height: 44px;
    margin: 0!important;

}

.button-empty-gray:hover, .button-empty-gray:focus, .button-empty-gray:active{
    background-color: #ecf0f5;
    color: #94969a;
}

.button-small.button-blue{
    background-color: var(--voxus);
    color: #FFF;
    border: 1px solid transparent;
    height: 32px;
}

.button-blue:focus, .button-blue:active, .button-blue:hover{
    background-color: #3b95ff;
    color: #FFF;
}

.arrow-right{
    background-image: url(/imgs/arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}

.top{
    height: 50px;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(182, 193, 200, 0.3);
}

.top .logo{
    margin-top: 20px;
}

.checkout-title{
    margin: 30px auto 0 auto;
    text-align: center;
}

.checkout-title h1{
    font-size: 36px;
    margin-bottom: 15px;
    font-family: Roboto-Regular, sans-serif;
    color: #1a2438;
}

.checkout-title h4{
    font-size: 20px;
    font-family: Roboto-Regular, sans-serif;
    color: #94969a;
}

.box-terms{
    margin-top: 42px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(182, 193, 200, 0.3);
}

.box-terms .box-header{
    padding: 15px;
}

.box-terms .box-header h3{
    color: var(--darktext);
    font-size: 20px;
    margin: 0;
}

.box-terms hr{
    margin: 0 -15px;
}

.box-terms .box-body {
    padding: 15px;
}

.box-terms .box-body{

}

.box-terms .box-body .terms{
    font-family: Roboto-Medium,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    max-height: 420px;
    height: 420px;
    position: relative;
}

.box-form{
    margin: 30px  auto 30px auto;
    background-color: #FFF;
    width: 460px;
    height: auto;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(182, 193, 200, 0.3);
    text-align: center;
    padding: 20px 20px;
}

.box-form-transparent{
    background-color: transparent;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.box-form form{
    padding: 0;
}

.input-div{
    border: 1px solid #ebedf0;
    width: 400px;
    height: 60px;
    border-radius: 3px;
}


.input-div-blue{
    border: 1px solid var(--voxus);
}

.input-div .input-control:disabled {
    color: #94969A;
}

.input-div .input-control{
    padding: 17px;
    border: 0;
    border-radius: 3px;
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    color:  #94969a;
    background-color: #FFF;
}

.input-div label{
    font-family: Roboto-Regular, sans-serif;
    color:    #94969a;
    font-size: 20px;
    font-weight: normal;
    background-color: #fff !important;
}

.proposal_step .checkout-title p{
    margin-bottom: 30px;
    line-height: 25px;
}

.box-form .box-title{
    font-size: 18px;
    color: var(--darktext);
    text-align: left;
    margin:  0;
    font-family: Roboto-Medium;
}

.box-form hr{
    background-color: #ebedf0;
    margin: 20px -20px;
}

.box-form .input-div:focus-within{
    border: 1px solid var(--voxus);
}

.proposal_step{
    margin-top: 60px;
}

.proposal_step .box-form .button.button-dotted{
    border: 1px dashed var(--voxus);
    background-color: transparent;
    width: 100%;
    height: 42px;
    margin-left: 0;
    color: var(--voxus);
    font-size: 16px;
    font-family: Roboto-Regular;

    background-image: url(/imgs/plus-blue.svg);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 12px;
}

.proposal_step .box-form .add-email{

}

.proposal_step .box-form .emails-list{
    margin-top: 25px;
    text-align: left;
    color: var(--darktext);
}

.proposal_step .box-form .emails-list tr td:last-child{
    text-align: right;
}

.proposal_step .box-form .add-email .input-div{
    width: 45%;
    height: 42px;
    float: left;
}

.proposal_step .box-form .add-email div.input-div:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.proposal_step .box-form .add-email div.input-div:nth-child(2) {
    border-radius: 0;
    /*border-left: 0;*/
    border-right: 0;
}

.proposal_step .box-form .add-email .input-div:focus-within{
    border: 1px solid var(--voxus);
}

.proposal_step .box-form .add-email .input-div .input-control{
    height: 39px;
    padding: 10px;
    line-height: 16px;
    font-size: 16px;
}

.proposal_step .box-form .add-email .button.button-small{
    margin: 0;
    width: 10%;
    height: 42px;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

.proposal_step .box-form .add-email .input-div label{
    font-size: 16px;
}

.proposal_step .box-form{
    margin-bottom: 0;
}

.proposal_step .box-form.box-terms {
    margin-bottom: 0;
}

.proposal_step .box-form.box-terms .checkbox-item {
    width: 24px;
    position: relative;
    margin-right:15px;
    float: left;
}

.proposal_step .box-form.box-terms .checkbox-item label {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    box-shadow: inset 0 1px 3px 0 rgba(182, 193, 200, 0.3);
    border: solid 1px rgba(182, 193, 200, 0.6);
    border-radius: 3px;
}

.proposal_step .box-form.box-terms .checkbox-item label{
    position: relative;
    margin-bottom: 0;
}

.proposal_step .box-form.box-terms .checkbox-item label:after {
    content: '';
    width:  8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 7px;
    border: 2px solid var(--voxus);
    border-radius: 50%;
    background: var(--voxus);
    opacity: 0;
    transform: rotate(-45deg);
}

.proposal_step .box-form.box-terms .checkbox-item input[type=checkbox] {
    display: none;
    margin: 0;
}

.proposal_step .box-form.box-terms .checkbox-item input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.proposal_step .box-form.box-terms .check-label{
    float: left;
    line-height: 24px;
}

.proposal_step  a{
    text-decoration: underline;
}

.proposal_step .box-form.box-terms .button{
    width: 100%;
    height: 43px;
    margin: 36px 0 0 0;
    font-family: Roboto-Medium;
}

.proposal_step .text-contact{
    max-width: 460px;
    text-align: center;
    margin:  60px auto 0 auto;
    line-height: 30px;
}

.proposal_step .error_message{
    font-size: 11px;
    font-family: Roboto-Regular;
    padding-top: 3px;
}

.box-form ul{
    margin-top: 30px;
    font-family: Roboto-Regular;
    font-size: 14px;
    text-align: left;
}

.box-form ul li{
    margin: 10px 5px 5px 5px;
}

.box-large .button,
.box-form .button{
    margin: 30px 40px 0 40px;
    width: 400px;
    height: 60px;
    border: 0;
    border-radius: 3px;
}

.box-form .button.button-small{
    margin: 20px auto 0 auto;
    width: 220px;
    height: 32px;
    border: 0;
    border-radius: 3px;
}

.box-large{
    margin: 30px  auto 30px auto;
    padding-top: 30px;
    background-color: #FFF;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(182, 193, 200, 0.3);
}

.box-large .input-div{
    border: 1px solid #ebedf0;
    width: 100%;
    height: 42px;
    border-radius: 3px;
}

.box-large .input-div .input-control{
    padding: 10px;
    border: 0;
    border-radius: 3px;
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    font-family: Roboto-Medium, sans-serif;
    color:  #94969a;
    background-color: #FFF;
}

.box-large p{
    margin: 10px;
    text-align: center;
    line-height: 1.4
}

.box-large .tag{
    margin-top: 20px;
}

.box-large .tag .tag-group .input-group-addon{
    height: 40px;
    border-radius: 0 3px 3px 0;
    background-color: var(--voxus);
    border: 0;
    outline: 0;
    padding: 8px;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    font-family: Roboto-Medium, sans-serif;
}

.login-message .warning-box{
    margin: 20px auto 0 auto;
    width: 460px;
}

.box-form .text-login{
    margin: 20px 0 20px 0;
    font-size: 20px;
}

.box-form .text-login a{
    font-weight: normal;
    text-decoration: none;
}

.box-form .text-login a:hover{
    text-decoration: underline;
}

.text-terms{
    font-size: 16px;
    line-height: normal;
    margin: 0 auto;
    width: 460px;
}

.text-terms a{
    font-family: Roboto-Bold, sans-serif;
    text-decoration: underline;
}

.box-form-transparent .input-div{
    margin: 45px 40px 10px 40px;
}

.box-form-transparent .input-div:first-child{
    margin-top: 30px!important;
}

.box-form-transparent .input-div{
    margin-right: 0;
    margin-left: 0;
    width: 460px;
    height: 72px;
}

.box-form-transparent .input-div .input-control {
    padding: 23px;
}

.input-div select.input-control {
    -webkit-appearance: none;
    -moz-appearance:none;
    background-image: url(/imgs/caret-down-blue.svg);
    background-repeat: no-repeat;
    background-position: 95%;
}

.box-form-transparent .input-div select.input-control {
    padding: 25px;
}

.box-form-transparent .btn-submit{
    margin: 40px 40px 0 40px;
}

.proposal_step .input-div .select2{
    padding: 0;
    width: 100%!important;
    color: #94969a;
}

.proposal_step .input-div .select2.open span{
    color: #1a2438;
}

.proposal_step .input-div .select2.open .bs-searchbox{
    border: 0;
}

.proposal_step .input-div .select2.open{
    background-color: #FFF;
    outline: 0;
    border:0;
    border-radius: 3px;
}

.proposal_step .input-div .select2.open>.dropdown-toggle.btn-default:focus,
.proposal_step .input-div .select2.open>.dropdown-toggle.btn-default,
.proposal_step.input-div .select2.open>.dropdown-toggle.btn-default:active{
    background-color: #FFF;
    outline: 0;
    box-shadow: none;
}

.proposal_step .input-div .select2 button{
    border: 0;
    border-radius: 3px;
    padding: 9px;
    font-size: 16px;
    color: #94969a;
}

.proposal_step .input-div .select2.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
    background-color: #FFF;
    background-image: url(/imgs/caret-down-blue.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 15px;
    top: 2px !important;
    right: 0 !important;
    width: 50px;
    height: 40px;
    border-left: 2px solid #f3f3f3;
}

.proposal_step .input-div .select2 .dropdown-menu>li>a{
    padding: 0px 10px;
}

.proposal_step .error_message .badge{
    background-color: #df4f4c;
    color: #FFF;
    padding: 3px 6px;
    cursor: pointer;
}

.proposal_step .error_message .tooltip-inner{
    background: #334750;
    color: #acbfc7;
    max-width: none;
    width: auto;
}

.proposal_step .error_message  .tooltip-arrow {
    border-right-color: #334750;
}

.input-div .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active{
    outline: 0!important;
    border:0;
    background-color: #FFF;
    box-shadow: none;
}

.input-div .select2 button:focus, .input-div .select2 button:active, .input-div .select2 button:hover{
    outline: 0;
    background-color: #FFF;
}

.input-div .input-group-addon{
    background-color: #FFF;
    border: 0;
    border-left: 1px solid #f0f3f5;
    font-size: 22px;
    color: #b6c1c8;
    padding: 0 25px;
}

.input-div .input-control:focus{
    border: 0;
    outline: 0;
}

.input-div input.input-control:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #B6C1C8 !important;
}

.box-form-transparent .input-div label{
    /*background-color: transparent!important;*/
    background: -webkit-linear-gradient(bottom, #FFF 11px, transparent 0)!important; /*Safari 5.1-6*/
    background: -o-linear-gradient(top, #FFF 11px, transparent 0)!important; /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, #FFF 11px, transparent 0)!important; /*Fx 3.6-15*/
    background: linear-gradient(to top, #FFF 11px, transparent 0)!important; /*Standard*/
}

.analytics-step .analytics-botton-block{
    padding-bottom: 20px;
}

.analytics-step .separador-analytics{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #E0E5E9;
    border-color: #E0E5E9;
    height: 2px;
}




.entenda-como-btn{
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    text-decoration: underline;
}
.analytics-step  a.btn-pular-etapa{
    font-size: 20px;
    text-decoration: none;
}

.analytics-step  a.btn-pular-etapa:hover{
    text-decoration: underline;
}

.analytics-step .btn-pular-etapa:active, .analytics-step .btn-pular-etapa:focus{
    color: var(--voxus);
}

.analytics-step img{
    margin-top: 30px;
    margin-bottom: 37px;
}

.ga_select{
    height: auto;
    color: #b6c1c8;
}

.ga_select .input-div{
    float: left;
    height: 60px;
    width: 296px;
    margin-right: 0;
}

.ga_select .input-div .select2 button .caret {
    border: 0;
    background-color: #FFF;
    background-image: url(/imgs/caret-down-blue.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    top: 2px !important;
    right: 0 !important;
    width: 57px;
    height: 58px;
    border-left: 2px solid #f3f3f3;
}


.ga_select .input-div .select2 .dropdown-menu {
    max-width: 100%;
    overflow: hidden;
}


.ga_select .input-div .select2 button{
    padding: 15px;
}

.ga_select .label-pageviews{
    font-weight: normal;
    color: #1a2438;
    float: left;
    font-family: Roboto-Medium, sans-serif;
    margin: 50px 0 0 20px;
    height: 60px;
    padding: 10px 0;
    font-size: 14px;
    text-align: left;
}

.ga_select .label-pageviews span{
    font-size: 20px;
    font-family: Roboto-Light, sans-serif;
    line-height: 30px;
}

.ga_select .ga_option{
    text-align: center;
    margin: 0 0 0 65px
}

.ga_select .ga_option a{
    float: left;
    font-size: 20px;

    margin: 25px 0;
    text-decoration: none
}

.ga_select .ga_option a:hover{
    text-decoration: underline;
    color: var(--voxus);
}

.ga_select .vline{
    float: left;
    width: 2px;
    height: 58px;
    border: solid 1px #f0f3f5;
    margin: 10px 25px;
}

/* ---------------- BLOCK USER STEP ---------------- */
.box-user-step .input-control{
    height: 100%;
    width: 100%;
}
.box-user-step .input-div{
    width: 460px;
    height: 72px;
}
.box-user-step .block-user-step-form{
    width: 460px;
}
.box-user-step .btn-submit{
    width: 380px !important;
    height: 60px !important;
}
.user-step-preencha-text{
    font-size: 20px;
    text-align: center;
    color: #b6c1c8;
    font-weight: bold;
}
.box-user-step .min-characters{
    font-family: Roboto-Regular,sans-serif;
    font-size: 14px;
    text-align: right;
    position: absolute;
    width: 460px;
    margin-top: 15px;
}
/* -------------- END BLOCK USER STEP -------------- */
/* ---------------- BLOCK ALERTS ---------------- */
.alert-box{
    width: 460px;
    margin: 0 auto;
}
/* -------------- END BLOCK ALERTS -------------- */

/* ---------------- BLOCK FORM VALIDATE ---------------- */
.error_field{
    border: solid 1px #df4f4c !important;
}
.success_field{
    border: solid 1px #00c366;
}
.success_field input{
    background: url(/imgs/success-field-icon.svg) no-repeat;
    background-size: 24px;
    background-position: right 24px center;
}
.error_message{
    padding-top: 10px;
    height: 18px;
    font-family: DINPro, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #df4f4c;
}
/* -------------- END FORM VALIDATE -------------- */

/* LOGIN */

.box-form-login{
    height: auto;
    padding: 30px;
}

.box-form-login a{
    text-decoration: underline;
}

.box-form-login .text-login {
    margin-top: 25px;
    font-size: 18px;
    color: #94969a;
}
.box-form-login .input-div:first-child{
    margin-bottom: 48px;
}

.box-form-login .input-div label{
    position: absolute;
    margin: -9px 0 0 14px;
    color: #1a2438;
    font-size: 20px;
    padding: 0!important;
}

.box-form-login .text-trial{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    font-family: Roboto-Regular,sans-serif;
}

.box-form-login .text-trial a{

}

.box-form-login .button{
    margin-left: 0
}

.box-form-login hr{
    margin: 20px 40px 15px 40px;
    border-color: #ebedf0;
}

.box-forgot{
    padding: 30px 40px 20px 40px;
}

.box-forgot .forgot-text{
    font-family: Roboto-Light,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #53575a;
}

.box-forgot .input-div{
    margin: 20px 0 30px 0!important;
}

.box-forgot .button{
    margin: 0;
}

.box-forgot .text-login{
    margin-bottom: 0;
}

.forgo-send-email p{
    font-family: Roboto-Regular,sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    color: #adb4c2;
}

.forgo-send-email{
    margin: 12px auto;
    padding: 10px;
    width: 460px;
    opacity: 0.6;
    background-color: #ecf0f5;
    border-radius: 3px;
}

.new-pass-text{
    font-family: Roboto-Light,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #53575a;
}

.box-forgot.new-pass-block{
    padding-bottom: 40px;
}

.checkout.select_ga .danger-box, .checkout.select_ga .warning-box{
    margin: 20px auto 0 auto;
    width: 460px;
}

.checkout.select_ga .info-box{
    margin: 20px auto 0 auto;
    width: 460px;
    padding: 12px;
    background-color: #ecf0f5;
    color: #adb4c2;
}

.main-content.error-page p{
    font-size: 20px;
    color: var(--graytext);
    text-align: center;
    line-height: 1.2;
}

.main-content.error-page p span{
    color: var(--voxus);
}

.main-content.error-page .img{
    text-align: center;
}

.main-content.error-page .img img{
    margin: 100px auto 30px auto;
}

.main-content.error-page .main-title h1{
    text-align: center;
    font-size: 36px;
    color: var(--darktext);
    margin-bottom: 15px;
    margin-top: 20px
}

.mobile-element{
    display: none;
}
.desktop-element{
    display: block;
}

@media only screen and (max-device-width: 700px) {
    .mobile-element{
        display: block;
    }
    .desktop-element{
        display: none;
    }
    .arrow-right {
    }
    .account-created .info-box{
        font-size: 17px;
    }
    .account-created .info-img img{
        display:block;
        margin:0 auto;
    }
    .box-form.ga_select .input-div{
        width: 60% !important;
        margin-left: 30px !important;
    }
    .ga_select .vline {
        margin: 10px 7%;
    }
    .ga_select .label-pageviews{
        margin: 30px 0 0 20px;
        height: 85px;
    }
    .ga_select .ga_option a{
        font-size: 16px !important;
        width: 39% !important;
    }
    .ga_select .ga_option{
        margin: 0 0 0 31px;
    }
    .input-div select.select2{
        display:none !important;
    }
    .analytics-step .analytics-button{
        font-size: 17px;
    }
    .analytics-step .fa-google{
        margin-right: 0px;
    }
    .box-form{
        width: 100%;
    }
    .input-div{
        width: auto;
    }
    .box-form .button {
        width: 84%;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        font-size: 15px;
    }
    .error-block-form .button {
        margin-top: 53px !important;
    }
    .block-user-step-form .button,.checkout-advertiser-step .button{
        font-size: 23px !important;
    }
    .container-fluid{
        padding-bottom: 40px;
    }
    .text-terms{
        width: 100%;
    }

    .login-message .warning-box,
    .text-terms,
    .box-form-transparent .input-div,
    .analytics-step .analytics-button,
    .analytics-step .info-box,
    .box-user-step .input-div,
    .box-user-step .block-user-step-form,
    .box-user-step .btn-submit,
    .box-user-step .min-characters,
    .alert-box,
    .forgo-send-email,
    .checkout.select_ga .danger-box, .checkout.select_ga .warning-box,
    .checkout.select_ga .info-box{
        width: 100%;
    }
    .min-characters{
        left: -12%;
    }
    .box-form .input-div{
        margin: 0px;
        margin: 0 auto !important;
        width: 84% !important;
        margin-top: 30px !important;
    }
    .box-form .input-div.error_field{
        margin-top: 68px !important;
    }
    .error-block-form .min-characters{
        margin-top: 50px !important;
    }
    .error-block-form .input-div.error-pass-field{
        margin-top: 32px !important;
    }
    .error-block-form .input-div.error-pass-field.error-name-field{
        margin-top: 68px !important;
    }
    .error-block-form .input-div.error-cpass-field{
        margin-top: 50px !important;
    }
    .error-block-form .min-characters.success-name-field{
        margin-top: 13px !important;
    }
}

.modal-footer .button-blue{
    height: 36px;
    width: 100%;
    float: left;
    font-size: 14px
}

.modal-body .input-div{
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 14px;
}
.modal-body .input-div .input-control{
    line-height: 14px;
    font-size: 14px;
    padding: 9px;
}

footer{
    border-top: 1px solid rgba(45, 58, 64, 0.1);
}

.footer-bar{
    padding-top: 20px;
    margin: 0 auto;
    height: 58px;
    line-height: 25px;
}

.footer-bar .logo{
    margin: 0 auto;

}

.footer-bar .list ul{
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.footer-bar .list ul li{
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid var(--linhas);
}

.footer-bar .list ul li a:hover{
    color: var(--voxus);
}

.footer-bar .list ul li:first-child {
    border: 0;
}

.footer-bar .partners{
    height: 24px;
    text-align: center;
    float: left;
    margin-top: -5px;
}

.footer-bar .partner-ibm{
    width: 25%;
}

.footer-bar .partner-ebrasil{
    width: 65%;
}

.footer-bar .partners img{
    max-width: 100%;
    height: 100%;
}

.footer-bar .partners .fix-margin{
    margin-top: 3px;
}


.footer-bar .list ul li a{
    color: #748296;
}

#detailsModal .modal-dialog{
    width: 460px;
}

#detailsModal label{
    font-family: Roboto-Medium;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    color: #2D3A40;
}

#detailsModal p{
    font-size: 18px;

}

#termsModal .close,
#detailsModal .close {
    width:24px;
    height: 24px;
    background: url(/imgs/popup-close.png) no-repeat;
    background-size:24px 24px;
    position: relative;

    opacity:0.9;
    border-radius: 2px;
}

#termsModal .close:hover,
#detailsModal .close:hover{
    background-image: url(/imgs/popup-close_hover.png);
}


#termsModal .modal-title,
#detailsModal .modal-title{
    color: var(--darktext);
    font-family: Roboto-Medium;
}

#termsModal .modal-dialog{
    width: 780px;
}

#termsModal .terms{
    font-family: Roboto-Medium,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    max-height: 420px;
    height: 420px;
    position: relative;
}

.box-form.box-create-password{

}

.box-form.box-create-password .input-div{
    height: 42px;
    margin-bottom: 27px;
    width: 100%;
}

.box-form.box-create-password .input-div label{
    font-size: 16px !important;
}

.box-form.box-create-password .input-div .input-control{
    padding: 10px;
    height: 39px;
}

.box-form.box-create-password .button{
    width: 100%;
    height: 42px;
    font-size: 16px;
    font-family: Roboto-Medium;
    margin-top: 20px;
}

.smaller-input {
    height: 42px;
    border: 1px solid rgba(116, 130, 150, 0.2);
    border-radius: 3px;
    padding: 11px 0px 11px 11px;
}

input[name="emailTrial"]::placeholder, .smaller-input {
    color: #94969a;
}

/*Bootstrap button outline override*/
.btn-outline {
    background-color: transparent;
    color: inherit;
}

.btn-primary.btn-outline {
    font-family: Roboto, sans-serif;
    border-color: #3E82F8;
    color: #3E82F8;
    text-decoration: none;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:visited, .btn-primary.btn-outline:active {
    background-color: transparent;
    border-color: #3E82F8;
    color: #3E82F8;
}

.box-form-login .checkbox-section {
    margin: 21px 0 9px 0;
}

.box-form-login .checkbox-item {
    width: 20px;
    position: relative;
    margin-right:15px;
    float: left;
}

.box-form-login .checkbox-item label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    box-shadow: inset 0 1px 3px 0 rgba(182, 193, 200, 0.3);
    border: solid 1px rgba(182, 193, 200, 0.6);
    border-radius: 3px;
}

.box-form-login .checkbox-item label:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 3px solid var(--voxus);
    border-radius: 100%;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.box-form-login .checkbox-item input[type=checkbox] {
    visibility: hidden;
    margin: 0;
}

.box-form-login .checkbox-item input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.box-form-login .checkbox-label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #94969A;
    cursor: pointer;
    user-select: none;
}

.pincode-section {
    display: flex;
    width: 344px;
    margin: 0 auto 20px;
    padding: 0;
    justify-content: space-between;
}
.pincode-section:before,
.pincode-section:after {
    display: table;
    content: '';
}
.pincode-section:after {
    clear: both;
}
.pincode-section > label {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.pincode-section > input[type="number"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.pincode-section > input {
    display: inline-block;
    float: left;
    width: 44px;
    height: 60px;
    line-height: 48px;
    text-align: center;
    font-size: 2em;
    color: #181819;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    cursor: default;
    user-select: none;
    margin: 0;
    padding: 0;
}
.pincode-section > input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #326FFF;
    -webkit-tap-highlight-color: transparent;
}
.pincode-section > input:last-child {
    margin-right: 0;
}
.pincode-section > input[disabled] {
    background: #eee;
    opacity: 1;
}

.pincode-section > .input-error {
    outline: 0;
    box-shadow: none;
    border-color: #DF4F4C;
    -webkit-tap-highlight-color: transparent;
}

.pincode-section > input:hover {
    cursor: text;
}

.pincode-label {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #94969A;
}

.pincode-email {
    margin-top: 20px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #94969A;
}

.resend-code-label, .resend-code-link {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #94969A;
}

.resend-code-link {
    color: #326FFF;
    text-decoration: none !important;
}

.resend-code-link:hover {
    text-decoration: underline !important;
}

.pincode-error-section {
    height: 38px;
    margin: 14px 0 10px 0;
}

.pincode-error {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #DF4F4C;
}

.flex-input-error {
    display: flex;
}

.flex-input-error .error {
    text-align: start;
}

.forgotModal {
    background: rgba(26, 36, 56, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.forgotModal .forgotModal-body {
    width: 460px;
    height: 349px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(7, 9, 10, 0.3);
    border-radius: 6px;
}

.forgotModal .forgotModal-title {
    padding: 20px 30px;
    border-bottom: 1px solid #EBEDF0;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #1A2438;
    margin-bottom: 20px;
}

.forgotModal .forgotModal-subtitle {
    display: flex;
    width: 420px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #53575A;
    margin: 20px 0;
    padding-left: 30px;
}

.forgotModal .forgotModal-text {
    display: flex;
    width: 420px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #53575A;
    padding-left: 30px;
}

.forgotModal .forgotModal-button {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #3E82F8;
    background: white;
    width: 114px;
    height: 44px;
    border: none;
    margin: 20px 0 20px 316px;
    text-transform: uppercase;
}
