<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ******************* */
/*      RESETS         */
/* ******************* */
div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
input, textarea, select { margin:0; padding:0; }
img { border: 0; margin:0; padding:0; max-width:100%; height: auto; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }	
* {	margin: 0; padding: 0; border: 0; font: inherit; box-sizing: border-box;position: relative }
a { text-decoration:none; color:inherit; transition:.3s; }
a:hover { text-decoration:none; }
strong { font-weight:bold; }
html { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; }
body{ font-weight:normal; min-height:100%;  margin:0;}


/* ******************* */
/*     CSS USO COMUM   */
/* ******************* */

.centralizador   { width:100%; margin:0 auto; }
.hack{ clear:both; }
.oculto{ display:none; }
.bold{ font-weight:bolder !important; }
.container_errors   { width:100%; padding:4rem 1rem; font-size:2rem; text-align:center; }
.container_errors .code{  font-size:18rem; color:#880000; font-weight:bolder; text-shadow: 0px 0px 9px #ff7373; }








.flex             { display: flex; }
.inline-flex      { display: inline-flex; }
.flex-wrap        { flex-wrap: wrap; }
.justify-center   { justify-content: center; }
.justify-start    { justify-content: flex-start; }
.justify-end      { justify-content: flex-end; }
.justify-between  { justify-content: space-between; }
.justify-around   { justify-content: space-around; }
.align-center     { align-items: center; }
.align-start      { align-items: flex-start; }
.align-base       { align-items: baseline; }
.align-end        { align-items: flex-end; }
.direction-column { flex-direction: column; }
.direction-row    { flex-direction: row; }

.aesquerda { float:left; }
.adireita  { float:right; }
.center    { margin-right: auto; margin-left: auto; }

.txt-aesquerda { text-align:    left; }
.txt-adireita  { text-align:   right; }
.txt-aocentro  { text-align:  center; }
.txt-justify   { text-align: justify; }

.thin      { font-weight: 100; }
.extralight{ font-weight: 200; }
.light     { font-weight: 300; }
.regular   { font-weight: 400; }
.medium    { font-weight: 500; }
.semibold  { font-weight: 600; }
.bold      { font-weight: 700; }
.extrabold { font-weight: 800; }
.black     { font-weight: 900; }
.italic    { font-style: italic; }

.capitalize { text-transform: capitalize; }
.uppercase  { text-transform: uppercase; }
.lowercase  { text-transform: lowercase; }

.ellipsis{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.left{ margin-right: 8px; }
.right{ margin-left: 8px; }

.row    { display: flex; flex-wrap: wrap; }
.cl     { padding: 0 12px; transition: var(--smooth); }
.cl_100 { width: 100%;     }
.cl_90  { width: 90%;      }
.cl_80  { width: 80%;      }
.cl_70  { width: 70%;      }
.cl_75  { width: 75%;      }
.cl_66  { width: 66.666%;  }
.cl_60  { width: 60%;      }
.cl_50  { width: 50%;      }
.cl_40  { width: 40%;      }
.cl_33  { width: 33.333%;  }
.cl_30  { width: 30%;      }
.cl_25  { width: 25%;      }
.cl_20  { width: 20%;      }
.cl_10  { width: 10%;      }


.home_catalogo_download { width: 75%; margin: auto; }
.home_catalogo_download p{ font-size:16px; margin-bottom:20px; text-align:justify; }
.home_catalogo_download img{ padding:0 50px; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {

    .cl_fd     { padding: 0 12px; }
    .cl_fd_100 { width: 100%;     }
    .cl_fd_90  { width: 90%;      }
    .cl_fd_80  { width: 80%;      }
    .cl_fd_70  { width: 70%;      }
    .cl_fd_75  { width: 75%;      }
    .cl_fd_66  { width: 66.666%;  }
    .cl_fd_60  { width: 60%;      }
    .cl_fd_50  { width: 50%;      }
    .cl_fd_40  { width: 40%;      }
    .cl_fd_33  { width: 33.333%;  }
    .cl_fd_30  { width: 30%;      }
    .cl_fd_25  { width: 25%;      }
    .cl_fd_20  { width: 20%;      }
    .cl_fd_10  { width: 10%;      }
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {

	.cl_d     { padding: 0 12px; }
    .cl_d_100 { width: 100%;     }
    .cl_d_90  { width: 90%;      }
    .cl_d_80  { width: 80%;      }
    .cl_d_70  { width: 70%;      }
    .cl_d_75  { width: 75%;      }
    .cl_d_66  { width: 66.666%;  }
    .cl_d_60  { width: 60%;      }
    .cl_d_50  { width: 50%;      }
    .cl_d_40  { width: 40%;      }
    .cl_d_33  { width: 33.333%;  }
    .cl_d_30  { width: 30%;      }
    .cl_d_25  { width: 25%;      }
    .cl_d_20  { width: 20%;      }
    .cl_d_10  { width: 10%;      }

}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {

    .cl_t     { padding: 0 12px; }
    .cl_t_100 { width: 100%;     }
    .cl_t_90  { width: 90%;      }
    .cl_t_80  { width: 80%;      }
    .cl_t_70  { width: 70%;      }
    .cl_t_75  { width: 75%;      }
    .cl_t_66  { width: 66.666%;  }
    .cl_t_60  { width: 60%;      }
    .cl_t_50  { width: 50%;      }
    .cl_t_40  { width: 40%;      }
    .cl_t_33  { width: 33.333%;  }
    .cl_t_30  { width: 30%;      }
    .cl_t_25  { width: 25%;      }
    .cl_t_20  { width: 20%;      }
    .cl_t_10  { width: 10%;      }
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {

    .cl_c     { padding: 0 12px; }
    .cl_c_100 { width: 100%;     }
    .cl_c_90  { width: 90%;      }
    .cl_c_80  { width: 80%;      }
    .cl_c_70  { width: 70%;      }
    .cl_c_75  { width: 75%;      }
    .cl_c_66  { width: 66.666%;  }
    .cl_c_60  { width: 60%;      }
    .cl_c_50  { width: 50%;      }
    .cl_c_40  { width: 40%;      }
    .cl_c_33  { width: 33.333%;  }
    .cl_c_30  { width: 30%;      }
    .cl_c_25  { width: 25%;      }
    .cl_c_20  { width: 20%;      }
    .cl_c_10  { width: 10%;      }

	.home_catalogo_download { width: 100%; margin: auto; }
	.home_catalogo_download p{ font-size:14px; margin-bottom:15px; text-align:justify; }
	.home_catalogo_download img{ padding:0 20px; }
	

}
















/* ******************* */
/*     CSS CLIENTE     */
/* ******************* */

/* Disclaimer 10/08/2022 */
.w3-topo-disclaimer{ padding: 20px 0; font-size: 12px; }
.w3-topo-disclaimer h2,
.w3-topo-disclaimer h3{ font-weight: 600; font-size: 14px; }
.w3-topo-disclaimer ul{ list-style-position: inside; }
.w3-topo-disclaimer a{ color: #013ca6; }
.w3-topo-disclaimer a:hover{ text-decoration: underline; }
/* Disclaimer 10/08/2022 */

/* BANNER LEGADO */
.center {
	width: 960px;
	margin: 0 auto;
	display: table
}
.p1, .p2, .p3 {
	color: #FFF
}
#btn-topo, .arrow_box:after, .banner, .banner-count, .chamada span {
	position: absolute
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(52, 152, 219, 0);
	border-bottom-color: #3498db;
	border-width: 10px;
	margin-left: -10px
}
#banner, .banners {
	width: 100%;
	height: 660px;
	overflow: hidden;
	margin-top: -0.2rem;
}
.banner {
	width: 100%;
	height: 660px;
	opacity: 0;
	z-index: 1
}
.banner:first-child {
	opacity: 1;
	z-index: 1000
}
.label {
	background-color: rgba(10, 11, 12, 0.95);
	width: 130rem;
	margin: 0 auto;
	top: 480px;
	padding: 40px
}
.p1 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px
}
.p2, .p3 {
	font-weight: 300
}
.p2 {
	font-size: 20px;
	margin-bottom: 25px
}
.p3 {
	font-size: 11px
}
.banner-count {
	z-index: 2000;
	bottom: 49px;
	right: -130px
}
.banner-count li {
	display: block;
	width: 14px;
	height: 14px;
	margin: 10px
}
.banner-count li.active a {
	background-color: #f5fafd
}
.banner-count a {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -10000px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #3f4b52;
}
.banner-count a:hover {
	background-color: #f5fafd
}


	#bn0 {
		background: url(/assets/img/banner/bn0.jpg)bottom center no-repeat !important;
	}
	#bn1 {
		background: url(/assets/img/banner/bn1.jpg)bottom center no-repeat !important;
	}
	#bn2 {
		background: url(/assets/img/banner/bn2.jpg)bottom center no-repeat;
	}
	#bn3 {
		background: url(/assets/img/banner/bn3.jpg)bottom center no-repeat;
	}


