@font-face {
	font-family: 'NOME';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FILE.woff) format('woff');
}

html, body{
	width: 100%;
	height: 100%;
    position: relative;

}

body{
	background-color: #fff;
	font-family: 'Montserrat';
}

body.aberto{
	overflow: hidden;
}

input {
	transition: box-shadow .3s;
	outline: none;
}

/*input:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

input:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}
*/
.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	overflow: visible;
}


.custom_container{
	width: 80%;
	margin: 0 auto;
}

.container_internas{
	width: 70%;
	margin: 0 auto;
}


.right-align{
	text-align: right;
}


button.v1{
	color: #CCB420;
	font-size: 18px;
	background: #fff;
	border: 0;
	padding: 10px 45px;
	border-radius: 26px;
	text-transform: uppercase;
	font-weight: 400;
	outline: none;
}

button.v2 {
	transition: box-shadow .3s;
	padding: 10px 40px;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	background-color: #F4F4F4;
	outline: none;
}

a.v3,
button.v3 {
	transition: box-shadow .3s;
	padding: 10px 40px;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	background-color: #D0D3DE;
	outline: none;
	color: #fff;
}

a.v3 {
	text-decoration: none;
}

.btn.v4 {
	transition: box-shadow .3s;
	padding: 2px 5px;
	border-radius: 7px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	background-color: #CCB420;
	outline: none;
	color: #fff;
}

button.v2:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

button.v2:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}

a.v3:hover,
button.v3:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

button.v5 {
	padding: 10px 40px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	background-color: #F4F4F4;
	border: 1px solid #F4F4F4;
	outline: none;
	transition: all 0.3s;
}

button.v5:hover {
	background-color: #D0D3DE;
	color: #fff;
	border: 1px solid #979797;
	transition: all 0.3s;
}

button.v6 {
	padding: 10px 40px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	background-color: #303030;
	border: 1px solid #303030;
	outline: none;
	transition: all 0.3s;
	color: #fff;
}


.texto{
	font-family: Raleway;
	font-size: 16px;
	color: #3C3C3C;
	letter-spacing: 0.33px;
	line-height: 28.78px;
	font-weight: 300;
}

button.v6:hover {
	background-color: #D0D3DE;
	color: #fff;
	border: 1px solid #979797;
	transition: all 0.3s;
}

