
/* 
//-------------------------------------------------------------------
@File: Default Styles
@Author: Henderson Torres
Author E-mail: teconet.arte@gmail.com
2019
//-------------------------------------------------------------------
*/



/* Importa padroes */
@import url('standards.css');


body{
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: var(--font-base), sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--font-padrao);
  transition: all .3s ease-in-out;
  background-color: var(--fundo);
}


/*Header*/
.header_area{
	background-color: #ffffff;
	padding: 3px 0 3px 0;
}

.titulo-logo span {
    display: inline-block;
    text-indent: -9999px;
}


.header_area .container{
  padding-right: 0;
}


/*Menu desktop*/
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.11px;
  position: relative;
  color: var(--font-padrao);
}
.navbar-nav .nav-item{
  margin-right: 43px;
}
.navbar-nav .nav-item:last-child {
  margin-right: 30px; 
}
.dropmobile{
  display: none;
}

/*Animacao hover menu topo*/
.navbar-light .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--font-padrao);
    transition: all .5s;
}
.navbar-light .navbar-nav .nav-link:hover::before{
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0;
    padding-left: 0;
}
.navbar-light .navbar-nav .nav-item:last-child:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}



/*Adiciona hover no dropdown do bootstrap*/
.dropdown:hover > .dropdown-menu {
    display: block;
    background-color: #000;
    margin-top: -6px;
    border-radius: 0;
    left: -82px;
    text-align: right;
    padding: 14px 0;
}
.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
/*----*/

.dropdown-toggle::after {
  display: inline-block;
  width: 26px;
  height: 21px;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: url('../images/icone_drop_a.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 4px;
  margin-top: 1px;
}
.dropdown-toggle:hover::after {
  background: url('../images/icone_drop_b.png');
  background-position: center;
  background-repeat: no-repeat;  
  background-color: #000;
}

.dropdown-menu:hover::before{
display: block;
width: 26px;
height: 21px;
content: "";
border-top: -32px;
border-right: 0;
border-bottom: 0;
border-left: 0;
background: url('../images/icone_drop_b.png');
background-position: center;
background-repeat: no-repeat;
background-color:#000;
position: absolute;
right: 0;
top: -20px;
}
.dropdown-item{
  font-family: var(--font-texto);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.77;
  letter-spacing: -0.27px;
  text-align: right;
  padding: 0rem 1.5rem;
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--efacil-a);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.dropdown-item:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}






/*Fixa o menu*/
.navbar_fixed{
  position: fixed;
  width: 100%;
  top: -98px;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 30px 0 0;
}


#megabanner{
  display: block;
  position: relative;
  height: 688px;
  display: block;
  position: relative;
  height: 666px;
  background-position: left -155px;
  background-size: cover,auto 100%;
  background-repeat: no-repeat;
}
#megabanner > i {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

#megabanner h2{
  position: relative;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: -1px;
  color: #ffffff;
  z-index: 10;
  margin-top: 163px;
}

#megabanner_mobile{
  display: none;
  visibility: hidden;
}



#megabanner_mobile .container{
  padding-right: 0;
  padding-left: 0;
}

#megabanner_mobile h2{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.75px;  
  color: #ffffff;
  padding: 35px;
  background-color: var(--cor-base);
  z-index: 10;
  margin: 0;
}
.bg-mobile{
  display: block;
  position: relative;
  height: 381px;
  display: block;
  position: relative;
  background-position: left center;
  background-size: cover,auto 100%;
  background-repeat: no-repeat;
}


#motor-compra{
  position: relative;
  top: -190px;
  z-index: 10;
}
#motor-compra .container{
  background-color: #fff;
  padding: 50px 52px;
  box-shadow: 0 20px 40px 0 rgba(23, 47, 72, 0.14);
}
#motor-compra form .container .row .t-carrinho::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/selo-site-seguro.png');
  width: 131px;
  height: 31px;
  top: -110px;
  right: 0;
}
#motor-compra .tit-carrinho{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.46px;
  color: var(--font-padrao);
  background-image: url('../images/icone-comprar.png');
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-left: 36px;
  margin-bottom: 56px;
}


#conteudo{
  margin-top: -50px;
  margin-bottom: 40px;
}
#conteudo .container{
  padding-right: 0;
  padding-left: 0;
}