#container_acessibilidade{
	width:100%;
	height:2.5rem;
	background-color:#393838;
}

#mini_barra_topo {
    width: 100%;
    height: 2.7rem;
    background-color: #424242;
    font-size: 1.2rem;
    color: #f2f2f2;
    z-index: 999999;
	float:left;
}

#mini_barra_topo_container_acessibilidade {
    float: left;
    width: 25rem;
}

.ico_acessibilidade {
	font-size:2.2rem !important;
    float: left;
}

#mini_barra_topo ul {
    padding-top: 5px;
    padding-top: 0.5rem;
}

#mini_barra_topo ul li {
    color: #f2f2f2;
    display: inline;
    float: left;
    text-align: center;
}

#mini_barra_topo_container_icones {
    float: right;
	line-height:2.6rem;
}

.verde{
	color:#b2ff59;
}

#container_topo #background_topo{
	width:100%;
	float:left;
	height:2.3rem;
	margin-top:2.3rem;
	background-image:url(/assets/img/fundo_topo.svg);
}

#container_topo #container_logo_topo{
	float:left;
	margin-top:5rem;
	width: 20rem;
}

#container_topo #container_tel_topo{
	float:right;
	margin-top:2rem;
	font-size:1.8rem;
	text-align:right;
	line-height:3rem;
}

#container_topo #container_tel_topo i{
	margin-left:0.5rem;
	color:#005296;
}

#container_topo #container_menu_topo{    
	max-width: 80%;
    height: 5rem;
    line-height: 5rem;
    float: right;
    margin-top: 3rem;
    text-align: right;
    box-sizing: border-box;
    clear:right;
}

#container_topo #container_menu_topo ul li {
    list-style-type: none;
    display: inline;
    font-size: 1.4rem;
    margin-left: 3rem;
}

#container_topo #container_menu_topo ul li.loja_virtual a{ display: inline-block; line-height: 3rem; padding: 0 1rem; border: .1rem solid #3698db; background-color: #3698db; color: #fff; border-radius: .2rem; }

#container_topo #container_menu_topo ul li a:hover{
    color:#005296;
    background-color: #fff;
}



#container_opcoes_home{
	height:58rem;
	box-sizing:border-box;
	padding-top:8rem;
}

#container_opcoes_home .opcao_home{
	width:21.5rem;
	margin-left:4rem;
	height:43.4rem;
	text-align:center;
	float:left;
}

#container_opcoes_home .opcao_home img{width: 16rem;}

#container_opcoes_home .opcao_home .titulo_opcao_home{
	font-size:3.2rem;
	color:#3698db;
	margin-top:4rem;
	height:3.5rem;
}

#container_opcoes_home .opcao_home .subtitulo_opcao_home{
	font-size:2rem;
	color:#555;
	margin-top:2rem;
	height:4.5rem;
	font-weight:bold;
}

#container_opcoes_home .opcao_home .descricao_opcao_home{
	font-size:1.6rem;
	color:#777;
	margin-top:2rem;
	height:4.5rem;
}

#container_opcoes_home .opcao_home .link_opcao_home{
	font-size:1.5rem;
	color:#FFF;
	height:4.5rem;
	line-height:4.5rem;
	background-color:#444;
	width:13rem;
	margin:0 auto;
	margin-top:2rem;
}

.chamada-loja{ padding: 2rem 0; text-align: center; background-color: #18476d; background-image: url('../img/bg_chamada.png'); background-size: cover; }
.chamada-loja h2{ color: #FFF; font-size: 3rem; font-weight: bold; text-align: center; margin-bottom: 2rem; }
.chamada-loja h2:hover i:first-of-type{ transform: translateX(-1rem); transition: .2s; }
.chamada-loja h2:hover i:last-of-type{ transform: translateX(1rem); transition: .2s; }
.chamada-loja h2 i{ color: rgba(255, 255, 255, 0.5); transition: .2s; }
.chamada-loja h3{ color: #FFF; font-size: 1.4rem; text-align: center; font-weight: 600; line-height: 3rem; }
.chamada-loja p{ color: #FFF; font-size: 1.4rem; line-height: 2rem; }
@media screen and (max-width: 770px) {
    .chamada-loja h2{ font-size: 2rem; }
}


#container_certificado_home{
	background-color:#111;
	height:41rem;
	color:#FFF;
}

#container_certificado_home img{
	margin-top:2rem;
	float:left;
	margin-left:12rem;
}

#container_certificado_home #titulo_certificado_home{
	font-size:4rem;
	margin-top:6rem;
	padding-left:12rem;
	float:left;
	width:100%;
	box-sizing:border-box;
}

#container_certificado_home #subtitulo_certificado_home{
	font-size:2.8rem;
	float:left;
	margin-top:2rem;
	margin-left:3rem;
	color:#3698db;
}