@media screen and (max-width: 1500px){
	button.v1 {
		font-size: 16px;
		padding: 10px 35px;
	}

	.texto {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1350px){
	.custom_container {
		width: 90%;
		margin: 0 auto;
	}
}


@media screen and (max-width: 1100px){
	button.v2 {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	button.v1 {
		font-size: 14px;
		padding: 5px 25px;
	}

	.container_internas {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

.menu_holder {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(241, 241, 241, 0.9);
	padding: 20px 0 0 0;
    width: 100%;
    z-index: 3;
}


.menu_holder .menu_topo_sup {
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
}

.menu_holder .menu_topo_sup .caixa_pesquisa .input-group{
	width: 100%;
}

.menu_holder .menu_topo_sup .caixa_pesquisa input{
	width: 100%;
	position: relative;
	border: 1px solid transparent;
	padding: 5px 10px;
	border-radius: 28px;
	background: rgba(0,0,0,0.1);
	font-size: 15px;
	outline: none;
}

.menu_holder .menu_topo_sup .caixa_pesquisa button{
	position: absolute;
	top: 3px;
	right: 6px;
	border: 1px solid transparent;
	border-radius: 28px;
	outline: none;
	background: transparent;
	outline: none;
}

.menu_holder .menu_topo_sup .caixa_pesquisa button img{
	width: 17px;
}

.menu_holder .menu_topo_sup .botao_abrir_login .icon-conta{
	background: #CCB420;
	border-radius: 28px;
	text-align: center;
	padding: 5px 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid transparent;
	outline: none;
}

.menu_holder .menu_topo_sup .botao_abrir_login .btn_login i{
	margin-left: 15px;
}

.menu_holder .menu_topo{
	padding-top: 20px;
	overflow: unset !important;
}



.menu_holder .navbar-header {
    
}

.menu_holder .navbar-header img{
	width: 230px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	top: 20px;
	right: 2%;
    cursor: pointer;
	outline: none;
    
	display: none;
}

.menu_holder .menu-toggler span {
    height: 3px;
    width: 100%;
    background-color: #e3861d;
    margin-top: 5px;
    display: block;
	border-radius: 2px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
    background-color: #808b92;
}


#nav-icon3{
	width: 32px;
	height: 32px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #214AA2;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 9px;
}

#nav-icon3 span:nth-child(4) {
	top: 18px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menu_holder .menu{
	margin: 25px 0 0 50px;
	float: right;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
}

.menu_holder .menu-nav .dropdown{
	display: inline-block;
	margin: 0 20px -1px 20px;
	cursor: pointer;
	color: #4A4A4A;
	font-size: 14px;
	position: relative;
	height: 60px;
}


.menu_holder .menu-nav .dropdown.mobile{
	display: none;
}


.menu_holder .menu-nav .dropdown:hover,
.menu_holder .menu-nav .dropdown.active{
	border-bottom: 5px solid #CCB420;
}

.menu_holder .menu-nav .dropdown.icon:hover,
.menu_holder .menu-nav .dropdown.icon.active:hover{
	border-bottom: none;
}


.menu_holder .menu-nav .dropdown.menus:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: -4px;
	left: -10px;
	right: -10px;
	border-bottom: 6px solid;
	border-color: transparent;
	z-index: -1;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}


.menu_holder .menu-nav .dropdown.menus:hover:after,
.menu_holder .menu-nav .dropdown.menus.active:after{
	border-color: #CCB420;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.menu_holder .menu-nav .dropdown:after:hover{
	border-color: #CCB420;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.menu_holder .menu-nav .dropdown img{
    width: 30px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #4A4A4A;
	font-size: 16px;
}

.menu_holder .menu-nav .dropdown.language a{
	color: #298e2a;
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav .dropdown a:focus,
.menu_holder .menu-nav li.active > a, 
.menu_holder .menu-nav li.active:hover > a {
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: #333;
	cursor: default;
}

/*.menu_holder .dropdown-menu.mobile {
    display: none;
}*/

.dropdown-menu_produtos.mobile{
	display: none;
	list-style: none;
}

.dropdown-menu_produtos.mobile .single_menu_produto{
	padding: 5px 0;
	cursor: pointer;
}

.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}


@media screen and (min-width: 993px) {

	.menu_holder .menu {
		display: inline-block !important;
	}


}


@media screen and (max-width: 1500px) {

	.menu_holder .menu-nav .dropdown a,
	.menu_holder .menu-nav .dropdown .menu_produto{
		font-size: 15px;
	}
	.menu_holder .menu-nav .dropdown img {
		height: 22px;
		width: auto;
	}

	.menu_holder .menu_topo {
		padding-top: 15px;
		overflow: unset !important;
	}

}

@media screen and (max-width: 1350px) {

	.menu_holder .menu-nav .dropdown {
		margin: 0 10px -1px 10px;
		font-size: 14px;
	}

	.menu_holder .menu-nav .dropdown a {
		font-size: 14px;
	}
	.menu_holder .menu-nav .dropdown img {
		height: 22px;
		width: auto;
	}

	.menu_holder .menu_topo {
		padding-top: 15px;
		overflow: unset !important;
	}
	.menu_holder .navbar-header img {
		width: 215px;
	}

}

@media screen and (max-width: 992px) {


	.menu_holder {
		padding: 20px 0;
	}


	.menu_holder .menu_topo_sup {
		display: none;
	}

	.menu_holder .menu_topo {
		padding-top: 0;
	}

	.menu_holder .menu_topo .menu.aberto{
		height: 100vH;
		overflow: auto !important;
		padding-bottom: 90px;
	}

	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}
	
	.menu_holder .navbar-header {
		top: -15px;
	}
	
	.menu_holder .navbar-header img{
		width: 150px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		height: auto !important;
		margin: 25px 0;
	}

	.menu_holder .menu-nav .dropdown.mobile{
		display: block;
	}

	.menu_holder .menu-nav .dropdown.mobile .caixa_pesquisa {
		width: 210px;
	}

	.menu_holder .menu-nav .dropdown.mobile.pesquisa .caixa_pesquisa input {
		width: 100%;
		position: relative;
		border: 1px solid transparent;
		padding: 5px 10px;
		border-radius: 28px;
		background: rgba(0,0,0,0.1);
		font-size: 15px;
		outline: none;

	}

	.menu_holder .menu-nav .dropdown.mobile.pesquisa .caixa_pesquisa button {
		position: absolute;
		top: 5px;
		right: 10px;
		background: none;
		border: none;
	}

	.menu_holder .menu-nav .dropdown.mobile.login button {
		background: #CCB420;
		border-radius: 28px;
		text-align: center;
		padding: 5px 10px;
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		border: 1px solid transparent;
		outline: none;
	}

	.menu_holder .menu-nav .dropdown.mobile.login.active,
	.menu_holder .menu-nav .dropdown.mobile.pesquisa.active {
		border: none;
	}

	.menu_holder .menu-nav .dropdown.mobile.login:hover,
	.menu_holder .menu-nav .dropdown.mobile.pesquisa:hover {
		border: none;
	}



	.menu_holder .menu-nav .dropdown.icon {
		display: block;
		width: 25px;
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}

	.menu_holder .menu-nav .dropdown:hover,
	.menu_holder .menu-nav .dropdown.active{
		border-bottom: none;
	}
}
/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner ul img{
	width: 100%;
	display: none !important;
}

.banner ul li{
	width: 100%;
	height: 100vH;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.internas li {
    height: 70vh;
	background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}


.banner .conteudo{
    position: absolute;
	top: 45%;
    left: 0;
    right: 0;
    text-align: center;
	width: 80%;
	margin: auto;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.banner .conteudo .nome{
	color: #fff;
	text-transform: uppercase;
	font-size: 75px;
	font-weight: 300;
	width: 50%;
	margin: 0 auto 25px auto;
}

.banner .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}


@media screen and (max-width: 1500px) {
	.banner .conteudo .nome {
		font-size: 65px;
	}

	.banner #slider_home .owl-dots .owl-dot {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width: 1350px) {

	.banner .conteudo {
		width: 90%;
	}
}

@media screen and (max-width: 992px) {

	
	.banner,
	.banner ul li {
		height:350px;
	}

	.banner.internas, .banner.internas li {
		height: 300px;
	}
	
	.banner ul img{
		display: none;
	}
	.banner .conteudo {
		top: 40%;
		width: 70%;
	}
	.banner .conteudo .nome {
		font-size: 25px;
		width: 100%;
	}
	.banner .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {
	
	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.banner .conteudo .nome {
		font-size: 30px;
	}
}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h1{
	font-family: 'Raleway';
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #222222;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	margin-bottom: 80px;
}

.bloco h2{
	font-size: 36px;
	color: #303030;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: 400;
}

.bloco h3 {
	font-family: Raleway;
	font-size: 22px;
	color: #272729;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: 0.46px;
	line-height: 30px;
	font-weight: 300;
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #838383;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}

@media screen and (max-width: 1600px) {

	.bloco h2 {
		font-size: 30px;
	}

	.bloco h3 {
		font-size: 20px;
	}

	.bloco h4 {
		font-size: 16px;
	}

	.bloco p {
		font-size: 15px;
	}
}

@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 15px;
	}
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
	position: relative;

	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
	padding: 0 2%;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
	
.midder .conteudo h2 {
	font-size: 48px;
	color: #111;
	text-transform: none;
}
.midder .conteudo p {
	font-size: 17px;
	color: #838383;
}


@media screen and (max-width: 992px) {
	
	.midder {
		height: 250px;
		background-attachment: initial;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}

/*@media screen and (max-width: 470px) {
	
	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.bloco_sugestoes {
	padding: 55px 0;
}

.bloco_sugestoes .holder_destaques{
	padding: 0 35px;
}

.bloco_sugestoes .holder_destaques .grande{
	padding-right: 25px;
}

.bloco_sugestoes .holder_destaques .pequenas{
	padding-left: 25px;
}

.bloco_sugestoes .sugestao {
	position: relative;
}

.bloco_sugestoes .sugestao .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.bloco_sugestoes .sugestao:hover .mask {
	opacity: 0.5;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.bloco_sugestoes .sugestao.sugestao_grd {
	height: 730px;
	background-repeat: no-repeat;
	background-size: cover;
}

.bloco_sugestoes .sugestao.sugestao_grd .conteudo .nome{
	text-align: right;
}

.bloco_sugestoes .sugestao.sugestao_peq {
	height: 355px;
}

.bloco_sugestoes .sugestao.sugestao_peq:first-child {
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
}

.bloco_sugestoes .sugestao.sugestao_grd .conteudo {
	position: absolute;
	top: 10%;
	right: 5%;
}

.bloco_sugestoes .sugestao.sugestao_peq .conteudo {
	position: absolute;
	top: 10%;
	left: 5%;
}

.bloco_sugestoes .sugestao.sugestao_peq .conteudo .nome {
	text-align: left;
}

.bloco_sugestoes .sugestao.sugestao_peq:first-child .conteudo {
	left: unset;
	left: 5%;
	text-align: right;
}

.bloco_sugestoes .sugestao .conteudo .nome {
	color: #535353;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	opacity: 0;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.bloco_sugestoes .sugestao:hover .conteudo .nome {
	opacity: 1;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.bloco_sugestoes .sugestao .conteudo .nome strong{
	font-weight: 400 !important;
}

.bloco_sugestoes .sugestao .conteudo .descricao {
	color: #fff;
	font-size: 44px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bloco_sugestoes .sugestao.sugestao_peq:first-child .conteudo .descricao {
	color: #ca5388;
}


@media screen and (min-width: 993px){
	.bloco_as_nossas_sugestoes .holder_sugestao{
		display: flex;
		margin-top: 80px;
	}
}


.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao{
	display: inline-block;
	width: Calc(100% / 4);
	padding-right: 15px;
}


.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .nome{
	font-family: Raleway;
	font-size: 21px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .descricao{
	font-family: Raleway;
	font-size: 35.2px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
}

.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .content{
	font-family: Raleway;
	font-size: 17px;
	color: #303030;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
}

.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .botao{
	margin-top: 20px;
}

.bloco_as_nossas_sugestoes .holder_sugestao .imagem{
	display: inline-block;
	width: Calc(100% / 4 * 3);
}

.bloco_as_nossas_sugestoes .holder_sugestao .imagem img{
	width: 100%;
}


.bloco_marcas .holder_marcas {
	margin: 80px 0;
}

.bloco_marcas .holder_marcas .slider_marcas .single_imagem_marca{
	padding: 0 35px;
}


.slider_marcas{
	position: relative;
}

.slider_marcas .owl-controls .owl-nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.slider_marcas .owl-controls .owl-nav .owl-prev,
.slider_marcas .owl-controls .owl-nav .owl-next{
	border: 1px solid #3A3A3A;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.slider_marcas .owl-controls .owl-nav .owl-prev:hover,
.slider_marcas .owl-controls .owl-nav .owl-next:hover{
	border: 1px solid #3A3A3A;
	background: #3A3A3A;
	color: #fff;
}

.slider_marcas .owl-controls .owl-nav .owl-prev{
	position: absolute;
	left: -15px;
	top: -15px;
}

.slider_marcas .owl-controls .owl-nav .owl-prev i{
	position: absolute;
	font-size: 20px;
	left: 12px;
	top: 6px;
}


.slider_marcas .owl-controls .owl-nav .owl-next{
	position: absolute;
	right: -15px;
	top: -15px;
}

.slider_marcas .owl-controls .owl-nav .owl-next i{
	position: absolute;
	font-size: 20px;
	left: 14px;
	top: 6px;
}

.slider_marcas .owl-controls .owl-dots {
	position: absolute;
	bottom: -85px;
	text-align: center;
	margin: 0 auto 0;
	left: 0;
	right: 0;
}

.slider_marcas .owl-controls .owl-dots .owl-dot {
	background: transparent;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	border: 1.5px solid #808080;
}

.slider_marcas .owl-controls .owl-dots .owl-dot.active {
	background: #808080;
}


.bloco_testemunhos{
	background: rgba(72, 72, 72, 0.06);
	padding: 50px 0;
}

.bloco_testemunhos .testemunho,
.bloco_testemunhos .newsletter_home{
	display: inline-block;
	width: 50%;
	margin-left: -3px;
	vertical-align: middle;
}

.bloco_testemunhos .holder_testemunho{

}

.bloco_testemunhos .holder_testemunho .imagem{
	display: inline-block;
	width: 80px;
}

.bloco_testemunhos .holder_testemunho .imagem img{
	width: 80px;
	border-radius: 50%;
}

.bloco_testemunhos .holder_testemunho .info{
	display: inline-block;
	width: Calc(100% - 84px);
	vertical-align: top;
	padding: 0 20px;
}

.bloco_testemunhos .holder_testemunho .info .content{
	font-size: 18px;
	color: #272729;
	letter-spacing: 0.38px;
	line-height: 30px;
	font-weight: 200;
}

.bloco_testemunhos .holder_testemunho .info .nome{
	font-size: 19px;
	color: #D7C138;
	letter-spacing: 0.4px;
	line-height: 20px;
	font-weight: 300;
}



#form_newsletter .input_newsletter.home{
	width: 60%;
	position: relative;
	margin: 5px auto 0 auto;
}

#form_newsletter .input_newsletter img{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
}

#form_newsletter .input_newsletter input{
	width: 100%;
	outline: none;
	border-radius: 26px;
	padding: 15px 20px 15px 50px;
	border: 1px solid transparent;
	background: #E0E0E0;
}

#form_newsletter button{
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid transparent;
	background: #C8B43B;
	color: #fff;
	border-radius: 0 26px 26px 0;
	padding: 15px 20px 15px 20px;
	text-transform: uppercase;
	outline: none;
}

#form_newsletter .form_registar_group{
	margin-bottom: 0;
	margin-top: 10px;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	color: #272729;
}

#form_newsletter .form_registar_group a{
	color: #272729;
	font-weight: 300;
	font-size: 14px;
}


@media screen and (max-width: 1600px){

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .nome {
		font-size: 16px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .descricao {
		font-size: 26px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .content {
		font-size: 14px;
	}
}

@media screen and (max-width: 1500px){
	.bloco_sugestoes .sugestao.sugestao_grd {
		height: 500px;
	}
	.bloco_sugestoes .sugestao.sugestao_peq {
		height: 240px;
	}

	.bloco_sugestoes .sugestao .conteudo .nome {
		font-size: 30px;
	}


	.bloco_testemunhos .holder_testemunho .info .content {
		font-size: 16px;
	}

	.bloco_testemunhos .holder_testemunho .info .nome {
		font-size: 17px;
	}


}



@media screen and (max-width: 1700px) {
	#form_newsletter .input_newsletter.home {
		width: 70%;
	}
}

@media screen and (max-width: 1450px) {

	.newsletter_home h3 {
		font-size: 16px;
	}

	#form_newsletter .input_newsletter.home {
		width: 70%;
	}

	#form_newsletter .input_newsletter img{
		width: 18px;
	}

	#form_newsletter .form_registar_group{
		font-size: 14px;
	}

	.footer, .footer a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1300px){
	.bloco_sugestoes .sugestao.sugestao_grd {
		height: 400px;
	}
	.bloco_sugestoes .sugestao.sugestao_peq {
		height: 190px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .nome {
		font-size: 15px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .descricao {
		font-size: 20px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao .content {
		font-size: 14px;
	}
}

@media screen and (max-width: 1150px) {
	#form_newsletter .input_newsletter {
		width: 100%;
	}

	#form_newsletter .input_newsletter input {
		font-size: 10px;
	}

	#form_newsletter button {
		font-size: 10px;
	}

	#form_newsletter .input_newsletter img {
		top: 18px;
	}
}

@media screen and (max-width: 992px){
	.bloco_sugestoes .sugestao.sugestao_grd {
		height: 340px;
		margin-bottom: 25px;
	}

	.bloco_sugestoes .sugestao.sugestao_peq {
		height: 340px;
	}

	.bloco_sugestoes .holder_destaques .pequenas {
		padding-left: 15px;
	}

	.bloco_sugestoes .holder_destaques .grande {
		padding-right: 15px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .info_sugestao {
		display: block;
		width: 100%;
		padding: 0 15px;
		margin-bottom: 35px;
		text-align: center;
		margin-top: 40px;
	}

	.bloco_as_nossas_sugestoes .holder_sugestao .imagem {
		display: block;
		width: 100%;
	}

	.bloco_testemunhos .testemunho, .bloco_testemunhos .newsletter_home {
		display: block;
		width: 100%;
		margin-left: 0;
		vertical-align: middle;
		padding: 0 15px;
	}

	.bloco_testemunhos .holder_testemunho .imagem {
		display: block;
		width: 80px;
		margin: 10px auto;
	}

	.bloco_testemunhos .holder_testemunho .info {
		display: block;
		width: 100%;
		vertical-align: top;
		padding: 0 15px;
		text-align: center;
		margin-bottom: 40px;
	}

	#form_newsletter .input_newsletter.home {
		width: 100%;
	}

	#form_newsletter .input_newsletter input {
		font-size: 11px;
	}

	#form_newsletter button {
		font-size: 11px;
		padding: 15px 5px 15px 5px;
	}
}


@media screen and (max-width: 550px){
	.bloco_sugestoes .sugestao.sugestao_grd {
		height: 240px;
		margin-bottom: 25px;
	}

	.bloco_sugestoes .sugestao.sugestao_peq {
		height: 240px;
	}
}
/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
	width: 100%;
}

.noticias-show-more .noticias-loading {
	display: none;
}


.noticias-show-more{
	margin-top:30px;
}

#load-noticias{
	background: #D7C138;
	border: 1px solid #D7C138;
	border-radius: 26px;
	padding: 8px 20px;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

#load-noticias img{
	width: 18px;
	margin-left: 10px;
}


#load-noticias.display_none{
	display: none !important;
}

.nao_existe{
	text-align: center;
}



@media screen and (max-width: 992px){

	.bloco_produtos{
		overflow: unset;
	}

	.bloco_promocoes{
		overflow: unset;
	}



	.bloco_produtos .coluna_esquerda{
		display: none;
		position: absolute;
		z-index: 2;
		background: #fff;
		left: 0;
		right: 0;
		padding: 20px;
		top: 80px;
		/* border-top: 1px solid; */
		border-bottom: 2px solid #C8B43B;
		border-top: 2px solid #C8B43B;
		overflow: scroll;
	}

	.bloco_produtos .coluna_esquerda .btn{
		padding: 5px 15px;
		border-radius: 26px;
	}

	.bloco_promocoes .coluna_esquerda{
		display: none;
		position: absolute;
		z-index: 2;
		background: #fff;
		left: 0;
		right: 0;
		padding: 20px;
		top: 80px;
		/* border-top: 1px solid; */
		border-bottom: 2px solid #C8B43B;
		border-top: 2px solid #C8B43B;
		overflow: scroll;
	}

	.bloco_promocoes .coluna_esquerda .btn{
		padding: 5px 15px;
		border-radius: 26px;
	}
}

/*==================================================================================================*/
/*CATALOGO*/
/*==================================================================================================*/


.holder_catalogo{
	text-align: center;
}

.holder_catalogo h1{
	font-family: 'Raleway';
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #222222;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-weight: 400;
}

.container_catalogo {
	width: 100%;
}



.container_catalogo .container_interior.titulo{
	text-align: center;
}
.container_catalogo .container_interior {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.container_catalogo .container_interior .slider {
	border: 1px solid turquoise;
	width: 100%;
	padding: 5px;
}

.single_catalogo {
	width: Calc(100%/ 5);
	padding: 30px;
	display: inline-block;
	margin-left: -3px;
}

.single_catalogo img{
	width: 100%;
	height: 100%;
}

.cinzento {
	background-color: rgba(216, 216, 216, 0.2);
}


@media screen and (max-width: 1600px){
	.holder_catalogo h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 1100px){
	.single_catalogo {
		width: Calc(100%/ 4);
		padding: 30px;
		display: inline-block;
		margin-left: -3px;
	}
}

@media screen and (max-width: 800px){
	.single_catalogo {
		width: Calc(100%/ 3);
		padding: 30px;
		display: inline-block;
		margin-left: -3px;
	}
}

@media screen and (max-width: 550px){
	.single_catalogo {
		width: Calc(100%/ 2);
		padding: 30px;
		display: inline-block;
		margin-left: -3px;
	}
}
/*==================================================================================================*/
/*PRODUTO*/
/*==================================================================================================*/

.voltar, .voltar a {
	color: black;
	font-weight: 600;
	text-decoration: none;
}

.coluna_direita h4 {
	font-size: 25px;
	margin-bottom: 0;
}

.cores_produto {
	width: 71px;
	height: 66px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
}

.col-md-2 .active{
	border: 3px solid #7f837c;
	transition: 0.1s;
}

.cores_produto:hover{
	cursor: pointer;
}

.cores_produto .active{
	border: 3px solid darkslategrey;
}

.limpar{
	border: none;
	background-color: white;
	outline: 0;
}

.border{
	border: 1px solid black;
}

.box_produto {
	border: 1px solid #E6E6E6;
	float: left;
	height: 30px;
	padding: 11px 12px;
	width: 30px;
	font-size: 6px;
	transition: box-shadow .3s;
	margin-top: 15px;
}

.box_produto:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
	cursor: pointer;
}

.box_produto:active{
	background-color: #E6E6E6;
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}

.input_produto {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: none;
	border-right: none;
	height: 30px;
	text-align: center;
	width: 60px;
	float: left;
	margin-top: 15px;
}

.preco_produto {
	margin-top: 30px;
	border-top: 2px solid #E6E6E6;
}

.preco_produto label {
	font-size: 40px;
	color: #C8B437;
	margin-top: 15px;
}

.preco_produto .btn_registo {
	float: right;
	margin-top: 15px;
	background-color: #D0D2DE;
	font-weight: 300;
	color: white;
}

.preco_produto span{
	font-weight: 600;
	font-size: 15px;
}

.campo {
	margin-bottom: 5px;
}

.campo_descricao {
	text-transform: uppercase;
	margin-bottom: 25px;
}

.campo_cores{
	margin-bottom: 40px;
}

.campo_padding {
	padding: 0;
}

.yes{
	height: 95px;
	width: 103px ;
	opacity: 0.4;
}

.yes.selected{
	opacity: 1;
}

.slider_produto_imagens {
	width: 55%;
	margin: 0 auto;
}


@media screen and (max-width: 1600px){
	.coluna_direita h4 {
		font-size: 20px;
	}

	.preco_produto label {
		font-size: 30px;
	}
}
/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.btn_enviar {
	margin: 15px 0px;
	transition: box-shadow .3s;
	padding: 13px 55px;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	background-color: #D0D2DE;
	outline: none;
	color: white;
}

.btn_enviar:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

.btn_enviar:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}

.head_cancel{
	text-align: left;
}

.head_cancel h4 {
	color: #CCB420;
	font-weight: 600;
}

.head_cancel p {
	font-weight: 600;
	color: #111111;
	line-height: 31px;
	margin: 0;
}

.head_cancel p a {
	font-weight: 600;
	color: #111111;
}

.head_cancel input {
	transition: box-shadow .3s;
	border-radius: 3px;
	border: 1px solid #E6E6E6;
	padding: 12px;
	font-weight: 500;
	font-size: 17px;
	width: 100%;
}

.head_cancel input::placeholder{
	color: #898A90;
}

.head_cancel input:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

.head_cancel input:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}

