
.templateA4, .templateA6, .templateA7, .templateA8 {
    color: #1b1a1a !important;
}
:root {
  --dash-bg: #f4f6fa;
  --dash-sidebar: #232fb2;
  --dash-sidebar-active: #2563eb;
  --dash-sidebar-text: #fff;
  --dash-header: #fff;
  --dash-header-shadow: 0 2px 8px rgba(37,99,235,0.06);
  --dash-card-bg: #fff;
  --dash-card-border: #e6e9ee;
  --dash-accent: #2563eb;
  --dash-accent-hover: #1e40af;
  --dash-muted: #6b7280;
  --dash-text: #1a237e;
  --dash-radius: 12px;
  --dash-input-bg: #f7f8fa;
  --dash-input-border: #e6e9ee;
}




*{
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
html,body{
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
.clear{
    clear: both;
}
.form-group{
    margin-bottom: 0;
}

::-webkit-scrollbar{
    width: 4px;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb{
    width: 5px;
    background: #1a237e;
    border-radius: 15px;
}
::-webkit-resizer  {
    width: 5px;
}



.login-master{
    width: 100%;
    padding: 20px 1%;
    position: relative;
    top: 40px;
}
.logo{
    text-align: center;
}

.login-master h2 {
    font-size: 3em;
    color: #525252;
    font-weight: 100;
    text-align: center;
    margin-bottom: 30px;
}
.login-master h4{
    text-align: center;
    font-size: 1.2em;
    color: #1565c0;
    font-weight: 400;
}
.form-check-label{
    color: #1565c0;
}
.login-master form{
    width: 80%;
    max-width: 500px;
    padding: 20px 0 120px 0;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 100px;
    -webkit-box-shadow: 1px 8px 39px 10px rgba(194,194,194,1);
    -moz-box-shadow: 1px 8px 39px 10px rgba(194,194,194,1);
    box-shadow: 1px 8px 39px 10px rgba(194,194,194,1);
}
.lembrar-me{
    width: 100%;
    position: relative;
    text-align: center;
    bottom: -60px;
}
.logar{
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -100px;

}

.logar-wraper{
    width:100%;
}
.logar-wraper button{
    width: 40%;
}
.load{
    width: 35px;
    position: relative;
    top: -25px;
    display: none;
}
.aguard-simu{
    width: 100%;
    line-height: 500px;
    text-align: center;
}
.aguard-simu h2{
    text-align: left !important;
}
.load-simu{
    display: none;
}

.load-cad{
    width: 35px;
    display: none;
}
.dest-msg{
    display: none;
    margin-top: -30px;
    margin-bottom: 15px;
    color:#e57373 ;
}
.dest-alert-impressao{
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    color:#e57373
}
.identification{
    /* placeholder - main footer styles are defined later to enable sticky behaviour */
    width: 100%;
    text-align: center;
}

.identification p {
    color: #5252529f;
    font-style: italic;
    font-size: 0.8em;
    margin: 0;
}
.identification img{
    width: 110px;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 40px;
    display: inline-block;
}
.space{
    margin: 40px 0;
}
.group{
    position:relative;
    top: 30px;

}
  input.input{
    font-size:15px;
    padding:10px 10px 2px 5px;
    display:block;
    width:90%;
    max-width: 500px;
    border:none;
    border-bottom:1px solid #52525251;
    margin: 0 auto;
}
input.cad-user{
    font-size:15px;
    padding:10px 10px 2px 10px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #52525251;
}
input.input:focus{ outline:none; }
input.cad-user:focus{ outline:none; }

label.label-login{
    
    color:#52525295; 
    font-size:16px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    top:10px;
    left: 30px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
label.label{
    
    color:#52525295; 
    font-size:16px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    top:10px;
    left: 10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}

span.label{
    color:#52525295; 
    font-size:16px;
    font-weight:normal;
    position:absolute;
    top: -10px;
    left: 10px;
}
  
  /* active state */
input.input:focus ~ label.label-login, input.input:valid ~ label.label-login{
    top:-18px;
    font-size:14px;
    color:#1565c0 ;
}
input.cad-user:focus ~ label.label, input.cad-user:valid ~ label.label{
    top:-18px;
    font-size:14px;
    color:#1565c0 ;
}

.bar{ 
    position:relative; 
    top: -1px;
    display:block; 
    width:90%;
    max-width: 500px;
    margin: 0 auto;
}
.bar-cad{ 
    position:relative; 
    top: -51px;
    display:block; 
    width:100%;
}
.bar:before, .bar:after{
    content:'';
    height:1px; 
    width:0;
    position:absolute;
    background:#1565c0 ; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
.bar:before{left:50%;}
.bar:after{right:50%;}

.bar-cad:before, .bar-cad:after{
    content:'';
    height:1px; 
    width:0;
    position:absolute;
    background:#1565c0 ; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
.bar-cad:before{left:50%;}
.bar-cad:after{right:50%;}

input.input:focus ~ .bar:before, input.input:focus ~ .bar:after {
    width:50%;
    border: 0;
}

input.cad-user:focus ~ .bar-cad:before, input.cad-user:focus ~ .bar-cad:after {
    width:50%;
    border: 0;
}

.highlight {
    position:absolute;
    height:60%; 
    width:100px; 
    top:25%; 
    left:60px;
    pointer-events:none;
    opacity:0.5;
}

input.input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}
input.cad-user:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}


@-webkit-keyframes inputHighlighter {
    from{ background:#1565c0 ; }
    to{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from{ background:#1565c0 ; }
    to{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from{ background:#1565c0 ; }
    to{ width:0; background:transparent; }
}


header.myHeader{
    width: 100% !important;
    padding: 10px 0 !important;
    background-color:#1a237e !important;
    -webkit-box-shadow: 0px 10px 9px -2px rgba(194,194,194,1) !important;
    -moz-box-shadow: 0px 10px 9px -2px rgba(194,194,194,1) !important;
    box-shadow: 0px 10px 9px -2px rgba(194,194,194,1) !important;
    position: absolute;
    z-index: 997;
}

header.myHeader .desktop{
    float: right;
}
.mobile{
    display: none;
    float: right;
}
.mobile h3{
    color: white;
    cursor: pointer;
    position: relative;
    top: 20px;
    right: 15px;
    font-size: 25px;
    position:absolute;
    z-index: 999;
}
.mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 70px 0 30px 0;
    width: 100%;
    background-color: #1a237e;
    z-index: 998;
}
.mobile ul li {
    margin: 20px;
}
.mobile ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: white;
    transition: 0.5s;
}
.mobile ul li a:hover{
    transition: 0.5s;
    color: #ffd43b;
}

.desktop ul {
    display: inline;
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    top: 20px;
}


.desktop ul li {
    float: left;
    margin-right: 40px;
}

.desktop ul li a {
    font-size: 17px;
    font-weight: 300;
    margin-right:20px ;
    color: white;
    transition: 0.5s;
}
.desktop ul li i{
    margin-right: 5px;
}
.desktop ul li a:hover{
    text-decoration: none;
    color: #ffd43b;
    transition: 0.5s;
}
.logo-logado{
    float: left;

}

.logo-logado img{
    width: 120px;
    position: relative;
    left: 50px;
    z-index: 999;
}
.dropdown-toggle::after{
    color: white !important;
    margin-left: -15px;
    margin-right: 25px;
}

.dropdown-menu{
    background-color:#1a237e;
    -webkit-box-shadow: 0px 10px 9px -2px rgba(194,194,194,1);
    -moz-box-shadow: 0px 10px 9px -2px rgba(194,194,194,1);
    box-shadow: 0px 10px 9px -2px rgba(194,194,194,1);;
    padding: 5px 8px;
}

.dropdown-menu p {
    margin: 5px 0;
    padding: 5px 0;
    transition: 0.5s;
}
.dropdown-menu p a:hover{
    transition: 0.5s;
    border-radius: 3px;
    color: #ffd53b;
    text-decoration: none;
}
.dropdown-menu p a{
    font-size: 14px;
    font-weight: 300;
    margin-right:20px ;
    color: white;
    transition: 0.5s;
    padding: 10px 2px;
}


.dropdown-menu p a i{
    margin-right: 5px;
}

.container-master{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.identification {
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 10;
    bottom: 0;
    position: fixed;
    padding-top: 10px;
    box-shadow: 0 -2px 8px rgba(15,23,42,0.04);
}
.container-simu{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 90px;
    padding: 0 2%;
}
.container-son{
    max-width: 40%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 90px;
    border-radius: 3px;
    padding: 20px 1%;
    -webkit-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    -moz-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
}
.container-son-two{
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 90px;
    border-radius: 3px;
    padding: 20px 1%;
    -webkit-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    -moz-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
}

.container-son-list{
    max-width: 70%;
    height: auto;
    border-radius: 3px;
    position: relative;
    top: 90px;
    margin: 0 auto;
    padding: 20px 1%;
    overflow-y: auto !important;
    -webkit-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    -moz-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
}

.container-master h2 {
    text-align: center;
    font-weight: 300;
    color:#1a237e;
}
.container-son h2,
.container-son-two h2 {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    font-weight: 300;
    color: #1a237e;

}

.container-son-list h2{
    text-align: center;
    font-weight: 300;
    position: relative;
    top: 20px;
    color: #1a237e;
}
.container-son-list h3 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    position: relative;
    top: 20px;
    color: #1a237e;
    font-size: 19px;
}
.container-son p,
.container-son-two p {
    max-width: 300px;
    font-size: 14px;
    position: relative;
    top: 20px;
    text-align: center;
    margin: 0 auto;
}
.container-son-list p {
    max-width: 300px;
    font-size: 14px;
    position: relative;
    top: 20px;
    text-align: center;
    margin: 0 auto;
}
.container-son .aviso{
    max-width: 400px;
    text-align: center;
    font-size: 12px;
    color: #52525292;
    margin-top: 20px;
    margin-bottom: -18px;
}

.options-sim{
    width: 20%;
    height: auto;
    padding: 10px 5px;

    border-radius: 3px;
    float: left;
    margin-right: 2%;
    -webkit-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    -moz-box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
    box-shadow: 6px 6px 12px 0px rgba(199,199,199,1);
}
.options-sim h4{
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    color: #525252;
    text-align: center;
}
.options-sim .border-style{
    width: 60%;
    height: 1px;
    background-color: #5252526e;
    margin: 0 auto;
}



.cad-user{
    width: 100%;
    padding: 10px 30px;
}

.cad-user input{
    margin:50px 0;
}

.btn-group-cad-user{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
}
.btn-group-cad-user button{
    width: 70%;
    max-width: 300px;
}
.aviso-cad-user{
    position: relative;
    top: -20px;
}
.row{
    padding: 20px 1% 40px 1%;
}

thead th{
    font-weight: 500;
    color: #fff;
}


.metricas-simulacao{
    margin-top: 20px;
    padding: 20px;
}

.metricas-simulacao span{
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 15px;
    color: #105497;
}
.metricas-simulacao select{
    font-size: 14px !important;
}
.metricas-simulacao option{
    font-size: 14px !important;
    color: #495057 !important;
}
.group-btn-simular{
    text-align: center;
    margin-top: 30px;
}
.group-btn-imprimir{
    max-width: 40%;
    text-align: center;
    margin: -120px auto 0 auto;
    position: relative;
    left: 100px;
    top: -20px;
}

.container_impressao select{
    width: 400px;
}
.item-impressao-one{
    width: 100%;
    display: flex;
   justify-content: center;
}
.item-impressao-two{
    margin-top: 20px;
    width: 100%;
   display: flex;
   justify-content: center;
}
.btn-simular{
    width: 60%;
}

.calc-simulacoes{
    width: 78%;
    height: auto;
    padding: 10px 5px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.calc-simulacoes h4{
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #525252;
}
.calc-simulacoes .border-style{
    width: 10%;
    height: 1px;
    background-color: #5252526e;
    margin: 0 auto;
}
.simu-single{
    width: calc(93%/4);
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    margin: 5px 5px;
        background: var(--dash-card-bg);
    border: 1px solid var(--dash-card-border);
    border-radius: var(--dash-radius);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.04);
}
.simu-single p{
    display: inline;
    margin-right: 5px;
    font-size: 17px;
    font-weight:500;
    color: #1a237e;
}
.simu-single span{
    font-size: 13px;
    color: #495057;
}
.dia-parcela,.mes-parcela{
    width: calc(95%/2) !important;
    float: left;
}
.dia-parcela{
    margin-right: 5px;
}

.dest-resposta{
    width: 100%;
    position: absolute;
    bottom: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color:#e57373

}
.aguard-simu h2{
    font-size: 20px;
}
#dest-simu{
    display: none;
    width: 100%;
    flex-wrap: wrap;
}

.exemplo-date{
    width: 100%;
    text-align: center;
}


.login-one{
    overflow-y: hidden;
}


.option_tipo_pgto{
    padding: 10px 0;
}


.container-etiquetas {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

.metricas-etiquetas{
    width: 20%;
    height: 100%;
    border-right:1px solid #52525235;
    padding: 0 25px;
}

.tabela-etiquetas{
    width: 80%;
    max-height: 700px;
    padding-left: 15px;
}

.aviso-layout{
    width: 100%;
    margin: 50px auto;
    display: none;
    text-align: center;
}
.metricas-etiquetas span{
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 15px;
    color: #105497;
}

.btn-gerar-etiqueta{
    width: 60%;
}



.btn-gerar-etiqueta{
    margin-top:10px;
}


#template-a4,
#template-a6,
#template-a7,
#template-a8{
    display: none;
}

#templateWraper-a6,
#templateWraper-a7,
#templateWraper-a8{
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    height: 29.65cm;
}

.templateA4 {
    width: 100%;
    height: 29.67cm;
    padding:1px 1px;
    border-top: 20px;
    border-left: 20px;
    border-right: 20px;
    border-bottom: 20px;
    border-style: solid;
    border-color:white;
}
.templateA6{
    float: left;
    width: 50% !important;
    height: 14.84cm;
    border-top: 50px;
    border-left: 20px;
    border-right: 20px;
    border-bottom: 10px;
    border-style: solid;
    border-color:white;
}
.templateA7{
    float: left;
    width: 33.33% !important;
    height: 9.89cm;
    border-top: 35px;
    border-left: 15px;
    border-right: 15px;
    border-bottom: 10px;
    border-style: solid;
    border-color:white;
    padding: 0 5px;
}
.templateA8{
    float: left;
    width: 25% !important;
    height: 7.42cm;
    border-top: 20px;
    border-left: 15px;
    border-right: 15px;
    border-bottom: 15px;
    border-style: solid;
    border-color:white;
}

/*  TEMPLATE IMPRESSAO A4 */

/* #### ONE #### */
.A4-ONE > .codigo-produto{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top:170px;
}
.A4-ONE > .descricao-produto{
    max-width: 650px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 150px;
}
.A4-ONE > .preco{
    text-align: center;
    font-size: 95px;
    font-weight: bold;
    position: relative;
    top: 300px;
}
.A4-ONE > .a-vista{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 285px;
    left: 500px;
}
.A4-ONE .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:500px;
}

.A4-ONE .info-impressao {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:530px;
}


/* #### TWO #### */


.A4-TWO > .codigo-produto{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top:170px;
}
.A4-TWO > .descricao-produto{
    max-width: 650px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 150px;
}
.A4-TWO > .preco-de{
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    position: relative;
    top: 190px;
}
.A4-TWO > .preco-de .info-de{
    font-size: 25px !important;
}
.A4-TWO > .line-one{
    width: 260px;
    height: 4px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top:120px;
    left: 35px;
    transform: rotate(-18deg);
}
.A4-TWO > .line-two{
    width: 260px;
    height: 4px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top:120px;
    left: 35px;
    transform: rotate(+18deg);
}
.A4-TWO > .info-por{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 180px;
}
.A4-TWO > .preco{
    text-align: center;
    font-size: 95px;
    font-weight: bold;
    position: relative;
    top: 150px;
}
.A4-TWO > .a-vista{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 125px;
    left: 500px;
}
.A4-TWO .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:320px;
}

.A4-TWO .info-impressao {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    position: relative;
    top:350px;
}


/* #### THREE #### */

.A4-THREE > .codigo-produto{
    
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top:170px;
}
.A4-THREE > .descricao-produto{
    max-width: 650px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 150px;
}
.A4-THREE > .preco-de{
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    position: relative;
    top: 190px;
}
.A4-THREE > .preco-de .info-de{
    font-size: 25px !important;
}
.A4-THREE > .line-one{
    width: 260px;
    height: 4px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top:120px;
    left: 35px;
    transform: rotate(-18deg);
}
.A4-THREE > .line-two{
    width: 260px;
    height: 4px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top:120px;
    left: 35px;
    transform: rotate(+18deg);
}
.A4-THREE > .info-por{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 180px;
}
.A4-THREE > .preco{
    text-align: center;
    font-size: 75px;
    font-weight: bold;
    position: relative;
    top: 150px;
}
.A4-THREE > .a-vista{
    font-size: 35px;
    font-weight: bold;
    position: relative;
    top: 112px;
    left: 450px;
}
.A4-THREE > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 55px;
    position: relative;
    top: 120px;
}

.A4-THREE > .valor-parcela{
    text-align: center;
    font-size: 125px;
    font-weight: bold;
    position: relative;
    top: 80px;
}

.A4-THREE> .valor-total{
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    top:70px;
}

.A4-THREE > .infos-juros{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top:70px;
} 
.A4-THREE .valor-juros-mes{
    margin-right: 30px !important;
}
.A4-THREE .cet-mes{
    margin-right: 30px !important;
}
.A4-THREE .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:100px;
}
.A4-THREE .info-impressao {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:110px;
}


/* #### FOR #### */
.A4-FOR > .codigo-produto{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top:170px;
}
.A4-FOR > .descricao-produto{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 150px;
}
.A4-FOR > .preco-de{
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    top: 170px;
}
.A4-FOR > .preco-de .info-de{
    font-size: 65px !important;
}
.A4-FOR > .line-one{
    width: 270px;
    height: 4px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top:110px;
    left: 35px;
    transform: rotate(-18deg);
}
.A4-FOR > .line-two{
    width: 270px;
    height: 4px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top:110px;
    left: 35px;
    transform: rotate(+18deg);
}
.A4-FOR > .info-por{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 160px;
}
.A4-FOR > .preco{
    text-align: center;
    font-size: 75px;
    font-weight: bold;
    position: relative;
    top: 140px;
}
.A4-FOR > .a-vista{
    font-size: 29px;
    font-weight: bold;
    position: relative;
    top: 105px;
    left: 450px;
}
.A4-FOR > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    position: relative;
    top: 115px;
}