#container_certificado_home #descricao_certificado_home{
	font-size:1.6rem;
	float:left;
	margin-top:2rem;
	margin-left:3rem;
	width:initial;
	line-height:2.5rem;
}

#container_certificado_home #link_certificado_home{
	font-size:1.6rem;
	float:left;
	margin-left:3rem;
	width:70rem;
	line-height:2.5rem;
	color:#3698db;
}

#container_newsletter_home{
	height:20rem;
	font-size:2rem;
}

#container_newsletter_home #container_interno_newsletter_home{
	float:left;
	height:6rem;
	line-height:6rem;
	margin-top:8rem;
	margin-left:15rem;
}

#container_newsletter_home i{
	color:#3698db;
	font-weight:bold;
	float:left;
	line-height:6rem;
	margin-right:0.8rem;
	font-size:2.8rem;
}

#container_newsletter_home span{
	float:left;
	height:6rem;
}

#container_newsletter_home input{
	height:6rem;
	width:40rem;
	border:1px solid #CCC;
	font-size:1.2rem;
	float:left;
	margin-left:3rem;
	padding-left:1.5rem;
}

#container_newsletter_home #link_newsletter_home{
	background-color:#3698db;
	height:5.4rem;
	float:left;
	font-size:1.2rem;
	width:12rem;
	color:#FFF;
	margin-top:0.3rem;
	margin-left:3rem;
}

#container_newsletter_home .centralizador{
	text-align:center;
}

#container_blog_home{
	width:100%;
	height:60rem;
	background-color:#dcdcdc;
}

#container_blog_home #titulo_blog_home{
	font-size:4rem;
	margin-top:6rem;
	padding-left:12rem;
	float:left;
	width:100%;
	box-sizing:border-box;
}

#container_blog_home #container_interno_blog_home{
	float:left;
	width:100%;
	margin-top:5rem;
	box-sizing:border-box;
	padding-left:16rem;
}

#container_blog_home #container_interno_blog_home #imagem_blog_home{
	height:40rem;
	float:left;
	width:37rem;
}

#container_blog_home #container_interno_blog_home #texto_blog_home{
	height:40rem;
	float:left;
	width:calc(100% - 40rem);
}

#container_blog_home #container_interno_blog_home #texto_blog_home #titulo_materia_blog_home{
	/* height:5rem; */
	float:left;
	width:100%;
	/* margin-top:5rem; */
	font-size:4rem;
}

#container_blog_home #container_interno_blog_home #texto_blog_home #descricao_materia_blog_home{
	height:14rem;
	float:left;
	width:100%;
	margin-top:4rem;
	font-size:2.2rem;
	line-height:3rem;
}

#container_blog_home #container_interno_blog_home #texto_blog_home #link_materia_blog_home{
	height:5rem;
	float:left;
	width:100%;
	margin-top:2rem;
	font-size:2.6rem;
	line-height:3rem;
}

#container_rodape{
	height:auto;
	background-color:#EEE;
}

#container_rodape #conteudo_texto_rodape{
	width:100%;
	box-sizing:border-box;
	padding-top:2rem;
	
}
#container_rodape #conteudo_texto_rodape .selo_rodape{
    
    margin:1rem;
    line-height:8rem;
   vertical-align:text-bottom;
}
#container_rodape #conteudo_texto_rodape .selo_rodape img{
    height:5rem;
    line-height:8rem;
    vertical-align:text-bottom;
}


#container_rodape #conteudo_texto_rodape #titulo_texto_rodape{
	width:100%;
	font-size:2.3rem;
	color:#3698db;
}

#container_rodape #conteudo_texto_rodape #texto_rodape{
	width:100%;
	font-size:1.4rem;
	margin-top:2rem;
	line-height:2.5rem;
}

#titulo_menu_rodape{
	width:100%;
	font-size:2.3rem;
	color:#3698db;
}

#menu_rodape{    
	margin-top:2rem;
}

#menu_rodape li{    
	list-style-type: none;
    font-size: 1.6rem;
    margin-right: 3rem;
	line-height:5rem;
	color:#555;
}

#menu_rodape li a:hover{
    color:#005296;
}

#container_rodape #container_social_rodape{
	box-sizing:border-box;
	float: left; 
}

#container_rodape #titulo_social_rodape{
	width:100%;
	font-size:2.3rem;
	color:#3698db;
}

#container_rodape #container_social_rodape ul{    
	margin-top:2rem;
}

#container_rodape #container_social_rodape ul li{    
	list-style-type: none;
    font-size: 1.4rem;

	line-height:3rem;
	color:#555;
}

#container_rodape #container_social_rodape ul li i{    
    color:#3698db;
}

#container_rodape #container_social_rodape ul li a:hover{
    color:#005296;
}

#container_rodape #container_contatos_rodape{
	box-sizing:border-box;
	/* padding-top: 50px; */
	margin-left: 50px;
	float: left; 
}

#container_rodape #container_contatos_rodape #titulo_contatos_rodape{
	width:100%;
	font-size:2.3rem;
	color:#3698db;
}

#container_rodape #container_contatos_rodape ul{    
	margin-top:2rem;
}

#container_rodape #container_contatos_rodape ul li{    
	list-style-type: none;
    font-size: 1.6rem;
    margin-right: 3rem;
	line-height:2rem;
	color:#555;
	margin-bottom:1.5rem;
}

#container_rodape #container_contatos_rodape ul li i{    
    color:#3698db;
}

#container_rodape #container_contatos_rodape ul li a:hover{
    color:#005296;
}

#container_rodape #back_topo{
	float:right;
	font-size:3rem;
	color:#FFF;
	width:4rem;
	margin-left:-8rem;
	text-align:center;
	background-color:#3698db;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.titulo_pages{
	float: left;
	margin-top:4rem;
	font-size:4rem;
	width:100%;
	height:8rem;
	box-sizing:border-box;
	padding:2rem 0 0 4rem;
	background-color:#005296;
	color:#FFF;
}

.texto_pages{
    width: 115rem;
    margin: 2rem auto;
	margin-top:3rem;
	margin-bottom:6rem;
	font-weight:100;
	font-size: 1.4rem;
    color: #818285;
    line-height: 2.5rem;
	float:left;
	width:100%;
}

