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


/*
Documento raiz Figma
https://www.figma.com/file/pmvdxirl48PCEHFpaf2LiV/LNK002_site-linkcertificado_wl?node-id=0%3A539
*/

/* 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);
}

a.page-numbers {
    color: var(--cor-base);
    padding-left: .7rem;
    border: 1px solid var(--cor-base);
    margin-right: .4rem;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding-right: .7rem;
    display: inline-block;
}
a.page-numbers:hover{
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
a.page-numbers.current {
    color: #fff;
    background: var(--cor-base);
 
}
div#pagination{
margin-bottom: 3rem
}
/*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: 25px;
  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: 25px;
height: 21px;
content: "";
border-top: -32px;
border-right: 0;
border-bottom: 0;
border-left: 0;
background: url('../images/icone_drop_b.png');
background-position: 47% 50%;
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: 616px;
  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;
  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 var(--cor-base);
  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;
}


#m-produtos{
  padding: 75px 0 100px 0;
  background-color: var(--efacil-a);
}
#m-produtos .circulo{
  width: 87px;
  height: 87px;
  border-radius: 50px;
  background-color: var(--cor-base);
  padding: 27px;
  margin: 0 auto 24px auto;
  display: block;
}
#m-produtos div[class^="col-"]:last-child .circulo{
  padding: 29px 27px 27px 27px;
}
#m-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;
}
#m-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;
}
#m-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;
}
#m-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;
}

#m-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;
}
#m-produtos h2:after{
  content: '';
  display: inline-block;
  width: 45px;
  height: 2px;
  border: solid 2px var(--cor-base);
  position: absolute;
  bottom: 57px;
  right: 48%;
}
#m-produtos .area-modal 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: left;
    color: #000000;
    height: auto;
    margin-bottom: 28px;
}
#m-produtos .area-modal h2 {
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
#m-produtos .area-modal h2::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
#m-produtos .area-modal a {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.03px;
    color: var(--cor-base);
    text-transform: initial;
    display: inline;
}
#m-produtos a::after {
    content: '';
    display: inline-block;
    background-image: none;
    width: 0;
    height: 0;
}
#m-produtos .area-modal a.bto-modal{
  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: 17px 25px;
  margin-top: 20px;
  width: 50%;
  margin-bottom: 20px;
}
#m-produtos .area-modal a.bto-modal:hover{
  background-color: var(--cor-base-escura);
  text-decoration: none;
}
#m-produtos .modal-header h2 {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
#m-produtos .modal-header h2::after{
  content: '';
  width:0;
  height:0;
  border: none;
}
#m-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;
}




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

#m-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;
}
#m-sobre img:nth-child(1){
  min-width: 398px;
  height: 271px;
}
#m-sobre img:nth-child(2){
  width: 354px;
  height: 239px;
  margin-left: 120px;
}
#m-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;  
}
#m-sobre h2:before {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    border: solid 2px var(--cor-base);
    margin-top: 62px;
    position: absolute;
}
#m-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;
}

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

#m-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;
}
#m-contato h2:before {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    border: solid 2px var(--cor-base);
    margin-top: 62px;
    position: absolute;
}
#m-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;
}

#m-contato .formulario{
  display: block;
}
#m-contato .formulario label{
  display: block;
  font-size: 12px;
}
#m-contato .formulario input[type="text"], #m-contato .formulario input[type="tel"], #m-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);
}
#m-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;
}
#m-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;
}
#m-contato .formulario input[type="submit"]:hover{
  background-color: var(--efacil-b);
}
.enderecos{
  padding: 65px 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;
  margin-bottom: 49px;
}
.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;
}
.enderecos .endereco{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 49px;
}
footer{
  background-color: #ffffff;
  padding: 36px 0;
}
footer .selo-footer{
  height: 31px;
}
.redes-sociais ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.redes-sociais ul li{
  list-style: none;
  display: inline-block;
  text-align: center;  
}
.r-facebook{
  background-image: url('../images/rs_fb.svg');
  width: 16px;
  height: 16px;
  display: inherit;
  background-repeat: no-repeat;
}
.r-instagram{
  background-image: url('../images/rs_ig.svg');
  width: 16px;
  height: 16px;
  display: inherit;
  background-repeat: no-repeat;
}
.r-twitter{
  background-image: url('../images/rs_tw.svg');
  width: 16px;
  height: 16px;
  display: inherit;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.r-linkedin{
  background-image: url('../images/rs_in.svg');
  width: 16px;
  height: 16px;
  display: inherit;
  background-repeat: no-repeat;
}
.r-youtube{
  background-image: url('../images/rs_yt.svg');
  width: 16px;
  height: 16px;
  display: inherit;
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.li-facebook{
  margin-right: 1px;
}
.li-twitter, .li-linkedin, .li-youtube{
  margin-right: 13px;
}
.li-instagram{
  margin-right: 8px; 
}


/*----------------------------------------------*/
/*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: var(--preto);
  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: var(--cor-base);
  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: var(--cor-base-escura);
}
.bandeiras{
  height: 33px;
}


/*Formulario de contato*/
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.55em;
    font-weight: normal;
    display: block;
    margin-top: -12px;
    margin-bottom: 23px;
}
.your-message span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.55em;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    margin-bottom: 23px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    font-size: 0.8em;
    padding: 15px 20px;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 1.6em;
}



