@charset "utf-8";


.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}


.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}


.start {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
}



.header {
	width: 100%;
	height: 530px;
	display: block;
	float: left;
	clear: both;
}

.menu {
	width: 100%;
	height: 94px;
	display: block;
	float: left;
	clear: both;
}



.mn_tp {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 38px;
	background-color: #000;
}
.mn {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 56px;
	background-color: #FFF;
}



/*----------------------- MENU ----------------------*/



.menu-content ul{
	/* [disabled]margin-right: 20px; */
	text-align: center;
	list-style: none;
	padding-left: 0px;

	height: 55px;
	/* [disabled]min-width: 640px; */
	max-width: 1140px;
	width: 100%;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	  font-family: 'Roboto', "sans-serif;";
}
.menu-content .sep {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 55px;
	/* [disabled]width: 9%; */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

	text-decoration: none;
}

.menu-content li{
	color: #000000;
	display: block;
	position: relative;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;

}

.menu-content li:last-child a{
	display: block;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	/* [disabled]background-image: url(/websites/anacasa/imagens/bx_outlet.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center center; */
	background-size: 74px 32px;
	color: #ED1A3A;
}

.menu-content li:first-child a{
	display: block;
	position: relative;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.menu-content li a{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 55px;
	/* [disabled]width: 9%; */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	
}







.menu-content li:hover{
	color: #fff;
	/* [disabled]background-color: #BE1E2D; */
	/* [disabled]padding-left: 5px; */
	/* [disabled]padding-right: 5px; */
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition-property: transform;
	transform: translateY(-5px) translateZ(0);
	background-color: #ED1A3A;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
}

.menu-content li:last-child:hover{
	color: #fff;
	/* [disabled]background-color: #BE1E2D; */
	/* [disabled]padding-left: 5px; */
	/* [disabled]padding-right: 5px; */
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition-property: transform;
	transform: translateY(-5px) translateZ(0);
	background-color: #ED1A3A;
}

.menu-content li:hover{

/*	color:#FFF;*/
	top:0px;

		
}

.menu-content li:hover a{

	color:#FFF;


		
}

.menu-content li:before{
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	bottom: -10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ED1A3A transparent transparent transparent;
	transition-duration: 0.3s;
	transition-property: bottom;
	visibility: hidden;		
	
	
}

.menu-content li:last-child:before{


		border-color: #ED1A3A transparent transparent transparent;

	
	
}

.menu-content li:hover:before{
	z-index:9999;
	visibility:visible;
	
	
}

.menu-content li a:hover:before {
		bottom: -(10px);
		color:#fff;
		visibility:visible;
		
	}


.menu-content li:last-child a:hover:before {
		bottom: -(10px);
		color:#fff;
		visibility:visible;
		background-color:#ED1A3A;
		
	}



.menu-content ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	color: #999;
	z-index: 999;


}




.menu-content *.list{

	list-style: none
	/* [disabled]height: 54px; */
}


.menu-content li:hover > ul.menu-sub li a{
		color: #666;
		font-weight:normal;

}

.menu-content li:hover > ul.menu-sub:last-child li a{
		color: #666;
		font-weight:normal;
		background-image:none;

}

ul.menu-sub{
	width: 100%;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	text-align: left;
	/* [disabled]background-color: #fff; */
	top: 55px;
	display: block;
	color: #FFFFFF;
	/* [disabled]text-transform: lowercase; */
	left: -250%;
	/* [disabled]padding-bottom: 15px; */
	/* [disabled]border-radius: 0px 0px 7px 7px; */
	border: 1px solid #000;
	line-height: normal;
	background-color: #FFF;
	padding: 10px;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 8px 7px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 8px 7px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 8px 7px 0px rgba(50, 50, 50, 0.35);
	height: auto;
}
ul.menu-sub li{
	/* [disabled]background-color: #fff; */
	display: block;
	float: left;
	color: #666;
	font-size: 12px;
	background-image: url(none);
	list-style: none;
	border-left-width: 0px;
	height: auto;
	/* [disabled]max-height: 20px; */
	width: 100%;
	padding-bottom: 0px;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
	/* [disabled]min-height: 40px; */
}