.contactos_esq {
	padding: 0;
	width: 50%;
	/* float: left; */
	margin-left: -4px;
	display: inline-block;
	vertical-align: top;
	padding-right: 70px;
}

.contactos_dir {
	width: 50%;
	/* float: right; */
	padding-left: 70px;
	overflow: visible;
	margin-left: -4px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}


.contactos_esq h4,.contactos_dir h4 {
	font-family: Montserrat;
}

.contactos_dir:before {
	content: '';
	width: 5px;
	height: 420px;
	background-color: #F2F2F2;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -60px;
}

.contactos_dir p {
	margin-top: 14px;
	margin-bottom: 7px;
	color: #222222;
}

.contactos_dir a {
	color: #222222;
}

.separador {
	width: 5px;
	height: 420px;
	background-color: #F2F2F2;
	border-radius: 10px;
	display: inline-block;
}

.tab {
	overflow: hidden;
	padding: 0;
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	border-bottom: 4px solid #E6E6E6;
	transition: 0.1s;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
}

.tab button:hover {
	border-bottom: 4px solid rgb(215,193,56);
	border-bottom: 4px solid rgba(215, 193, 56, .5);
	-webkit-background-clip: padding-box; /* Safari */
	background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
}

.tab button:after {
	opacity: 0;
	content: "";
	height: 8px;
	width: 100%;
	position: absolute;
	background-color: #D7C138;
	left: 0;
	bottom: -4px;
	transition: 0.3s;
}

