body {
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Raleway',sans-serif;
    color: #3c3c3b;
    font-size:16px;
}
b,strong{
    font-weight: bold;
}
.display-none {display:none;}
.error{
    color:red;
    font-size: 15px;
    text-align: center;
}
@media screen and (min-width:1290px){
    .topsection-bg .container {
        max-width: 1260px;
    }
}
@media screen and (max-width:1260px) and (min-width:1290px){
    .topsection-bg .container {
        max-width: 1230px;
    }
}
.title .bigger{
    color: #fcac49;
}
.btn-light:hover {
    color: #ffffff;
    background-color: #1578D1;
    border-color: #dae0e5;
}


/*************************** top section esquerda ******************/
.topsection-bg {
    background-image: url('/img/bg_desk.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center bottom;
}

.row-impressora-form {
    padding-top:80px;
    padding-bottom: 0;
}

.slider-impressoras {
    overflow: hidden;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.slider-impressoras .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fcac49;
    font-size: 0;
    position: absolute;
    bottom: 5px;
    border: none;
    z-index: 9;
}
.slider-impressoras .slick-next {
    right: calc(50% - 45px);
}
.slider-impressoras .slick-prev {
    left: calc(50% - 45px);
}

.slider-impressoras .slick-arrow::after {
    content: "";
    height: 10px;
    width: 10px;
    border-left: 2px solid #313131;
    border-bottom: 2px solid #313131;
    position: absolute;
    opacity: 1;
    top: calc(50% - 5px);
}

.slider-impressoras .slick-prev::after {
    transform: rotate(45deg);
    left: calc(50% - 3px);
}

.slider-impressoras .slick-next::after {
    transform: rotate(-135deg);
    right: calc(50% - 3px);
}

.title{
    font-size:30px;
    font-weight:bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1.25;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
      margin-bottom: 0;
}
.title .bigger{
    font-size:40px;
    font-weight:900;
    letter-spacing: 1.2px;
    
}
.subtitle{
    font-family:'Lato',sans-serif;
    font-size:19px;
    font-weight:700;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.img_arrow{
    position:absolute;
    top:0;
    right:0;
}
.img_impressora {
    height:251px;
    width:auto;
}

/*************************** top section direita ******************/

.passostitle {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-align: left;
    color: #000000;
    margin-bottom: 65px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
}

.opcoes {
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(49, 122, 231, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    width: 125px;
    height: 125px;
}

.colbtns {
    padding-left: 0;
    padding-right: 0;
}

.btnsdesc {
    font-size: 17px;
    font-weight: normal;
    line-height: 2.06;
    letter-spacing: normal;
    text-align: center;
    color: #3e3e3e;
}

.opcoesbtns {
    width: 100%;
    height: 65px;
    border-radius: 50px;
    padding-top: 8px;
    margin-top: 21px;
    border: 1px solid #317ae7;
    max-width: 148px;
}

.opcoesdots {
    width: 18px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    height: 18px;
    border: 1px solid #317ae7;
}

.btnseguinte {
    height: 50px;
    border-radius: 3px;
    background-color: #317ae7;
    width: 100%;
    max-width: 320px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url('/img/seta_seguinte.svg');
    background-repeat: no-repeat;
    background-position: 80% center;
}

.barrapassos {
    height: 30px;
    border-radius: 4px;
    background-color: #aaa9a8;
}

.formtitle {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.08px;
    text-align: center;
    color: #ee312f;
    padding-top: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.form-subtitle {
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #3c3c3b;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.terms-check {

    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.terms-check span u{cursor:pointer;}

.botao-form {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #317ae7;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    min-width: 320px;
    min-height: 50px;
    line-height:1;
    background-image: url('/img/seta_seguinte.svg');
    background-repeat: no-repeat;
    background-position: right 27px center;
    padding-left: 27px;
    text-align:left;
}
.formbody {
    border-radius: 4px;
    border: solid 5px #317ae7;
    max-width: 550px;
    min-height:566px;
    margin-left: auto;
    background-color: #ffffff;
    padding: 26px 38px;
    position:absolute;
    width: 100%;
    z-index: 50;
}

.formbody .title {
    margin-right: -38px;
    margin-left: -38px;
    background-image: url('/img/formTop.png');
    padding: 0px 38px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -26px;
    text-align: center;
}

.opcoesbtnssmall {
    height: 43px;
    width: 100%;
    border-radius: 50px;
    padding-top: 8px;
    margin-top: 21px;
    border: 1px solid #317ae7;
    max-width: 148px;
}

.opcoes, .opcoesbtns, .opcoesbtnssmall{
    cursor: pointer;
}

.opcoesdotssmall {
    width: 18px;
    margin-left: 13px;
    margin-right: auto;
    border-radius: 25px;
    height: 18px;
    border: 1px solid #317ae7;
    margin-top: 3px;
}

.btnsdescsmall {
    margin-top: -26px;
    text-align: left;
    margin-left: 42px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: normal;
    color: #3e3e3e;
}


.progress15 {
    background: -webkit-linear-gradient(left, #317ae7 15%, #aaa9a8 15%);
    background: -moz-linear-gradient(left, #317ae7 15%, #aaa9a8 15%);
    background: -ms-linear-gradient(left, #317ae7 15%, #aaa9a8 15%);
    background: linear-gradient(left, #317ae7 15%, #aaa9a8 15%);
}


.progress25 {
    background: -webkit-linear-gradient(left, #317ae7 25%, #aaa9a8 25%);
    background: -moz-linear-gradient(left, #317ae7 25%, #aaa9a8 25%);
    background: -ms-linear-gradient(left, #317ae7 25%, #aaa9a8 25%);
    background: linear-gradient(left, #317ae7 25%, #aaa9a8 25%);
}

.progresso {
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 45px;
}

.btnvoltar {
    height: 40px;
    border-radius: 3px;
    background-color: #505050;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 150px;
    margin-top: 5px;
}

.rowbtns {
    margin-top: 88px;
    margin-bottom: 20px;
}

.btnseguintesmall {
    height: 50px;
    border-radius: 3px;
    background-color: #317ae7;
    width: 100%;
    max-width: 320px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url('/img/seta_seguinte.svg');
    background-repeat: no-repeat;
    background-position: 85% center;
}


.progresso50 {
    background: -webkit-linear-gradient(left, #317ae7 50%, #aaa9a8 50%);
    background: -moz-linear-gradient(left, #317ae7 50%, #aaa9a8 50%);
    background: -ms-linear-gradient(left, #317ae7 50%, #aaa9a8 50%);
    background: linear-gradient(left, #317ae7 50%, #aaa9a8 50%);
}

.progresso75 {
    background: -webkit-linear-gradient(left, #317ae7 75%, #aaa9a8 75%);
    background: -moz-linear-gradient(left, #317ae7 75%, #aaa9a8 75%);
    background: -ms-linear-gradient(left, #317ae7 75%, #aaa9a8 75%);
    background: linear-gradient(left, #317ae7 75%, #aaa9a8 75%);
}

.loadingicon {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.loadingdesc {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.35;
    text-align: center;
    color: #3e3e3e;
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
}

.tituloform {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: left;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.lastpasso {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.94;
    letter-spacing: 0.9px;
    text-align: left;
    color: #000000;
}

.inputs {
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    color: #505050;
    padding-left: 54px;
    height: 40px;
    margin-bottom: 12px;
    border: 1px solid rgba(49, 122, 231, 0.68);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    text-align:left;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f096";
    font-size: 18px;
}

input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

input[type=checkbox]:checked + label:before {
    content: "\f046";
    font-size: 18px;
}

input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}
.inputs::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 15px;
    color: #505050;
    opacity: 1;
    outline:0;
}

.inputs::-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 15px;
    color: #505050;
    opacity: 1;
    outline:0;
}

.inputs::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 15px;
    color: #505050;
    opacity: 1;
    outline:0;
}
#nome{
    background-image: url('/img/nome.svg');
}
#email{
    background-image: url('/img/email.svg');
}
#telefone{
    background-image: url('/img/telefone.svg');
}
#empresa{
    background-image: url('/img/empresa.svg');
}
#cargo{
    background-image: url('/img/cargo.svg');
}
#nipc{
    background-image: url('/img/nipc.svg');
}
#cod_postal{
    background-image: url('/img/codpostal.svg');
}

/********** section 2 ********************/
.section-2 {
    padding-top: 35px;
    background-color: #ededed;
}
.section-2 .parceiros {
    font-size:19px;
    font-weight:900;
    line-height: 1.21;
    color: #101010;
    margin-bottom:28px;
}
.section-2 .space_bottom{
    padding-bottom: 35px;
}


/********** section 3 ********************/
.section-3 {
    background-color: #ffffff;
    padding-top:135px;
}
.col-vantagens{
    padding-bottom:65px;
}
.img-vantagens {
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-bottom:0;
}
.vantagens-titles {
    font-size:28px;
    font-weight:900;
    font-style:normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #464646;
    margin-bottom:20px;
}
.vantagens-text {
    font-family:'Lato',sans-serif;
    font-size:20px;
    font-weight:normal;
    line-height:1.5;
    color: #707070;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0;
}
.min_height_block{
    min-height:122px;
    margin-bottom:25px;
}
#cta_row{
    background-color: #505050;
    color: #ffffff;
}
#cta_row .bottom-btn-title{
    font-size: 26px;
    font-weight: 900;
    line-height: 1.67;
    margin-bottom: 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    line-height: 1.25;
}
#cta_row .bottom-btn-title.bigger{
    font-size: 45px;
    text-transform:uppercase;
}
#cta_row .bottom-btn-col {
    padding-top:17px;
    padding-bottom:17px;
}

.col-telefone {
    padding-right: 5px;
}

.col-cod-postal {
    padding-left: 5px;
}

.inputs-body {
}

.logo-ads-container {
    text-align: center;
    padding: 60px 0px;
}

.logo-ads {
    width: 100%;
    max-width: 261px;
}
@media screen and (min-width:768px) {
    .modal-dialog {
        max-width: 768px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .section-2{
        margin-top: -88px;
        padding-top: 138px;
    }
}
@media screen and (max-width:991px) {
    .formbody {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position:relative;
    }
    .topsection-bg .img_seta{
        height: 230px;
    }

    .disclaimer-text {
        font-size: 15px;
    }

    .row-impressora-form {
        padding-top: 23px;
    }
    #cta_row .bottom-btn-col {
        padding-bottom: 30px;
        padding-top: 30px;
    }img_arrow{
        position:absolute;
        top: 100px;
        left: -70px;
        transform: rotate(90deg);
    }
    .topsection-bg {
        background-image: url('/img/bg_tablet.png');
        background-size: contain;
        background-position:center top;
    }
    .section-3 {
        padding-top: 50px;
    }
    .section-3 .img-vantagens{
        width:110px;
        height:auto;
    }
    .min_height_block {
        min-height:auto;
        margin-bottom: 20px;
    }
    .col-vantagens:last-child {
        padding-bottom: 50px;
    }
    .img_arrow {
        position: absolute;
        top: 50px;
        left: -20px;
        transform: rotate(90deg);
        height: 57px;
    }
    .img_impressora {
        height: 141px;
        width: auto;
    }
    
    .slider-impressoras {
        max-width: 300px;
    }
    
    
}

@media screen and (max-width:767px) {
    
    #cta_row .bottom-btn-title{
        font-size: 20px;
        padding-top: 0;
    }
    #cta_row .bottom-btn-title.bigger {
        font-size: 31px;
        padding-top: 9px;
    }
    .opcoesbtns {
        max-width: 298px;
        margin-left: auto;
        margin-right: auto;
        background-repeat: no-repeat;
        background-position: center 7px;
        height: 73px;
    }

    #pretobranco {
        background-image: url('/img/preto%20e%20branco.svg');
    }

    #cor {
        background-image: url('/img/cor.svg');
    }

    .btnsdesc {
        margin-top: -5px;
    }

    .opcoesdots {
        margin-left: 20px;
        width: 23px;
        height: 23px;
        margin-top: 15px;
    }

    #ambos {
        background-image: url('/img/ambos.svg');
    }
    
    .btnvoltar {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }

    .btnseguinte {
        background-position: 85% center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .opcoesbtnssmall {
        margin-left: auto;
        margin-right: auto;
        height: 53px;
        max-width: 240px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #a4 {
        background-image: url('/img/a4.svg');
        background-size: 25px;
        background-position: 80% center;
    }

    #a3 {
        background-image: url('/img/a3.svg');
        background-size: 30px;
        background-position: 80% center;
    }

    .opcoesdotssmall {
        margin-top: 8px;
    }
    
    .btnseguintesmall {
        background-position: 85% center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #renting {
        background-image: url('/img/renting.svg');
        background-position: 90% center;
    }

    #compra {
        background-image: url('/img/compra.svg');
        background-position: 90% center;
    }

    #umanove, #eni {
        background-image: url('/img/1-9.svg');
        background-size: 29px;
    }

    #dez49, #emp {
        background-image: url('/img/10-49.svg');
        background-size: 40px;
    }
    
    #emp, #eni {
        background-position: 80% center;
    }

    #mais50 {
        background-image: url('/img/plus_50.svg');
        background-size: 30px;
    }
    
    .formbody {
        border-right: none;
        border-left: none;
    }
    
    .topsection-bg {
        background-image: url('/img/bg_mobile.png');
        background-size: auto 500px;
    }
    .passostitle{
        font-size: 20px;
        margin-bottom:10px;
    }
    .col-vantagens {
        padding-bottom:65px;
    }
    .bottom-btn-title {
        font-size: 17px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    #bottom-btn {
        font-size: 20px;
        min-height: 40px;
    }
    .logo-ads{
        max-width: 180px;
    }
    .topsection-bg .img_seta{
        height: 190px;
    }
    .title{
        font-size: 20px;
    }
    .title .bigger{
        font-size: 35px;
        padding: 10px 0;
        display: block;
    }
    .subtitle{
        font-size: 17px;
    }
    .mobile_col{
        padding-left:0;
        padding-right:0;
    }
    .rowbtns {
        margin-top: 88px;
        margin-bottom: 6px;
    }
    #ambos {
        background-image: url('/img/ambos_mobile.svg');
    }
    
}
/* -------- Politica de Cookies -------- */