#conteudo .container img{
  -webkit-box-shadow: 3px 60px 35px -31px rgba(185,155,146,1);
  -moz-box-shadow: 3px 60px 35px -31px rgba(185,155,146,1);
  box-shadow: 3px 60px 35px -31px rgba(185,155,146,1);
  margin-bottom: 104px;
}

#conteudo .container h2{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  color: var(--font-padrao);
}
#conteudo .container p{
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  padding-top: 36px;
  margin-bottom: 104px;
}
#conteudo .container p:before{
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 2px;
  border: solid 2px #1f76dc;
  margin-top: -32px;
}
#conteudo .container .d-flex{
  padding: 0 80px;
}

#efacil{
  padding: 90px 0;
  background-color: var(--cor-base);
}

#efacil h2{  
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 80px;
}
#efacil h2:after{
  content: '';
  display: inline-block;
  width: 45px;
  height: 2px;
  border: solid 2px #ffffff;
  position: absolute;
  bottom: 57px;
  right: 48%;
}
#efacil .card-efacil-a{
  text-align: center;
  padding: 57px 24px;
  min-height: 365px;
  background-color: var(--efacil-a);
  position: relative;
}
#efacil .card-efacil-b{
  text-align: center;
  padding: 57px 24px;
  min-height: 365px;
  background-color: var(--efacil-b);
  position: relative;
}

#efacil h3{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.46px;
  color: var(--cor-base);
}
#efacil h4{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.46px;
  margin-bottom: 12px;
}
#efacil .card-efacil-a h4{
  color: var(--efacil-b);
}
#efacil .card-efacil-b h4{
  color: var(--efacil-a);
}
#efacil .card-efacil-a p{
  color: var(--efacil-b);
}
#efacil .card-efacil-b p{
  color: var(--efacil-a);
}
#efacil p{
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  text-align: center;
}
#efacil .cotacao{
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.03px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 88px auto 0;
  text-transform: uppercase;
}
.card-efacil-a img, .card-efacil-b img{
  margin-bottom: 16px;
  display: inline-block;
  text-align: center;
}
#efacil .cotacao:after{
  content: '';
  display: inline-block;
  background-image: url(../images/seta-direita.png);
  width: 7px;
  height: 12px;
  position: relative;
  right: -7px;
  top: 2px;
}


#produtos{
  padding: 75px 0 100px 0;
  background-color: var(--efacil-a);
}
#produtos .circulo{
  width: 87px;
  height: 87px;
  border-radius: 50px;
  background-color: var(--cor-base);
  padding: 27px;
  margin: 0 auto 24px auto;
  display: block;
}
#produtos div[class^="col-"]:last-child .circulo{
  padding: 29px 27px 27px 27px;
}
#produtos h3{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.46px;
  text-align: center;
  margin-bottom: 12px;
  color: #000000;
  height: 54px;
}
#produtos p{
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  text-align: center;
  color: #000000;
  height: 144px;
}
#produtos a{
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.03px;
  text-align: center;
  color: var(--cor-base);
  display: block;
  margin: 15px auto 0;
  text-transform: uppercase;
}
#produtos a:after {
    content: '';
    display: inline-block;
    background-image: url(../images/drop-down-icon.png);
    width: 7px;
    height: 12px;
    position: relative;
    right: -7px;
    top: 2px;
}

#produtos h2{  
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}
#produtos h2:after{
  content: '';
  display: inline-block;
  width: 45px;
  height: 2px;
  border: solid 2px var(--cor-base);
  position: absolute;
  bottom: 57px;
  right: 48%;
}

#sobre{
  padding: 123px 0 126px;
  background-color: var(--fundo);
}

#sobre img{
  -webkit-box-shadow: 3px 60px 35px -31px rgba(185,155,146,1);
  -moz-box-shadow: 3px 60px 35px -31px rgba(185,155,146,1);
  box-shadow: 3px 60px 35px -31px rgba(185,155,146,1);
  margin-bottom: 11px;
}
#sobre img:nth-child(1){
  min-width: 398px;
  height: 271px;
}
#sobre img:nth-child(2){
  width: 354px;
  height: 239px;
  margin-left: 120px;
}
#sobre h2{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  margin-bottom: 56px;
  color: #000000;  
}
#sobre h2:before {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    border: solid 2px var(--cor-base);
    margin-top: 62px;
    position: absolute;
}
#sobre p{
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  color: #000000;
  margin-bottom: 43px;
}