.tab button.active:after {
	opacity: 1;
	transition: 0.3s;
}

.tabcontent {
	display: none;
	padding: 25px 0;
	border-top: none;
	font-weight: 500;
	font-size: 12px;
}



@media screen and (max-width: 1700px){
	.contactos_dir:before {
		content: '';
		width: 5px;
		height: 420px;
		background-color: #F2F2F2;
		border-radius: 10px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: -40px;
	}
}

@media screen and (max-width: 1600px) {
	.head_cancel input {
		padding: 10px;
		font-size: 14px;
	}

	.contactos_dir p {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 1500px){
	.contactos_dir:before {
		content: '';
		width: 5px;
		height: 380px;
		background-color: #F2F2F2;
		border-radius: 10px;
		display: inline-block;
		position: absolute;
		top: 22px;
		left: -35px;
	}

	.contactos_esq h4,.contactos_dir h4 {
		font-size: 14px;
	}

	.head_cancel p,
	.head_cancel p a {
		font-weight: 600;
		color: #111111;
		font-size: 13px;
	}

	.head_cancel input {
		padding: 8px;
		font-size: 13px;
	}

	.contactos_dir p {
		margin-top: 10px;
	}

	.contactos_dir .btn_enviar {
		 padding: 10px 35px;
		 font-size: 13px;
	}

	.head_cancel p {
		line-height: 25px;
	}
}


@media screen and (max-width: 992px){
	.contactos_esq {
		width: 100%;
		/* float: left; */
		margin-left: 0;
		display: block;
		vertical-align: top;
		padding-right: 0;
		text-align: center;
	}

	.contactos_dir {
		width: 300px;
		/* float: right; */
		padding-left: 0;
		overflow: visible;
		display: block;
		position: relative;
		vertical-align: top;
		margin: 80px auto 0 auto;
	}

	.contactos_dir:before {
		display: none;
	}

	.contactos_esq h4, .contactos_dir h4 {
		text-align: center;
	}
}

@media screen and (max-width: 350px){

	.contactos_dir {
		width: 100%;
	}

}
/*==================================================================================================*/
/*CHECKOUT*/
/*==================================================================================================*/


/*==================================================================================================*/
/*FAQS*/
/*==================================================================================================*/

.faqs{
	margin: 0 auto 40px auto;
}

.faqs h3 {
	color: #CAB524 !important;
	font-weight: 600 !important;
	font-size: 24px !important;
}

.faqs p{
	font-weight: 400 !important;
}


@media screen and (max-width: 992px){
	.faqs p {
		font-weight: 300 !important;
		font-size: 16px;
	}
}

/*==================================================================================================*/
/*QUEM SOMOS*/
/*==================================================================================================*/



.banner .conteudo .nome_quem_somos {
	color: #fff;
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 600;
	width: 65%;
	margin: 32px auto 25px auto;
}

.bloco .ccontainer{
	width: 70%;
	margin: 0 auto;
}

.principal .separador {
	width: 50px;
	height: 4px;
	background-color: #CAB326;
	margin: 10px auto 10px auto;
	display: block;
	border-radius: 0;
}

.principal .titulo {
	width: 55%;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	color: #CAB326;
	font-weight: 600;
}

.principal .texto {
	width: 55%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 50px;
}

.destaques {
	padding: 30px;
	padding: 30px 0;
}

.destaques .destaque {
	padding: 2%;
}

.destaques .separador {
	height: 40px;
	width: 4px;
	border-radius: 0px;
	margin: 0 auto;
	padding: 0;
	margin-top: 2px;
	margin-left: 5%;
	margin-right: 5%;
}

.destaques .img {
	display: inline-block;
	width: 65px;
	padding-right: 20px;
	margin-left: -3px;
}

.destaques .img img{
	width: 100%;
}

.destaques .texto {
	display: inline-block;
	width: Calc(100% - 65px);
	vertical-align: top;
	padding-left: 20px;
	position: relative;
	margin-left: -3px;
	font-weight: 500;
	font-size: 15px;
}

.destaques .texto:before {
	content: '';
	height: 50px;
	width: 2px;
	background: rgba(111, 114, 143, 0.17);
	position: absolute;
	top: 0;
	left: 0;
}

.missao {
	width: 100%;
}

.missao .img {
	width: 46%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.missao .missao_info {
	width: 54%;
	padding: 20px 35px;
}

.missao .texto {
	font-size: 18px;
	font-weight: 500;
}

.missao .titulo {
	font-size: 25px;
	font-weight: 600;
	color: #CBB324;
}

.newsletter {
	margin-top: 60px;
}



.newsletter_img{
	width: Calc(100%/3);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.newsletter_centro {
	background-color: #F1F1F1;
	border-bottom: 1px solid white;
	width: Calc(100%/3);
	padding: 60px 15px;
}

.newsletter .titulo {
	font-weight: 500;
	margin: 0;
	text-align: center;
	padding-bottom: 30px;
	font-size: 24px;
}

.newsletter .box {
	margin: 0;
	padding: 20px 20px 0 20px;
	text-align: center;
}

.newsletter label{
	text-transform: uppercase;
}



/*CHECKBOXES*/

.newsletter .custombox input[type=checkbox]{
	margin: 0 0 0 5px;
	opacity: 0;
}

.newsletter .custombox span {
	position: absolute;
	left: -13px;
	height: 12px;
	width: 12px;
	border: 1px solid #C8B43B;
	cursor: pointer;
	border-radius: 10px;
	background-color: transparent;
}

.newsletter .custombox label {
	position: relative;
}

.newsletter .custombox label a{
	color: #C8B43B;
	text-decoration: underline;
}

.newsletter .custombox {
	height: auto;
	margin: 0 auto;
	width: 80%;
	font-size: 9px;
	font-weight: 400;
}

.newsletter .custombox label input[type=checkbox]:checked ~ span:before {
	content: "\f111";
	font-family: "FontAwesome";
	position: absolute;
	top: 1px;
	left: 3px;
	color: #C8B43B;
	font-size: 6px;
}


#form_newsletter .input_newsletter {
	width: 100%;
	position: relative;
}

@media screen and (min-width: 993px){

	.newsletter {
		display: flex;
	}
	.missao {
		display: flex;
	}

	.missao .img img{
		display: none;
	}


}

@media screen and (max-width: 1600px){
	.banner .conteudo .nome_quem_somos {
		color: #fff;
		text-transform: uppercase;
		font-size: 50px;
		font-weight: 400;
		width: 65%;
		margin: 32px auto 25px auto;
	}
}


@media screen and (max-width: 1300px){
	.bloco .ccontainer {
		width: 75%;
	}

	.banner .conteudo .nome_quem_somos {
		font-weight: 400;
		width: 80%;
	}
}




@media screen and (max-width: 1600px){
	.principal .titulo {
		font-size: 18px;
	}

	.principal .texto {
		width: 70%;
		font-size: 17px;
	}

	.missao .titulo {
		font-size: 22px;
		font-weight: 600;
		padding-bottom: 10px;
	}

	.missao .texto {
		font-size: 16px;
	}

	.newsletter .titulo {
		font-size: 15px;
	}
}



@media screen and (max-width: 1100px){
	.principal .titulo {
		width: 75%;
	}


}

@media screen and (max-width: 992px){

	.banner .conteudo .nome_quem_somos {
		color: #fff;
		text-transform: uppercase;
		font-size: 25px;
		font-weight: 400;
		width: 100%;
		margin: 32px auto 25px auto;
	}


	.bloco .ccontainer {
		width: 100%;

		padding: 0 15px;
	}

	.principal .titulo {
		width: 100%;
		font-size: 16px;
	}

	.principal .texto {
		width: 100%;
		font-size: 16px;
		margin: 40px 0;
		font-weight: 300;
	}

	.destaques .destaque {
		margin: 15px 0px;
	}


	.destaques .destaque .texto{
		font-weight: 300;
	}

	.missao .img {
		width: 100%;
	}

	.missao .missao_info {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}

	.missao .texto {
		font-weight: 300;
	}

	.newsletter_img {
		display: none;
	}


	.newsletter_centro {
		width: 100%;
		padding: 30px 15px;
	}

	.newsletter .box {
		padding: 0;
	}
}

@media screen and (max-width: 500px){

	#form_newsletter .input_newsletter input {
		font-size: 11px;
	}

	#form_newsletter button {
		font-size: 11px;
	}
}