/*Estrutura base das internas*/
.banner-interno{
  height: 466px !important;
  margin-bottom: 91px;
  padding-top: 300px;
}
#megabanner.banner-interno{
    background-position: left center;
}
#megabanner.banner-interno 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: 0;
}
#megabanner.banner-interno h3 {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 10;
}
#conteudo-interno{
  margin-bottom: 4em;
}
#conteudo-interno .box-intro h4{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.75px;
  color: #222960;
  margin-bottom: 19px;
}
#conteudo-interno .box-intro p{
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px;
}
#conteudo-interno .img-ctecnico{
  display: block;
  margin-top: 86px;
  text-align: center;
  position: relative;
}


/* Chamados */
#conteudo-interno .img-ctecnico .pop{
  width: 280px;
  height: 150px;
  right: 28%;
  top: -30px;
  background: #fff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.35);
  position: absolute;
  padding: 24px 26px;
}
#conteudo-interno .img-ctecnico .pop p{
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.13px;
  text-align: left;
}
.triangulo{
  position: absolute;
  width: 28.93px;
  height: 28.93px;
  left: -13px;
  top: 40%;
  background: #fff;
  transform: matrix(0.71, -0.61, 0.82, 0.71, 0, 0);
}
#conteudo-interno .form-protocolo{
  margin-top: 57px;
  margin-bottom: 120px;
}
#conteudo-interno .form-protocolo label{
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.6;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
#conteudo-interno .form-protocolo .form-inline .form-control{
  height: 60px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000000;
  margin-right: 10px;
}
#conteudo-interno .form-protocolo .form-inline .btn-primary{
  color: #fff;
  background-color: #0A4D9B;
  border-color: none;
  height: 57px;
  text-transform: uppercase;
  padding: 17px 67px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}





/*Page repositorio*/
#repositorio{
  padding: 0 0 6em 0;
}
#repositorio .tab-content {
  padding-left: 55px;
}
#repositorio .tab-content h3{
  margin-top: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.5px;
  margin-bottom: 35px;
}
#repositorio .tab-content a.link-dow:after{
  content: '';
  position: absolute;
  top: 16px;
  left: 30px;
  width: 28px;
  height: 29px;
  background-color: var(--cor-base);
  -webkit-mask:  url('../images/ico-download.svg') no-repeat;
  mask: url('../images/ico-download.svg') no-repeat;
}
#repositorio .tab-content a.link-dow{
  color: #000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px; 
  padding: 20px 20px 20px 80px;
  margin-left: 30px;
  display: block;
  width: 100%;
  position: relative;
}
#repositorio .tab-content a.link-dow:hover{
  box-shadow: 0px 13px 32px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