.texto_pages p{
	display: block;
	margin: 0 auto;
    padding-bottom:1rem;
}

.texto_pages b{
	font-weight:bold;
	color:#000;
}

.destaque{
	color: #013ca6;
	font-weight:bold;
}

.texto_pages .subtitulo_pages{
	font-weight:bold;
	margin-top:6rem;
	font-size: 1.6rem;
/* 	margin-bottom:-1rem;
	float:left;
 */}


.texto_pages #selo_abnt{
  float: left;
  width: 22rem;
  shape-outside: inset(0rem round 90rem) border-box;
}

.texto_pages img#selo_carbon_free{
  float: left;
  width: 30rem;
}

.texto_pages #container_img_texto_pages{
	width:100%;
	text-align:center;
	margin-top:3rem;
}

.container_materia_blog{
	margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 0.1rem dotted #EBEBEB;
    width: 100%;
    display: table;
	float:left;
}

.container_materia_blog img{
	float:left;
	-webkit-border-radius: 0.5rem; 
	-moz-border-radius: 0.5rem; 
	border-radius: 0.5rem;
}

.container_materia_blog .container_direito{
	float:right; 
	width:82rem;
}

.container_materia_blog .container_direito h2{
	font-size:3rem; 
	color:#3498db; 
	margin-bottom:0.5rem;
}

.container_materia_blog .container_direito a{
	background-color: #3498db;
	color: #FFF;
	font-size: 1.4rem;
	padding: 1.5rem 4rem;
	text-transform: uppercase;
	display: inline-block;
	border: none
}

#container_materia_post{
	margin-bottom: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    display: table;
	float:left;
}

#container_materia_post img{
	-webkit-border-radius: 0.5rem;
	-moz-border-radius:0.5rem;
	border-radius:0.5rem;
	margin-top:2rem;
}

#container_materia_post #link{
	background-color: #3498db;
	color: #FFF;
	font-size: 14px;
	padding: 1.5rem 4rem;
	text-transform: uppercase;
	display: inline-block;
	margin-top:2rem;
}

.container_download_sac{
	margin-top:4rem;
	width:100%;
	float:left;
}

.container_download_sac i{
	background-color:#4a4a49;
	border-radius:10rem;
	color:#FFF;
	width:8rem;
	height:8rem;
	line-height:8rem;
	text-align:center;
	font-size:3rem;
	float:left;
}

.container_download_sac .titulo_download_sac{
	margin-left:2rem;
	float:left;
	font-size:1.8rem;
	font-weight:bold;
	width:90%;
}

.container_download_sac .descricao_download_sac{
	float:left;
	margin-left:2rem;
	margin-top:1.4rem;
	font-size:1.6rem;
	color:#818285;
	line-height:2.4rem;
	width:90%;
}

.descricao_download_sac input{
	height:6rem;
	max-width:40rem;
	width:100%;
	border:1px solid #CCC;
	font-size:1.2rem;
	float:left;
	margin-left:3rem;
	padding-left:1.5rem;
}

.descricao_download_sac .descricao_download_sac_btn{
	background-color:#3698db;
	height:5.4rem;
	float:left;
	font-size:1.2rem;
	width:12rem;
	color:#FFF;
	margin-top:0.3rem;
	margin-left:3rem;
}

.subtitulo_downloads{
	font-size:30px; 
	color:#3498db;
	margin-bottom:5px;
	margin:0 0 3rem 0;
	float:left;
	width:100%;
}
.subtitulo_downloads.second{
    margin-top:8rem;
}

.azul{
	color:#0094da;
}

.pergunta{
	color:#000;
	font-weight:bold;
	font-size:1.8rem;
	display:block;
	margin-top:4rem;
	float:none;
}

#contato_geral{
	float: left;
	width: 100%;
}

#empresa{
	width: 40rem;
	float:left;
	margin: 3rem 0;
}

#contato{
	float: right;
    width: 70rem;
}

#contato input{
	display: block;
    width: 20rem;
    height: 5rem;
    font-size: 1.4rem;
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
	padding-left:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
}

#contato select{
	display: block;
    width: 63.4rem;
    height: 5rem;
    font-size: 1.4rem;
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
	padding-left:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
}

#contato textarea{
	display: block;
    width: 63.4rem;
    height: 15rem;
    font-size: 1.4rem;
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
	padding:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
}

#contato #input_submit{
	background-color: #3498db;
    color: #FFF;
    font-size: 1.4rem;
    padding: 1.5rem 4rem;
	width:13rem;
    text-transform: uppercase;
    display: inline-block;
    border: none;
}

#infos_page_contato{
	font-weight:400;
	font-size:1.4rem;
	text-transform:uppercase;
	color:#005296;
	padding-top:13rem;
	margin-bottom:3rem;
}

#titulo_empresa{
	font-size: 4rem;
    font-weight: 400;
}

#titulo_contato{
	font-size:2rem;
	margin-bottom:2rem;
}

#titulo_pages_produtos{
	height:9rem;
}

#div_menu_produtos{
	float:left;
	width:29rem;
	margin-top:0.3rem;
}

#menu_produtos {    
	background-color:#484848;
}

#menu_produtos li{    
	list-style-type: none;
	font-size: 1.6rem;
	color: #FFF;
	line-height:3.6rem;
	border-top:0.1rem solid #CCC;
	padding-left:1rem;
	width:95%;
}

#menu_produtos li:first-child{   
	border-top:0;
}

#menu_carac_produtos {    
	background-color:#131313;
    margin-top:1rem;
}

#menu_carac_produtos li{    
	list-style-type: none;
	font-size: 1.6rem;
	color: #FFF;
	line-height:3.6rem;
	border-top:0.1rem solid #CCC;
	padding-left:1rem;
	width:95%;
}

#menu_carac_produtos li:first-child{   
	border-top:0;
}

#menu_produtos #submenu_produtos li{    
	list-style-type: none;
	font-size: 1.4rem;
	color: #FFF;
	line-height:3.4rem;
	border-top:0.1rem solid #CCC;
	width:95%;
	padding-left:0.5rem;
}

#banner_carac_prod{
	width: 100%;
	float: right;
}

.texto_caracteristicas{
    width: 100%;
    margin: 2rem auto;
	margin-top:6rem;
	margin-bottom:6rem;
	font-weight:100;
	font-size: 1.4rem;
    color: #818285;
    line-height: 2.5rem;
	float:left;
	width:100%;
}

.subtitulo{font-size: 1.8rem; font-weight: bold; margin: 3rem 0; }
.italico{font-style: italic;}
.treze{font-size: 1.3rem;}

.texto_caracteristicas .carac_img{
	width: 100%;
	float: left;
	margin: 2rem 0;
}