/*==================================================================================================*/
/*A MINHA CONTA*/
/*==================================================================================================*/
.conta_head {
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.conta_head h1 {
	font-weight: 400;
	font-size: 50px;
}

.conta_body{
	width: 100%;
}

.conta_body .conta_menu {
	width: 300px;
	/* height: 197px; */
	/* float: left; */
	margin-left: 60px;
	overflow: visible;
	display: inline-block;
}

.conta_conteudo .select{

}

.conta_conteudo .row{
	margin-bottom: 15px;
}

.conta_body .conta_conteudo {
	width: Calc(100% - 445px);
	display: inline-block;
	/* float: right; */
	/* height: auto; */
	/* overflow: visible; */
	/* margin-right: 18%; */
	vertical-align: top;
	padding-left: 70px;
	max-width: 1000px;
}

.conta_body .conta_conteudo label{
	font-size: 17px;
	font-weight: 500;
}

.conta_body .conta_conteudo .grupo {
	margin-bottom: 10px;
}

.conta_body .separador {
	width: 1px;
	background-color: #E7E7E7;
	height: 120px;
	margin: 0 auto 0 5%;
}

.conta_conteudo h4 {
	font-family: Raleway;
	font-size: 20px;
	color: #272729;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
	letter-spacing: 0.46px;
	line-height: 30px;
	font-weight: 700;
}

.conta_conteudo .separador {
	height: 1px;
	width: 100%;
	border: 1px solid #E7E7E7;
	margin: 5px 0 10px 0;
}

.conta_conteudo .btn_alterar {
	margin: 10px 0 0 0;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 28px;
}

.conta_conteudo table {
	border-collapse: separate;
	border: solid #E6E6E6 2px;
	border-radius: 6px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.conta_conteudo td, th {
	border-left: solid #E6E6E6 2px;
	border-top: solid #E6E6E6 2px;
	padding: 8px;
	font-weight: 600;
}

.conta_conteudo th {
	border-top: none;
	padding: 14px;
	text-align: center;
	font-weight: 700;
}

.conta_conteudo td:first-child, th:first-child {
	border-left: none;
}

.container_conteudo {
	width: 89.5%;
}

.container_conteudo input{
	margin-bottom: 12px;
}

.inputdis{
	transition: none !important;
}

.inputdis:hover{
	box-shadow: none !important;
}

.inputdis:active{
	box-shadow: none !important;
}


.btn_conta {
	margin: 0 0 25px 0;
	transition: box-shadow .3s;
	padding: 13px 20px;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	background-color: #F4F4F4;
	outline: none;
	width: 300px;
}

.btn_active {
	background-color: #D0D2DE;
	color: #FEFEFE;
}

.btn_conta:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

.btn_conta:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}

.conta_conteudo .btn_registo {
	margin: 46px auto;
	padding: 14px 37px;
}

.btn_alterar {
	margin: 80px auto 0 auto;
	transition: box-shadow .3s;
	padding: 14px 60px;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	background-color: #F4F4F4;
	outline: none;
}

.btn_alterar:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

.btn_alterar:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}