#repositorio .tab-content a.link-repo:after{
  content: '';
  position: absolute;
  top: 16px;
  left: 30px;
  width: 28px;
  height: 29px;
  background-color: var(--cor-base);
  -webkit-mask:  url('../images/ico-site.svg') no-repeat;
  mask: url('../images/ico-site.svg') no-repeat;
}
#repositorio .tab-content a.link-repo{
  color: #000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px; 
  padding: 20px 20px 20px 80px;
  margin-left: 30px;
  display: block;
  width: 100%;
  position: relative;
}
#repositorio .tab-content a.link-repo:hover{
  box-shadow: 0px 13px 32px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
#repositorio .ultima-tab{
  padding-top: 40px;
}



/*Estrutura base das internas*/

.banner-interno{
  height: 466px !important;
  margin-bottom: 91px;
  padding-top: 300px;
}
#megabanner.banner-interno{
    background-position: left center;
}
#megabanner.banner-interno 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: 0;
}
#megabanner.banner-interno h3 {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 10;
}
#conteudo-interno .box-intro h4{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.75px;
  color: #222960;
  margin-bottom: 19px;
}
#conteudo-interno .box-intro p{
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px;
}
#conteudo-interno .img-ctecnico{
  display: block;
  margin-top: 86px;
  text-align: center;
  position: relative;
}


/* Chamados */
#conteudo-interno .img-ctecnico .pop{
  width: 280px;
  height: 150px;
  right: 28%;
  top: -30px;
  background: #fff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.35);
  position: absolute;
  padding: 24px 26px;
}
#conteudo-interno .img-ctecnico .pop p{
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.13px;
  text-align: left;
}
.triangulo{
  position: absolute;
  width: 28.93px;
  height: 28.93px;
  left: -13px;
  top: 40%;
  background: #fff;
  transform: matrix(0.71, -0.61, 0.82, 0.71, 0, 0);
}
#conteudo-interno .form-protocolo{
  margin-top: 57px;
  margin-bottom: 120px;
}
#conteudo-interno .form-protocolo label{
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.6;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
#conteudo-interno .form-protocolo .form-inline .form-control{
  height: 60px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000000;
  margin-right: 10px;
}
#conteudo-interno .form-protocolo .form-inline .btn-primary{
  color: #fff;
  background-color: var(--cor-base);
  border-color: var(--cor-base);
  height: 57px;
  text-transform: uppercase;
  padding: 17px 67px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  transition: all .3s ease-in-out;
}
#conteudo-interno .form-protocolo .form-inline .btn-primary:hover{
  background-color: var(--cor-base-escura);
  border-color: var(--cor-base);
}
/* Mensagens de erro */
.ch-mensagens{
  margin: 2em 0;
}
.ch-mensagens span{
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
}
.ch-mensagens p{
  font-size: 12px;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
}



/*Teste seu certificado*/
.tcertificado{
  padding-top: 35px;
}
.tcertificado p{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000000;
  margin-bottom: 45px;
}
.tcertificado h2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 26px;
}
.tcertificado ul{
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000;
  list-style-image: url("../images/marcador.svg");
}
.tcertificado a{
  color: #fff;
  background: var(--cor-base);
  border-radius: 6px;
  padding: 15px 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.951428px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 50px;
  display: inline-block;
}
.tcertificado a:hover{
  background-color: var(--cor-base-escura);
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.tcertificado ul{
  display: block;
}
.box-flutuante{
  background-color: #fff;
  position: relative;
  margin-top: -160px;
  z-index: 1;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  width: 350px;
  right: -200px;
}
.box-flutuante h2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 22px;
}
.box-flutuante span{
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000000;
  display: block;
}
.box-flutuante .icotel a{
  color: #000;
}
.icotel{
  background-image: url('../images/ico_telefone.svg');
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 34px;
}
.box-flutuante h3{
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000000;  
}
.box-flutuante .box-topo{
  width: 100%;
  background: #fff;
  padding: 43px 50px;
}
.box-flutuante .box-bottom{
  width: 100%;
  background: #F6F6F6;
  padding: 43px 50px;
}
.box-bottom p{
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1px;
  color: #000000;
}
.box-bottom a{
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.951428px;
  text-transform: uppercase;
  color: var(--cor-base);
  display: block;
  width: 70%;
  border: 2px solid var(--cor-base);
  border-radius: 5px;
  padding: 14px 25px;
  margin-top: 35px;
}
.box-bottom a:hover{
  color: #fff;
  background-color: var(--cor-base);
  transition: all .3s ease-in-out;
  text-decoration: none;
}