.texto_caracteristicas .carac_img img{
	width: 60rem;
	display: block;
	margin: 0 auto;
}

.texto_caracteristicas .carac_img #tabela_luminancia{
	width: 100rem;
	display: block;
	margin: 0 auto;
}

.texto_caracteristicas .carac_img #placa_saida{
	width: 110rem;
	display: block;
	margin: 0 auto;
}

.texto_caracteristicas .carac_img #codigo_barras{
	width: 110rem;
	display: block;
	margin: 0 auto;
}

.texto_caracteristicas .carac_img .tabela_medida{
	width: 110rem;
	display: block;
	margin: 0 auto;
}

#niveis_instalacao{
	width: 90rem;
	height: 44.517rem;
	float: left;
	margin: 2rem 0;
}

.texto_caracteristicas .carac_img_600{
	width: 20rem;
	float: right;
	margin: 2rem 7rem;
}

.texto_caracteristicas .carac_img_650_left{
	width: 55rem;
	float: left;
}

.texto_caracteristicas .carac_img_650_right{
	width: 70rem;
	float: right;
}

.texto_caracteristicas .carac_img_600 .niveis_fixacao{width: 40rem;}


.listagem_de_produtos{
	width:calc(100% - 30rem);
	float:right;
	margin-left:1rem;
	margin-top:4rem;
}

.bloco_medida_produtos{
	width:100%;
	float:left;
	padding-left:5rem;	
}

.bloco_medida_produtos .line1{
	font-size:3rem;
	color:#777;
	font-weight:100;
	float:left;
	width:100%;
}

.bloco_medida_produtos .line2{
	font-size:1.6rem;
	color:#777;
	font-weight:100;
	border-top:0.1rem solid #777;
	line-height:3rem;
	float:left;
}

.bloco_medida_produtos .line2 .opt{
	float:left;
	margin-left:3rem;
}

.bloco_medida_produtos .line2 .opt:first-child{
	float:left;
	margin-left:0;
}


/* ESTILO PLACAS */

.container_placas{
	padding:3rem 0;
	float:left;
	/*border: .1rem solid red;*/
}

.placa_img{
	height: 20rem;
	line-height: 18rem;
    text-align:center;
    /* background-color:#f5f5f5; */
    padding: 0.5rem 0.5rem 1.5rem 0.5rem;
    border: .1rem solid #b9babc;
    border-bottom: none;
}

.placa_img img{ vertical-align: middle; max-height: 200px; }

.placa_singular{
	float: left;
	height: 33rem;
	width: 24rem;
	text-align:center;
	font-size:1.8rem;
	color:#777;
	padding: 0 3.06rem; 
	margin-bottom: 6rem;
	/*border: .1rem solid blue;*/
}

.placa_descricao{
	border: .1rem solid #b9babc;
	/* margin-top: 1.5rem; */
}

.placa_descricao ul{
	padding: .5rem;
	list-style-type: none;
	columns: 3;
	column-gap: .2rem;
	column-rule: .1rem solid #b9babc;
}

.tamanhos{padding-top: .3rem;}
.lista_tamanhos{font-size: 1rem;}

.referencia{
	background-color: #015396;
	color: #fff;
	padding: .3rem;
}



.download_manual{
	float:right;
	margin-top:0.5rem;
	width:12.4rem;
	margin-right:2rem;
	color:#FFF;
}

.download_manual .div_left{
	float:left;
	line-height: 1.5rem;
}

.download_manual .div_left i{
	float:left;
}

.download_manual .line_1{
	font-size:1.6rem;
	float:left;
	width:7rem;
	margin-left:1rem;
}

.download_manual .line_2{
	font-size:1.4rem;
	float:left;
	margin-left:1rem;
	margin-top:0.5rem;
}

.titulo_pages .imagens_titulo_pages{
	float:right;
	margin-top:-1rem;
	margin-right:6rem;
}

.ico_abnt{ height: 7rem; }

#mini_barra_topo ul li{
	font-size:1.4rem;
}

.centralizador_post   { max-width:90rem; margin:0 auto; }

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1290px) {
    .centralizador   { max-width:130rem; margin:0 auto; }
	.esconde_desktop { display: none; }
	.exibe_desktop   { display: block; }
	.exibe_fulldesktop   { display: block; }
    
		#container_topo #container_menu_topo ul li {
			font-size: 1.4rem;
		}
    
    
}
/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1050px) and (max-width: 1289px) {
    .centralizador   { width:98%; max-width:128rem; margin:0 auto; }
	.esconde_desktop { display: none; }
	.exibe_desktop   { display: block; }
    
    #container_social_rodape{ display:none; }
    #container_contatos_rodape{ float:right !important; }
    
    #container_certificado_home img{ margin-left:0; }

		#container_opcoes_home .opcao_home{
			width:calc( 25% - 4rem);
		}
    
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 965px) and (max-width: 1049px) {
    .centralizador    { max-width: 100rem; }
    .esconde_tablet   { display: none; }
    .exibe_tablet     { display: block; }
	
		#container_topo #container_logo_topo{
			width:20%;
			margin-top: 2rem;
		}
		
		#container_topo #container_tel_topo {
			float: right;
			margin-top: 1rem;
			font-size: 1.4rem;
			text-align: right;
			line-height: 2rem;
		}
		
		#container_topo #container_menu_topo ul li {
			font-size: 1.2rem;
		}
		
		#container_opcoes_home .opcao_home{
			width:calc( 33% - 4rem);
		}
		
		#container_opcoes_home .opcao_home .titulo_opcao_home {
			font-size: 3.2rem;
			color: #3698db;
			margin-top: 3rem;
			height: 7.5rem;
			line-height: 3rem;
		}
		
		#container_opcoes_home .opcao_home .subtitulo_opcao_home {
			margin-top: 1rem;
		}
		
		#container_certificado_home {
			height: auto;
			padding-bottom: 3rem;
		}
		
		#container_certificado_home #titulo_certificado_home {
			margin-top: 3rem;
			padding-left: 6rem;
		}
		
		#container_certificado_home img {
			margin-left: 6rem;
		}
		
		#container_certificado_home #subtitulo_certificado_home {
			font-size: 2.4rem;
			margin-left: 0;
		}
		
		#container_certificado_home #descricao_certificado_home {
			margin-top: 2rem;
			margin-left: 0;
			width: 60%;
		}
		
		#container_certificado_home #link_certificado_home{
			
			margin-top: 2rem;
			margin-left: 0;
			width: 60%;
		}
		
		#container_newsletter_home #container_interno_newsletter_home {
			float: left;
			height: auto;
			line-height: 6rem;
			margin-top: 3rem;
			margin-left: 2rem;
		}
		
		#container_newsletter_home input{
			margin-left:1.5rem;
		}
		
		#container_newsletter_home #link_newsletter_home{
			margin-left:1.5rem;
		}
		
		#container_newsletter_home{
			height:auto;
			padding-bottom:3rem;
		}
		
		#container_blog_home #titulo_blog_home {
			margin-top: 3rem;
			padding-left: 6rem;
		}
		
		#container_blog_home #container_interno_blog_home {
			margin-top: 3rem;
			padding-left: 8rem;
		}
		
		#container_blog_home #container_interno_blog_home #imagem_blog_home {
			width: 30rem;
		}
		
		#container_blog_home #container_interno_blog_home #texto_blog_home {
			width: 60%;
			padding-left: 3rem;
		}
		
		#container_blog_home #container_interno_blog_home #texto_blog_home #titulo_materia_blog_home{
			margin-top:3rem;
		}
		
		#container_blog_home #container_interno_blog_home #texto_blog_home #link_materia_blog_home{
			margin-top:5rem;
		}
		
		#container_rodape #conteudo_texto_rodape{
			width:40rem;
			margin-top:3rem;
		}
		
		#container_rodape #conteudo_menu_rodape {
			padding-left: 3rem;
			margin-top: 3rem;
			width:20rem;
		}
		
		#container_rodape #container_social_rodape {
			margin-left: 5rem;
			margin-top: 3rem;
		}
		
		#container_rodape #container_contatos_rodape {
			width: 25rem;
			margin-top: 3rem;
			margin-left: 3rem;
		}
		
		#container_rodape{
			height:auto;
			padding-bottom:3rem;
		}
		
		#mini_barra_topo_container_acessibilidade{
			margin-left:3rem;
		}
		
		#mini_barra_topo_container_icones{
			margin-right:3rem;
		}
		
		#div_menu_produtos{
			width:30%;
		}
		
		.listagem_de_produtos {
			width: 70%;
			margin-left: 0;
		}
		
		.texto_pages {
			width: 100%;
			margin-top: 3rem;
			margin-bottom: 3rem;
			padding-left: 2rem;
			padding-right: 2rem;
		}
		
		.container_materia_blog .container_direito{
			width:62%;
		}
		
		.container_download_sac .titulo_download_sac{
			width:80%;
		}
		
		.container_download_sac .descricao_download_sac{
			width:80%;
		}
		
		#empresa{
			width:100%;
		}
		
		#contato{
			float:left;
		}
		
		#iframe_mapa{
			width:100%;
		}
		
		#titulo_contato{
			margin-top:3rem;
		}
}