.status_success {
	margin: 0 auto;
	background-color: #88B759;
	border-radius: 50px;
	padding: 8px;
	width: 150px;
	color: white;
	font-size: 12px;
	font-weight: 400;
}

.status_alert {
	margin: 0 auto;
	background-color: #C49C55;
	border-radius: 50px;
	padding: 8px;
	width: 150px;
	color: white;
	font-size: 12px;
	font-weight: 400;
}

.status_danger {
	margin: 0 auto;
	background-color: #D1283D;
	border-radius: 50px;
	padding: 8px;
	width: 150px;
	color: white;
	font-size: 12px;
	font-weight: 400;
}



#btn_show_form_password.hide{
	display: none;
}

#formulario_alterar_pass{
	display: none;
}

#formulario_alterar_pass.show{
	display: block;
}

.select-form {
	border: 1px solid #6F728F;
	background-color: #fff;
	height: 50px;
	outline: none;
	margin-bottom: 20px;
}

.font-raleway {
	font-family: 'Raleway', sans-serif;
	color: #333333;
	line-height: 27px;
}

.font-raleway-bold {
	font-family: 'Raleway', sans-serif;
	color: #333333;
	font-weight: 500;
}

.checkout .titulo {
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	width: 66%;
}

.checkout .last-checkout .titulo {
	border-bottom: 0;
}