.A4-FOR > .valor-parcela{
    text-align: center;
    font-size: 115px;
    font-weight: bold;
    position: relative;
    top: 80px;
}

.A4-FOR > .valor-total{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    position: relative;
    top:40px;
}

.A4-FOR > .infos-juros{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    top:18px;
} 
.A4-FOR .valor-juros-mes{
    margin-right: 30px !important;
}
.A4-FOR .cet-mes{
    margin-right: 30px !important;
}
.A4-FOR .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:30px;
}
.A4-FOR .info-impressao {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:40px;
}

/*  TEMPLATE IMPRESSAO A6 */

/* #### ONE #### */
.A6-ONE > .codigo-produto{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top:95px;
}
.A6-ONE > .descricao-produto{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 85px;
}
.A6-ONE > .preco{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: 96px;
}
.A6-ONE > .a-vista{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 75px;
    left: 250px;
}
.A6-ONE .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:130px;
}

.A6-ONE .info-impressao {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:150px;
}


/* #### TWO #### */
.A6-TWO > .codigo-produto{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top:75px;
}
.A6-TWO > .descricao-produto{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 65px;
}

.A6-TWO > .preco-de{
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    position: relative;
    top: 70px;
}
.A6-TWO > .preco-de .info-de{
    font-size: 15px !important;
}
.A6-TWO > .line-one{
    width: 100px;
    height: 1px;
    border-bottom: 2px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: 32px;
    transform: rotate(-18deg);
}
.A6-TWO > .line-two{
    width: 100px;
    height: 1px;
    border-bottom: 2px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: 32px;
    transform: rotate(+18deg);
}
.A6-TWO > .info-por{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 60px;
}

