@charset "utf-8";
@import url('hamburguer.css');
*,
:before,
:after {
  box-sizing: border-box;
}

a,
body {
	font-family: 'LocatorWeb', sans-serif;
	font-weight: normal;
}

body {
	font-size: 15px;
	background-color:#FFFFFF;
	transition: background-color 2s ease-in;
	color: #3d3c3e;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	width: 100%;
}
body.is-active {
	overflow:hidden;
}
ul{
	list-style-image: url('../img/seta-download.png');
}
img {
	max-width:100%;
}
.hidden {
	display:none;
}
.wrapper{
	display: block;
	z-index: 20;
	position: relative;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px;
	max-width: 1190px;
	width: 100%;
}
.clear {
	clear:both;
}
a {
	text-decoration: none;
	color: #333333;
	border: 0;
	outline: 0;
}
a:hover {
	opacity: .8
}

h1, h2, h3, h4{
	font-family: 'LocatorWeb', serif;
}
header {
	display:flex;
	flex-direction:column;
}
header .header_top {
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:55px;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1372px;
	width: 100%;
}
header .header_top .header_top_right,
header .header_top .header_top_left{
	display:flex;
	align-items:center;
}
header .header_top .header_top_action{
	display:flex;
	align-items: flex-end;
	height:20px;
	font-size:15px;
	text-transform:uppercase;
	position:relative;
}
header .header_top .header_top_action:after {
	content: '';
	background:url('../img/seta.png') no-repeat center;
	width:10px;
	height:100%;
	margin-left:5px;
}
header .header_top .header_top_action.language {
	margin-right:60px;
}
header .header_top .header_top_action.sign_in{
	margin-right:40px;
}
header .header_top .shop_link {
	display:none;
}
header .header_top .header_top_action.sign_in span{
	display:inline-block;
	background:url('../img/user.png') no-repeat right center;
	width:21px;
	height:20px;
	margin-left:15px;
}
header .header_top .header_top_action.cart .cart{
	display:inline-block;
	background:url('../img/carrinho.png') no-repeat right center;
	width:18px;
	height:20px;
	margin-left:9px;
}
header .header_top .header_top_action.cart .total_prod_cart {
	display:flex;
	align-items:center;
	justify-content:center;
	width:14px;
	height:14px;
	border-radius:100%;
	font-size:8px;
	color:#FFFFFF;
	background-color:#D00A26;
	font-weight:bold;
}
header .header_top .header_top_left_search {
	position:relative;
}
header .header_top .header_top_left_search .btn {
	background:transparent url('../img/lupa.png') no-repeat center;
	width:20px;
	height:20px;
	border:0;
	border-radius:0;
	box-shadow:none;
	cursor:pointer;
	vertical-align:bottom;
}
header .header_top .header_top_left_search .btn2 {
	background:transparent url('../img/seta_newsletter.png') no-repeat center;
	width:9px;
	height:15px;
	border:0;
	border-radius:0;
	box-shadow:none;
	cursor:pointer;
	vertical-align:text-bottom;
}

header .header_top .header_top_left_search input[type="radio"] {
	display:none;
}
header .header_top .header_top_left_search input[type="radio"] + label {
	font-size: 10.5px;
	line-height: 1.79;
	text-align: left;
	color: #363636;
	padding-right:10px;
	cursor:pointer;
}

header .header_top .header_top_left_search input[type="radio"] + label span {
	display:inline-block;
	width:9px;
	height:9px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	background:url(../img/checkbox_small.png) center no-repeat;
	cursor:pointer;
}
header .header_top .header_top_left_search input[type="radio"]:checked + label span {
	background:url(../img/checkbox_checked_small.png) center no-repeat;
}
header .header_top .header_top_left_search .radio_block {
	position:absolute;
	top:30px;
	left:38px;
}
header .header_top .header_top_left_search .inputs {
	border-radius:0;
	border:0;
	font-size: 15px;
	color: #cf0a2c;
	margin-left:15px;
	background-color: transparent;
}
header .header_top .header_top_left_search .inputs::placeholder {
	color: #333333;
	opacity:1;
}
header .header_middle {
	display:flex;
	justify-content:center;
}
header .header_middle .header_middle_wrapper {
	display:flex;
	flex-direction:column;
	align-items:center;
}
header .header_middle .gca_header_list {
	display:flex;
	list-style:none;
	margin:0;
	padding:30px 0 0;
}
header .header_middle .gca_header_list .gca_header_item {
	padding-right:20px;
}
header .header_middle .gca_header_list .gca_header_item:after {
	content:'';
	display:inline-block;
	width:8px;
	height:8px;
	border:1px solid #3d3c3e;
	border-radius:100%;
	margin-left:20px;
	
}
header .header_middle .gca_header_list .gca_header_item:last-child {
	padding-right:0;
}
header .header_middle .gca_header_list .gca_header_item:last-child:after {
	display:none;
}
header .header_middle .gca_header_list .gca_header_link {
	font-size: 20px;
	font-weight: 300;
	color: #3d3c3e;
}
header .header_middle .gca_header_list .gca_header_sub {
	display:none;
	justify-content:center;
	list-style:none;
	margin:6px 0 0;
	padding:0;
	position: absolute;
	width: 100%;
	left: 0;
}
header .header_middle .gca_header_list .gca_header_item.active .gca_header_sub {
	display:flex;
}
header .header_middle .gca_header_list .gca_header_item.active .gca_header_sub .gca_header_sub_link  {
	font-size: 16px;
	font-weight: 300;
	padding:0 10px;
	color: #3d3c3e;
}
header .header_middle .gca_header_list .gca_header_item.active .gca_header_sub .gca_header_sub_item.active .gca_header_sub_link,
header .header_middle .gca_header_list .gca_header_item.active .gca_header_link {
	color: #cf0a2c;
	font-weight:bold;
}
header .header_bottom {
	margin:30px 0 0;
	background:#222222;
}
header .header_bottom .prod_famlily_list {
	display:flex;
	position:relative;
	justify-content:space-around;
	margin: 0 auto;
	list-style:none;
	padding: 0 20px;
	max-width: 1372px;
	width: 100%;
	
}
header .header_bottom .prod_famlily_list .prod_famlily_link {
	display:flex;
	align-items:center;
	text-transform:uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.7px;
	color: #ffffff;
	height:53px;
	transition:all 0.5s;
	padding:0 20px;
}
header .header_bottom .prod_famlily_list .prod_famlily_item.active,
header .header_bottom .prod_famlily_list .prod_famlily_item:hover {
	opacity:1;
}
header .header_bottom .prod_famlily_list .prod_famlily_item.active .prod_famlily_link,
header .header_bottom .prod_famlily_list .prod_famlily_item:hover .prod_famlily_link {
	color:#e50536;
}
header .header_bottom .gca_header_list_sub {
	display:flex;
	width:100%;
	position:absolute;
	left:0;
	top:53px;
	margin:0;
	padding:0;
	height:0;
	list-style:none;
	transition:all 0.3s;
	overflow: hidden;
	z-index:21;
}
header  .header_bottom .prod_famlily_list .prod_famlily_item:hover .gca_header_list_sub {
	height:578px;
	z-index:21;
}
header .header_bottom .gca_header_list_sub ul {
	margin:0;
	padding:0;
	list-style:none;
}
header .header_bottom .gca_header_list_sub .gca_header_mod_list,
header .header_bottom .gca_header_list_sub .gca_header_prod_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 450px;
}