.checkout .titulo-finale {
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
}

/*.checkout {
	font-family: 'Raleway', sans-serif;
}*/

.checkout .btn_alterar {
	margin-top: 20px;
}

.checkout .morada.faturacao {
	margin-bottom: 60px;
}

.checkout .morada.envio {
	margin-bottom: 60px;
}

.checkout .metodo_pagamento {
	margin-bottom: 60px;
}

.checkout .zona-produtos {
	margin-bottom: 60px;
}

.checkout .zona-morada-faturacao {
	margin-bottom: 60px;
}

.checkout .zona-morada-envio {
	margin-bottom: 60px;
}

.checkout .zona-envio {}

.checkout .zona-totais {
	background-color: rgba(230, 230, 230, 0.2);
	padding: 50px;
}

.checkout .zona-botoes {
	margin-top: 60px;
}

#div_cancelar{
	text-align: center;
	padding: 0;
	display: none;
}


.scroll_hand{
	display: none;
}

@media screen and (max-width: 992px){
	.conta_head h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.conta_body .conta_menu {
		width: auto;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.conta_body .separador {
		display: none;
	}

	.conta_body .conta_conteudo {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 0 15px;
		margin-top: 35px;
	}

	.btn_conta {
		margin: 0 0 10px 0;
		width: 235px;
		font-size: 12px;
	}


	#minha_conta .col-md-6{
		margin-top: 20px;
	}
	#minha_conta .col-md-12{
		margin-top: 5px;
	}


	#minha_conta .contribuinte{
		margin-top: 50px;
	}



	.conta_conteudo .btn_registo {
		margin: 10px auto;
		padding: 14px 37px;
	}



	.container_conteudo {
		width: 100%;
	}

	#div_cancelar{
		text-align: left;
		padding: 0 15px;
	}

	.conta_conteudo .tabela_encomendas{
		overflow-x: scroll;
		overflow: scroll;
	}

	.scroll_hand{
		text-align: right;
		margin: 10px 0;
	}

	.scroll_hand i {
		color: #CCB420;
	}


	.select-form {
		width: 100%;
	}

	.checkout .titulo {
		width: 100%;
	}
}


@media screen and (max-width: 760px){
	.scroll_hand{
		display: block;
	}
}

/*==================================================================================================*/
/*TROCAS*/
/*==================================================================================================*/

.topopol {
	margin-bottom: 80px;
	font-family: Raleway;
	font-size: 41.6px;
	color: #222222;
	letter-spacing: 0.75px;
	text-align: center;
	line-height: 74.89px;
	Font-weight: 400;
}

.topopol h1 {
	margin-bottom: 10px;
	font-family: Raleway;
	font-size: 41.6px;
	color: #222222;
	letter-spacing: 0.75px;
	text-align: center;
	line-height: 74.89px;
	Font-weight: 400;
}

.topo {
	border-bottom: 1px solid #E7E7E7;
	width: 91%;
	margin-left: 4.5%;
	text-align: center;
	margin-bottom: 35px;
}