.A6-TWO > .preco{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: 35px;
}
.A6-TWO > .a-vista{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 25px;
    left: 230px;
}

.A6-TWO .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:50px;
}

.A6-TWO .info-impressao {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:70px;
}

/* #### THREE #### */

.A6-THREE > .codigo-produto{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top:50px;
}
.A6-THREE > .descricao-produto{
    max-width: 590px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 37px;
}

.A6-THREE > .preco{
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    position: relative;
    top: 30px;
}
.A6-THREE > .a-vista{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -20px;
    left: 260px;
}
.A6-THREE > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -10px;
}

.A6-THREE > .valor-parcela{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: -27px;
}

.A6-THREE > .valor-total{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top:-50px;
}

.A6-THREE > .infos-juros{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top:-57px;
} 
.A6-THREE .valor-juros-mes{
    margin-right: 30px !important;
}
.A6-THREE .cet-mes{
    margin-right: 30px !important;
}
.A6-THREE .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:-40px;
}

.A6-THREE .info-impressao {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:-35px;
}


/* #### FOR #### */

.A6-FOR > .codigo-produto{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top:50px;
}
.A6-FOR > .descricao-produto{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 37px;
}

.A6-FOR > .preco-de{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 30px;
}
.A6-FOR > .preco-de .info-de{
    font-size: 15px !important;
}
.A6-FOR > .line-one{
    width: 90px;
    height: 1px;
    border-bottom: 2px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: -7px;
    transform: rotate(-18deg);
}
.A6-FOR > .line-two{
    width: 90px;
    height: 1px;
    border-bottom: 3px solid black;
    margin: 0 auto;
    text-align: center;
    left: 35px;
    position: relative;
    top: -7px;
    transform: rotate(+18deg);
}
.A6-FOR > .info-por{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 13px;
}