#contato{
  background-color: var(--efacil-a);
  padding: 85px 0 120px;
}

#contato h2{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  margin-bottom: 45px;
  color: #000000;
}
#contato h2:before {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    border: solid 2px var(--cor-base);
    margin-top: 62px;
    position: absolute;
}
#contato p{
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  margin-bottom: 48px;
  color: #000000;
}

#contato .formulario{
  display: block;
}
#contato .formulario label{
  display: block;
  font-size: 12px;
}
#contato .formulario input[type="text"], #contato .formulario input[type="tel"], #contato .formulario input[type="email"]{
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 15px;
  border: 2px solid #DFE4EB;
  border-radius: 5px;
  font-weight: 300;
  margin-bottom: 16px;
  font-family: var(--font-texto);
}
#contato .formulario textarea{
  display: block;
  width: 100%;
  height: 112px;
  padding: 15px 15px;
  font-size: 15px;
  border: 2px solid #DFE4EB;
  border-radius: 5px;
  font-weight: 300;
  font-family: var(--font-texto);
  line-height: 24px;
}
#contato .formulario input[type="submit"]{
  transition: all .3s ease-in-out;
  cursor: pointer;
  display: block;
  height: 50px;
  border-radius: 6px;
  background-color: var(--cor-base);
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.03px;
  text-transform: uppercase;
  padding: 3px 45px;
  margin-top: 20px;
}
#contato .formulario input[type="submit"]:hover{
  background-color: var(--efacil-b);
}
.enderecos{
  padding: 238px 0 0 0;
}
.enderecos h3{
  opacity: 0.6;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.enderecos .celular, .enderecos .telefone{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.46px;
  color: #000000;
  display: block;
  padding-left: 30px;
  margin-bottom: 13px;
  position: relative;
}
.enderecos .celular:before{
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url('../images/ic-baseline-phone-android.png');
  width: 14px;
  height: 22px;
}
.enderecos .telefone:before{
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  background-image: url('../images/feather-phone.png');
  width: 22px;
  height: 22px;
}
.enderecos .celular a, .enderecos .telefone a{
  color: #000000;
}
.enderecos .telefone{
  margin-bottom: 49px;
}
.enderecos .email a{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  color: #000000;
  padding-left: 30px;
  position: relative;
}
.enderecos .email a:before{
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  background-image: url('../images/uil-envelope.png');
  width: 20px;
  height: 16px;
}
.enderecos .wzap a{
  width: 248px;
  height: 102px;
  border-radius: 14px;
  background-color: #209f06;
  margin-top: 28px;
  display: block;
  transition: all .3s ease-in-out;
  position: relative;
  text-align: center;
  padding: 29px 0;
}
.enderecos .wzap a:hover{
  background-color: var(--font-padrao);
  text-decoration: none;
}
.wzap h4{
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-bottom: 16px;
  margin-left: 35px;
  color: #ffffff;
}
.wzap h4:before{
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  left: 67px;
  background-image: url('../images/fa-brands-whatsapp.png');
  width: 34px;
  height: 34px;
}


.wzap span{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.46px;
  text-align: center;
  color: #ffffff;
}

footer{
  background-color: #ffffff;
  padding: 36px 0;
}
footer .selo-footer{
  height: 31px;
}





/*----------------------------------------------*/
/*Area de campos de selecao de produtos*/
/*----------------------------------------------*/
.t-carrinho{
  padding-right: 0;
  padding-left: 0;
}
.area-titulos{
  margin-bottom: 9px;
}
.area-titulos span{
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #000000;
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  color: #ffffff;
  border-radius: 30px;
  padding: 2.1px 0 0 6.7px;
  margin-right: 7px;
}
.area-titulos label{
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}




/*Css base*/
.box-busca-produtos{
  margin: 50px 0 0 0;
  padding: 15px 47px;
  background-color: #ffffff;
  border-radius: 18px 18px 0 0;
  width: 100%;
  height: 510px;
  margin-left: 50px;
}

.bto-verde{
  width: 230px;
  background-color: #a6c02c;
  color: #fff;
  font-family: TitilliumWeb;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 32px;
  margin-top: 32px;
  padding: 10px 32px 10px 32px;
  display: block;
  text-align: center;
}
.bto-verde:hover{
  background-color: #0d4e9c;
  color: #fff;
}




/*Area de campos de selecao de produtos*/
.grupo-campos{
  margin-bottom: 10px;
}
.grupo-campos span{
  display: inline-block;
  font-family: TitilliumWeb;
  font-size: 14px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 30px;
  width: 28px;
  height: 28px;
  background-color: #1f234d;
  text-align: center;
  padding-top: 5px;
  margin-right: 5px;
  padding-left: 1px;
  z-index: 10;
}
.grupo-campos label{
  font-family: TitilliumWeb;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f234d;
  z-index: 10; 
}


/*--------------------------*/
/* Campos Tipo CNPJ e CPF*/
.bto-radio{
  display: inline-block;
  width: auto;
  height: 39px;
  padding: 3px 17px 0px 5px;
  margin-top: 10px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.bto-radio:hover span{
  color: #4F4F4F;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.bto-radio span{
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  margin-top: -4px;
  font-family: var(--font-base);
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #000000;
  z-index: 10;
}
.bto-radio:hover [type="radio"]:not(:checked) + label::before {
  content: '';
  background: #fff;
  padding: 4px;
  border-color: #fff;
  box-shadow: 0 0 0 3px
  rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  z-index: 10;
  width: 12px;
  height: 12px;
  border: 5px solid #ccc;    
}
.bto-radio:hover [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #17a44a;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 11px solid #ccc;
}
.bto-radio [type="radio"]:checked + label span{
    color: #000;
    z-index: 10;
}
.bto-radio [type="radio"]:checked + label::before {
  background: #50e3c2;
  padding: 5px;
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
  border-radius: 30px !important;
  z-index: 10;
  width: 12px;
  height: 12px;
  border: 4px solid #fff;    
}
.bto-radio [type="radio"]:not(:checked) + label {
    position: relative;
    display: inline-block;
    border-color: #ebf4fd;
    border-radius: 30px !important;
    z-index: 10;
}
div.bto-radio [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #CCCCCC;
    border-radius: 100%;
    background: #fff;
    border-radius: 30px !important;
}
.bto-radio [type="radio"]:checked ~ .bto-selecionado{
  width: 100%;
  height: 37px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}



/*----------------------*/
/*Campos dos produtos*/

.bto-radio-produto{
  display: inline-block;
  border-radius: 6px;
  border: solid 1px #d9dee1;
  width: 100px;
  height: 102px;
  padding: 0;
  margin-top: 10px;
  margin-right: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.bto-radio-produto:hover{
  background-color: var(--cor-base);
  border-color: var(--cor-base);
  transition: all 0.2s ease;
}
.bto-radio-produto:hover span{
  color: #fff;
  transition: all 0.2s ease;
}
.engloba-campos .area-titulos:nth-child(5){
  margin-top: 30px;
}
.bto-radio-produto span{
  font-family: var(--font-base);
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #000;
  background-color: transparent;
  width: 100%;
  z-index: 10;
}


/*Botao arquivo A1*/
.bto-radio-produto.arquivo-a1{
  background-image: url('../images/arquivo_a1_a.png');
}
.bto-radio-produto.arquivo-a1:hover{
  background-image: url('../images/arquivo_a1_b.png');
}
.bto-radio-produto.arquivo-a1 [type="radio"]:checked ~ .produto-selecionado{
  background-image: url('../images/arquivo_a1_b.png');
}


/*Botao kit leitora*/
.bto-radio-produto.kit-leitora{
  background-image: url('../images/kit_leitora_b.png');
}
.bto-radio-produto.kit-leitora:hover{
  background-image: url('../images/kit_leitora_a.png');
}
.bto-radio-produto.kit-leitora [type="radio"]:checked ~ .produto-selecionado{
  background-image: url('../images/kit_leitora_a.png');
}


/*Botao catão*/
.bto-radio-produto.cartao-a3{
  background-image: url('../images/cartao_b.png');
}
.bto-radio-produto.cartao-a3:hover{
  background-image: url('../images/cartao_a.png');
}
.bto-radio-produto.cartao-a3 [type="radio"]:checked ~ .produto-selecionado{
  background-image: url('../images/cartao_a.png');
}


/*Botao token*/
.bto-radio-produto.token{
  background-image: url('../images/token_a.png');
}
.bto-radio-produto.token:hover{
  background-image: url('../images/token_b.png');
}
.bto-radio-produto.token [type="radio"]:checked ~ .produto-selecionado{
  background-image: url('../images/token_b.png');
}


/*Botao A3 certificado*/
.bto-radio-produto.a3-certificado{
  background-image: url('../images/a3-certificado_b.png');
}
.bto-radio-produto.a3-certificado:hover{
  background-image: url('../images/a3-certificado_a.png');
}
.bto-radio-produto.a3-certificado [type="radio"]:checked ~ .produto-selecionado{
  background-image: url('../images/a3-certificado_a.png');
}


/*Botao A3 nuvem*/
.bto-radio-produto.a3-nuvem{
  background-image: url('../images/a3-nuvem_b.png');
}
.bto-radio-produto.a3-nuvem:hover{
  background-image: url('../images/a3-nuvem_a.png');
}
.bto-radio-produto.a3-nuvem [type="radio"]:checked ~ .produto-selecionado{
  background-image: url('../images/a3-nuvem_a.png');
}





/*Botões dos dispositivos*/
.bto-radio-produto{
  background-repeat: no-repeat;
  background-position: center 30px;
}
.bto-radio-produto:hover{
  background-color: var(--cor-base);
  border-color: var(--cor-base);
  transition: all 0.2s ease;
}
.bto-radio-produto [type="radio"]:checked ~ .produto-selecionado{
  background-color: var(--cor-base);
  width: 100%;
  height: 102px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid var(--cor-base);
  background-repeat: no-repeat;
  background-position: center 29px;  
}


.bto-radio-produto.bto-a1:hover span{
  color: #fff;
  transition: all 0.2s ease;
}
.bto-radio-produto.bto-a1 [type="radio"]:checked + label {
    position: absolute;
    padding-left: 1px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    font-weight: 400;
    text-align: center;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 72px;      
}
.bto-radio-produto.bto-a1 [type="radio"]:checked + label span{
    color: #fff;
    z-index: 10;
}
.bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-weight: 400;
    padding-left: 1px;
    z-index: 10;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 72px;    
}
.bto-radio-produto.bto-a1 [type="radio"]:checked + label::before {
    content: '';
    position: absolute;
    left: 76px;
    top: 9px;
    width: 12px;
    height: 12px;
    border: none;
    background: #50e3c2;
    box-shadow: none;
    z-index: 10;
}

.bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 74px;
  top: 5px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 100%;
  background: #fff;
  border: solid 2px #ccc;
}




.bto-radio-produto.bto-a1 [type="radio"]:checked + label:after, .bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #17a44a;
  position: absolute;
  top: 5px;
  left: 72px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 10px solid #fff;
}