header .header_bottom .gca_header_list_sub .gca_header_title {
	display:block;
	text-transform:uppercase;
	font-size: 23px;
	font-weight: 500;
	color: #363636;
	margin-bottom:40px;
}
header .header_bottom .gca_header_list_sub .gca_header_item_prod {
	width:38%;
	position:relative;
	padding:35px 0;
	border-right:1px solid #D7DBDD;
	padding-left:70px;
}
header .header_bottom .gca_header_list_sub .gca_header_item_prod .mask {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.95;
	background-color:#F6F6F6;
	z-index:-1;
}
header .header_bottom .gca_header_list_sub .gca_header_item_mod {
	width:62%;
	background-color:#F6F6F6;
	padding:35px 0;
	padding-left:70px;
}
header .header_bottom .gca_header_list_sub .gca_header_prod_link,
header .header_bottom .gca_header_list_sub .gca_header_mod_link {
	font-size: 12px;
	line-height: 2.07;
	text-align: left;
	color: #363636;
	padding-left:20px;
	text-transform:uppercase;
}
header .header_bottom .gca_header_list_sub .gca_header_prod_item:hover .gca_header_prod_link,
header .header_bottom .gca_header_list_sub .gca_header_mod_item:hover .gca_header_mod_link {
	color:#e50536
}
header .header_bottom .gca_header_list_sub .gca_header_prod_link.see_all,
header .header_bottom .gca_header_list_sub .gca_header_mod_link.see_all {
	font-weight:bold;
	background:url(../img/submenu_vertodos.png) no-repeat left center;
}
header .header_action_hidden {
	display:none;
}
header .header_language {
	flex-direction:column;
	justify-content:center;
	height:267px;
	background:#F1F1F1;
	padding: 75px 155px;
	margin-bottom:30px;
}
header .header_language.active {
	display:flex;
}
header .header_language .header_language_title {
	display:block;
	padding-bottom:35px;
	font-size: 25px;
	font-weight: 500;
	line-height: 2.07;
	text-align: left;
	color: #3d3c3e;
}
header .header_language .language_list {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}
header .header_language .language_list .language_item {
	position:relative;
	margin-right:45px;
}
header .header_language .language_list .language_item:last-child {
	margin-right:0;
}
header .header_language .language_list .language_item .icon {
	display:inline-block;
	position:relative;
	border-radius:100%;
	border:1px solid #afafaf;
	width:14px;
	height:14px;
	margin-right:10px;
}
header .header_language .language_list .language_link {
	font-size: 18px;
	color: #afafaf;
	transition:all 0.3s;
}
header .header_language .language_list .language_item:hover .language_link,
header .header_language .language_list .language_active {
	font-size: 18px;
	color: #333333;
}
header .header_language .language_list .language_item:hover .icon,
header .header_language .language_list .language_item.active .icon {
	border:1px solid #333333;
}
header .header_language .language_list .language_item .icon:before {
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	background-color:transparent;
	border-radius:100%;
	top:2px;
	left:2px;
}
header .header_language .language_list .language_item:hover .icon:before,
header .header_language .language_list .language_item.active .icon:before {
	background-color:#D00A26;
}
header .header_sign_in {
	flex-direction:column;
	align-items:center;
	height:267px;
	background:#F1F1F1;
	padding: 25px 0;
	margin-bottom:30px;
}
header .header_sign_in.logged {
	align-items:flex-start;
	padding: 40px 155px;
}
header .header_sign_in.active {
	display:flex;
}
header .header_sign_in .header_sign_in_title {
	display:block;
	font-size: 26px;
	font-weight: 500;
	font-style: italic;
	line-height: 2.07;
	text-align: center;
	color: #3f3e40;
	margin-bottom:15px;
}
header .header_sign_in .header_sign_in_form {
	display:flex;
	flex-direction:column;
	align-items: center;
}
header .header_sign_in .header_sign_in_form .inputs_parent {
	display:flex;
	justify-content:center;
}
header .header_sign_in .header_sign_in_form .inputs {
	display:flex;
	align-items:center;
	border:1px solid #000000;
	background:transparent;
	box-shadow:none;
	font-size: 15px;
	line-height: 2.31;
	color: #000000;
	padding:0 15px;
	width:286px;
	height:30px;
}
header .header_sign_in .header_sign_in_form .inputs::placeholder {
	color: #000000;
	opacity:1;
}
header .header_sign_in .header_sign_in_form .inputs.user {
	margin-right:35px;
}
header .header_sign_in .header_sign_in_form .btn {
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:none;
	width:234px;
	transition:all 0.5s;
	border:1px solid #000000;
	background:#000000;
	height:30px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	margin-top:25px;
	margin-bottom:20px;
	cursor:pointer;
}
header .header_sign_in .conta_ligada {
	display:inline-block;
	margin-right:5px;
}
header .header_sign_in .checkbox {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #7f7f7f;
}
header .header_sign_in  .header_sign_in_name {
	display:block;
	font-size: 25px;
	font-weight: 500;
	line-height: 2.07;
	color: #3d3c3e;
}
header .header_sign_in .header_sign_in_menu {
	margin:0;
	padding:0;
	list-style:none;
}
header .header_sign_in .header_sign_in_menu li {
	height:30px;
}
header .header_sign_in .header_sign_in_menu .header_sign_in_menu_link {
	font-size: 18px;
	font-weight: 300;
	line-height: 2.31;
	color: #afafaf;
}
header .header_sign_in .header_sign_in_logout {
	display:block;
	margin-top:10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.31;
	text-align: left;
	color: #cf0a2c;
	
}
header .header_cart {
	align-items:center;
	justify-content:space-between;
	height:170px;
	background:#F1F1F1;
	margin-bottom:30px;
}
header .header_cart.active {
	display:flex;
}
header .header_cart .header_cart_detail {
	display: flex;
	flex-direction:column;
	background: #F6F6F6 url('../img/seta_fundo_carrinho.png') no-repeat left center;
	width: 360px;
	height: 100%;
	padding:10px 25px;
}
header .header_cart .header_cart_detail .header_cart_detail_title {
	display:block;
	text-transform:uppercase;
	font-size: 22px;
	font-weight: 500;
	line-height: 2.07;
	text-align: right;
	color: #3f3e40;
	padding-left:35px;
	background: #F6F6F6 url('../img/carrinho.png') no-repeat 10px center;
}
header .header_cart .header_cart_detail .header_cart_detail_values {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
header .header_cart .header_cart_detail .header_cart_detail_total_prod {
	font-size: 17px;
	line-height: 2.31;
	text-align: center;
	color: #000000;
	padding-left:15px;
}
header .header_cart .header_cart_detail .header_cart_detail_total_value {
	font-size: 16px;
	text-align: left;
	color: #3f3e40;
}
header .header_cart .header_cart_detail .header_cart_detail_action {
	display:flex;
	justify-content:flex-end;
}
header .header_cart .header_cart_detail .header_cart_end_buy {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.07;
	color: #cf0a2c;
	text-transform:uppercase;
}
header .header_cart .header_cart_list {
	display:block;
	max-width:1540px;
	width:calc(100% - 360px);
	padding:0 20px;
}
header .header_cart .header_cart_list .header_cart_item {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
header .header_cart  .header_cart_wrapper {
	display:flex;
	justify-content:center;
	margin-top:4px;
}
header .header_cart  .header_cart_wrapper .qtd {
	border:0;
	margin:0 -5px 0 -4px;
	padding:0;
	background:transparent;
	font-size: 13.2px;
	font-weight: 500;
	/* line-height: 2.31; */
	padding-top:2px;
	text-align: center;
	color: #d70e5e;
	width:25px;
	border:1px solid #3f3e40;
}
header .header_cart  .header_cart_wrapper .header_cart_arrow_left {
	display:inline-block;
	cursor:pointer;
	text-align:center;
	width:20px;
	border:1px solid #3f3e40;
	font-weight:700;
}
header .header_cart  .header_cart_wrapper .header_cart_arrow_right{
	display:inline-block;
	cursor:pointer;
	text-align:center;
	width:20px;
	border:1px solid #3f3e40;
	font-weight:700;
}
header .header_cart  .header_cart_wrapper .header_cart_close {
	display:inline-block;
	background:url(../img/seta_remover_produto.png) no-repeat;
	width:8px;
	height:9px;
	margin-left:10px;
}
header .header_cart  .header_cart_wrapper .header_cart_price {
	display:inline-block;
	font-size: 13px;
	color: #3f3e40;
	margin-right:7px;
}
header .header_menu_responsive {
	display:block;
	background:#3A393B;
	padding:15px;
	position:absolute;
	left:-390px;
	top:0;
	max-width:390px;
	width:100%;
	height:100vh;
	overflow:auto;
	z-index:100;
	transition:all 0.5s;
}
header .header_menu_responsive.open {
	left:0;
}
header .header_menu_responsive .header_menu_responsive_action_list {
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:90px;
	margin-bottom:45px;
}
header .header_menu_responsive_action_list .header_menu_responsive_action_item .action_link {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 174px;
	height: 34px;
	font-size: 18px;
	font-weight: 500;
	border:1px solid #FFFFFF;
	text-transform:uppercase;
	color:#FFFFFF;
}
header .header_menu_responsive_action_list .header_menu_responsive_action_item.active .action_link  {
	background:#FFFFFF;
	color: #cf0a2c;
}

header .header_menu_responsive .gca_header_list {
	display:flex;
	flex-direction:column;
	margin:0;
	padding:0;
	list-style:none;
}
header .header_menu_responsive .gca_header_list .gca_header_link {
	display:block;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.07;
	text-align: left;
	color: #ffffff;
	text-transform:uppercase;
	padding:10px 0;
}
header .header_menu_responsive ul {
	display:flex;
	flex-direction:column;
	margin:0;
	padding:0;
	list-style:none;
}

header .header_menu_responsive .gca_header_list_hidden,
header .header_menu_responsive .gca_header_list,
header .header_menu_responsive .prod_famlily_list {
	display:none;
}
header .header_menu_responsive .gca_header_list_hidden.active,
header .header_menu_responsive .gca_header_list.active,
header .header_menu_responsive .prod_famlily_list.active {
	display:flex;
}
header .header_menu_responsive .prod_famlily_list .prod_famlily_link {
	display:block;
	padding:10px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.07;
	color: #ffffff;
	text-transform:uppercase;
}
header .header_menu_responsive .prod_famlily_list .gca_header_title {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.11;
	color: #cf0a2c;
	text-transform:uppercase;
	padding-left: 30px;
	cursor:pointer;
}
header .header_menu_responsive .gca_header_mod_list .gca_header_mod_link,
header .header_menu_responsive .prod_famlily_list .gca_header_prod_link {
	font-size: 12px;
	line-height: 2.23;
	color: #afafaf;
	padding-left:10px;
	margin-left: 30px;
}
header .header_menu_responsive .gca_header_mod_list .gca_header_mod_link.see_all,
header .header_menu_responsive .prod_famlily_list .gca_header_prod_link.see_all {
	font-weight:bold;
	background:url(../img/vertodosmobile.png) no-repeat left center;
	text-transform:uppercase;
}
header .header_menu_responsive .gca_header_list .gca_header_sub {
	display:flex;
	flex-direction:column;
	margin:0;
	padding:0;
}
header .header_menu_responsive .gca_header_list .gca_header_sub .gca_header_sub_link {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.91;
	text-transform:uppercase;
	color: #cf0a2c;
	padding:13px 0;
	padding-left:25px;
}
.highlight_big {
	margin:0 auto;
	max-width:1920px;
	width:100%;
}
.highlight_other .swiper-slide,
.highlight_big .highlight_big_item{
	display: block;
	width: 100%;
	height: 610px;
	background-color: #222222;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	min-height: 1px;
	float: left;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.highlight_big .highlight_big_item img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit:cover;
}
.highlight_big .highlight_big_item:hover{
	opacity:1;
}
.highlight_big .highlight_big_item .highlight_big_wrapper {
	display:inline-block;
	padding:25px;
	position:absolute;
	z-index:1;
	left:58px;
	top:64px;
	position: relative;
	transition: color 0.25s;
}
.highlight_big .highlight_big_item .highlight_big_wrapper:after,
.highlight_big .highlight_big_item .highlight_big_wrapper:before {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	width: 0;
	height: 0;
}
.highlight_big .highlight_big_item .highlight_big_wrapper:before {
	top: 0;
	left: 0;
}
.highlight_big .highlight_big_item .highlight_big_wrapper:after {
	bottom: 0;
	right: 0;
}
.highlight_big .highlight_big_item.swiper-slide-active .highlight_big_wrapper:after,
.highlight_big .highlight_big_item.swiper-slide-active .highlight_big_wrapper:before {
	width: 100%;
	height: 100%;
}
.highlight_big .highlight_big_item.swiper-slide-active .highlight_big_wrapper:before {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.highlight_big .highlight_big_item.swiper-slide-active .highlight_big_wrapper:after {
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.highlight_big .highlight_big_item .highlight_big_title {
	font-size: 80px;
	font-weight: 500;
	color: #ffffff;
}
.highlight_other {
	margin-top:66px;
}
.highlight_other .wrapper {
	display:flex;
	max-width:1192px;
}
.highlight_other .highlight_other_left,
.highlight_other .highlight_other_right {
	width:576px;
}
.highlight_other .swiper-slide:hover {
	opacity:1;
}
.highlight_other .highlight_other_right_bottom .swiper-slide,
.highlight_other .highlight_other_left_top .swiper-slide {
	height:314px;
	background-position:480px center;
	background-size:auto;
	transition:all 1s;
}
.highlight_other .highlight_other_right_bottom .swiper-slide {
	display:flex;
	justify-content:flex-end;
	background-position:-200px center;
}
.highlight_other .highlight_other_left_top .swiper-slide.swiper-slide-active {
	background-position:right center;
}
.highlight_other .highlight_other_right_bottom .swiper-slide.swiper-slide-active {
	background-position:left center;
}
.highlight_other .highlight_other_right_top .swiper-slide,
.highlight_other .highlight_other_left_bottom .swiper-slide {
	height:575px;
	background-size:auto;
	background-position:center;
	transition:all 1s;
}
.highlight_other .highlight_other_right_top .highlight_other_title,
.highlight_other .highlight_other_left_bottom .highlight_other_title {
	font-size: 45px;
	font-weight: bold;
	color: #ffffff;
	text-transform:uppercase;
}
.highlight_other .highlight_other_right_top .highlight_other_subtitle,
.highlight_other .highlight_other_left_bottom .highlight_other_subtitle {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #ffffff;
	text-transform:uppercase;
}

.highlight_other .highlight_other_wrapper.left {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 300px;
	padding-left:30px;
	align-items: flex-start;
}
.highlight_other .highlight_other_wrapper.right {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 300px;
	padding-right:30px;
	align-items: flex-end;
}
.highlight_other .highlight_other_wrapper.center {
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.highlight_other .highlight_other_left_top .highlight_other_title {
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	margin-bottom:15px;
	text-transform:uppercase;
}
.highlight_other .highlight_other_left_top .highlight_other_high {
	font-size: 19px;
	color: #000000;
	border:1px solid #000000;
	padding:5px 15px;
	transition:all 0.3s;
}
.highlight_other .highlight_other_left_top .highlight_other_high:hover {
	background:#000000;
	color:#FFFFFF;
}
.highlight_other .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:20px;
}
.highlight_other .highlight_other_right_bottom .highlight_other_title {
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	margin-bottom:15px;
	text-transform:uppercase;
}
.highlight_other .highlight_other_right_bottom .highlight_other_high {
	font-size: 19px;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
	padding:5px 15px;
	transition:all 0.3s;
	text-transform:uppercase;
}
.highlight_other .highlight_other_right_bottom .highlight_other_high:hover {
	background:#FFFFFF;
	color:#000000;
}
footer {
	margin-top:50px;
}
footer .highlight_footer_list {
	display:flex;
	justify-content:space-between;
}
footer .highlight_footer_list .highlight_footer_item {
	display:flex;
	justify-content:center;
	align-items:center;
	width:574px;
	height:312px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
footer .highlight_footer_list .highlight_footer_item:last-of-type {
	width:563px;
}
footer .highlight_footer_list .highlight_footer_item .highlight_footer_title {
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	width:250px;
	text-align:center;
	text-transform:uppercase;
}
footer .footer_bottom {
	display:flex;
	margin-top:40px;
	border-top:3px solid #000000;
	padding:25px 0 40px;
	flex-wrap:wrap;
}
footer .footer_bottom .footer_wrapper {
	width:50%;
}
footer .gca_footer_bottom_list,
footer .gca_footer_top_list {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}
footer .gca_footer_top_list .gca_footer_top_link {
	display:block;
	padding:5px 0;
	padding-right:30px;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
}
footer .gca_footer_bottom_list .gca_footer_bottom_link {
	display:block;
	padding:5px 0;
	padding-right:30px;
	font-size: 15px;
	color: #333333;
}
footer .gca_footer_bottom_list .gca_footer_bottom_item:last-child .gca_footer_bottom_link,
footer .gca_footer_top_list .gca_footer_top_item:last-child .gca_footer_top_link {
	padding-right:0;
}
footer .highlight_footer_newletter_subs {
	display:inline-block;
	position:relative;
	font-size: 19px;
	font-weight: 300;
	color: #333333;
	border:1px solid #000000;
	padding:10px 88px 11px 82px;
	margin:25px 0;
	transition:all 0.5s;
}

footer .highlight_footer_newletter_subs:before {
	content:'';
	position:absolute;
	top:10px;
	left:20px;
	width:30px;
	height:23px;
	background-image:url('../img/envelope.png');
}
footer .highlight_footer_newletter_subs:after {
	content:'';
	position:absolute;
	top:14px;
	right:23px;
	width:9px;
	height:15px;
	background-image:url('../img/seta_newsletter.png');
	transition:all 0.5s;
}
footer .highlight_footer_newletter_subs:hover:after {
	right:10px;
}
footer .copyright {
	font-size: 15.5px;
	color: #808080;
}
footer .footer_cert,
footer .footer_social_media {
	display:flex;
	justify-content:flex-end;
}
footer .footer_social_media .social_media_link {
	padding:0 10px;
	transition:all 0.5s;
}
footer .footer_social_media .social_media_link:hover {
	margin-top:-10px;
	margin-bottom:10px;
	opacity:1;
}
footer .footer_social_media .social_media_link:last-child {
	padding-right:0;
}
footer .footer_cert {
	margin-top:30px;
}
footer .footer_cert img {
	margin-right:15px;
}
footer .footer_cert img:last-of-type {
	margin-right:0;
}
/*CONTENT*/
.title_geral {
	display:inline-flex;
	font-size: 50px;
	font-weight: 500;
	color: #cf0a2c;
	margin:30px 0;
}
.pesquisa .title_geral {
	margin-bottom:0;
}
.detalhe_produto .title_geral {
	margin-top:10px;
}
.subtitle_geral {
	font-size: 20px;
	font-weight: 500;
	color: #3d3c3e;
	margin-top: -25px;
}
#content {
	display:flex;
	flex-direction:column;
	min-height:300px;
}


/*CATALOGUE DOWNLOAD*/
.catalogue_list {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
	padding:0;
}
.catalogue_list .catalogue_item {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	border:1px solid #DADADA;
	margin-right:28px;
	margin-bottom:28px;
	width:266px;
	height:338px;
}
.catalogue_list .catalogue_item:last-child,
.catalogue_list .catalogue_item:nth-child(4n) {
	margin-right:0;
}
.catalogue_list .catalogue_item .catalogue_link {
	display:flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid #DADADA;
	height:42px;
	font-size: 19px;
	font-weight: bold;
	color: #3f3e40;
}
.catalogue_list .catalogue_item .catalogue_image {
	padding-top:20px;
	display:flex;
	justify-content:center;
}
.catalogue_list .catalogue_item .catalogue_cat {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 18px;
	text-align: center;
	color: #3f3e40;
	height: 46px;
}
.ambient_pictures {
	display:block;
	position:relative;
	width:100%;
}
.ambient_pictures .ambient_pictures_item {
	height:350px;
}
.ambient_pictures.chefs .ambient_pictures_item {
	height:450px;
}
.ambient_pictures .ambient_pictures_item img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit:cover;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_wrapper_parent {
	height:100%;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_logo {
	width:auto;
	height:auto;
	position:static;
}
.ambient_pictures .ambient_pictures_item  .wrapper.hasLogo {
	display:flex;
	align-items:center;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_title {
	display:block;
	margin-top:70px;
	font-size: 50px;
	font-weight: 500;
	color: #ffffff;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_bottom_title {
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_bottom_subtitle {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_bottom {
	display:flex;
	flex-direction:column;
	margin-top:150px;
}
.ambient_pictures .ambient_pictures_item .ambient_pictures_subtitle {
	display:block;
	font-size: 38px;
	font-weight: 500;
	font-style: italic;
	text-align: left;
	color: #ffffff;
}
.ambient_pictures .ambient_pictures_item .mask{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0.4;
	background:#000000;
}
.ambient_pictures .swiper-buttons {
	display:flex;
	justify-content:space-between;
	width:100%;
	height:33px;
}

.ambient_pictures .swiper-button-next, .ambient_pictures .swiper-button-prev {
	width:20px;
	height:100%;
	background: url('../img/imagem_ambiente_seta.png') no-repeat center;
	padding:0 35px;
}

.ambient_pictures .ambient_pictures_chef {
	position: initial;
	height:65px;
	
}
.ambient_pictures .ambient_pictures_chef .ambient_pictures_chef_wrapper {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:20px;
	position:relative;
	min-width:268px;
	background:#3A393B;
	position:absolute;
	height:65px;
	z-index:2;
	bottom:50px;
	padding: 0 20px;
}
.ambient_pictures .ambient_pictures_chef .ambient_pictures_chef_wrapper {
	font-size: 18px;
	color: #ffffff;
}
.ambient_pictures .ambient_pictures_chef .ambient_pictures_chef_wrapper .ambient_pictures_chef_name {
	font-weight:bold;
}
.breadcrumbs_color {
	display:flex;
	align-items:center;
	background:#FFF4E1;
	width:100%;
	margin-bottom:60px;
	height:27px;
}
.breadcrumbs_color #breadcrumbs {
	display:flex;
	margin:0;
	height:27px;
	align-items:center;
}
.breadcrumbs_color #breadcrumbs > li span,.breadcrumbs_color  #breadcrumbs > li a {
	color: #1a1a1a;
	font-size:13px;
	font-weight: 300;
}

.gca-block {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	color: #000000;
}
.gca-block .gca-block-testemony {
	display:flex;
	align-items: center;
	margin:50px 0;
}
.gca-block .gca-block-testemony .gca-testemony-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	color: #000000;
	margin-left:50px;
	max-width:240px;
}
.gca-block .gca-block-testemony .gca-testemony-name {
	display:block;
	font-size: 30px;
	font-weight: 500;
	line-height: 0.97;
}
.accordion_list {
	list-style:none;
	margin:0;
	padding:0;
}
.accordion_list .accordion_item {
	overflow:hidden;
}
.accordion_list .accordion_item .accordion_action {
	display:block;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	border-bottom:3px solid #000000;
	padding:10px 0;
	padding-right:90px;
	margin-bottom:35px;
	background:url(../img/seta_harmonica.png) no-repeat 98% center;
}
.accordion_list.higlight .accordion_item .accordion_action {
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	color: #3d3c3e;
}
.accordion_list .accordion_item .accordion_action.active  {
	background-image:url(../img/seta_harmonica2.png);
}
.accordion_list.higlight .accordion_item .accordion_action.active {
	color: #cf0a2c;
}
.accordion_list .accordion_item .accordion_detail {
	display:none;
	font-size: 18px;
	line-height: 1.61;
	color: #000000;
	margin:0;
	transition:all 0.5s;
}
.accordion_list .accordion_item .accordion_detail.active {
	display:block;
	margin-bottom:35px;
}
.accordion_list .accordion_item .accordion_detail ul li {
	list-style-image: url('../img/seta_listagem.png');
}
.chef_list {
	display:flex;
	flex-wrap:wrap;
	padding:0 12px;
}
.chef_list .chef_item{
	display:flex;
	flex-direction:column;
	width:267px;
	overflow:hidden;
	margin-right:27px;
	margin-bottom:27px;
}
.chef_list .chef_item:nth-child(4n),
.chef_list .chef_item:last-child{
	margin-right:0;
}
.chef_list .chef_item .chef_image{
	display:flex;
	justify-content:flex-end;
	position:relative;
	height:420px;
}
.chef_list .chef_item .chef_image img{
	position:absolute;
	left:-50%;
	max-width:none;
}
.chef_list .chef_item .chef_image .chef_box{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	position:absolute;
	bottom:0;
	height:65px;
	background-color:#3A393B;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	width:100%;
}
.chef_list .chef_item .chef_image .chef_name{
	font-weight:bold;
}
.chef_list .chef_item .chef_description {
	display:block;
	padding-top:20px;
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	color: #000000;
}
.chef_list .chef_item .chef_link {
	display:block;
	margin-top:15px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.83;
	color: #cf0a2c;
}
.chef_detail_description {
	display:block;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.61;
	color: #000000;
}
.see_recipes {
	display:inline-block;
	margin-top:40px;
	padding:6px 20px;
	border:2px solid #3f3e40;
	font-size: 26px;
	font-weight: 500;
	color: #3f3e40;
	transition:all 0.5s;
}
.see_recipes:hover {
	background-color: #3f3e40;
	color:#FFFFFF;
}
.chef_detail_pic {
	margin:55px auto 0;
	max-width:1332px;
	width:100%;
	position:relative;
}
.chef_detail_pic .chef_detail_pic_item picture,
.chef_detail_pic .chef_detail_pic_item img {
	display:flex;
	width:100%;
}
.chef_detail_pic .chef_detail_pic_item .mask {
	position:absolute;
	background:#000;
	opacity:0.2;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.chef_detail_pic .swiper-button-next, .chef_detail_pic .swiper-button-prev {
	background: url('../img/imagem_ambiente_seta.png') no-repeat center;
	width:20px;
	padding:0 35px;
	height:100%;
}
.history_wrap {
	margin-top:-35px;
}
.history_wrap .history_text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: justify;
	color: #000000;
	max-width:515px;
	margin-top:70px;
}
.history_description {
	padding-top:20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: left;
	color: #000000;
	max-width:515px;
}
.history {
	display:flex;
	justify-content:space-between;
}
.history .history_image {
	display:flex;
	justify-content:center;
	padding-right:10px;
	height:100%;
}
.history .hitory_list {
	display:flex;
	margin:40px 0 0 20px;
	padding:0;
	list-style:none;
	font-size: 18px;
}
.history .hitory_item {
	position:relative;
	width:89px;
}
.history .hitory_item .hitory_link{
	width: 90px;
	display: flex;
	justify-content: center;
	margin-left: -45px;
	color:#3A393B;
}
.history .hitory_item.active .hitory_link {
	color:#cf0a2c;
}
.history .hitory_item:before {
	content:'';
	position:absolute;
	border-radius:100%;
	top:23px;
	left:-7px;
	width:14px;
	height:14px;
	background-color:#3A393B;
}
.history .hitory_item:after {
	content:'';
	position:absolute;
	width:75px;
	border-bottom:1px solid #3A393B;
	top:30px;
	left:7px;
}
.history .hitory_item:last-child:after {
	display:none;
	border-bottom:0;
}
.history .hitory_item.active:before  {
	background-color:#cf0a2c;
}

/* AREA DE CLIENTE */
.client_area_top .wrapper {
	padding:0 50px;
	max-width: 1330px;
	display:flex;
	margin-top:50px;
	height: auto;
}
.client_area_top .client_detail_name {
	display: flex;
	align-items: center;
	font-size: 27px;
	font-weight: 500;
	text-align: left;
	color: #cf0a2c;
	padding-left:35px;
	background:url('../img/user.png') no-repeat left center;
	max-width:400px;
}
.client_area_top .client_detail_actions {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:55px;
}
.client_area_top .client_detail_actions .client_detail_link {
	display:flex;
	align-items:center;
	height:38px;
	padding: 0 16px;
	border:1px solid #959595;
	font-size: 20px;
	font-weight: 300;
	color: #959595;
	margin-right:10px;
	transition:all 0.3s;
}
.client_area_top .client_detail_actions .client_detail_link:hover {
	background-color:#959595;
	color:#FFFFFF;
}
.client_area_top .client_detail_actions .active .client_detail_link {
	color: #cf0a2c;
	border:1px solid #cf0a2c;
}
.client_area_top .client_detail_actions .active .client_detail_link:hover {
	background-color:#cf0a2c;
	color:#FFFFFF;
}
.client_area_top .client_detail_actions .client_detail_item:last-child .client_detail_link {
	margin-right:0;
}
.client_reserved_area_title {
	max-width:1330px;
	padding:0 50px;
	width:100%;
	margin:0 auto;
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	color: #333333;
	padding-top:90px;
	padding-bottom:30px;
}
.client_reserved_area {
	background:#F3F3F3;
	padding:50px 0;
}
.client_reserved_area .client_reserved_area_welcome_title {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.38;
	text-align: justify;
	color: #000000;
}
.client_reserved_area .client_reserved_area_welcome_name {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.61;
	color: #000000;
}
.client_reserved_area .client_reserved_area_welcome_date {
	font-size: 17px;
	font-weight: 300;
	line-height: 2.11;
	color: #3d3c3e;
}
.client_reserved_area .client_reserved_area_list {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	justify-content:flex-start;
	padding-top:45px;
	width:100%;
	max-width:600px;
}
.client_reserved_area .client_reserved_area_list .client_reserved_area_label {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.06;
	text-align: left;
	color: #e50536;
	max-width:190px;
	padding-bottom:20px;
	min-height:55px;
}
.client_reserved_area .client_reserved_area_list .client_reserved_area_value {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45;	
	color: #000000;
	max-width:190px;
}
.client_reserved_area .client_reserved_area_list .client_reserved_area_detail {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.39;
	color: #000000;
}
.client_reserved_area .client_reserved_area_data {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	justify-content:center;
	padding-top:65px;
}
.client_reserved_area .client_reserved_area_data .client_reserved_data_link {
	display:flex;
	align-items:center;
	border:1px solid #B4B4B4;
	background-color:#B4B4B4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding:0 20px;
	height:46px;
	margin-right:10px;
	transition:all 0.3s;
	text-transform:uppercase;
}
.client_reserved_area .client_reserved_area_data .client_reserved_data_link:hover,
.client_reserved_area .client_reserved_area_data .client_reserved_data_link.active {
	background-color:transparent;
	color:#B4B4B4;
}
.client_reserved_area .client_reserved_area_data .client_reserved_data_link:last-child {
	margin-right:10px;
}


/* Clipping */
.clipping_list {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	flex-wrap:wrap;
	justify-content:space-between;
}
.clipping_list .clipping_item {
	display:flex;
	flex-direction:column;
	width:300px;
	margin-bottom:90px;
}
.clipping_list .clipping_date {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.83;
	text-align: left;
	color: #000000
}
.clipping_list .clipping_title {
	font-size: 31px;
	font-weight: 500;
	line-height: 1.06;
	text-align: left;
	color: #000000;
	padding-top:8px;
}
.pesquisa .clipping_list .clipping_title {
	font-size: 22px;
}
.clipping_list .clipping_summary {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: #000000;
	padding-top:20px;
}
.all_records {
	font-size: 17px;
	text-align: center;
	color: #3f3e40;
	text-transform:uppercase;
	padding-right:20px;
	background:url('../img/seta_harmonica.png') no-repeat right center;
}
.nav-bar {
	display: flex;
	justify-content: center;
	width: 100%;
}
.nav-bar ul {
	display:flex;
	justify-content:center;
	margin:0;
	padding:0;
	list-style:none;
}
.nav-bar ul li a {
	display:flex;
	justify-content:center;
	align-items:center;
	border:2px solid #3f3e40;
	font-size: 17.3px;
	text-align: center;
	color: #3f3e40;
	width:32px;
	height:31px;
	margin-right:7px;
	transition:all 0.5s;
}
.nav-bar ul li.active a,
.nav-bar ul li:hover a {
	color:#FFFFFF;
	border:2px solid #D10927;
	background:#D10927;
}
.nav-bar ul li:last-child a {
	margin-right:0;
}

.clipping_all_photos {
	display:flex;
	justify-content:space-between;
}
.clipping_all_photos img{
	margin-bottom:50px;
}
.clipping_date_detail {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.83;
	text-align: left;
	color: #000000;
	margin-bottom: 55px;
}

.clipping_detail {
	display:flex;
	justify-content:space-between;
	padding-bottom:20px;
}
.clipping_detail .clipping_detail_text {
	max-width:480px;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: #000000;
	margin-right:20px;
}
.clipping_detail .clipping_download_file {
	display:block;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: #000000;
	padding-top:30px;
}
.clipping_detail .clipping_download_file a {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	font-weight: 500;
	color: #cf0a2c;
}
.clipping_detail .clipping_all_photos img{
	max-width:305px;
	margin-right:20px;
}
.clipping_detail .clipping_all_photos img:last-of-type{
	margin-right:0;
}
.share {
	display:flex;
	padding-bottom:100px;
}
.share .share_title {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	color: #b3b3b3;
	padding-right:25px;
}
.share .share_title.active {
	background: url(../img/seta-download-hover.png) no-repeat left center;
	color: #b7165c;
}
.share .share_icon{
	display:inline-block;
	margin-right:15px;
	background-repeat:no-repeat;
	background-position:center bottom;
	width:20px;
	height:25px;
	transition:all 0.5s;
	cursor:pointer;
}
.share .share_icon:hover {
	background-position:center top;
}
.share .share_icon.share_facebook{
	background-image:url('../img/facebook.png');
}
.share .share_icon.share_google{
	background-image:url('../img/google.png');
}
.share .share_icon.share_blogger{
	background-image:url('../img/blogger.png');
}
.share .share_icon.share_linkedin{
	background-image:url('../img/linkedin.png');
}
.share .share_icon.share_twitter{
	background-image:url('../img/twitter.png');
}
.share .share_icon.share_pintrest{
	background-image:url('../img/pintrest.png');
}
.share .share_parent {
	display:inline-block;
	position:relative;
	width:100%;
}
.share .share_list {
	display:none;
}
.share .share_list.active {
	display:flex;
	position:absolute;
	z-index:999;
	background:rgba(255,255,255,1);
	left:120px;
	top:-7px;
	padding-bottom:20px;
}
/*GALERIA*/
.gallery_list,
.gallery_higlight {
	display:flex;
	margin:0 auto;
	padding:0;
	list-style:none;
	justify-content:space-between;
	max-width:1150px;
	width:100%;
	flex-wrap:wrap;
}
.gallery_list {
	margin-top:85px;
}
.gallery_higlight .gallery_higlight_item {
	position:relative;
	width:376px;
	height:250px;
}
.gallery_higlight .gallery_higlight_item .gallery_higlight_image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.gallery_higlight .gallery_higlight_item .gallery_higlight_image .gallery_mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#666666;
	opacity:0.90;
	transition:0.5s;
	z-index:1;
}
.gallery_higlight .gallery_higlight_item.active .gallery_higlight_image .gallery_mask,
.gallery_higlight .gallery_higlight_item:hover .gallery_higlight_image .gallery_mask{
	background:#E50020;
}
.gallery_higlight .gallery_higlight_item .gallery_higlight_image .gallery_higlight_box{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.06;
	text-align: center;
	color: #ffffff;
}
.gallery_list .gallery_list_item {
	margin-bottom:30px;
}
.gallery_list .gallery_list_name {
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.83;
	text-align: left;
	color: #000000;
	padding-top:14px;
}
.mfp-counter {
	display:none;
}
button.mfp-arrow {
	background:url('../img/imagem_ambiente_seta.png') no-repeat center;
	opacity:1;
}
button.mfp-arrow.mfp-arrow-right:after,
button.mfp-arrow.mfp-arrow-left:after {
	opacity:0;
}
button.mfp-arrow.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:before {
	opacity:0;
}
button.mfp-arrow.mfp-arrow-right {
	background:url('../img/imagem_ambiente_seta_right.png') no-repeat center;
}
.mfp-title {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.32;
	text-align: left;
	color: #ffffff;
	margin-bottom:30px;
}
.mfp-figure .mfp-bottom-bar {
	top:15px;
}
.mfp-bg {
	background:#E50020;
}
button.mfp-close {
	font-size:0;
	background:url('../img/cruz.png') no-repeat right center;
	top: -25px;
	margin-right:6px;
	opacity:1;
}

/*PERGUNTAS FREQUENTES */
.accordion_list .accordion_item {
	display:block;
	width:100%;
}
.accordion_list .accordion_item .accordion_title {
	display:block;
	width:100%;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom:35px;
	border-bottom:1px solid #000000;
	padding:10px 0;
	background:url(../img/seta_harmonica.png) no-repeat 98% center;
}
.accordion_list .accordion_item.active .accordion_title {
	background-image:url(../img/seta_harmonica2.png);
}
.accordion_list .accordion_item .accordion_content {
	display:none;
	width:100%;
	font-size: 18px;
	line-height: 1.61;
	text-align: left;
	color: #000000;
	margin-bottom:40px;
}
.accordion_list .accordion_item.active .accordion_content {
	display:block;
}
.contacts_img {
	display:block;
	position:relative;
	margin:-60px auto 0;
	width:100%;
	max-width: 1332px;
}
.contacts_img img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.contacts_data {
	display:flex;
	justify-content:space-between;
	padding-top:50px;
}
.contacts_data .contacts_adress{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.61;
	text-align: justify;
	color: #000000;
}
.contacts_data .contacts_show {
	display:flex;
	flex-direction:column;
}
.contacts_data .contacts_show .contacts_title{
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: justify;
	font-weight: 500;
	color: #cf0a2c;
}
.contacts_data .contacts_show .contacts_description{
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: justify;
	color: #000000;
}

/* Identidade */
.identity_highlight {
	display:block;
	width:100%;
	padding:70px 120px;
	background:#D10927;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin-top:80px;
}
.identity_title {
	display:block;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	color: #cf0a2c;
}
.identity_content_center .identity_title {
	text-align:center;
}
.identity_content_highlight {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000000;
	padding-top:10px;
	padding-bottom:35px;
}
.identity_content_highlight2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: center;
	color: #3d3c3e;
}
.identity_description {
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: left;
	color: #000000;
	padding-top:20px;
}
.identity_description_item {
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: justify;
	color: #000000;
	padding:20px 0;
	border-bottom:1px dashed #9F9E9F;
	text-align:center;
}
.identity_description_item:last-of-type {
	border-bottom:0;
}
.identity_description_item .identity_description_color {
	font-weight: 500;
	color: #cf0a2c;
}
.identity_data {
	display:flex;
	justify-content:space-between;
	padding:50px 0;
}
.identity_data .identity_data_wrap {
	max-width:335px;
}
.identity_img {
	padding:50px 0;
	display:flex;
	justify-content:center;
}
.identity_content .identity_content_text {
	max-width:530px;
	position:relative;
	padding:25px 0;
}
.identity_content .identity_content_text.identity_content_right {
	float:right;
}
.identity_content .identity_content_text.identity_content_right.identity_content_margin {
	margin-top:-150px;
}
.identity_content .identity_content_text.identity_content_image {
	display:flex;
	max-width:none;
}
.identity_content .identity_content_text.identity_content_image.identity_content_right img {
	margin-right:-20px;
}
.identity_content .identity_content_text.identity_content_image .identity_content_text_wrap {
	max-width:530px;
}
.identity_content .identity_content_text.identity_content_left img {
	margin:70px 100px 50px -89px;
}


/*MARCAS*/
.group_brand_list {
	margin:0;
	padding:0;
	list-style:none;
}
.group_brand_list .group_brand_item {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.group_brand_list .group_brand_item .group_brand_text {
	width:545px;
	margin-right:40px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: left;
	color: #000000;
}
.group_brand_list .group_brand_item .group_brand_brands {
	display:flex;
	align-items:center;
}
.group_brand_list .group_brand_item .group_brand_brands img {
	margin-right:30px;
}
/*Manuais de Instrução */
.instruction_manuals_list {
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
.instruction_manuals_img {
	position:relative;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
    top:calc(50% - 20px);
}
.instruction_manuals_list .instruction_manuals_item {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	border:1px solid #DADADA;
	width:265px;
	height:337px;
	margin-bottom:30px;
	margin-right:30px;
}
.instruction_manuals_list .instruction_manuals_item:last-child,
.instruction_manuals_list .instruction_manuals_item:nth-child(4n) {
	margin-right:0;
}
.instruction_manuals_list .instruction_manuals_item .instruction_manuals_wrapper {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	height:100%;
	padding:20px 0;
}
.instruction_manuals_list .instruction_manuals_item .instruction_manuals_download {
	display:flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid #DADADA;
	height:40px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #3f3e40;
	width:100%;
}

/* Made In Portugal */
.madeinportugal_content {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: justify;
	color: #000000;
}
.gallery_masonry {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:85px auto 0;
	padding:0;
	list-style:none;
	max-width:1332px;
	width:100%;
}
.gallery_masonry .masonry-item {
	position:relative;
	margin-bottom: 10px;
	height:295px;
}
.gallery_masonry .masonry-item.masonry-item-type1 {
	width: calc(25% - 10px);
}
.gallery_masonry .masonry-item.masonry-item-type2 {
	width: 50%;
}
.gallery_masonry .masonry-item.masonry-item-type3 {
	width: calc(50% - 10px);
}
.gallery_masonry .masonry-item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
/* ONDE COMPRAR */
.next_silampos {
	display: inline-block;
	position: absolute;
	top: 100px;
	right: 0;
}
.next_silampos img {
	position:absolute;
	left:-20px;
	top:-20px;
}
.next_silampos .next_silampos_title {
	font-size: 21px;
	font-weight: 900;
	text-align: center;
	color: #cf0a2c;
	padding:18px 20px 18px 30px;
	border-right:2px solid #000000;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
.next_silampos.shop img {
	position:unset!important;
}
.ondecomprar_filter {
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:flex-end;
	margin-top:50px;
}
.ondecomprar_filter .ondecomprar_block {
	width:280px;
}
.ondecomprar_filter .label_item {
	font-size: 18px;
	font-weight: 300;
	color: #808080;
	padding-bottom:15px;
}
#content .ondecomprar_filter select,
#content .ondecomprar_filter input[type=text] {
	display:flex;
	align-items:center;
	height:68px;
	box-shadow:none;
	border:1px solid #000000;
	width:100%;
	font-size: 20px;
	font-weight: 900;
	color: #cf0a2c;
	padding-left:30px;
	border-radius: 0;
}
#content .ondecomprar_filter select {
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
	background: url(../img/seta_harmonica.png) 95% center no-repeat #FFF;
}
#content .ondecomprar_filter select ::-ms-expand {
	display: none;
}
#content  .ondecomprar_filter input[type=submit] {
	display:flex;
	align-items:center;
	height:68px;
	width:100%;
	background-color:#D10927;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
	text-align:center;
	border:none;
	box-shadow:none;
	border:1px solid #D10927;
	transition:all 0.3s;
	cursor:pointer
}
#content  .ondecomprar_filter input[type=submit]:hover {
	color:#D10927;
	background-color:#FFFFFF;
}
.ondecomprar_img {
	margin:70px auto 0;
	max-width:1332px;
	width:100%;
	position:relative;
	
}
.ondecomprar_img img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.ondecomprar_image {
	display:flex;
	align-items:center;
}
.ondecomprar_tooltip {
	display:inline-block;
	margin-left:20px;
	width:27px;
	height:42px;
	background: url(../img/tooltip.png) center bottom no-repeat;
}
.ondecomprar_img .logo_empresa {
	position:absolute;
	top: 50%;
	left: 45%;
}
.ondecomprar_img .pin {
	display: flex;
	flex-direction: column;
	align-items: center;
	position:absolute;
	top: 15%;
	left: 20%;
}
.ondecomprar_img .pin a {
	display:block;
	width:27px;
	height:42px;
	background: url(../img/tooltip.png) center no-repeat;
}
.pin_local {
}
.pin_local .pin_local_titulo {
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
	padding:10px 20px;
	background-color:#D10927!important;
}
.pin_local .pin_local_descricao {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.23;
	text-align: justify;
	color: #000000;
	padding:20px;
	background-color:#FFFFFF!important;
}
.ondecomprar_data {
	padding:70px 0;
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
}
.ondecomprar_data .ondecomprar_item {
	width:320px;
	margin-bottom:65px;
}
.ondecomprar_data .ondecomprar_item .ondecomprar_content {
	font-size: 18px;
	line-height: 1.61;
	color: #000000;
}
.news_list {
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0 0 40px 0;
	list-style:none;
	width:100%;
}
.news_list .news_item {
	width:30%;
	margin-right:5%;
	margin-bottom: 40px;
}
.news_list .news_item:nth-child(3n),
.news_list .news_item:last-child {
	margin-right:0;
}
.news_list .news_image img {
	width:100%;
}
.news_list .news_date {
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.83;
	text-align: left;
	color: #000000;
}
.news_list .news_title {
	display:block;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.06;
	text-align: left;
	color: #000000;
}
.news_list .news_link {
	display:block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.83;
	text-align: left;
	color: #cf0a2c;
}
.news_all_photos {
	margin-bottom:35px;
}
.news_all_photos img{
	max-width:100%;
}

.mercados_content img {
	max-width:100%;
}
.mercados_content .mercados_content_title {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	max-width:980px;
	width:100%;
	margin:50px auto 0;
}

.mercados_content .country_list {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	height:330px;
	justify-content:space-between;
	margin:0;
	padding:60px 0 0;
	list-style:none;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: left;
	color: #000000;
}
.qualidade_ambiente_content {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.61;
	text-align: left;
	color: #000000;
}
.filter_area {
	display: inline-flex;
	float:right;
	margin: 35px 0;
}
.filter_area .filter_area_title {
	display:flex;
	align-items:center;
	font-size: 24px;
	text-align: left;
	color: #666666;
	padding-right:15px;
}
.filter_area .receitas_select,
.filter_area .tipos_receita_select {
	width:288px;
}
.receitas_select .nice-select,
.tipos_receita_select .nice-select {
	border-radius:0;
	border:1px solid #DBDBDB;
	background-color:#F1F1F1;
	width:288px;
}
.tipos_receita_select .nice-select:after,
.receitas_select .nice-select:after {
	border:0;
	width:15px;
	height:9px;
	background:url(../img/seta_harmonica.png) no-repeat center;
	right:10px;
	-ms-transform:none;
	-ms-transform-origin: 50% 50% 0;
	-webkit-transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform: none;
	transform-origin: 50% 50% 0;
	top:0;
	margin-top:0;
	height:40px;
}
.tipos_receita_select .nice-select.open::after,
.receitas_select .nice-select.open::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tipos_receita_select  .nice-select .current,
.receitas_select  .nice-select .current {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #3d3c3e;
}
.tipos_receita_select .nice-select .list,
.receitas_select .nice-select .list {
	border-radius:0;
	background-color:#F1F1F1;
	width:288px;
	margin-top:0;
	left:-1px;
	border:0;
	box-shadow:none;
}
.tipos_receita_select .nice-select .option,
.receitas_select .nice-select .option {
	font-size: 22px;
	text-align: left;
	color: #3f3e40;
	padding:0 20px;
}
.receitas_list {
	padding:0;
	padding-top:100px;
	display:flex;
	flex-wrap:wrap;
	margin:0;
	justify-content:flex-start;
	width:100%;
}
.receitas_list.detalhe {
	padding-top:30px;
	width:95%;
}
.pesquisa .receitas_list {
	padding-top:0;
}
.receitas_list .receitas_item {
	display:flex;
	flex-direction:column;
	max-width:268px;
	padding-bottom:100px;
	margin-left:26px;
}
.receitas_list.detalhe .receitas_item {
	padding-bottom:30px;
	max-width:180px;
	margin-left:0;
	margin-right:25px;
}
.receitas_list.detalhe .receitas_item:nth-child(3n) {
	margin-right:0;
}
.receitas_list .receitas_item:nth-child(4n + 1),
.receitas_list .receitas_item:first-child{
	margin-left:0;
}
.receitas_list .receitas_item .receitas_subtitle {
	font-size: 13px;
	text-align: center;
	color: #000000;
	padding-top:10px;
}
.receitas_list.detalhe .receitas_item .receitas_subtitle {
	height:30px;
	font-size: 11px;
}
.receitas_list.detalhe .receitas_item .receitas_title {
	font-size: 14px;
}
.receitas_list .receitas_item .receitas_title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	padding-top:10px;
}
.receita_detail {
	display:flex;
	justify-content:space-between;
	width:100%;
}
.receita_detail .ingredientes {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.75;
	text-align: left;
	color: #000000;
}
.receita_detail .ingredientes .ingredientes_title {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #cf0a2c;
	padding-bottom:35px;
}
.receita_detail .confecao {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	text-align: left;
	color: #000000;
	max-width:680px;
}
.receita_detail .confecao .confecao_title {
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	color: #cf0a2c;
	padding-bottom:35px;
}
.produtos_relacionados {
	padding-top:100px;
}
.produtos_relacionados .produtos_relacionados_title {
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	color: #cf0a2c;
	text-transform:uppercase;
}
.detalhe_produto  .produtos_relacionados .produtos_relacionados_title {
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	color: #3f3e40;
	margin-bottom:35px;
}
.produtos_relacionados .produtos_relacionados_list {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	padding-top:40px;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_item {
	margin-right:40px;
	position:relative;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_link{
	border:1px solid #D1D1D1;
	width:266px;
	height:368px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	/* align-items:center; */
	transition:all 0.5s;
	position:relative;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_item:hover .produtos_relacionados_link {
	border:1px solid #D8065E;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_label {
	display:block;
	padding:15px 15px 10px;
	font-size: 15.4px;
	text-align: left;
	color: #666666;
	width:100%;
	max-width:150px;
	min-height:68px;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_title {
	display:block;
	padding:0 20px;
	font-size: 17.9px;
	text-align: left;
	color: #3f3e40;
	margin:0 auto;
	min-height:38px;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_avaiable,
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_notavaiable {
	display:block;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	line-height: 47px;
	color: #ffffff;
	width:100%;
	background-color:#D8065E;
	margin-top:10px;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_avaiable {
	position:absolute;
	bottom:0;
	z-index:9999;
}
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_notavaiable {
	background:none;
}
.receita_chef {
	display:flex;
	width:100%;
}
.receita_chef .receita_chef_content {
	display:flex;
	flex-direction:column;
	padding-left:40px;
}
.receita_chef .receita_chef_content .subtitle_geral {
	font-size:18px;
	color:#666666;
}
.filter_area input[type="radio"] {
	display:none;
}
.receitas_chef {
	width:100%;
}
.filter_area form {
	display:flex;
}
.filter_area  input[type="radio"] + label {
	font-size: 19px;
	line-height: 1.79;
	text-align: left;
	color: #363636;
	padding-right:20px;
	cursor:pointer;
}

.filter_area input[type="radio"] + label span {
	display:inline-block;
	width:15px;
	height:14px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	background:url(../img/checkbox.png) center no-repeat;
	cursor:pointer;
}
.filter_area input[type="radio"]:checked + label span {
	background:url(../img/checkbox_checked.png) center no-repeat;
}

#content.catalogo #breadcrumbs {
	width:auto;
	margin:0 0 30px;
	display:inline-block;
}
#content.catalogo .title_geral{
	float:left;
	margin-bottom:15px;
	width:100%;
}
.filter_area_top {
	display:inline-flex;
	float:right;
	margin-top:0;
}
.filter_area_top .filter_area_top_title {
	display:flex;
	align-items:center;
	padding:0 10px;
	height:27px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	text-transform:uppercase;
	background:#000000;
}
.filter_area_top .nice-select {
	display: flex;
	align-items: center;
	height:27px;
	border-radius:0;
	border:0;
	background:#F1F1F1;
	width:175px;
}
.filter_area_top .nice-select:after {
	border:0;
	width:15px;
	background:url(../img/seta_harmonica.png) no-repeat center;
	right:10px;
	-ms-transform:none;
	-ms-transform-origin: 50% 50% 0;
	-webkit-transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform: none;
	transform-origin: 50% 50% 0;
	top:0;
	margin-top:0;
	height:27px;
}
.filter_area_top .nice-select.open::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter_area_top  .nice-select .current {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #3f3e40;
}
.filter_area_top .nice-select .list {
	border-radius:0;
	background-color:#F1F1F1;
	width:175px;
	margin-top:0;
	left:0;
	border:0;
	box-shadow:none;
}
.filter_area_top .nice-select .option {
	font-size: 13px;
	text-align: left;
	color: #3f3e40;
	padding:0 10px;
}
.filter_area_content {
	display:block;
	float:left;
	width:212px;
	clear:both;
}
.filter_area_content .filter_area_content_title {
	display:none;
	position:relative;
	font-size: 14.7px;
	text-align: center;
	color: #cf0a2c;
	background-color:#FFFFFF;
	border:1px solid #cf0a2c;
	text-transform:uppercase;
	padding-right: 50px;
	padding-left: 20px;
	cursor:pointer;
}
.filter_area_content .filter_area_content_title:after {
	content:'';
	position:absolute;
	top:0;
	right:10px;
	background: #FFFFFF url(../img/seta2.svg) no-repeat center;
	width:13px;
	height:100%;
	transition: all .15s ease-in-out;
}
.filter_area_content .filter_area_content_title.open:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter_area_content .filter_area_content_item_name {
	width:100%;
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	color: #3f3e40;
	padding:0 20px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
	transition: all .2s ease-in-out;
	position:relative;
	cursor:pointer;
	margin-bottom:20px;
}
.filter_area_content .filter_area_content_item_name:after {
	content:'';
	display:block;
	border:0;
	width:15px;
	background:url(../img/seta_harmonica.png) no-repeat center;
	right:10px;
	top:0;
	height:27px;
	position:absolute;
}
.filter_area_content .filter_area_content_item_name.open:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter_area_content_item_action {
	display:none;
	padding-bottom:60px;
	padding-top:10px;
	text-align:center;
}
.filter_area_content_item_action select {
	width:80%
}
.filter_area_content_item_action .slider-container {
	margin:0 auto;
}
.filter_area_content_item_action.open {
	display:block;
}
.filter_area_content_item_action input[type="radio"] {
	display:none;
}
.filter_area_content_item_action form {
	display:flex;
}
.filter_area_content_item_action  input[type="radio"] + label {
	display:block;
	font-size: 16.1px;
	line-height: 1.79;
	text-align: left;
	color: #363636;
	padding-bottom:10px;
	cursor:pointer;
	margin-left:20px;
}
.filter_area_content_item_action input[type="radio"] + label span {
	display:inline-block;
	width:15px;
	height:14px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	background:url(../img/checkbox.png) center no-repeat;
	cursor:pointer;
}
.filter_area_content_item_action input[type="radio"]:checked + label span {
	background:url(../img/checkbox_checked.png) center no-repeat;
}

.filter_area_content_item_action .theme-green .back-bar .selected-bar {
	background-color:#D41C37;
	background-image:none;
}
.filter_area_content_item_action .theme-green .back-bar {
	background-color:#000000;
	background-image:none;
	height:3px;
}
.filter_area_content_item_action .theme-green .back-bar .pointer {
	width:7px;
	background:#FFFFFF;
	border:1px solid #000000;
}
.filter_area_content_item_action .slider-container .back-bar .pointer-label {
	top:15px;
	font-size: 16.1px;
	line-height: 1.79;
	text-align: left;
	color: #363636;
}
.filter_area_content_item_action .slider-container .back-bar .pointer-label.high {
	right:0;
}
.filter_area_content_item_action .slider-container .scale {
	display:none;
}
.produtos_list {
	min-width:306px;
	max-width:868px;
	width:calc(100% - 235px);
	float:right;
	margin-bottom:50px;
}
.produtos_list > ul {
	display:inline-flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	width:100%;
	margin:0;
	padding:0;
}
.pesquisa .produtos_list,
.detalhe_produto .produtos_list {
	max-width:100%;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:0;
}
.produtos_list .produtos_item{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:left;
	border:1px solid #D7D7D7;
	width:266px;
	height:388px;
	padding:15px;
	margin-bottom:25px;
	transition:all 0.5s;
	position: relative;
	margin-right:35px;
}
.produtos_list .produtos_item:nth-child(3n){
	margin-right:0;
}
.detalhe_produto .produtos_list .produtos_item{
	margin-right:23px;
}
.detalhe_produto .produtos_list .produtos_item:nth-child(3n){
	margin-right:23px;
}
.detalhe_produto .produtos_list .produtos_item:nth-child(4n){
	margin-right:0;
}
.pesquisa .produtos_list .produtos_item,
.detalhe_produto .produtos_list .produtos_item {
	width:270px;
	height:343px;
	border:1px solid #F1F1F1;
}
/* .pesquisa .produtos_list .produtos_item:nth-child(n+5) { */
	/* display:none; */
/* } */
.produtos_list .produtos_item:hover{
	border:1px solid #cf0a2c;
}
.produtos_list .produtos_item .produtos_subtitle{
	display:block;
	padding-top:5px;
	font-size: 18px;
	text-align: left;
	color: #666666;
	text-transform:uppercase;
	width:100%;
	max-width:150px;
}
.pesquisa .produtos_list .produtos_item .produtos_subtitle {
	font-size: 16px;
}
.detalhe_produto .produtos_list .produtos_item .produtos_subtitle{
	font-size: 15px;
	text-align: left;
	color: #666666;
}
.produtos_list .produtos_item .produtos_title{
	display:block;
	font-size: 21px;
	text-align: left;
	color: #3f3e40;
	width:100%;
}
.pesquisa .produtos_list .produtos_item .produtos_title {
	font-size: 18px;
}
.detalhe_produto .produtos_list .produtos_item .produtos_title{
	font-size: 18.1px;
	text-align: left;
	color: #3f3e40;
}
.produtos_list .produtos_item:hover .produtos_title{
	color:#cf0a2c;
}
.produtos_content {
	width:100%;
}
.produtos_list .produtos_item .produtos_action{
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	width:100%;
}
.produtos_list .produtos_item .produtos_buy{
	border:1px solid #000000;
	padding:0 10px;
	height:30px;
	display:flex;
	align-items:center;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #3d3c3e;
}
.produtos_list .produtos_item .produtos_price{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #3d3c3e;
}
.label_prod .produtos_highlight3,
.produtos_list .produtos_item .produtos_highlight3,
.produtos_relacionados .produtos_relacionados_list .produtos_relacionados_link .produtos_highlight3 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border: 1px solid #000000;
	width: 73px;
	height: 21px;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	top: 15px;
	right: 15px;
	text-transform: uppercase;
}
.label_prod .produtos_highlight3 {
	top: 80px;
	right: 30px;
}
.detalhe_produto .detalhe_produto_wrap {
	display:flex;
	justify-content:center;
}

.detalhe_produto .detalhe_produto_image {
	width:630px;
}
.detalhe_produto .detalhe_produto_image .subtitle_geral {
	display:block;
	width:100%;
	font-size: 33px;
	text-align: left;
	color: #666666;
	text-transform:uppsercase;
}
.detalhe_produto .detalhe_produto_image img {
	max-width:100%;
}
.detalhe_produto .detalhe_produto_content {
	position:relative;
	width:470px;
	margin-top:35px;
}
.detalhe_produto .detalhe_produto_content .tabs_header {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:flex-start;
}
.detalhe_produto .detalhe_produto_content .tabs_header_item {
	margin-right:2px;
}
.detalhe_produto .detalhe_produto_content .tabs_header .tabs_header_link {
	display:flex;
	height:35px;
	justify-content:center;
	align-items:center;
	background-color:#B4B4B4;
	border-radius: 10px 10px 0 0;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	padding:0 40px;
	transition:all 0.5s;
}
.detalhe_produto .detalhe_produto_content .tabs_header .tabs_header_item:hover .tabs_header_link {
	opacity:1;
	background-color:#222222;
}
.detalhe_produto .detalhe_produto_content .tabs_header .tabs_header_item.active .tabs_header_link {
	background-color:#D10927;
}
.detalhe_produto .detalhe_produto_content .tabs_description {
	display:none;
	padding:40px 35px;
	background-color:#F1F1F1;
	z-index:1;
	transition:all 1s;
	font-size: 16px;
	line-height: 1.44;
	letter-spacing: -0.1px;
	text-align: left;
	color: #3f3e40;
}
.detalhe_produto .detalhe_produto_content .tabs_description.tabs_espec {
	font-size: 14px;
	line-height: 1.79;
	text-align: left;
	color: #000000;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_sizes_title {
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #3d3c3e;
	margin-top:15px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_sizes_subtitle {
	font-size: 15px;
	line-height: 1.92;
	text-align: left;
	color: #666666;
	padding-left:18px;
	margin-left:10px;
	font-weight: normal;
	background:url(../img/seta_detalhe.png) no-repeat left center;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_sizes_list {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:10px;
	max-width:400px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_sizes_item {
	display:inline-block;
	align-items:center;
	justify-content:center;
	min-width:50px;
	height:32px;
	border:1px solid #B3B3B3;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.4;
	text-align: center;
	color: #808080;
	margin-bottom:7px;
	margin-right:7px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_sizes_item a {
	display:block;
	padding:0 5px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_sizes_item.active {
	background-color:#3A393C;
	color: #ffffff;
	padding:0 5px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_title {
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #3d3c3e;
	margin-top:30px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_2 {
	display:flex;
	justify-content:space-between;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
	color: #3f3e40;
	margin-top:20px;
	width:100%;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_2 .tabs_description_sizes_title {
	margin-bottom:5px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_2 > div {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_pessoas {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tabs_description_desc_pessoas_num .persons {
	font-size:11px;
	width:25px;
	height:25px;
	padding-top:3px;
	text-align:center;
	border:1px solid #000000;
	border-radius:100%;
	display:inline-block;
	vertical-align:top;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_val {
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	color: #000000;
}
.detalhe_produto .detalhe_produto_content .tabs_description .icon .tabs_description_desc_val {
	font-weight: 500;
	vertical-align:super;
	display:inline-block;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_label {
	font-size: 9px;
	/* line-height: 3.5; */
	text-align: left;
	color: #666666;
	padding-left:10px;
	background:url(../img/seta-download-small.png) no-repeat left center;
	text-transform:uppercase;
	margin-bottom:10px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_label2 {
	font-size:8px;
	display:block;
	line-height:unset;
	text-align:center;
	text-transform:capitalize;
	margin-top:-10px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_label.fontes {
	margin-top:10px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_items {
	display: inline-block;
	margin-top:15px;
	min-width: 45%;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_items.fontes {
	margin-top:25px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_items.refs {
	margin-top:0;
	margin-bottom:20px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_desc_items.fontes {
	max-width:100%;
	width:100%;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_btns {
	display:flex;
	max-width:335px;
	flex-wrap:wrap;
	margin-top:10px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_btns .tabs_description_btns_items {
	display:flex;
	align-items:center;
	font-size: 15px;
	line-height: 1.92;
	text-align: left;
	color: #666666;
	padding:0 18px;
	height:40px;
	border:1px solid #666666;
	border-radius:10px;
	margin-right:2px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons {
	display:inline-flex;
	max-width:400px;
	flex-wrap:wrap;
	font-size: 9px;
	line-height: 1.21;
	text-align: center;
	color: #666666;
	margin-top:10px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons.others {
	margin-top:0px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons.maquina_lavar {
	float:right;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_other,
.title_video_detalhe {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	color: #3f3e40;
}
.title_video_detalhe.single_image {
	color:#cf0a2c;
	padding-left:15px;
	position:relative;
}
.title_video_detalhe.single_image:before {
	content: '>';
	left:0;
	position:absolute;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_other_val {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	color: #000000;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item {
	display:flex;
	flex-direction:column;
	margin-right:24px;
	max-width:35px;
	align-items: center;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item.multidisc,
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item.idplus {
	max-width:200px!important;
	width:200px!important;
	height:200px!important;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item.multidisc img,
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item.idplus img {
	width:200px!important;
	height:200px!important;
	max-width:200px!important;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item.forceflon {
	max-width:140px!important;
	width:140px!important;
	height:200px!important;
	line-height:200px!important;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item.forceflon img {
	width:140px!important;
	height:140px!important;
	max-width:140px!important;
	vertical-align:middle;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_icons_item:last-of-type {
	margin-right:0;
}
.detalhe_produto .detalhe_produto_content .tabs_description_downloads {
	margin-top:55px;
}
.detalhe_produto .detalhe_produto_content .tabs_description_downloads {
	line-height:initial;
}
.detalhe_produto .detalhe_produto_content .tabs_description_downloads .tabs_description_downloads_item {
	display:flex;
	flex-direction:column;
	margin-right:30px;
}
.detalhe_produto .detalhe_produto_content .tabs_description_downloads .tabs_description_downloads_item:last-of-type {
	margin-right:0;
}
.detalhe_produto .detalhe_produto_content .tabs_description_downloads .tabs_description_downloads_item_icon {
	display:block;
	background-position:left center;
}
.detalhe_produto .detalhe_produto_content .tabs_description_downloads .tabs_description_downloads_item_title {
	margin-bottom:10px;
	padding-left:10px;
	background:url(../img/seta-download-small.png) no-repeat left center;
	font-size: 8px;
	line-height: 3.5;
	text-align: left;
	color: #666666;
	text-transform: uppercase;
}
.detalhe_produto .detalhe_produto_content .tabs_description ul {
	padding:0;
	margin:0;
	list-style:none;
}
.detalhe_produto .detalhe_produto_content .tabs_description.active {
	display:block;
}
.detalhe_produto .detalhe_produto_content .tabs_description .tabs_description_title {
	display:block;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #3d3c3e;
	margin-bottom:10px;
}
.detalhe_produto .detalhe_produto_content .tabs_description .btn_gray {
	display:inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.92;
	text-align: center;
	color: #ffffff;
	padding:5px 15px;
	background:#3A393C;
	border-radius: 10px;
	margin-bottom:10px;
	border:1px solid #3A393C;
	transition:all 0.5s;
}
.detalhe_produto .detalhe_produto_content .tabs_description .btn_gray:hover {
	color:#3A393C;
	background:transparent;
}
.detalhe_produto_disponibilidade,
.detalhe_produto_disponibilidade a {
	text-align:center;
	width:100%;
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	background:#D8065E;
	display:block;
}
.detalhe_produto_disponibilidade.contactar,
.detalhe_produto_disponibilidade.contactar a {
	background:#cf0a2c;
}
.share_detail {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0;
	height:60px;
	width:100%;
}
.share_detail .download_app_silampos,
.share_detail .share_title{
	font-size: 13px;
	text-align: left;
	color: #3f3e40;
	text-transform:uppercase;
	padding-left:20px;
	background:url(../img/seta-download.png) no-repeat left center;
	margin-right:10px;
	font-weight:normal;
}
.share_detail .download_app {
	display:flex;
	align-items:center;
}
.share_detail .silampos_icon {
	display:inline-block;
	background:#D10927 url(../img/ssilampos.png) no-repeat center;
	width:40px;
	height:40px;
	border-radius:10px;
}
.add_cart {
	display:flex;
	justify-content:space-between;
	margin-top:55px;
}
.add_cart .add_cart_price {
	font-size: 37px;
	font-weight: 500;
	text-align: left;
	color: #3d3c3e;
	line-height: 40px;
}
.add_cart .add_cart_price > span {
	color:#d30e5e;
	text-decoration:line-through;
}
.add_cart .add_cart_price > span > span {
	color: #3d3c3e;
}
.add_cart .add_cart_values {
	display:flex;
	height:40px;
	align-items:center;
	border:2px solid #000000;
}
.add_cart .add_cart_buy {
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	color: #3d3c3e;
	border-left:2px solid #000000;
	padding: 0 25px;
	line-height: 40px;
}
.add_cart .add_cart_btn_wrap {
	display:flex;
	flex-direction:column;
	width:15px;
	height:40px;
	border-left:2px solid #000000;
}
.add_cart .add_cart_values_wrap {
	display:flex;
}
.add_cart .add_cart_btn {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
.add_cart .add_cart_btn.more {
	background:url(../img/mais.png) no-repeat center;
	border-bottom:2px solid #000000;
}
.add_cart .add_cart_btn.less {
	background:url(../img/menos.png) no-repeat center;
}
#content .add_cart .updown {
	display:flex;
	align-items:center;
	justify-content:center;
	background:transparent;
	border:0;
	border-radius:0;
	box-shadow:none;
	font-family: 'LocatorWeb', sans-serif;
	width:40px;
	font-size: 28.4px;
	font-weight: bold;
	color: #3d3c3e;
	text-align:center;
	padding:0;
	height:40px;
}
.search_summary {
	font-size: 50px;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	color: #3d3c3e;
	line-height:100%;
}
.search_resultados_title {
	font-size: 20px;
	text-align: left;
	color: #cf0a2c;
	font-weight: 900;
	padding-bottom:30px;
	padding-top:90px;
}
.search_resultados_title .search_resultados_total {
	font-weight: 300;
}
.search_resultados_all {
	font-size: 23px;
	font-weight: 500;
	text-align: left;
	color: #3d3c3e;
	padding-top:60px;
}
.downloadBtn {
	float:right;
	margin-top:-5px;
}
.downloadBtn ul {
	display: flex;
	flex-wrap:nowrap;
	margin:0;
	padding:0;
}
.downloadBtn ul li {
	align-items: center;
	justify-content: center;
	border: 1px solid #000000;
	list-style:none;
	margin-left:10px;
}
.downloadBtn ul li a {
	display:block;
	padding:5px 10px;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.loja-encomenda-rapida {
	margin-top:30px;
	width:100%;
	position:relative;
}
.loja-encomenda-rapida > div {
	width:100%;
	padding:5px;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
}
.loja-encomenda-rapida > div.line input {
	margin-right:10px!important;
}
.loja-encomenda-rapida > div .info-prod {
	padding-top:8px;
}
.loja-encomenda-rapida > div .number {
	width:60px;
}
.loja-encomenda-rapida > div.line .add-more {
	width:15px;
	height:15px;
	display:block;
}
.loja-encomenda-rapida > .totalCart {
	position:absolute;
	right:0;
	top:0;
	width:auto;
}
#mapOndeEstamos {
	width: 100%;
	max-width:1332px;
	height: 633px;
	background-color: grey;
}
/*style the box*/  
 .gm-style .gm-style-iw {
	top:25px !important;
	left: 27px !important;
	width: 214px !important;
 }    

 /*style the p tag*/
 .gm-style .gm-style-iw #google-popup p{
	padding: 0px;
 }

/*style the arrow*/
.gm-style div div div div div div div div {
	background-color: transparent !important;
	padding: 0;
	margin: 0;
	padding: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
	width: 214px !important;
}
#content .form .field span + .required {
	color:unset;
	font-weight:unset;
}
.mapa-site > ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.mapa-site > ul > li {
	width:25%;
	margin-bottom:30px;
}
.mapa-site > ul > li > a {
	font-size:20px;
	font-weight:700;
}
.pt-2020 {
	position:absolute;
	z-index:9999;
	bottom:18px;
	left:20px;
	background:rgba(255,255,255,0.8);
}
.pt-2020 img {
	max-width:400px;
}
#job-list {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:5px solid #cf0a2c;
	display: table;
	width:100%;
}
#job-list .job-list-item {
	display: table-row;
	vertical-align: middle;
}
#job-list .job-list-item:last-child > a, 
#job-list .job-list-item:last-child > div {
	border:0;
}
#job-list .job-list-item > a {
	padding:15px 0;
	width:35%;
	display: table-cell;
	border-bottom:2px solid #cf0a2c;
}
#job-list .job-list-item > .job-list-item-department {
	width:55%;
	display: table-cell;
	border-bottom:2px solid #cf0a2c;
}
#job-list .job-list-item > .job-list-item-btndetail {
	width:10%;
	display: table-cell;
	border-bottom:2px solid #cf0a2c;
	text-align:right;
}
header .header_sign_in .header_sign_in_form .inputs.user {
	margin-right: 5px;
}
.sign_in_wrapper,
header .header_sign_in_wrapper {
	display: flex;
	justify-content: center;
	width: 920px;
	margin: 0 auto;
	transition: all 0.5s;
}
.sign_in_login .sign_in_wrapper,
header .header_sign_in.active .header_sign_in_wrapper {
	max-width: 1020px;
	width: 100%;
}
header .header_sign_in_login {
	max-width: 600px;
	padding:0 100px 0 0;
	box-sizing:initial;
	border-right:1px solid #000000;
}
.sign_in_register,
header .header_sign_in_register {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 275px;
	padding:20px 0 0 100px;
	box-sizing:initial;
}
.sign_in_register .sign_in_register_title,
header .header_sign_in_register .header_sign_in_register_title {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.07;
	text-align: center;
	color: #3d3c3e;
}
.sign_in_register .sign_in_register_desc,
header .header_sign_in_register .header_sign_in_register_desc {
	font-size: 12px;
	text-align: center;
	color: #808080;
	padding-top: 17px;
}
.sign_in_register .sign_in_register_action,
header .header_sign_in_register .header_sign_in_register_action {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #000000;
	padding:0 20px;
	background: #ffffff;
	border:2px solid #000000;	
	margin-top: 10px;
}
#cookiePolicy {
	background-color:#cf0a2c;
}
#cookiePolicy > .container {
	background:#cf0a2c url('/temas/institucional/img/info.png') no-repeat left 15px center;
	color:#FFFFFF;
}
#cookiePolicy > .container > p > a {
	color:#FFFFFF;
}