.topo h1{
	border: none;
	margin-bottom: 10px;
	font-family: Raleway;
	font-size: 41.6px;
	color: #222222;
	letter-spacing: 0.75px;
	text-align: center;
	line-height: 74.89px;
	Font-weight: 400;
}

.trocas {
	padding: 0px 0px;
}

.meio{
	margin-left: 40px;
}

.trocas .meio h3 {
	font-family: Raleway;
	font-size: 24px;
	color: #CCB420;
	line-height: 28px;
	font-weight: 600;
}


.trocas .politicas{
	font-family: Raleway;
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	text-align: justify;
}

.trocas .politicas h3 {
	font-family: Raleway;
	font-size: 24px;
	color: #CCB420;
	line-height: 28px;
	font-weight: 600;
}

.trocas .meio {
	font-family: Raleway;
	font-size: 18px;
	color: #222222;
	font-weight: 400
}



@media screen and (max-width: 992px) {

	.topopol {
		margin-bottom: 40px;
	}


	.topopol h1 {
		font-size: 30px;
		line-height: 46px;
	}

	.trocas .politicas {
		font-size: 16px;
		font-weight: 300;
		text-align: left;
	}


	.trocas .politicas h3 {
		font-size: 24px;
		margin: 20px 0;
	}
}
/*==================================================================================================*/
/*REGISTAR*/
/*==================================================================================================*/

.bloco_registar {
	text-align: center;
}

.bloco_registar hr {
	border: none;
	height: 1px;
	background-color: #dbdbdb;
}

.form_registar{
	text-align: left;
	width: 55%;
	margin: 0 auto;
}

.form_registar_group{
	margin-bottom: 15px;
}

.form_registar_group label {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
}

.form_registar_group input {
	border-radius: 3px;
	border: 1px solid #E6E6E6;
	padding: 12px;
	font-weight: 600; /* ACHO QUE O FONT WEIGHT É DE 500 */
	font-size: 17px;
	width: 100%;
}

.form_registar_group input::placeholder{
	color: #898A90;
}

.metaded{
	padding: 0px 25px 0px 15px ;
}

.metadee{
	padding: 0px 15px 0px 25px;
}


.datass input{
	padding: 11.3px;
}

input[type=date]:invalid::-webkit-datetime-edit {
	color: #898A90;
}

.btn_registo {
	margin: 80px auto 0 auto;
	transition: box-shadow .3s;
	padding: 14px 60px;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	background-color: #F4F4F4;
	outline: none;
}

.btn_registo:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
}

.btn_registo:active{
	box-shadow: 0 0 11px rgba(33,33,33,.8);
}


.form_registar_group #form_data{
	position: relative;
}

.form_registar_group #form_data .cal_btn{
	top: 0;
	left: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.form_registar_group #form_data .cal_btn button{
	outline: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: transparent;
}

@media screen and (max-width: 992px){
	.form_registar {
		width: 100%;
	}

	.metadee {
		padding: 0px 15px 0px 15px;
	}



	.metaded {
		padding: 0px 15px 0px 15px;
	}



	.form_registar .col-md-6{
		margin-top: 20px;
	}

	.form_registar .col-md-12{
		margin-top: 5px;
	}

	.metadee.contribuinte {
		margin-top: 70px;
	}
}

/*==================================================================================================*/
/*PESQUISA*/
/*==================================================================================================*/

.bloco_pesquisa{

}


.bloco_pesquisa input{
	width: 50%;
	transition: box-shadow .3s;
	border-radius: 3px;
	border: 1px solid #E6E6E6;
	padding: 12px;
	font-weight: 500;
	font-size: 17px;
}


.bloco_pesquisa input:hover{
	box-shadow: 0 0 11px rgba(33,33,33,.4);
	transition: box-shadow .3s;
}

.titulo_resultados{
	margin: 20px 0;
}

@media screen and (max-width: 992px){
	.bloco_pesquisa input {
		width: 100%;
	}
}

/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/
.bloco_destaques_footer{
	background: #F1F1F1;
	padding: 50px 0;
}

.bloco_destaques_footer .icon img{
	width: 50px;
}

.bloco_destaques_footer .nome{
	margin-top: 20px;
	font-family: Raleway;
	font-size: 23.99px;
	color: #3C3C3C;
	letter-spacing: 0.5px;
	font-weight: 400;
}

.bloco_destaques_footer .descricao{
	padding: 0 30px;
	margin-top: 20px;
}

@media screen and (max-width: 1500px){
	.bloco_destaques_footer .icon img {
		width: 35px;
	}

	.bloco_destaques_footer .nome {
		font-size: 21px;
	}

	.bloco_destaques_footer .descricao {
		margin-top: 5px;
	}
}

@media screen and (max-width: 1500px){
	.bloco_destaques_footer .nome {
		font-size: 18px;
	}

	.bloco_destaques_footer .texto {
		 font-size: 13px;
		 line-height: 20px;
	}
}

@media screen and (max-width: 992px){
	.bloco_destaques_footer .texto {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 35px;
	}
}



.footer {
	padding: 50px 0;
}

.footer .custom_container{
	width: 90%;
}


.footer .single_footer{
	margin-bottom: 10px;
}

.footer .single_footer .horario{
	margin-bottom: 10px;
}

.footer, .footer a{
	font-family: Raleway;
	background: #3A3A3A;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.69px;
	line-height: 24.35px;
	text-transform: uppercase;
	font-weight: 500;
}

.footer .single_rede{
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	margin: 10px 0 30px 0;
}

.footer .single_lingua_individual{
	display: inline-block;
}

.footer .single_lingua_individual a.ligua_ativa{
	font-weight: 600;
}


.footer .single_lingua_individual img{
	width: 20px;
}


.lower_footer{
	background: #2E2E2E;
}






.lower_footer {
    padding: 30px 0;
}

.lower_footer,
.lower_footer a{
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}




@media screen and (max-width: 1600px){
	.btn_registo {
		padding: 14px 40px;
		font-size: 13px;
	}

	.preco_produto span {
		font-weight: 600;
		font-size: 13px;
	}

	.tab button {
		font-size: 13px;
	}

}


@media screen and (max-width: 1400px){
	#form_newsletter .input_newsletter input {
		font-size: 12px;
	}

	#form_newsletter button {
		font-size: 12px;
		padding: 15px 5px 15px 5px;
	}

}

@media screen and (max-width: 1350px) {
	.footer, .footer a {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.footer .single_footer {
		margin-bottom: 20px;
	}
}