/* Campos custom radios*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; 
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  text-align: left;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; 
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #17a44a;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 11px solid #ccc;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); 
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); 
}







/*Area exibicao do produto*/
.box-produto{
  border-radius: 14px 14px 0 0;
  background-color: #E5E5E5;
  text-align: center;
  padding-bottom: 14px;
}
.box-produto img{
  margin-top: -40px;
  margin-bottom: 14px;
}
.box-produto h3{
  font-family: var(--font-texto);
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #000000;
}
.box-preco{
  border-radius: 0 0 14px 14px;
  background-color: #1f76dc;
  text-align: center;
  padding: 19px 0 26px 0;
  position: relative;
}
.box-preco span{
  font-family: var(--font-padrao);
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #ffffff;
  text-decoration:line-through;
}
.box-preco h2{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  margin: 0;
  color: #ffffff;
}
.box-preco h3{
  font-family: var(--font-texto);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.31px;
  color: #ffffff;
}
.submit-preco{
  margin-top: -20px;
}
.submit-preco .comprar-agora{
  width: 80%;
  height: 58px;
  border-radius: 6px;
  background-color: #bd10e0;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  display: block;
  transition: all .3s ease-in-out;
}
.submit-preco .comprar-agora:hover{
  background-color: #760A8D;
}
.bandeiras{
  height: 33px;
}