/*Revogacao*/
#revogacao{
  padding: 0 0 4em 0;
}
#revogacao h2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  margin-top: 30px;
}
#revogacao h2:first-child{
 margin-top: 0; 
}
#revogacao ul{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000;
  list-style-image: url("../images/marcador.svg");
  margin-bottom: 35px;
}



#revogacao a.n_arquivo:after{
  content: '';
  position: absolute;
  top: 16px;
  left: 30px;
  width: 28px;
  height: 29px;
  background-color: var(--cor-base);
  -webkit-mask:  url('../images/ico-download.svg') no-repeat;
  mask: url('../images/ico-download.svg') no-repeat;
}
#revogacao a.n_arquivo{
  color: #000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px; 
  padding: 20px 20px 20px 80px;
  margin-left: 30px;
  display: block;
  width: 100%;
  position: relative;
}
#revogacao a.n_arquivo:hover{
  box-shadow: 0px 13px 32px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
#revogacao a.n_link:after{
  content: '';
  position: absolute;
  top: 16px;
  left: 30px;
  width: 28px;
  height: 29px;
  background-color: var(--cor-base);
  -webkit-mask:  url('../images/ico-site.svg') no-repeat;
  mask: url('../images/ico-site.svg') no-repeat;
}
#revogacao a.n_link{
  color: #000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px; 
  padding: 20px 20px 20px 80px;
  margin-left: 30px;
  display: block;
  width: 100%;
  position: relative;
}
#revogacao a.n_link:hover{
  box-shadow: 0px 13px 32px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}



