span[class^='skype_pnh_container'] {display:none !important;}
span[class^='skype_pnh_print_container'] {display:inline !important;}
.conteudo-alert-ie{
	position:fixed;
	height:100%;
	width:100%;
	z-index:99999999999999;
	background:url(/imagens/fundo-ie.png);	
}
.conteudo-alert-ie p{
	color:#000;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
	padding-top:120px;
	font-size:16px;
	z-index:99999999999999;
	padding-bottom:120px;
	background-color:#FFF;
}
.conteudo-alert-ie a{
	padding:10px 25px 10px 25px;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	color:#000;
	z-index:99999999999999;
	background-color:#FFF;
	display:table;
	margin:0 auto;
	margin-top:15px;
}
.botao-primario{
	border:0px;
	outline:none;
	text-align:center;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	color:#FFF;
	background:#00B0CD;
	font-size:18px;
	cursor: pointer;
	-webkit-appearance: none;
}
.botao-primario:hover{
	background:#008FA4;
	color:#FFF;
}
.botao-secundario{
	border:0px;
	outline:none;
	text-align:center;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	color:#FFF;
	background:#029245;
	border: 1px solid #FFF;
	font-size:18px;
	cursor: pointer;
	-webkit-appearance: none;
}
.botao-secundario:hover{
	background:#FFF;
	color:#029245;
}
.msg-erro{
  color:#FF0000;
  font-size:15px;
}
.msg-ok{
  color:#090;
  font-size:15px;
}
.conteudo{
	width:100%;
	max-width:1200px;
  	min-width: 300px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}
.obrigatorio{
  color:#FF0000 !important;
  font-size:11px;
}
.pagina-naoencontrada {
  width: 100%;
  padding-bottom: 170px;
  padding-top: 450px;
  text-align: center;
  color: #535353;
}
.erro-404 {
  font-family: 'Open Sans' !important;
  font-weight: bold;
  font-size: 100px !important;
}
.texto-404 {
  font-family: 'Open Sans';
  font-size: 25px;
}
.nenhum-produto-home{
	width:100%;
	margin-left: 10px;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	border: 1px solid #EFEFEF;
}
@font-face {
    font-family: 'amatica_scbold';
    src: url('../fontes/amaticasc-bold-webfont.woff2') format('woff2'),
         url('../fontes/amaticasc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amatica_scregular';
    src: url('../fontes/amaticasc-regular-webfont.woff2') format('woff2'),
         url('../fontes/amaticasc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media (max-width: 767px){
	.total-conteudo-site{
		padding-top: 0px;
	}
	.pagina-naoencontrada{
		padding-top: 170px;
	}
}
@media (min-width:768px) and (max-width:999px){
	.total-conteudo-site{
		padding-top: 0px;
	}
	.pagina-naoencontrada{
		padding-top: 170px;
	}
}