/*============================================================================================ */
/* Media querys */
/*============================================================================================ */


@media (max-width: 1270px) {
  #megabanner {
      height: 630px;
      background-position: left -108px;
  }

}
/*  1270  */


@media (max-width: 1199px) {

  #produtos .container {
    max-width: 95%;
  }
  #sobre .container{
    max-width: 90%;
  }
  #sobre .container .row div[class^='col-']:last-child{
      margin-left: 60px;
  }

}
/*  1199  */


@media (max-width: 1099px) {
  #produtos p {
      height: 200px;
  }
  #megabanner {
      background-position: center bottom;
  }


}
/*  1120  */


@media (max-width: 991px) {

  /* Menu Mobile CSS
  ============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px; 
  }

  .header_area .navbar {
    width: 100%;
    display: block;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1; 
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; 
  }
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; 
  }
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; 
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer; 
  }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }

  .nav {
    padding: 20px 0px; 
  }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 117px; 
  }

  .header_top .nav {
    padding: 0px; 
  }

  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #F6F6F9;
    border-radius: 0px; 
  }

  .header_area .navbar .search {
    margin-left: 0px; 
  }

  .header_area .navbar-collapse {
    max-height: 340px;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px; 
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px; 
  }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0px;
    padding-top: 71px; }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px; 
  }

  .header_area .navbar-collapse {
      max-height: 390px;
  }
  .navbar-light .navbar-nav .nav-link {
    text-align: left;
  }
  /* FIM CSS Menu Mobile CSS
  ============================================================================================ */

  #produtos p {
      height: 95px;
  }
  #produtos a {
      margin-bottom: 60px;
  }
  #produtos {
      padding: 75px 0 60px 0;
  }
  #sobre .container{
    max-width: 95%;
  }
  #sobre .container .row div[class^='col-']:last-child{
      margin-left: 55px;
  }
  #sobre img:nth-child(2) {
      margin-left: 80px;
  }
  #contato .container {
      max-width: 95%;
      padding-right: 0;
      padding-left: 0;
  }
  footer .container{
    max-width: 83%;
  }
  #megabanner .container, #motor-compra .container{
    max-width: 95%;
  }
  #megabanner h2 {
      font-size: 40px;
      margin-top: 140px;
  }
  .bandeiras{
    height: 28px;
  }
  .navbar-light .navbar-nav .nav-link::before {
    content: '';
    height: 0;
    background-color: none;
  }
  .header_area .navbar .nav .nav-item .nav-link {
      display: block;
      border-bottom: none;
      border-radius: 0px;
      font-size: 22px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.46px;
      color: #000000;
  }
  .header_area {
    height: auto;
  }
  .header_area .navbar .nav .nav-item {
      margin-right: 0px;
      margin-bottom: 18px;
  }
  .dropdown-sub::after {
      display: inline-block;
      width: 26px;
      height: 21px;
      content: "";
      border-top: 0;
      border-right: 0;
      border-bottom: 0;
      border-left: 0;
      background: url('../images/submenu_ir.png');
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      margin-left: 4px;
      margin-top: 3px;
  }
 .dropdown{
   display: none;
 }
 .dropmobile{
   display: block;
 }
 #submenusuporte{
  position: absolute;
  top: 100px;
  z-index: 100;
  width: 90%;
  background-color: #fff;
  min-height: 365px;
  display: none;
 }
 #submenusuporte .dropdown-sub::after{
    background: none;
 }
 #submenusuporte .dropdown-sub{
    padding-left: 23px;
 }
 #submenusuporte .dropdown-sub::before{
    display: inline-block;
    width: 26px;
    height: 21px;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: url('../images/submenu_voltar.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 4px;
    margin-top: 3px;
    left: -10px;
    top: 8px;
 }
 #submenusuporte .dropdown-item {
    font-family: var(--font-texto);
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.93;
    letter-spacing: -0.31px;
    text-align: left;
    color: #000;
    position: relative;
    padding: 0.2rem 1.5rem;
    transition: all 0.3s ease-in-out 0s;
  }

}
/*  991 */