/* Perguntas frequentes */
.faq{
  margin-bottom: 4em;
}
.suporte_pages_content .nav-tabs {
  border: none;
  z-index: 9;
  position: relative;
}
.suporte_pages_content .nav-tabs .nav-item .nav-link {
  padding: 0;
  padding-right: 2rem;
  border: none;
  height: auto;
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000000;
}
.suporte_pages_content .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  border-bottom: 5px solid #a7b638;
  width: 100%;
  height: 27px;
  display: block;
  z-index: 99;
  position: relative;
}
.suporte_pages_content .nav-tabs .nav-item .nav-link:hover {
  z-index: 99999;
  position: relative;
  height: auto;
  background: none;
}
.faq .card {
  margin-bottom: 2rem;
  border: none;
}
.faq .card .card-header {
  background: #0A4D9B;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.faq .card .card-header .btn-link {
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.faq .card .card-header h5 {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  padding: 16px 44px;
  white-space: normal;
}
.faq .card .card-header.active-card {
  background: #A7B638;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.faq .card .card-header.active-card h5 {
  font-weight: 700;
}
.faq .card .card-body {
  margin-bottom: 0;
  padding: 2rem;
  padding-bottom: 0;
}
.faq .card .card-body p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000000;
}
.faq .card-header:after {
  content: url("../images/arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.faq .card-header.active-card:after {
  content: url("../images/arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}


.instalacao #content .suporte_pages_header .col-md-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
.instalacao .box-flutuante {
  width: auto;
  right: 0;
}
@media screen and (max-width: 992px) {
  .instalacao .box-flutuante {
    margin-top: 30px;
  }
}
.instalacao #repositorio .tab-content a {
  background-position: 0px 16px;
  padding: 20px 20px 20px 45px;
}
@media screen and (max-width: 992px) {
  .instalacao .box-ft-rigth .triangulo-top, .instalacao .box-ft-rigth .triangulo-bottom {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .instalacao #custom_top .box-ft-rigth .triangulo-top {
    top: -10px;
    right: 5px;
  }
  .instalacao #custom_top .box-ft-rigth .triangulo-bottom {
    background-image: url(../img/triangulo_box_bottom.svg);
    bottom: -140px;
    left: 230px;
  }
}
.instalacao .header_tabs li {
  width: 33%;
}
.instalacao .header_tabs li a {
  text-align: center;
}
.instalacao .content-body {
  margin-top: 2rem;
  box-shadow: 0px 20px 40px rgba(23, 47, 72, 0.14);
  border-radius: 4px;
  background-color: #fff;
  padding: 45px 52px;
}
.instalacao .content-body h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  padding: 0 0 45px 0;
  letter-spacing: -0.5px;
  color: #000000;
}
.instalacao .content-body .nav-tabs:after {
  content: none !important;
}
.instalacao .content-body .nav-item .nav-link label {
  cursor: pointer;
}
.instalacao .content-body .nav-item .nav-link.active input[type=radio] + .radio-label:before {
  background-color: #50E3C2;
  box-shadow: inset 0 0 0 2px #fff;
}
.instalacao .content-body .nav-item .nav-link.active:after {
  content: none !important;
}
.instalacao .content-body .custom_radio {
  border: none !important;
}
.instalacao .content-body .custom_radio input[type=radio] + .radio-label:before {
  margin-left: 1rem;
  float: left !important;
  margin: 0.6rem;
  margin-bottom: 0;
  margin-top: 6px;
}
.instalacao .content-body .custom_radio [type=radio]:not(:checked) + label:after {
  top: 0 !important;
}
.instalacao .content-body .type_midia .nav-item {
  width: 33%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .instalacao .content-body .type_midia .nav-item {
    width: 100%;
  }
}
.instalacao .content-body .type_midia .nav-item .nav-link.active .form-check {
  background: var(--cor-base);
}
.instalacao .content-body .type_midia .nav-item .nav-link.active .form-check p {
  color: #fff;
}
.instalacao .content-body .type_midia .nav-item .nav-link.active .form-check img {
  filter: brightness(0) invert(1);
}
.instalacao .content-body .type_midia .nav-item .nav-link.active input[type=radio] + .radio-label:before {
  background-color: #50E3C2;
  box-shadow: inset 0 0 0 2px #fff;
}
.instalacao .btn-main:hover {
  border: 1px solid var(--cor-base) !important;
}
.instalacao .radio {
  margin: 0.5rem;
}
.instalacao .radio [type=radio]:checked + label, .instalacao .radio [type=radio]:not(:checked) + label {
  padding-left: 0;
}
.instalacao .radio [type=radio]:checked + label:after, .instalacao .radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #17a44a;
  position: absolute;
  top: -1px;
  z-index: -2;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 11px solid #ccc;
}
.instalacao .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.instalacao .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.instalacao .radio input[type=radio]:checked + .radio-label:before {
  background-color: #50E3C2;
  box-shadow: inset 0 0 0 6px #fff;
}
.instalacao .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #50E3C2;
}
.instalacao .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.instalacao .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.instalacao [type=radio]:checked + label:before, .instalacao [type=radio]:not(:checked) + label:before {
  left: auto;
  right: 0;
}
.instalacao .radio {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D9DEE1;
  box-sizing: border-box;
  border-radius: 6px;
}
.instalacao .radio .custom_h {
  height: 35px;
}
.instalacao .radio .custom_height {
  height: 80px;
}
.instalacao .radio .input-radio-group {
  width: 175px;
}
.instalacao .radio p {
  margin-bottom: 0.4rem;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.13px;
  color: #000;
}
.instalacao .radio label {
  width: 100%;
}
.instalacao .radio input[type=radio] + .radio-label:before {
  margin-left: 1rem;
  float: right;
  margin: 0.6rem;
  margin-bottom: 0;
}
.instalacao .radio svg path {
  fill: #000;
}
.instalacao .radio.active_radio {
  background: #0A4D9B;
}
.instalacao .radio.active_radio p {
  color: #fff;
}
.instalacao .radio.active_radio svg path {
  fill: #fff;
}

