/*Geral*/
@font-face {
  font-family: "Roboto";
  src: url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2")format("woff2");
  font-style: normal;
  font-weight: 400;
}

body{
	font-family: 'Roboto';
	background-color: #ffffff;
}

:root {
  --cor_padrao: #F53851;
}

.text_blue{
	color: #15398E;
}

.text_green{
	color: green;
}
/*Fim de Geral*/

/*Cabecalho*/
.topo{
	float:left;
	width:100%;
	border-bottom:1px solid #d5d4d4;
	height:40px; 
	line-height:40px;
	background-color: #f5f4f4;
	color: #F53851;
	font-size:15px;
	opacity: 0.95;
}

.topo a{
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    color: #F53851;
    font-size: 16px;
}

.divisor-1{
	float:right; 
	width:1px; 
	height:15px; 
	background-color:#ccc; 
	margin-top:18px;
}

.topo a:hover{
	text-decoration:none;
}

.logo{
	float: left;
	width: 100%;
}

.logo img{
	margin: 0px auto;
	max-height: 156px;
}

.social i{
	font-size:30px;
	color: var(--cor_padrao);
	float: left;
	margin-right: 10px;
}

.social a{
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 28px;
}

.social a:hover{
	text-decoration:none;
}

.user-opts{
	padding-top:8px !important;
	font-size:14px;
	font-weight:700;
	text-align: right;
}

.user-opts i{
	font-size:18px;
}

.atendimento a{
	float:left;
	font-size:20px;
	color:#444;
	letter-spacing: 2px;
	margin-right: 30px;
}

.atendimento i{
	color: var(--cor_padrao);
	font-size: 28px;
}

.atendimento a:hover{
	text-decoration:none;
}

.atendimento{
	line-height: 55px;
	padding-left: 7px;
}

.menu_h{
	background-color: var(--cor_padrao);
}

.menu_h a{
	float: left;
	padding: 10px 23px;
	color: #ffffff;
	border-right: 1px solid #FF7A60;
	font-size: 16px;
}

.menu_h a:last-child{
	border-right: none;
}

.menu_h a:hover{
	color: var(--cor_padrao);
	background-color: #ffffff;
	transition: .5s;
}

.menu_h button{
	float: left;
	padding: 10px 23px;
	color: #ffffff;
	background: none;
	border: none;
	border-right: 1px solid #FF7A60;
	font-size: 16px;
}

.menu_h button:hover{
	color: var(--cor_padrao);
	background-color: #ffffff;
	transition: .5s;
}

.menu_h_links{
    position: relative;
    float: left;
}

.menu_h_links div{
    position: absolute;
    top: 44px;
    background-color: var(--cor_padrao);
    z-index: 101;
	left: -1px;
    width: 300px;
	border: 1px solid #FF7A60;
	display: none;
	opacity: 0.95;
}

.menu_h_links div a{
	width: 99.8%;
	padding: 15px 30px;
	margin-bottom: 1px;
	border-right: 0px;
}

.menu_h_fixed{
	transition: 2s;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 99;
}

.menu_h_resumido img{
	filter: brightness(0) invert(1);
}
/*Fim de Cabeçalho*/

/*Produtos*/
.produto_box{
	text-align:center;
	margin-bottom:60px;
	color:#777;
}

.produto_box a:hover{
	text-decoration:none;
}

.produto_box a{
	float: left;
	width: 100%;
}

.produto_box a img{
	max-height: 230px;
	margin: 0px auto;
}

.produto_box a table{
	float: left;
	width: 100%;
}

.produto_box a table tr{
	height: 230px;
}

.produto_box h4{
	float:left;
	width:100%;
    font-size: 20px;
}

.produto_box .valor{
	float:left;
	width:100%;
    font-size: 17px;
    font-weight: bold;
}

.produto_box > .produto_parcelas{
	float:left;
	width:100%;
	margin:0px;
}

.produto_box > .produto_valor_antigo{
	float:left;
	width:100%;
}

.produto_box .msg_frete{
    text-transform: uppercase;
    background-color: #388B28;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 15px 0px 6px 0px;
	padding: 7px;
}
/*fim de produtos*/

/*Newsletter*/
.newsletter{
	background-color:#fff;
}
/*Fim de Newsletter*/

/*Rodape*/
#rodape{
	float:left;
	width:100%;
    background-color: #444;
    padding-top: 30px;
    padding-bottom: 20px;
    letter-spacing: .3px;
	font-size:16px;
}

.rodape-titulo{
	float:left;
	width:100%;
	font-size:18px;
	color:#FFF;
	margin-top:10px;
    font-weight: normal;
}

.rodape-titulo:hover{
    color: #FFF;
}

.rodape-texto{
	float:left;
    width: 100%;
	margin-top:20px;
	margin-bottom:20px;
    font-weight: normal;
	color:#ffffff;
    line-height: 20px;
}

.rodape-link{
	float:left;
	width:100%;
	color:#ffffff;
    font-weight: normal;
    letter-spacing: .5px;
}

.rodape-link:hover{
	color:#FFF;
}

.cookies{
    position:fixed;
    right:50px;
	left: 50px;
    z-index: 99;
	padding: 20px 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	bottom: 10px;
	background-color: #ffffff;
	border-radius: 10px;
}

.cookies a{
	margin: 6px;
}

.cookies b{
	float: left;
	margin-top: 10px;
}
/*Fim de rodapé*/

@media(min-width:992px) and (max-width: 1199px){
	/*Cabeçalho*/
	.menu_h a{
		padding: 13px 12px !important;
		font-size: 15px !important;
	}
	
	.menu_h button{
		padding: 13px 12px !important;
		font-size: 15px !important;
	}
	
	.menu_h_links div{
		top: 48px;
	}
	
	.atendimento a{
		font-size:16px !important;
		margin-right: 20px !important;
	}

	.atendimento i{
		font-size: 24px !important;
	}
	/*Fim de cabeçalho*/
}