/* ******************* */
/*       CELULAR       */
/* ******************* */

@media only screen and (max-width: 964px) {
    .centralizador    { max-width: 964rem; min-width:32rem; }
    .esconde_celular  { display: none; }
    .exibe_celular    { display: block; }
	
	body{padding: 0 .4rem;}

    .bloco_medida_produtos{ padding:0; }
    .placa_singular { margin-bottom:0; width:50%; padding:0 1rem; }
    .placa_descricao { height: 10rem; }
    
    
	#mini_barra_topo{
		height:3rem;
	}
	
	#mini_barra_topo_container_acessibilidade{
		width:20rem;
		margin:0 auto;
		float:left;
		line-height: 2rem;
	}
	
	.ico_acessibilidade{
		margin-top:0.3rem;
	}
	
	#container_topo #container_logo_topo {
		margin: 2rem 0;
		width: 100%;
		text-align: center;
	}
	#container_topo #container_logo_topo img{
        max-width: 20rem;
    
    }
	
	#barra_menu_celular{
		float:left;
		width:100%;
		text-align: center;
		background-color:#005296;
		color:#FFF;
		height:4rem;
		line-height:4rem;
		font-size:2.6rem;
	}
	
	.descricao_download_sac input{
		float:none;
		margin-left:0;
		padding-left:0;
	}
	
	.descricao_download_sac .descricao_download_sac_btn{
		float:none;
		margin-left:0;
		padding-left:0;
	}
	


	#banner, .banners{
		display:none;
	}
	
	#container_opcoes_home{
		padding-top:2rem;
		width:100%;
		height:auto;
	}
	
	#container_opcoes_home .centralizador{
		max-width: 100%;
		min-width: 100%;
	}
	
	#container_opcoes_home .opcao_home {
		width:50%;
		margin:0;
		height:auto;
	}
	
	#container_opcoes_home .opcao_home img{
		width:60%;
	}
	
	#container_opcoes_home .opcao_home .titulo_opcao_home{
		font-size:2.6rem;
		height:6rem;
	}
	
	#container_opcoes_home .opcao_home .subtitulo_opcao_home{
		font-size:1.6rem;
		font-weight:100;
		width:80%;
		margin:0 auto;
		margin-top:1rem;
	}
	
	#container_opcoes_home .opcao_home .descricao_opcao_home{
		font-size:1.4rem;
		margin-top:1rem;
	}
	
	#container_certificado_home{
		margin-top:4rem;
		text-align:center;
		height:auto;
	}
	
	#container_certificado_home #titulo_certificado_home{
		padding:0;
		width:100%;
		text-align:center;
		margin-top:2rem;
	}
	
	#container_certificado_home img{
		margin:0 auto;
		float:none;
		margin-top:2rem;
	}
	
	#container_certificado_home #subtitulo_certificado_home{
		margin:0;
		font-size:1.8rem;
		width:100%;
		text-align:center;
	}
	
	#container_certificado_home #descricao_certificado_home{
		margin:0;
		font-size:1.4rem;
		width:100%;
		text-align:center;
		line-height:1.8rem;
		margin-top:3rem;
		margin-bottom:3rem;
	}
	
	#container_blog_home{
		height:auto;
	}
	
	#container_blog_home #container_interno_blog_home{
		padding:0;
		text-align: center;
	}
	
	#container_blog_home #container_interno_blog_home #imagem_blog_home{
		width:100%;
		height:auto;
	}
	
	#container_blog_home #container_interno_blog_home #texto_blog_home{
		width:100%;
		height:auto;
	}
	
	#container_blog_home #container_interno_blog_home #texto_blog_home #titulo_materia_blog_home{
		font-size:3rem;
		width:80%;
		height:auto;
		margin:0 auto;
		margin-top:1rem;
		float:none;
	}
	
	#container_blog_home #container_interno_blog_home #texto_blog_home #link_materia_blog_home{
		font-size:1.8rem;
		text-align:right;
		padding-right:2rem;
	}
	
	#container_rodape{
		height:auto;
	}
	
	#container_rodape #container_social_rodape{
		margin:0 auto;
		width:100%;
		float:none;
		padding-top:3rem;
		padding-bottom:3rem;
		height:auto;
	}
	
	#container_rodape #container_contatos_rodape{
		margin:0 auto;
		width:100%;
		float:none;
		padding-top:3rem;
		padding-bottom:3rem;
		height:auto;
	}
	
	#container_topo #container_menu_topo{
		margin:0;
		float:left;
		width:100%;
        max-width:100%;
		height:auto;
	}
	
	#container_topo #container_menu_topo ul li{
		display: list-item;
		text-align: center;
		width: 100%;
		background-color: #15477E;
		border-top: 0.1rem solid #FFF;
		color: #FFF;
		cursor: pointer;
		margin-left: 0;
	}

	.titulo_pages{
		font-size:3rem;
		height:auto;
		padding:2rem;
		text-align: center;
	}
		
	.texto_pages{
		width:100%;
		margin-top:1rem;
		padding:0 1rem 0 1rem;
		margin-bottom:3rem;
	}

	.texto_caracteristicas .carac_img_650_left, .texto_caracteristicas .carac_img_650_right{
	width: 100%;
	float: left;
	margin: .5rem 0rem;
	}

	#niveis_instalacao{
	width: 100%;
	height: auto;
	float: none;
	}

	.texto_caracteristicas .carac_img_600{
	width: 100%;
	float: none;
	margin-left: 0rem;
	}

	.texto_caracteristicas{
	margin-top:4rem;
	}

	.texto_pages .subtitulo_downloads{
		font-size:30px; 
		color:#3498db; 
		margin-bottom:5px;
	}
	
	.texto_pages #container_img_texto_pages{
		float:left;
	}
	
	#div_menu_produtos{
		width:100%;
	}
	
	#div_menu_produtos #submenu_produtos{
		display:none;
	}
	
	.listagem_de_produtos{
		width:100%;
	}
	
	.container_materia_blog{
		margin-top:3rem;
		text-align:center;
	}
	
	.container_materia_blog .container_direito{
		width:100%;
	}
	
	.container_materia_blog img{
		float:none;
	}
	
	.container_materia_blog .container_direito h2{
		margin-top:2rem;
	}
	
	.subtitulo_downloads{
		margin-top:2rem;
	}
	
	#empresa{
		width:100%;
	}
	
	#contato{
		width:100%;
	}
	
	#contato input{
		width:100%;
	}
	
	#contato textarea{
		width:100%;
	}
	
	#contato #input_submit{
		width:100%;
	}
	
	#infos_page_contato{
		width:100%;
		text-align:center;
	}
	
	#contato{
		margin-top:3rem;
	}
    
    #desktop_version{
        padding:1.5rem;
        font-size:1.4rem;
        width:100%;
        text-align:center;
        margin-bottom:1rem;
        
    }
}