.suporte_pages_content .nav-tabs {
  border: none;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 992px) {
  .suporte_pages_content .nav-tabs:after {
    content: "";
    border-bottom: 1px solid #dee2e6 !important;
    height: 2px;
    display: block;
    top: -3px;
    width: 100%;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 992px) {
  .suporte_pages_content .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}
.suporte_pages_content .nav-tabs .nav-item .nav-link {
  padding: 0;
  padding-right: 2rem;
  border: none;
  height: auto;
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .suporte_pages_content .nav-tabs .nav-item .nav-link {
    padding-right: 0;
  }
}
.suporte_pages_content .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  border-bottom: 5px solid var(--cor-base);
  width: 100%;
  height: 27px;
  display: block;
  z-index: 99;
  position: relative;
}
.suporte_pages_content .nav-tabs .nav-item .nav-link:hover {
  z-index: 99999;
  position: relative;
  height: auto;
  background: none;
}

.faq .card {
  margin-bottom: 2rem;
  border: none;
}
.faq .card .card-header {
  background: var(--cor-base-escura);
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.faq .card .card-header .btn-link {
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.faq .card .card-header h5 {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  padding: 16px 44px;
  white-space: normal;
}
.faq .card .card-header.active-card {
  background: #8B8B8B;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.faq .card .card-header.active-card h5 {
  font-weight: 700;
}
.faq .card .card-body {
  margin-bottom: 0;
  padding: 2rem;
  padding-bottom: 0;
}
.faq .card .card-body p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000000;
}

.faq .card-header:after {
  content: url("../../img/arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.faq .card-header.active-card:after {
  content: url("../../img/arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

#list_posts p {
  text-align: left;
}
#list_posts h2, #list_posts h2 a {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.416667px;
  color: #000000;
}

.categories {
  margin-top: 3rem;
}
.categories #bg {
  padding: 1.5rem 2rem;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(23, 47, 72, 0.14);
  border-radius: 14px;
}
.categories #bg ul li {
  display: inline-block;
  margin-right: 0.7rem;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.categories #bg ul li.current-cat a {
  font-weight: bold;
  color: #0A4D9B;
}

#searchform .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#searchform .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform button {
  all: unset;
  background: #fff;
  -webkit-appearance: none;
  color: #a7b638;
  cursor: pointer;
}

/*# sourceMappingURL=faq.css.map */





/*BLOG*/
.card-header:after {
  content: url("../../img/arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.card-header.active-card:after {
  content: url("../../img/arrow.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

#list_posts p {
  text-align: left;
}
#list_posts h2, #list_posts h2 a {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.416667px;
  color: #000000;
}
.categories {
  margin-top: 0;
  margin-bottom: 3rem;
}
.categories #bg {
  padding: 1.5rem 2rem;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(23, 47, 72, 0.14);
  border-radius: 14px;
}
.categories #bg ul li {
  display: inline-block;
  margin-right: 0.7rem;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.categories #bg ul li.current-cat a {
  font-weight: bold;
  color: #0A4D9B;
}

#searchform .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#searchform .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform button {
  all: unset;
  background: #fff;
  -webkit-appearance: none;
  color: #a7b638;
  cursor: pointer;
}
#list_posts .post_item .tint {
    position: relative;
    cursor: pointer;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 13px 32px 0 
    rgba(0,0,0,.15);
}
#list_posts .post_item:hover .tint::before {
    background: 
    rgba(13,78,156,.5);
}
#list_posts .post_item .tint::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: 0 0;
    transition: all .3s linear;
}
#list_posts .post_item p a {
    font-weight: 400;
    color: #9b9a9b;
    letter-spacing: .13px;
    line-height: 19px;
    font-size: 13px;
    font-size: .8125rem;
}
#list_posts h2, #list_posts h2 a {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.416667px;
    color: #000000;
}
#list_posts h2 a:hover{
  text-decoration: none;
} 
.tit-cat-selecionada{
  text-align: left;
  color: var(--cor-base);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}