.A6-FOR > .preco{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -5px;
}
.A6-FOR > .a-vista{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -50px;
    left: 250px;
}
.A6-FOR > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -40px;
}

.A6-FOR > .valor-parcela{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: -65px;
}

.A6-FOR > .valor-total{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top:-85px;
}

.A6-FOR > .infos-juros{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top:-97px;
} 
.A6-FOR .valor-juros-mes{
    margin-right: 30px !important;
}
.A6-FOR .cet-mes{
    margin-right: 30px !important;
}
.A6-FOR .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:-95px;
}

.A6-FOR .info-impressao {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:-85px;
}


/* TEMPLATE IMPRESSAO A7 */

/* #### ONE #### */
.A7-ONE > .codigo-produto{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A7-ONE > .descricao-produto{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 5px;
}
.A7-ONE > .preco{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.A7-ONE > .a-vista{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -7px;
    left: 150px;
}
.A7-ONE .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:25px;
}

.A7-ONE .info-impressao {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:35px;
}


/* #### TWO #### */
.A7-TWO > .codigo-produto{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A7-TWO > .descricao-produto{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.A7-TWO > .preco-de{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 30px;
}
.A7-TWO > .preco-de .info-de{
    font-size: 15px !important;
}
.A7-TWO > .line-one{
    width: 100px;
    height: 1px;
    border-bottom: 2px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: -5px;
    transform: rotate(-18deg);
}
.A7-TWO > .line-two{
    width: 100px;
    height: 1px;
    border-bottom: 2px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: -5px;
    transform: rotate(+18deg);
}
.A7-TWO > .info-por{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 30px;
}

.A7-TWO > .preco{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.A7-TWO > .a-vista{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -7px;
    left: 150px;
}
.A7-TWO .frase-info{
    max-width: 90%;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top:25px;
}

.A7-TWO .info-impressao {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:35px;
}



/* #### THREE #### */
.A7-THREE > .codigo-produto{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A7-THREE > .descricao-produto{
    max-width: 450px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.A7-THREE > .preco-de{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    top: 25px;
}
.A7-THREE > .preco{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.A7-THREE > .a-vista{
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: -13px;
    left: 150px;
}

.A7-THREE > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -10px;
}

.A7-THREE > .valor-parcela{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: -27px;
}

.A7-THREE > .valor-total{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top:-40px;
}

.A7-THREE > .infos-juros{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top:-47px;
} 
.A7-THREE .valor-juros-mes{
    margin-right: 20px !important;
}
.A7-THREE .cet-mes{
    margin-right: 20px !important;
}

.A7-THREE .info-impressao {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 7px;
    font-style: italic;
    position: relative;
    top: -45px;
    font-weight: bold;
}

/* #### FOR #### */
.A7-FOR > .codigo-produto{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A7-FOR > .descricao-produto{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.A7-FOR > .preco-de{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -5px;
}
.A7-FOR > .preco-de .info-de{
    font-size: 11px !important;
}
.A7-FOR > .line-one{
    width: 70px;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    text-align: center;
    left: 32px;
    position: relative;
    top: -32px;
    transform: rotate(-18deg);
}
.A7-FOR > .line-two{
    width: 70px;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    text-align: center;
    left: 32px;
    position: relative;
    top: -32px;
    transform: rotate(+18deg);
}
.A7-FOR > .info-por{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: -19px;
}
.A7-FOR > .preco{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -37px;
}
.A7-FOR > .a-vista{
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -60px;
    left: 129px;
}

.A7-FOR > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: -58px;
}

.A7-FOR > .valor-parcela{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: -75px;
}

.A7-FOR > .valor-total{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top:-70px;
}

.A7-FOR > .infos-juros{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top:-87px;
} 
.A7-FOR .valor-juros-mes{
    margin-right: 20px !important;
}
.A7-FOR .cet-mes{
    margin-right: 20px !important;
}

.A7-FOR .info-impressao {
    text-align: center;
    font-size: 8px;
    font-style: italic;
    position: relative;
    top: -82px;
    font-weight: bold;
}


/* TEMPLATE IMPRESSAO A8 */

/* #### ONE #### */
.A8-ONE > .codigo-produto{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A8-ONE > .descricao-produto{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 9px;
}
.A8-ONE > .preco{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 20px;
}
.A8-ONE > .a-vista{
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -7px;
    left: 105px;
}


.A8-ONE .info-impressao {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:45px;
}

/* #### TWO #### */
.A8-TWO > .codigo-produto{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A8-TWO > .descricao-produto{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 9px;
}
.A8-TWO > .preco-de{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.A8-TWO > .preco-de .info-de{
    font-size: 15px !important;
}
.A8-TWO > .line-one{
    width: 65px;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: -20px;
    transform: rotate(-18deg);
}
.A8-TWO > .line-two{
    width: 65px;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    text-align: center;
    left: 30px;
    position: relative;
    top: -20px;
    transform: rotate(+18deg);
}
.A8-TWO > .info-por{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -3px;
}


.A8-TWO > .preco{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: -17px;
}
.A8-TWO > .a-vista{
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -41px;
    left: 105px;
}

.A8-TWO .info-impressao {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:-15px;
}


/* #### THREE #### */
.A8-THREE > .codigo-produto{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top:30px;
}
.A8-THREE > .descricao-produto{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: 9px;
}
.A8-THREE > .preco{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.A8-THREE > .a-vista{
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -23px;
    left: 70px;
}

.A8-THREE > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -17px;
}

.A8-THREE > .valor-parcela{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: -35px;
}

.A8-THREE > .valor-total{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top:-45px;
}

.A8-THREE > .infos-juros{
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    position: relative;
    top:-58px;
} 
.A8-THREE .valor-juros-mes{
    margin-right: 5px !important;
}
.A8-THREE .cet-mes{
    margin-right: 5px !important;
}

.A8-THREE .info-impressao {
    text-align: center;
    font-size: 7px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:-55px;
}

/* #### FOR #### */
.A8-FOR > .codigo-produto{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top:25px;
}
.A8-FOR > .descricao-produto{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 9px;
}

.A8-FOR > .preco-de{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.A8-FOR > .preco-de .info-de{
    font-size: 9px !important;
}
.A8-FOR > .line-one{
    width: 40px;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    text-align: center;
    left: 10px;
    position: relative;
    top: -31px;
    transform: rotate(-18deg);
}
.A8-FOR > .line-two{
    width: 40px;
    height: 1px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    text-align: center;
    left: 10px;
    position: relative;
    top: -31px;
    transform: rotate(+18deg);
}
.A8-FOR > .info-por{
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    top: -19px;
}

.A8-FOR > .preco{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -19px;
}
.A8-FOR > .a-vista{
    font-size: 9px;
    font-weight: bold;
    position: relative;
    top: -34px;
    left: 88px;
}

.A8-FOR > .forma-pagamento{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -40px;
}

.A8-FOR > .valor-parcela{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    top: -55px;
}

.A8-FOR > .valor-total{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top:-75px;
}

.A8-FOR > .infos-juros{
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    position: relative;
    top:-90px;
} 
.A8-FOR .valor-juros-mes{
    margin-right: 5px !important;
}
.A8-FOR .cet-mes{
    margin-right: 5px !important;
}
.A8-FOR .info-impressao {
    text-align: center;
    font-size: 8px;
    font-style: italic;
    position: relative;
    font-weight: bold;
    top:-2px;
}














/* MEDIA SCREEN*/


@media screen and (max-width:1290px){
    .table{
        overflow-x: auto !important;
        display: block !important;
        border-color: #ca353798;
    }
}
@media screen and (max-width:1015px){
    .aviso-layout{
        display: block;
    }
    .container-etiquetas {
       display: none;
    }
    .group-btn-imprimir{
        display: none;
    }
}
@media screen and (max-width:980px){
    
    .container-son{
        max-width: 70%;
    }
    .options-sim{
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    .calc-simulacoes{
        float: none;
        width: 100%;
        margin:0 auto;
    }
    .aguardando{
        display: none;
    }
    .identification{
        margin-top: 40px;
    }
}


@media screen and (max-width:768px){
    
    label.label{
        left: 20px;
    }
    .container-son{
        max-width: 90%;
    }

    .container-son-list{
        max-width: 95%;
    }
    .desktop{
        display:none;
    }
    .mobile{
        display: block;
    }
    .container-son h2{
        margin-top: 60px;
    }
    .aguard-simu h2{
        width: 100%;
        margin-top: 40px;
    }
    .identification{
        margin-top: 30px;
    }
    .simu-single{
        width: calc(93%/2);
    }
    .login-one{
        overflow-y: auto;
    }
}

@media screen and (max-width:500px){
    .identification{
        margin-top: 30px;
    }

}

@media print {
    body * {
        visibility: hidden; 
        -webkit-print-color-adjust: exact !important; 
           
    }
}