ul.menu-sub li:before{
	pointer-events: none;
	position: inherit;
	z-index: -1;
	content: '';
	left: 0px;
	bottom: 0px;
	border-style: solid;
	border-width: 0;
	border-color: #666 transparent transparent transparent;
	transition-duration: 0.3s;
	transition-property: none;
	visibility: hidden;
}

ul.menu-sub li:last-child:before{


		border-color: #666 transparent transparent transparent;

	
	
}



ul.menu-sub li:hover{
	display: block;
	float: left;
	color: #F63;
	font-size: 12px;
	background-image: url(none);
	list-style: none;
	border-left-width: 0px;
	height: auto;
	/* [disabled]max-height: 20px; */
	width: 100%;
	padding-bottom: 0px;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	bottom:0;
	transform:none;
}



ul.menu-sub li a{
	/* [disabled]background-color: #fff; */
	list-style: none;
	display: block;
	float: left;
	color: #666;
	line-height: normal;
	/* [disabled]padding-top: 0px; */
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	/* [disabled]text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); */
	font-weight: normal;
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2DE;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width:100%;
}

ul.menu-sub li:first-child a{
	display: block;
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

ul.menu-sub li:last-child a{
	display: block;
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}




ul.menu-sub li a:hover {
	background-color: transparent;
	list-style: none;
	display: block;
	float: left;
	color: #F63;
	line-height: normal;
	/* [disabled]padding-top: 0px; */
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	/* [disabled]text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); */
	font-weight: normal;
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2DE;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

ul.menu-sub li:hover {
	
	background-color: transparent;
	list-style: none;
	display: block;
	float: left;
	color: #F63;
	line-height: normal;
	/* [disabled]padding-top: 0px; */
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	/* [disabled]text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); */
	font-weight: normal;
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	bottom:0;
	top:0;
	height:auto;

	
}


ul.menu-sub li:last-child:hover{
background-color: transparent;
	list-style: none;
	display: block;
	float: left;
	color: #F63;
	line-height: normal;
	/* [disabled]padding-top: 0px; */
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	/* [disabled]text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); */
	font-weight: normal;
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	bottom:0;
	top:0;
		transform:none;
}


ul.menu-sub li:last-child a:hover:before {
		bottom: 0;
		color:#fff;
		visibility:visible;
		background-color:#e24b00;
		
	}
	
	.menu-content li a:hover:before {
		bottom: 0;
		color:#fff;
		visibility:visible;
		
	}



.menu-content li:hover > ul.menu-sub li a:hover{
	color: #F60;
	font-weight: normal;
}






/*--------------------- FIM MENU ---------------------*/

.fundo_site {

	background-repeat: repeat-x;
	background-position: center 94px;
	background-size: 2000px auto;
	font-family: 'Roboto', "sans-serif;";
}
.topo_logo {
	display: block;
	width: 1140px;
	margin: 0 auto;
	height: 286px;
}
.info_tp_dir {
	display: block;
	width: 300px;
	float: right;
	height: 170px;
	margin-top: 120px;
}
.logo {
	display: block;
	width: 350px;
	float: right;
	margin-top: 110px;
	margin-right: 80px;
}
.fone {
	color: #FFF;
	font-size: 13px;
	line-height: 32px;
	height: 32px;
}
.busca {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	min-height: 85px;
}

.busca_rapida {
	line-height: 32px;
	height: 32px;
	width: 100%;
	margin-top: 21px;
	display: block;

}
.form_busca_rapida {
	line-height: 27px;
	height: 27px;
	width: 235px;
	display: block;
	float: left;
	margin-right: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	padding-left: 5px;
}
.form_busca {
	line-height: 35px;
	height: 35px;
	/* [disabled]width: 235px; */
	display: block;
	float: left;
	margin-right: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #DFDFDF;
	padding-left: 5px;
	/* [disabled]text-transform: uppercase; */
	margin-bottom: 7px;
}



.fone strong {
	
	font-size: 17px;

}
.conteudo {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	min-height: 1100px;
	background-color: #EEEEEE;
	background-image: url(/imagens/fundo_cont.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.cont {
	background-image: url(/imagens/bx_cont_tp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	float: left;
	width: 100%;
	min-height: 860px;
	padding-bottom: 80px;
}
.destaque {
	display: block;
	width:100%;
	max-width: 1140px;
	margin: 0 auto;
	height: 360px;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.destaque_text {
	display: block;
	width: 40%;
	float: left;

}


.destaque img{
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	float: left;
	display: block;
}
.txt_24_branca {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.txt_17_branca {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.txt_18_red {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ff3333;
}
.txt_13_red {
	font-size: 13px;
	text-decoration: none;
	color: #BDBDBD;
}
.txt_13_cinza {
	font-size: 13px;
	text-decoration: none;
	color: #ff3333;
}



.txt_16_cinza {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
}


.txt_14_branca_light {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.txt_14_cinza {
	font-size: 14px;
	text-decoration: none;
	color: #bdbdbd;
}
.txt_12_cinza {
	font-size: 12px;
	text-decoration: none;
	color: #b4b4b4;
}

.txt_14_cinza_escuro {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.txt_14_cinza_medio {
	font-size: 14px;
	text-decoration: none;
	color: #666;
}


.txt_14_red {
	font-size: 14px;
	text-decoration: none;
	color: #ff353d;
}
.sombra {
	height: 38px;
	background-image: url(/imagens/sombra_bann.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.listagem {
	width: 100%;
/*	  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
 /* display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
 /* display: -ms-flexbox;      /* TWEENER - IE 10 */
/*  display: -webkit-flex;     /* NEW - Chrome */
 /* display: flex;              NEW, Spec - Opera 12.1, Firefox 20+ */
 display:block;
	max-width: 1140px;
	margin: 0 auto;
	min-height: 450px;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_int {
	width: 100%;
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
	/* [disabled]min-height: 500px; */
	justify-content: space-between;
	flex-flow: row wrap;
}
.caixa_round {
	border: 2px solid #D8D8D8;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.titulos {
	display: block;
	float: left;
	height: 24px;
	background-color: #ed1a3a;
	min-width: 248px;
	border-radius: 4px 0px 0px 4px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 24px;
}
.item_listagem {
	display: block;
	float: left;
	width: 31%;
	margin-top: 30px;
	background-color: #FFF;
	min-height: 480px;
	margin-bottom: 15px;
	margin-right:1%; margin-left:1%;
/*	    border-width: 1px;
    border-style: solid;
    border-color: transparent;*/
}

.item_detalhes {
	display: block;
	float: left;
	width: 70%;
	margin-top: 30px;
	background-color: #FFF;
	height: auto;
	margin-bottom: 15px;
/*	    border-width: 1px;
    border-style: solid;
    border-color: transparent;*/
}

.item_listagem:hover  img{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	filter: brightness(130%);
	-webkit-filter: brightness(130%);
	-moz-filter: brightness(130%);
	filter: contrast(150%);
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	position: relative;

}

.item_listagem:hover {
/*	border: 1px solid #D1D1D1;*/
-webkit-box-shadow: 0px 3px 23px -4px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 3px 23px -4px rgba(0,0,0,0.45);
box-shadow: 0px 3px 23px -4px rgba(0,0,0,0.45);
}



.rodape {
	min-height: 370px;
}
.mn_rodape {
	background-image: url(/imagens/bx_rodape_mn.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 270px;
}
.secao_mn_rodape {
	display: block;
	float: left;
	min-height: 170px;
	padding-left: 3%;
}
.campo_roda {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #848484;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px 0px 0px 5px;
	display: block;
	float: left;
	height: 26px;
	width: 160px;
	padding-left: 8px;
	font-weight: bold;
}
.roda {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width: 100%;
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	height: 55px;
}