/*Chamados*/
.panel-warning {
    border-color: #faebcc;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px
    rgba(0,0,0,.05);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.label-info {
    background-color: #5bc0de;
    display: inline;
    padding: 8px 15px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin: 8px 0px;
}
.pull-right{
  float: right !important;
}
.ch-msn-ok{
  padding: 20px 25px;
  background-color: #D6F7C8;
  margin-bottom: 30px;
  border-radius: 4px;
  text-align: center;
}
.ch-msn-erro{
  padding: 20px 25px;
  background-color: #FFD9D9;
  margin-bottom: 30px;
  border-radius: 4px;
  text-align: center;
}

#conteudo-interno p.lead{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}
#conteudo-interno .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px
    rgba(0,0,0,.05);
}
#conteudo-interno .panel-heading {
    border-color: #ddd;
}
#conteudo-interno .panel-default > .panel-heading {
    color: #333;
    background-color: #dfeaf3;
    border-color: #ddd;
    padding: 20px;
}
#conteudo-interno .panel-default > .panel-heading h4{ 
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 13px;
}
#conteudo-interno .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}
#conteudo-interno .table td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}
#conteudo-interno .botao-nchamado{
  color: #fff;
  background-color: var(--cor-base);
  height: 57px;
  text-transform: uppercase;
  padding: 17px 67px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
  line-height: 23px;
  transition: all .3s ease-in-out;
}
#conteudo-interno .botao-nchamado:hover{
  background-color: var(--cor-base-escura);
}
#conteudo-interno .panel-footer{
  padding: 10px 20px;
  font-size: 13px;
}
.rodape-chamado{
  background-color: #dfeaf3;
}
#modal-novochamado .modal-header h3, .modal-chamado .modal-header h3{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}
#modal-novochamado .modal-body .cab-form, .modal-chamado .modal-body .cab-form{
  margin-bottom: 20px;
}
#modal-novochamado .modal-body .cab-form p, .modal-chamado .modal-body .cab-form p{
  margin: 0 15px;
  font-size: 15px;
}
#modal-novochamado .modal-body .form-group label, .modal-chamado .modal-body .form-group label{
  font-size: 13px;
}
#modal-novochamado .modal-body .form-group, .modal-chamado .modal-body .form-group{
    margin-bottom: 0.5rem;
}
#modal-novochamado .modal-body .form-control input[type='text'], #modal-novochamado .modal-body .form-control select, .modal-chamado .modal-body .form-control input[type='text']{
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    padding: .375rem .35rem;
    font-size: 0.9rem;
}
#modal-novochamado .modal-body .form-control textarea, .modal-chamado .modal-body .form-control textarea{
    display: block;
    width: 100%;
    height: 200px;
    padding: .375rem .35rem;
    font-size: 0.9rem;
}
#modal-novochamado .modal-body .form-botao, .modal-chamado .modal-body .form-botao{
  margin: 25px 15px 0 15px;
}
#modal-novochamado .modal-body .form-botao button[type="submit"], .modal-chamado .modal-body .form-botao button[type="submit"]{
  padding: 12px 30px;
}
#modal-novochamado .modal-footer .btn, .modal-chamado .modal-footer .btn{
  background-color: #ccc;
  color: #949498;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.modal-chamado .panel-heading h2{
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0;
}
#conteudo-interno .panel-default > .panel-heading {
  color: #333;
  background-color: #dfeaf3;
  border-color: #ddd;
  padding: 4px 12px 22px;
  font-size: 12px;
}
.modal-chamado .panel .panel-body{
  padding: 10px 12px;
  font-size: 14px;
}
.panel-body .table .link-status{
  background-image: url('../images/abre-link.png');
  background-repeat: no-repeat;
  padding-left: 23px;
  color: #6F6F73;
}
.modal-chamado .msg-atendimento{
  background-color: #E1F0FE;
  padding: 10px 12px 10px;
  font-size: 12px;  
}
#modal-novochamado .modal-body .form-botao .btn-success{
  color: #fff;
  background-color: var(--cor-base);
  border-color: var(--cor-base-escura);
}