.paginacao_blog{ clear: both; display: flex; justify-content: center; list-style-type: none; }
.paginacao_item{ margin: 0 .3rem; }
.paginacao_item a{ display: flex; justify-content: center; align-items: center; height: 3rem; width: 3rem; font-weight: 600; outline: .1rem solid #818285; }
.blog_atual{ background: #005296; color: #FFF; }

.flex             { display: flex; }
.flex-wrap        { flex-wrap: wrap; }
.justify-center   { justify-content: center; }
.justify-start    { justify-content: flex-start; }
.justify-end      { justify-content: flex-end; }
.justify-between  { justify-content: space-between; }
.justify-around   { justify-content: space-around; }
.align-center     { align-items: center; }
.align-start      { align-items: flex-start; }
.align-end        { align-items: flex-end; }
.direction-column { flex-direction: column; }
.direction-row    { flex-direction: row; }

.aesquerda { float:left; }
.adireita  { float:right; }
.aocentro  { float: none; margin: 0 auto; }


.txt-aesquerda { text-align:    left; }
.txt-adireita  { text-align:   right; }
.txt-aocentro  { text-align:  center; }
.txt-justify   { text-align: justify; }

.cl     { margin: 0 8px; margin: 0 .8rem; }
.cl_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem);    }
.cl_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem);     }
.cl_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem);     }
.cl_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem);     }
.cl_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem);     }
.cl_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
.cl_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem);     }
.cl_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem);     }
.cl_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem);     }
.cl_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
.cl_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem);     }
.cl_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem);     }
.cl_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem);     }
.cl_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem);     }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    .centralizador        { max-width:1300px; max-width:130rem; margin:0 auto; }
    .esconde_desktop      { display: none; }
    .esconde_fulldesktop  { display: none; }
    .exibe_desktop        { display: block; }
    .exibe_fulldesktop    { display: block; }

    .cl_fd     { margin: 0 8px; margin: 0 .8rem; }
    .cl_fd_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem);    }
    .cl_fd_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem);     }
    .cl_fd_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem);     }
    .cl_fd_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem);     }
    .cl_fd_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem);     }
    .cl_fd_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_fd_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem);     }
    .cl_fd_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem);     }
    .cl_fd_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem);     }
    .cl_fd_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_fd_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem);     }
    .cl_fd_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem);     }
    .cl_fd_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem);     }
    .cl_fd_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem);     }
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    .centralizador        { width:95%; max-width:1280px; max-width:128rem; margin:0 auto; }
    .esconde_desktop      { display: none; }
    .esconde_smalldesktop { display: none; }
    .exibe_desktop        { display: block; }
    .exibe_smalldesktop   { display: block; }
    
    .cl_d     { margin: 0 8px; margin: 0 .8rem; }
    .cl_d_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem); }
    .cl_d_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem); }
    .cl_d_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem); }
    .cl_d_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem); }
    .cl_d_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem); }
    .cl_d_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_d_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem); }
    .cl_d_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem); }
    .cl_d_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem); }
    .cl_d_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_d_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem); }
    .cl_d_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem); }
    .cl_d_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem); }
    .cl_d_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem); }

}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .centralizador    { width:95%; margin: 0 auto; }
    .esconde_tablet   { display: none !important; }
    .exibe_tablet     { display: block; }

    .cl_t     { margin: 0 8px; margin: 0 .8rem; }
    .cl_t_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem); }
    .cl_t_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem); }
    .cl_t_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem); }
    .cl_t_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem); }
    .cl_t_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem); }
    .cl_t_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_t_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem); }
    .cl_t_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem); }
    .cl_t_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem); }
    .cl_t_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_t_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem); }
    .cl_t_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem); }
    .cl_t_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem); }
    .cl_t_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem); }   

    .btn{ font-size: 11px; }
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    .centralizador    { width: 95%; margin: 0 auto; }
    .esconde_celular  { display: none !important; }
    .exibe_celular    { display: block; }   

    .cl_c     { margin: 0 8px; margin: 0 .8rem; }
    .cl_c_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem); }
    .cl_c_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem); }
    .cl_c_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem); }
    .cl_c_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem); }
    .cl_c_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem); }
    .cl_c_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_c_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem); }
    .cl_c_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem); }
    .cl_c_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem); }
    .cl_c_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_c_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem); }
    .cl_c_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem); }
    .cl_c_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem); }
	.cl_c_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem); }
}