#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    left: 0;
}

#warning_EU_cookiemsg .cookies{
    padding: 0;
    background: #FFF;
    color: #283b5c;
}

#warning_EU_cookiemsg .cookies .wrapper{
    position: relative;
}

#warning_EU_cookiemsg .wrapper{
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

#warning_EU_cookiemsg .wrap, #warning_EU_cookiemsg .wrap-grid, #warning_EU_cookiemsg .wrap-section, #warning_EU_cookiemsg .wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#warning_EU_cookiemsg .cookies .text{
    width: 85%;
    font-size: 16px;
}

#warning_EU_cookiemsg .cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
    font-size:12px;
}

#warning_EU_cookiemsg .cookies .button, #warning_EU_cookiemsg .cookies .text{
    display: inline;
    vertical-align: middle;
}

#warning_EU_cookiemsg .text a:link{
    text-decoration: none;
}

#warning_EU_cookiemsg .text a{
    color: #283b5c;
    font-weight:bold;
    text-decoration: none;
}

#warning_EU_cookiemsg .text a:hover{
    color: #000;
}

#warning_EU_cookiemsg button.btn{
    padding: 0;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    transform: translateZ(0);
    margin-top: 0px;
}

#warning_EU_cookiemsg .btn-txt-light{
    color: #333;
    background: transparent;

}

#warning_EU_cookiemsg #btn-fechar{
    color: #000;
}

#warning_EU_cookiemsg #btn-fechar:hover{
    color: #FFF;
    background: #000;
}

#warning_EU_cookiemsg [class*=" btn-txt"], #warning_EU_cookiemsg [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

#warning_EU_cookiemsg .mask img{
    height: 15px;
}

#warning_EU_cookiemsg .btn {
    display: inline;
    vertical-align: middle;
    color: #2c2c2c;
}

#politicacookies .modal-body{
    padding: 15px;
}

#politicacookies{
    color: #000;
}
#politicacookies .modal-header .close{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/* -------- FIM Politica de Cookies -------- */