/*============================================================================================ */
/* 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 screen and (min-width: 992px) {
  .suporte_pages_content .nav-tabs:after {
    content: "";
    border-bottom: 1px solid #dee2e6 !important;
    height: 2px;
    display: block;
    top: -3px;
    width: 100%;
    position: relative;
    z-index: 0;
  }
}
/*minimo 992*/


@media screen and (max-width: 992px) {
  .suporte_pages_content .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }  
  .suporte_pages_content .nav-tabs .nav-item .nav-link {
    padding-right: 0;
  }
}
/*maximo 992*/


@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: 490px;
  }
  .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;
  }

}
/*  800 */


@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  */


.meses-validade,
.escolha-dispositivo{
  position: relative;
}
.meses-validade:before,
.escolha-dispositivo:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-color:rgba(255,255,255,0.8);
  z-index: 20;
}
.meses-validade-ativo:before,
.escolha-dispositivo-ativo:before{
  display: none;
}

#content_post{
      margin-bottom: 4rem;
}
#content_post p + p {
  margin-top: 30px; }

#content_post h1 {
  margin: 40px 0; }

#content_post h2, #content_post h3, #content_post h4, #content_post h5, #content_post h6 {
  margin: 40px 0 10px 0; }

#content_post h5 {
  color: var(--cor-base);
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  text-align: left; }

#content_post h6 {
  color: var(--cor-base);
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: left; }

#content_post h4 {
  color: var(--cor-base);
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-align: left; }

#content_post ul, ol {
  padding-left: 20px; }

#content_post ul li, ol li {
  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; }

#content_post .wp-caption-text{
  font-family: var(--font-texto);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal; 
  line-height: 1.73;
  letter-spacing: -0.31px;  
}

#content_post h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  /* or 128% */
  text-align: center;
  letter-spacing: -0.75px;
  color: #222960;
  padding-bottom: 35px; }

#content_post h2 {
  /*text-transform: uppercase;*/
  color: var(--cor-base);
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.35px;
}

.page-template-page-blog-post #megabanner h1, .page-template-page-blog-post #megabanner_mobile h1 {
    color: #fff !important;
    z-index: 99;
    position: relative;
}
#content_post h3 {
  color: var(--cor-base);
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  text-align: left; 
  letter-spacing: -0.31px;}

#content_post .blog-main-posts h3 {
  margin-bottom: 20px; }

#content_post h3 a {
  color: var(--cor-base);
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-align: left; }

#content_post h3 a:hover {
  text-decoration: underline; }

#content_post .post-prev-img {
  margin-bottom: 10px; }

#content_post .post-prev-info {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-align: left;
  color: #1f234d; }

#content_post .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgba(31, 35, 77, 0.7); }

#content_post .post-prev-more-cont a {
  color: #17a44a;
  font-size: 17px;
  font-weight: 400;
  text-align: left; }
#content_post{
    font-family: var(--font-texto);
}
#content_post p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px; 
    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;
  }

#content_post .mb-30 {
  margin-bottom: 30px !important; }

@media (max-width: 991.98px) {
  #content_post iframe {
    width: 100%;
    height: auto; } }
    
    /* The containers */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: var(--cor-base);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.logged .col-md-12.my-4 {
    border: 2px solid #a7b638;
    padding: 1rem 1rem;
    text-align: center;
    font-weight: 600;
    color: #0d4e9c;
}


.form_loading:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7) url('../images/loader.gif') center top no-repeat;
    z-index: 2;
    text-align: center;
    font-weight: bold;
}

.cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    box-shadow: 0 0 3px #000;
    z-index: 10;
}
.cookies p{
    font-size: 14px;
    margin: 20px 0;
    line-height: 150%;
}
.cookies a.btn-ok{
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
    border-radius: 6px;
    border: 1px solid;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}
.cookies a.btn-ok:hover{
    background-color: #007bff;
    color: #fff;
}

@media(max-width: 767px){
  .cookies a.btn-ok{
    margin: 0 0 20px;
  }
}