.fg-branco                       { color: #FFFFFF; transition: .15s ease-in-out; }
.fg-preto                        { color: #000000; transition: .15s ease-in-out; }
.fg-cinza-light                  { color: #eff1f7; transition: .15s ease-in-out; }
.fg-cinza-claro                  { color: #b3bbcb; transition: .15s ease-in-out; }
.fg-cinza                        { color: #929da0; transition: .15s ease-in-out; }
.fg-cinza-escuro                 { color: #495c61; transition: .15s ease-in-out; }
.fg-vermelho                     { color: #c80a0a; transition: .15s ease-in-out; }
.fg-destaque                     { color: #db5a05; transition: .15s ease-in-out; }
.fg-favorito                     { color: #ffbf00; transition: .15s ease-in-out; }
.fg-amarelo                      { color: #ffbf00; transition: .15s ease-in-out; }
.fg-azul                         { color: #005395; transition: .15s ease-in-out; }
.fg-verde                        { color: #21c15d; transition: .15s ease-in-out; }
.fg-verde-escuro                 { color: #087431; transition: .15s ease-in-out; }
.fg-verde-alt                    { color: #4c9673; transition: .15s ease-in-out; }
.fg-branco-hover:hover           { color: #FFFFFF; transition: .15s ease-in-out; }
.fg-preto-hover:hover            { color: #000000; transition: .15s ease-in-out; }
.fg-cinza-light-hover:hover      { color: #eff1f7; transition: .15s ease-in-out; }
.fg-cinza-claro-hover:hover      { color: #b3bbcb; transition: .15s ease-in-out; }
.fg-cinza-hover:hover            { color: #929da0; transition: .15s ease-in-out; }
.fg-cinza-escuro-hover:hover     { color: #495c61; transition: .15s ease-in-out; }
.fg-vermelho-hover:hover         { color: #c80a0a; transition: .15s ease-in-out; }
.fg-destaque-hover:hover         { color: #db5a05; transition: .15s ease-in-out; }
.fg-favorito-hover:hover         { color: #ffbf00; transition: .15s ease-in-out; }
.fg-amarelo-hover:hover          { color: #ffbf00; transition: .15s ease-in-out; }
.fg-verde-hover:hover            { color: #21c15d; transition: .15s ease-in-out; }
.fg-verde-escuro-hover:hover     { color: #087431; transition: .15s ease-in-out; }
.fg-verde-alt-hover:hover        { color: #4c9673; transition: .15s ease-in-out; }


.font0  { font-size:   0px; font-size:   0rem; }
.font8  { font-size:   8px; font-size:  .8rem; }
.font9  { font-size:   9px; font-size:  .9rem; }
.font10 { font-size:  10px; font-size:   1rem; }
.font12 { font-size:  12px; font-size: 1.2rem; }
.font13 { font-size:  13px; font-size: 1.3rem; }
.font14 { font-size:  14px; font-size: 1.4rem; }
.font16 { font-size:  16px; font-size: 1.6rem; }
.font18 { font-size:  18px; font-size: 1.8rem; }
.font20 { font-size:  20px; font-size:   2rem; }
.font22 { font-size:  22px; font-size: 2.2rem; }
.font24 { font-size:  24px; font-size: 2.4rem; }
.font28 { font-size:  28px; font-size: 2.8rem; }
.font30 { font-size:  30px; font-size:   3rem; }
.font36 { font-size:  36px; font-size: 3.6rem; }
.font40 { font-size:  40px; font-size:   4rem; }
.font48 { font-size:  48px; font-size: 4.8rem; }
.font50 { font-size:  50px; font-size:   5rem; }
.font62 { font-size:  62px; font-size: 6.2rem; }
.font70 { font-size:  70px; font-size:   7rem; }

.w3-produto{
	margin-top: 20px;
}
.form_orcamento{
	margin-top:40px;
}

.tbl_qtde { margin: 10px; }
.tbl_qtde td{ padding-top: 8px;  border: none; }


.tbl_qtde input{
	display: block;
    width: 20rem;
    height: 5rem;
    font-size: 1.4rem;
    float: left;
    /* margin-bottom: 1.7rem; */
    /* margin-right: 1.7rem; */
	padding-left:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
	float: right;
	text-align: right;
}

.tbl_qtde select{
	display: block;
    width: 63.4rem;
    height: 5rem;
    font-size: 1.4rem;
    float: left;
    /* margin-bottom: 1.7rem; */
    /* margin-right: 1.7rem; */
	padding-left:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
	float: right;
}

.tbl_qtde textarea{
	display: block;
    width: 63.4rem;
    height: 15rem;
    font-size: 1.4rem;
    float: left;
    /* margin-bottom: 1.7rem; */
    /* margin-right: 1.7rem; */
	padding:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
	float: right;
}

.tbl_qtde #input_submit{
	background-color: #3498db;
    color: #FFF;
    font-size: 1.4rem;
    padding: 1.5rem 4rem;
	/* width:13rem; */
    text-transform: uppercase;
    display: inline-block;
	border: none;
	float: right;
}


.btn_orcamento {
    display: inline-block;
    line-height: 3rem;
    padding: 0 1rem;
    border: .1rem solid #912323;
    background-color: #db3636;
    color: #fff;
	border-radius: .2rem;
}

.btn_orcamento2 {
    display: inline-block;
    padding: 0 1rem;
    border: .1rem solid #912323;
    background-color: #db3636;
    color: #fff;
	border-radius: .2rem;
	width: 280px;
    height: 40px;
	line-height:40px; 	
	text-align: center;
}


#orcamento{
	float: right;
    max-width: 70rem;
}

#orcamento input{
	display: block;
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
	padding-left:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
}

#orcamento select{
	display: block;
    width: 63.4rem;
    height: 5rem;
    font-size: 1.4rem;
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
	padding-left:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
}

#orcamento textarea{
	display: block;
    width: 63.4rem;
    height: 15rem;
    font-size: 1.4rem;
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
	padding:1rem;
	box-sizing:border-box;
	border:0.1rem solid #e1e0e0;
}

#orcamento #input_submit{
	background-color: #3498db;
    color: #FFF;
    font-size: 1.4rem;
    padding: 1.5rem 4rem;
	width:13rem;
    text-transform: uppercase;
    display: inline-block;
    border: none;
}
</pre></body></html>