@media (max-width: 910px) {
  #sobre .container .row div[class^='col-']:last-child{
      margin-left: 40px;
  }
  #sobre img:nth-child(2) {
      margin-left: 43px;
      max-width: 100%;
  } 
  #sobre img:nth-child(1) {
    min-width: 100%;
  }




}
/*  910 */


@media (max-width: 800px) {
  #conteudo .container .d-flex {
      padding: 0 40px;
  }

}


@media (max-width: 875px) {

  #contato .container .offset-md-1 {
      margin-left: 3.333333%;
  }
  #contato h2 {
      font-size: 30px;
  }
  #contato h2::before {
      margin-top: 50px;
  }
  #megabanner h2 {
      font-size: 34px;
  }


}
/*  875 */


@media (max-width: 767px) {

  #sobre{
      padding: 45px 0 70px;
  }
  #sobre img:nth-child(1) {
      min-width: 398px;
      height: 271px;
  }
  #sobre img:nth-child(2) {
      margin-left: 145px;
      max-width: 100%;
      margin-bottom: 50px;
  }
  #sobre .container .row div[class^="col-"]:last-child {
      margin-left: 0;
  }

  #contato {
      padding: 45px 20px 80px;
  }  
  #contato .container .offset-md-1 {
      margin-left: 0;
  }
  .enderecos {
      padding: 80px 20px 0 20px;
  }
  footer .container{
    max-width: 95%;
  }
  footer .container .row div[class^="offset-"]:first-child{
    margin-bottom: 40px;
  }
  .box-produto {
      margin-top: 80px;
  }
  .grupo-campos {
      margin-bottom: 30px;
  }
  .bto-radio-produto {
    width: 110px;
  }
  .col-md-4.print-produtos{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bandeiras{
    height: auto;
  }


}
/*  767  */



