@charset "utf-8";
/* CSS Document */
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESOLUÇÃO MAX 960  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
@media (max-width: 960px){

	.mobile-none
	{
        display: none;
    }
	.slicknav_menu
	{
		display: block!important;
	}

	.menu-principal
	{
		display: none!important;
	}
	/**TRATAMENTO DO MENU HEADER**/
	.logo
	{
		position: fixed;
		z-index: 999;
		left: 15px;
		width: 50px;
		top: 7px;
		margin: 0;
	}
	.topo-escrita
	{
		text-align: center;
	}
	.topo-contato
	{
		margin-top: 63px;
		text-align: center;
		position: relative;
		right: 0;
	}
	.topo-escrita img
	{
		margin-top: 76px;
		right: 0;
	}
	/**FIM DE TRATAMENTO DO MENU HEADER**/
	/**TRATAMENTO DO MAPA**/
	.map_canvas
	{
		height: 300px;
	}
	/**FIM DE TRATAMENTO DO MAPA**/
	/**RODA PE**/
	.endereco p
	{
		line-height: 12px;
	}
	/**FIM DE RODA PE**/
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO MAX 960  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESOLUÇÃO MAX 320 E MIN 600  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
@media (min-width: 320px) and (max-width: 600px)
{
	html, body
	{
	    font-size: 55%;
	}
	/*TOPO MENU*/
	.topo-escrita img
	{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		right: 0px!important;
	}
	.topo-contato
	{
		margin-top: 50px;
	}
	.mini-menu ul li a
	{
		font-size: 1.8rem;
		padding: 0 4px;
	}
	.telefone
	{
		font-size: 2.5rem;
		position:relative;
		right: 9px;
		text-align: center;
	}
	.mini-menu
	{
		position: relative;
		/*right: 7px;*/
		float:none;
		text-align: center;
	}

	/*FIM DE TOPO*/
	.banner-aviso .bann{
		max-width:100%;
		width:85%;
	}
	.banner-aviso .bann .close i{
		font-size:6.5rem;
		color:#0059B2;
	}
	.banner-aviso .bann img{
		width:100%;
	}
	/*BARRA DE PESQUISA TOPO*/
	input[type="text"], input[type="email"], input[type="password"], select
	{
		height: 35px!important;
	}
	.submit-lente
	{
		height: 35px!important;
	}
	.conteudo-destaque ul
	{
		margin: -7px;
	}
	.p
	{
		top: 20px!important;
	}
	.submit-lente
	{
		width: 33px;
	}
	/*FIM DE BARRA DE PESQUISA*/
	/*CONTEUDO DESTAQUE*/
	.wrap-top-con
	{
		height: 55px;
	}
	.colunaConteudo
	{
		margin-bottom: 20px;
	}
	.colunaConteudo
	{
		height: 100%;
	}
	.btn-orcamento
	{
		padding: 12px;
	}
	/*FIM DE CONTEUDO*/
	/*RODA PÉ*/
	.endereco
	{
		text-align: center;
	}
	.institucional
	{
		text-align: center;
	}
	.logoAgencia
	{
		text-align: center!important;
		margin-bottom: -15px;
		right: 0px;
	}
	.logo-rodape
	{
		text-align: center;
	}
	/*FIM DE RODA PE*/
	/**MAIS INFORMAÇÕES**/
	.icon_carrinho
	{
		bottom: 40px!important;
		right: 5px!important;
	}
	.pdTitulo h1
	{
		line-height: 27px;
	}
	/**FIM DE MAIS INFORMAÇÕES**/
	/**ORÇAMENTO**/
	.popup-termos-condicoes
	{
		width: 100%;
		left: 400px;
		overflow: auto!important;
		height: 100%!important;
		top: 385px!important;
	}
	.icon-popup-fechar
	{
		top: 0px!important;
		right: 0px!important;
	}
	.border
	{
		border: solid 0px;
	}
	/**FIM DE ORÇAMENTO**/
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO MAX 320 E MIN 600  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESOLUÇÃO MAX 480 E MIN 600  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
@media (min-width: 480px) and (max-width: 600px)
{
	html, body
	{
		font-size: 65%;
	}
	.topo-escrita
	{
		margin-top: 22px!important;
	}
	/**TRATAMENTO DO MENU**/
	.mini-menu
	{
		margin-bottom: 0!important;
	}
	/*.topo-contato
	{
		margin-top: -9px;
	}*/
	.p
	{
		top: 15px!important;
	}
	.label-float2
	{
		line-height: 2.5;
	}
	/**FIM DE MENU**/
	/**CONTEUDO DA COLUNA**/
	.colunaConteudo
	{
		height: 100%;
	}
	.colunaConteudo img
	{
		width: 100%!important;
	}
	.btn-saibamais
	{
		padding: 28px 40px;
	}
	/**FIM DE CONTEUDO COLUNA**/
	/**RODA PÉ**/
	.logo-rodape
	{
		text-align:center;
	}
	.endereco p
	{
		line-height: 25px;
	}
	/**FIM DE RODA PÉ**/
	/**MAIS INFORMAÇÕES**/
	.icon_carrinho
	{
		bottom: 40px!important;
		right: 30px!important;
	}
	.pdTitulo h1
	{
		line-height: 35px;
	}
	/**FIM DE MAIS INFORMAÇÕES**/
	/**TRATAMENTO DO ORÇAMENTO**/
	.label-float
	{
		line-height: 2.5;
	}
	/**FIM DE TRATAMENTO DE ORÇAMENTO**/
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO MAX 480 E MIN 600  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESOLUÇÃO MAX 960 E MIN 768  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
@media (min-width: 768px) and (max-width: 960px)
{
	html,body
	{
		font-size: 50%;
	}
	/**TRATAMENTO DO TOPO**/
	/*.mini-menu
	{
		float: none;
	}*/
	.submit-lente
	{
		width: 58px;
	}
		.label-float
	{
		line-height: 4.3;
	}
	.telefone
	{
		font-size: 3.0rem;
		text-align: center;
	}
	.mini-menu ul li a
	{
		font-size: 2.4rem;
	}
	.topo-escrita img
	{
		margin-top: 25px;
		margin-bottom: 20px;
	}
	/**FIM DE TRATAMENTO DO TOPO**/

	/**TRATAMENTO COLUNA CONTEUDO**/
	.btn-saibamais
	{
		padding: 19px 21px;
	}
	.colunaConteudo
	{
		height: 100%;
	}
	.btn-orcamento
	{
		padding: 9px 5px;
	}
	/**FIM DE TRATAMENTO COLUNA CONTEUDO**/
	/****/
	.popup-termos-condicoes
	{
		width: 780px;
		left: 51%;
	}
	/****/
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESOLUÇÃO MAX 960 E MIN 768  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

@media (min-width: 800px) and (max-width: 960px)
{
	html,body
	{
		font-size: 55%;
	}
	.colunaConteudo h2
	{
		line-height: 15px!important;
	}
	.btn
	{
		font-size: 1.5rem!important;
	}
	.btn-orcamento
	{
		padding: 10px 8px;
	}
	.icon_carrinho
	{
		bottom: 40px!important;
	}
	.pdTitulo h1
	{
		font-size: 2.3rem!important;
	}
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO MAX 960 E MIN 768  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESOLUÇÃO MAX 1024 E MIN 1024  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
@media (min-width: 1024px) and (max-width: 1024px)
{
	html,body
	{
		font-size: 60%;
	}
	/**TRATAMENTO DO TOPO**/
	.topo-escrita img
	{
		margin-top: 75px!important;
	}

	/*.topo-contato
	{
		margin-top: 48px!important;
	}*/
	.telefone
	{
		font-size: 2.3rem!important;
	}
	.menu-principal ul li a
	{
		padding: 7px 6px!important;
	}
	.mini-menu ul li a
	{
		font-size: 1.7rem!important;
		padding: 0 3px!important;
	}
	.logo
	{
		margin-top: 55px!important;
	}
	.submit-lente
	{
		width: 53px!important;
	}
	/**FIM DE TRATAMENTO DO TOPO**/
	/**TRATAMENTO COLUNA CONTEUDO**/
	.colunaConteudo
	{
		height: 100%!important;
	}
	.btn-saibamais
	{
		padding: 23px 25px!important;
	}
	.btn-orcamento
	{
		padding: 11px!important;
	}
	/**FIM DO TRATAMENTO DA COLUNA CONTEUDO**/
	/**TRATAMENTO DO MAPA**/
	.map_canvas
	{
		height: 400px;
	}
	/**FIM DO TRATAMENTO**/
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO 1024  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO MAX 1366 E MIN 1280  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
@media (min-width: 1280px) and (max-width: 1366px)
{
	html,body
	{
		font-size: 55%;
	}
	.mini-menu
	{
		float: none!important;
		text-align:right;
		margin-top: 20px!important;
	}
	.telefone
	{
		text-align:right;
	}
	.btn-orcamento
	{
		padding: 12px;
	}
	.popup-termos-condicoes
	{
		width: 800px;
		height: 650px;
		top: 54%;
	}
	.icon_carrinho
	{
		bottom: 42px!important;
		right: 25px!important;
	}
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM DE RESOLUÇÃO MAX 960 E MIN 768  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