@media (max-width: 675px) {


}
/* 675 */


@media (max-width: 575px) {


  #sobre img:nth-child(1) {
      min-width: 100%;
      height: auto;
      margin-bottom: 25px;
  }
  #sobre img:nth-child(2) {
      margin-left: 0;
      max-width: 100%;
  }
  #contato {
    padding: 45px 20px 50px;
  }
  #conteudo .row div[class^="col-"]{
  /* padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;*/
  }
  #motor-compra .container {
    box-shadow: 0 0 0 0 rgba(23, 47, 72, 0.14);
  }
  #conteudo .container .d-flex{
    padding: 0 80px;
    width: 90%;
  }
  #megabanner > i{
    display: none;
  }
  #motor-compra form .container .row .t-carrinho::after{
    content: '';
    background-image: none;
  }
  #megabanner_mobile{
    display: block;
    visibility: visible;
    padding-right: 0;
    overflow: hidden;
  }
  #megabanner{
    display: none;
    visibility: hidden;
  }
  #megabanner_mobile .container .row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #megabanner_mobile .container .row div[class^='col-']{
    padding-right: 0;
    padding-left: 0;
  }

  #motor-compra {
    position: initial;
    top: 0;
    display: block;
  }
  .t-carrinho {
      padding-right: 15px;
      padding-left: 15px;
  }
  #motor-compra .container {
      padding: 36px 21px;
  }
  #motor-compra .tit-carrinho {
    margin-bottom: 36px;
  }
  .submit-preco {
      margin-bottom: 51px;
  }
  #conteudo .container .d-flex {
      padding: 0 50px;
      width: 100%;
  }
  #conteudo .container h2 {
    font-size: 28px;
  }
  #conteudo .container p:last-child {
      /*margin-bottom: 40px;*/
  }
  .bto-radio-produto {
      width: 105px;
  }
  #motor-compra .container {
      max-width: 100%;
  }
  #conteudo .container .row{
    margin-right: 0;
    margin-left: 0;
  }



}
/*  575  */


@media (max-width: 500px) {
  .bto-radio-produto {
      width: 98px;
      margin-right: 4px;
  }

}
/*  500  */


@media (max-width: 375px) {

  #motor-compra .tit-carrinho {
    font-size: 20px;
  }
  .bto-radio-produto {
    width: 97px;
    margin-right: 5px;
    margin-top: 4px;
  }
  .bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label::before {
    left: 68px;
  }
  .bto-radio-produto.bto-a1 [type="radio"]:checked + label::after, .bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label::after {
    left: 68px;
  }
  .bto-radio-produto.bto-a1 [type="radio"]:checked + label::before {
    left: 72px;
  }



}
/*  375  */


@media (max-width: 359px) {
  .bto-radio-produto {
      width: 126px;
      margin-right: 8px;
      margin-top: 8px;
  }
  .bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label::before {
      left: 99px;
  }
  .bto-radio-produto.bto-a1 [type="radio"]:checked + label::after, .bto-radio-produto.bto-a1 [type="radio"]:not(:checked) + label::after {
    left: 98px;
  }
  .bto-radio-produto.bto-a1 [type="radio"]:checked + label::before {
      left: 102px;
  }


}
/*  359  */