@font-face {
	font-family: 'NOME';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FILE.woff) format('woff');
}

/*--------FONTS--------*/
@font-face {
	font-family: 'Gotham';
	src: url('/site/fonts/Gotham-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-ExtraLight';
	src: url('/site/fonts/Gotham-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('/site/fonts/Gotham-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-MediumItalic';
	src: url('/site/fonts/Gotham-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-Medium';
	src: url('/site/fonts/Gotham-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('/site/fonts/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-BookItalic';
	src: url('/site/fonts/Gotham-BookItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-ThinItalic';
	src: url('/site/fonts/Gotham-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('/site/fonts/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-LightItalic';
	src: url('/site/fonts/Gotham-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-Black';
	src: url('/site/fonts/Gotham-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-UltraItalic';
	src: url('/site/fonts/Gotham-UltraItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-ExtraLightItalic';
	src: url('/site/fonts/Gotham-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-BoldItalic';
	src: url('/site/fonts/Gotham-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-Thin';
	src: url('/site/fonts/Gotham-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Ultra';
	src: url('/site/fonts/Gotham-Ultra.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
}



.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}

h1{
	text-transform: uppercase;
	color: #a80b53;
	text-align: center;
	margin-bottom: 0px;
	font-family: 'Gotham-Light';
	font-size: 45px;
}

@media screen and (max-width: 992px){
	h1 {
		font-size: 35px;
	}
}


@media (min-width: 768px){
	.custom_container {
		max-width: 750px;
	}
}

@media (min-width: 992px){
	.custom_container {
		max-width: 970px;
	}
}

@media (min-width: 1200px){
	.custom_container {
		max-width: 1035px;
	}
}

.custom_container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.dpn{
	display: none !important;
}
/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
    position: fixed;
    top: 70px;
	left: 0;
	right: 0;
	margin: auto;
    background: #a80b53;
    padding: 10px 0;
    width: 100%;
    z-index: 3;
}

.menu_holder.aberto {
	height: Calc(100vh - 65px);
	overflow: auto;
	padding: 50px 0;
}


.menu_holder .menu_sup{
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	/* bottom: 15px; */
}

.menu_holder .menu_sup .navbar-header img{
	margin-top: 5px;
	margin-bottom: 15px;
	width: 185px;
}

.menu_holder .navbar-header {
    
}

.menu_holder .navbar-header img{
    width: 150px;
}

.menu_holder .menu-toggler{
	/*position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 10px;
	right: 2%;
    cursor: pointer;*/
	position: relative;
	background: transparent;
	border: 0;
	width: 50px;
	top: 20px;
	right: 0;
	cursor: pointer;
	float: right;
	outline: none;
}

.menu_holder .catalogo{
	position: relative;
	background: transparent;
	border:1px solid #a80b53;
	border-radius:25px;
	top: 15px;
	right: 0;
	cursor: pointer;
	float: right;
	outline: none;
	margin-left: 1%;
	font-family:'Gotham-Light';
	color: #a80b53;
	padding:1% 2%;
	font-weight: bold;
}

.menu_holder .catalogo:hover{
	background-color: #a80b53;
	color:#FFFFFF;
}

.menu_holder .menu-toggler img{
	max-width: 100%;
}

.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;
}

.menu_holder .menu{
    display: inline-block;
	margin: 10px 0 10px 50px;
	float: right;
}



.menu_holder .menu-nav {
	padding: 0;
}

.menu_holder .menu-nav .dropdown {
	display: block;
	width: 100%;
	margin: 0 15px;
	padding: 30px 0;
}

.menu_holder .menu-nav .dropdown.menus_tracos {
	display: inline-block;
	width: 45%;
	border-bottom: 2px solid #ff90c4;
}

.menu_holder .menu-nav .dropdown.home {
	border-bottom: 2px solid #ff90c4;
	width: 45%;
}

.menu_holder .menu-nav .dropdown.menus_tracos.trabalho {
	border-top: 2px solid #ff90c4;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Gotham-Book';
}

.menu_holder .menu-nav .dropdown .submenu{
	color: #ff90c4;
	font-size: 16px;
	padding: 10px 20px 0 20px;
	font-family: 'Gotham-Book';
}

.menu_holder .menu-nav .dropdown.language a{
	color: #298e2a;
}

.menu_holder .menu-nav .dropdown a:hover, 
.menu_holder .menu-nav li.active > a, 
.menu_holder .menu-nav li.active:hover > a {
	color: #ffffff8c;
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: transparent;
	cursor: default;
	position: relative;
	top: unset;
	left: 0;
	z-index: 1000;
	display: block;
	float: unset;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box;
}
.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: none !important;
	}

	.menu_holder .menu.aberto {
		display: block !important;
		width: 100%;
	}
	
}

@media screen and (max-width: 992px) {

	
	.menu_holder .custom_container{
		padding: 0 20px;
		width: 90%;
	}
	
	.menu_holder .navbar-header {
		top: -15px;
	}
	
	.menu_holder .navbar-header img{
		width: 70px;
	}

	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 0;
		width: 100%;
		display: none !important;

	}

	.menu_holder .menu.aberto {
		margin: 0;
		width: 100%;
		display: block !important;

	}
	
	.menu_holder .menu-nav {
		padding: 0;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 0px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}

	.menu_holder .menu-nav .dropdown.home {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.menu_holder .menu-nav .dropdown.menus_tracos {
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.menu_holder .menu-nav .dropdown.contactos {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.menu_holder .menu-nav .dropdown.menus_tracos.trabalho {
		border-top: none;
	}

	.menu_holder .menu-nav .dropdown .submenu {
		padding: 0px 20px 0 20px;
	}
}

@media screen and (max-width: 767px) {

	.menu_holder .menu-toggler{
		top: -55px;
	}
	.menu_holder .menu_sup {
		height: 85px;
	}

}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	top: 90px;
	overflow: hidden;
	max-height: 850px;
	
	-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%;
}

.banner ul li{
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.internas li {
    height: 260px;
	background-position: top center;
}

.banner .banner_noticia {
    cursor: pointer;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
	top: 50%;
	height: 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: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
	border: 2px solid #fff;
    background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev{
	display: inline-block;
	float: left;
}

.banner #slider_home .owl-next{
	display: inline-block;
	float: right;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 64px !important;
}


.banner .conteudo{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
	width: 80%;
	margin: auto;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner .conteudo_scroll{
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	text-align: center;
	width: 4%;
	margin: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.banner .conteudo .nome{
	color: #111;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.banner .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.banner .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}



@media screen and (max-width: 992px) {
	
	.banner,
	.banner ul li {
		height:665px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul li img{
		display: none !important;
	}
	.banner .conteudo {
		top: 10%;
		width: 70%;
	}
	.banner .conteudo .nome {
		font-size: 4vW;
	}
	.banner .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.banner #slider_home .owl-prev img, .banner #slider_home .owl-next img {
    width: 45px !important;
}
}

@media screen and (max-width: 470px) {
	
	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
	}	
	.banner .conteudo .nome {
		font-size: 18px;
	}
}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h2{
	font-size: 30px;
	margin-bottom: 10px;
	color: #a3a3a3;
	text-align: center;
	margin-top: 0px;
	font-family: 'Gotham-Light';
}

.bloco h3{
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
	font-family: 'Gotham-Light';
	text-align: center;
}

.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: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 20px;
	}

	.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*/
/*==================================================================================================*/
/*SOBRE NOS*/


.banner .sobre_nos{
	position: absolute;
	top: -20px;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 2;
}

.banner .sobre_nos.abrir{
	display: block;
	overflow: auto;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}


.banner #slider_sobre_nos_not {
	width: 50%;
	margin: auto;
}

.banner #slider_sobre_nos_not img{
	width: 100%;
}

.banner #slider_sobre_nos .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 0;
}

.banner #slider_sobre_nos .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.banner #slider_sobre_nos .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.banner #slider_sobre_nos .owl-dots .owl-dot.active {
	background: #fff;
}

.banner #slider_sobre_nos .owl-prev{
	display: inline-block;
	/* float: right; */
	left: 20%;
	position: absolute;
	top: -25px;
}

.banner #slider_sobre_nos .owl-next{
	display: inline-block;
	/* float: right; */
	right: 20%;
	position: absolute;
	top: -25px;
}

.banner #slider_sobre_nos .owl-prev img,
.banner #slider_sobre_nos .owl-next img {
	width: 20px !important;
}

.banner #slider_sobre_nos .owl-prev img,
.banner #slider_sobre_nos .owl-next img {
	width: 20px !important;
}

.banner #slider_sobre_nos .image {
	width: 50%;
	margin: auto;
}



.banner .sobre_nos h1{
	color: #fff;
	font-size: 30px;
	font-family: 'Gotham-Book';
	margin-top: 20px;
}

.banner .sobre_nos .holder_sobre_nos{
	margin-top: 30px;
	margin-bottom: 60px;
}


.banner .sobre_nos .holder_sobre_nos .titulo{
	margin-bottom: 20px;
}


.banner .sobre_nos.abrir{
	display: block;
	overflow: auto;
}

.banner .sobre_nos h1{
	color: #fff;
	font-size: 25px;
	font-family: 'Gotham-Book';
}

.banner .sobre_nos .holder_sobre_nos{
	margin-top: 30px;
	margin-bottom: 60px;
}

.banner .sobre_nos .single_sobre_nos{
	background: transparent/*rgba(255,255,255,0.5)*/;
	margin: 30px 0;
	color: #fff;
}

.banner .sobre_nos .single_sobre_nos .texto {
	padding: 0 15px;
	/*overflow-y: auto;
	height: 220px;*/
}


.banner .sobre_nos .single_sobre_nos .texto::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.banner .sobre_nos .single_sobre_nos .texto::-webkit-scrollbar-track {
	background: #f1f1f14f;
}

/* Handle */
.banner .sobre_nos .single_sobre_nos .texto::-webkit-scrollbar-thumb {
	background: #a80b53a8;
}

/* Handle on hover */
.banner .sobre_nos .single_sobre_nos .texto::-webkit-scrollbar-thumb:hover {
	background: #a80b53;
}



.banner .sobre_nos .single_sobre_nos .texto .titulo{
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Gotham-Light';
	font-size: 25px;
}

.banner .sobre_nos .single_sobre_nos .texto .descricao{
	text-align: left;
	font-family: 'Gotham-Book';
}

.banner .sobre_nos .single_sobre_nos .imagem{
}

.banner .sobre_nos .single_sobre_nos .imagem img{
	width: 100%;
}

@media screen and (min-width: 992px){

	.banner .sobre_nos.abrir::-webkit-scrollbar {
		width: 5px;
	}

	/* Track */
	.banner .sobre_nos.abrir::-webkit-scrollbar-track {
		background: #f1f1f14f;
	}

	/* Handle */
	.banner .sobre_nos.abrir::-webkit-scrollbar-thumb {
		background: #a80b53a8;
	}

	/* Handle on hover */
	.banner .sobre_nos.abrir::-webkit-scrollbar-thumb:hover {
		background: #a80b53;
	}
}

@media screen and (max-width: 992px){



	.banner #slider_sobre_nos .image {
		width: 70%;
	}

	.banner #slider_sobre_nos .owl-next {
		right: 5% !important;
	}

	.banner #slider_sobre_nos .owl-prev {
		left: 5% !important;
	}
}


/*O NOSSO TRABALHO*/

.banner .o_nosso_trabalho{
	position: absolute;
	top: -20px;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 2;
}

.banner .o_nosso_trabalho.abrir{
	display: block;
	overflow: auto;
	padding-bottom: 30px;
}


.banner #slider_o_nosso_trabalho_not {
	width: 50%;
	margin: auto;
}

.banner #slider_o_nosso_trabalho_not img{
	width: 100%;
}

.banner #slider_o_nosso_trabalho .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 0;
}

.banner #slider_o_nosso_trabalho .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.banner #slider_o_nosso_trabalho .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.banner #slider_o_nosso_trabalho .owl-dots .owl-dot.active {
	background: #fff;
}

.banner #slider_o_nosso_trabalho .owl-prev{
	display: inline-block;
	/* float: right; */
	left: 20%;
	position: absolute;
	top: -25px;
}

.banner #slider_o_nosso_trabalho .owl-next{
	display: inline-block;
	/* float: right; */
	right: 20%;
	position: absolute;
	top: -25px;
}

.banner #slider_o_nosso_trabalho .owl-prev img,
.banner #slider_o_nosso_trabalho .owl-next img {
	width: 20px !important;
}

.banner #slider_o_nosso_trabalho .owl-prev img,
.banner #slider_o_nosso_trabalho .owl-next img {
	width: 20px !important;
}

.banner #slider_o_nosso_trabalho .image {
	width: 50%;
	margin: auto;
}

@media screen and (min-width: 992px){
	.banner .o_nosso_trabalho.abrir::-webkit-scrollbar {
		width: 5px;
	}

	/* Track */
	.banner .o_nosso_trabalho.abrir::-webkit-scrollbar-track {
		background: #f1f1f14f;
	}

	/* Handle */
	.banner .o_nosso_trabalho.abrir::-webkit-scrollbar-thumb {
		background: #a80b53a8;
	}

	/* Handle on hover */
	.banner .o_nosso_trabalho.abrir::-webkit-scrollbar-thumb:hover {
		background: #a80b53;
	}
}




.banner .o_nosso_trabalho h1{
	color: #fff;
	font-size: 25px;
	font-family: 'Gotham-Book';
	margin-top: 50px;
	margin-bottom: 25px;
}

.banner .o_nosso_trabalho .descricao{
	margin-top: 20px;
}

.banner .o_nosso_trabalho .imagens .imagem{
	display: inline-block;
	width: 16%;
	padding: 20px;
}

.banner .o_nosso_trabalho .imagens .imagem img{
	width: 75%;
}

.banner .o_nosso_trabalho .holder_o_nosso_trabalho{

	font-family: 'Gotham-Light';
	font-size: 16px;
}

.banner .o_nosso_trabalho .holder_o_nosso_trabalho .titulo{
	margin-bottom: 20px;
}

@media screen and (max-width: 992px){
	.banner .o_nosso_trabalho .holder_o_nosso_trabalho {

		font-family: 'Gotham-Light';
		font-size: 15px;
		padding: 0;
	}

	.banner #slider_o_nosso_trabalho .image {
		 width: 70%;
	 }

	.banner #slider_o_nosso_trabalho .owl-next {
		right: 5% !important;
	}

	.banner #slider_o_nosso_trabalho .owl-prev {
		left: 5% !important;
	}
}


@media screen and (max-width: 750px){
	.banner .o_nosso_trabalho .imagens {
		display: none;
	}
}




.banner .o_nosso_trabalho .holder_o_nosso_trabalho{
	margin-top: 30px;
	margin-bottom: 60px;
}

.banner .o_nosso_trabalho .single_o_nosso_trabalho{
	background: transparent/*rgba(255,255,255,0.5)*/;
	margin: 30px 0;
	color: #fff;
}

.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto {
	padding: 0px 15px;
	/*overflow-y: auto;
	height: 220px;*/
}



.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto::-webkit-scrollbar-track {
	background: #f1f1f14f;
}

/* Handle */
.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto::-webkit-scrollbar-thumb {
	background: #a80b53a8;
}

/* Handle on hover */
.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto::-webkit-scrollbar-thumb:hover {
	background: #a80b53;
}


.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto .titulo{
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Gotham-Light';
	font-size: 25px;
}

.banner .o_nosso_trabalho .single_o_nosso_trabalho .texto .descricao{
	text-align: left;
	font-family: 'Gotham-Book';
}

.banner .o_nosso_trabalho .single_o_nosso_trabalho .imagem{
}

.banner .o_nosso_trabalho .single_o_nosso_trabalho .imagem img{
	width: 100%;
}





/*NOTICIAS*/

.banner .noticias{
	position: absolute;
	top: -20px;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
    z-index: 2;
}

.banner .noticias.abrir{
	display: block;
	overflow: auto;
}

@media screen and (min-width: 992px){
	.banner .noticias.abrir::-webkit-scrollbar {
		width: 5px;
	}

	/* Track */
	.banner .noticias.abrir::-webkit-scrollbar-track {
		background: #f1f1f14f;
	}

	/* Handle */
	.banner .noticias.abrir::-webkit-scrollbar-thumb {
		background: #a80b53a8;
	}

	/* Handle on hover */
	.banner .noticias.abrir::-webkit-scrollbar-thumb:hover {
		background: #a80b53;
	}
}

.banner .noticias h1{
	color: #fff;
	font-size: 25px;
	font-family: 'Gotham-Book';
}

.banner .noticias .holder_noticias{
	margin-top: 30px;
	margin-bottom: 60px;
}

.banner .noticias .single_noticia{
	background: rgba(255,255,255,0.5);
	margin-top: 30px;
	cursor: pointer;
}

.banner .noticias .single_noticia .texto {
	padding: 30px 15px;
}

.banner .noticias .single_noticia .texto .titulo{
	color: #a80b53;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Gotham-Light';
	font-size: 25px;
}

.banner .noticias .single_noticia .texto .descricao{
	text-align: left;
	font-family: 'Gotham-Book';
}

.banner .noticias .single_noticia .imagem{
}

.banner .noticias .single_noticia .imagem img{
	width: 100%;
}

.banner .noticias .imagens{
}

.banner .noticias .imagens .imagem{
	display: inline-block;
	width: 16%;
	padding: 20px;
}

.banner .noticias .imagens .imagem img{
	width: 75%;
}

.banner .info_noticia{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
    z-index: 2;
}

.banner .info_noticia.active{
	display: block;
	overflow: auto;
}


@media screen and (min-width: 992px){
	.banner .info_noticia.active::-webkit-scrollbar {
		width: 7px;
	}

	/* Track */
	.banner .info_noticia.active::-webkit-scrollbar-track {
		background: #f1f1f14f;
	}

	/* Handle */
	.banner .info_noticia.active::-webkit-scrollbar-thumb {
		background: rgba(255,255,255,0.80);
	}

	/* Handle on hover */
	.banner .info_noticia.active::-webkit-scrollbar-thumb:hover {
		background: #a80b53;
	}
}

.banner .info_noticia .titulo h1{
	color: #fff;
	font-size: 25px;
	font-family: 'Gotham-Book';
}

.banner .info_noticia .btn_fechar{
	text-align: right;
	cursor: pointer;
}

.banner .info_noticia .btn_fechar button{
	background-color: #a80b53;
	border-radius: 50% !important;
	width: 30px;
	height: 30px;
	/* color: #fff; */
	border: 2px solid #fff;
	color: #fff;
	outline: none;
	padding-right: 5px;
}

.banner .info_noticia .imagens_noticia{
	margin:20px 0;
}

.banner #slider_noticias_not {
	width: 50%;
	margin: auto;
}

.banner #slider_noticias_not img{
	width: 100%;
}

.banner #slider_noticias .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 0;
}

.banner #slider_noticias .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.banner #slider_noticias .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.banner #slider_noticias .owl-dots .owl-dot.active {
	background: #fff;
}

.banner #slider_noticias .owl-prev{
	display: inline-block;
	/* float: right; */
	left: 20%;
	position: absolute;
	top: -25px;
}

.banner #slider_noticias .owl-next{
	display: inline-block;
	/* float: right; */
	right: 20%;
	position: absolute;
	top: -25px;
}

.banner #slider_noticias .owl-prev img,
.banner #slider_noticias .owl-next img {
	width: 20px !important;
}

.banner #slider_noticias .owl-prev img,
.banner #slider_noticias .owl-next img {
	width: 20px !important;
}

.banner #slider_noticias .image {
	width: 50%;
	margin: auto;
}



.banner .info_noticia .titulo{
	color: #ff90c4;
	font-family: 'Gotham-Medium';
	font-size: 30px;
	margin-bottom: 15px;
}

.banner .info_noticia .content_noticia{
	color: #fff;
	font-family: 'Gotham-Light';
	font-size: 17px;
	margin-bottom: 60px;

}


.banner .politicas_privacidade {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	overflow: auto;
	display: none;
}

.banner .politicas_privacidade.abrir {
	display: block;
}

.banner .politicas_privacidade h1{
	font-size: 30px;
	font-family: 'Gotham-Book';
	margin-top: 0;
	padding-top:50px;
	margin-bottom: 30px;
}

.banner .politicas_privacidade .texto{
	font-family: 'Gotham-Book';
	margin-bottom: 30px;
}



@media screen and (max-width: 992px){
	.banner #slider_noticias .image {
		width: 70%;
	}

	.banner #slider_noticias .owl-next {
		right: 5%;
	}

	.banner #slider_noticias .owl-prev {
		left: 5%;
	}
}



/*MARCAS*/
.bloco.bloco_marcas {
	margin-top: 90px;
}

#slider_marcas{
	background-color: #e6e6e6;
	padding: 0 80px;
}

#slider_marcas .slider{
	height: 155px;
	cursor: pointer;
	margin: 15px 0;
}

#slider_marcas .slider img{
	width: 60%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

#slider_marcas .slider img.active{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.bloco.bloco_marcas #slider_marcas .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	height: 0;
}

.bloco.bloco_marcas #slider_marcas .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.bloco.bloco_marcas #slider_marcas .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.bloco.bloco_marcas #slider_marcas .owl-dots .owl-dot.active {
	background: #fff;
}

.bloco.bloco_marcas #slider_marcas .owl-prev{
	display: inline-block;
	float: left;
	height: 155px;
	padding: 15px;
	margin-left: -80px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bloco.bloco_marcas #slider_marcas .owl-next{
	display: inline-block;
	float: right;
	height: 155px;
	padding: 15px;
	margin-right: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bloco.bloco_marcas #slider_marcas .owl-prev img,
.bloco.bloco_marcas #slider_marcas .owl-next img {
	/* width: 64px !important; */
	/* background-color: #e6e6e6; */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 90px;
}


#marcas .info_marca .logo_marca{
	text-align: center;
	box-shadow: 0px 0px 8px 2px #4c4c4c52;
	padding: 20px;
}

#marcas .info_marca .custom_container{
	text-align: center;
}

#marcas .info_marca .produto_marca{
	margin-top: 30px;
}

#marcas .info_marca .produto_marca img{
	width: 70%;
}

#marcas .info_marca .descricao_marca{
	color: #a80b53;
	margin-bottom: 20px;
	font-family: 'Gotham-Book';
	font-size: 25px;
}

#marcas .info_marca .content_marca{
	color: #58585a;
	font-family: 'Gotham-Book';
	font-size: 16px;
}




@media screen and (max-width: 992px){
	.bloco.bloco_marcas #slider_marcas .owl-prev img,
	.bloco.bloco_marcas #slider_marcas .owl-next img {
		height: 50px;
	}
}


/*RECEITAS*/

.bloco.bloco_receitas #slider_receitas_categorias{
	background: #a80b53;
	padding: 0 100px;
}

.bloco.bloco_receitas #slider_receitas_categorias .slider{
	width: 100%;
	margin: auto;
	border-radius: 50% !important;
	margin-top: 30px;
	cursor: pointer;
}

.bloco.bloco_receitas #slider_receitas_categorias .slider img {
	width: 60%;
	margin: auto;
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 0;
	transform: translateY(-50%);
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-dots .owl-dot.active {
	background: #fff;
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-prev{
	display: inline-block;
	float: left;
	background-color: transparent;
	padding: 0 15px;
	margin-left: -100px;
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-next{
	display: inline-block;
	float: right;
	background-color: transparent;
	padding: 0 15px;
	margin-right: 100px;
}

.bloco.bloco_receitas #slider_receitas_categorias .owl-prev img,
.bloco.bloco_receitas #slider_receitas_categorias .owl-next img {
	/* width: 64px !important; */
	/* background-color: #e6e6e6; */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 90px;
}


.bloco.bloco_receitas #slider_receitas .slider {
	width: Calc(100% / 6);
	display: inline-block;
	margin-left: -4px;
}

.bloco.bloco_receitas #slider_receitas{
	background: #d483a9;
	padding: 0 80px;
}


.bloco.bloco_receitas #slider_receitas .slider{
	width: 100%;
	margin: 10px auto;
	cursor: pointer;
	text-align: center;
	padding: 5px 0;
}

.bloco.bloco_receitas #slider_receitas .slider img {
	width: 60%;
	margin: auto;
}

.bloco.bloco_receitas #slider_receitas .slider .nome {
	color: #fff;
	font-family: 'Gotham-Light';
	font-size: 15px;
}

.bloco.bloco_receitas #slider_receitas .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 0;
	transform: translateY(-50%);
}

.bloco.bloco_receitas #slider_receitas .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.bloco.bloco_receitas #slider_receitas .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.bloco.bloco_receitas #slider_receitas .owl-dots .owl-dot.active {
	background: #fff;
}

.bloco.bloco_receitas #slider_receitas .owl-prev{
	display: inline-block;
	float: left;
	background-color: transparent;
	padding: 0 15px;
	margin-left: -80px;
}

.bloco.bloco_receitas #slider_receitas .owl-next{
	display: inline-block;
	float: right;
	background-color: transparent;
	padding: 0 15px;
	margin-right: 80px;
}

.bloco.bloco_receitas #slider_receitas .owl-prev img,
.bloco.bloco_receitas #slider_receitas .owl-next img {
	/* width: 64px !important; */
	/* background-color: #e6e6e6; */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
}


.bloco_receitas .info_receitas.esconde{
	display: none;
}

.bloco_receitas .info_receita .nome{
	text-align: center;
	box-shadow: 0px 0px 8px 2px #4c4c4c52;
	padding: 20px;
	color: #a80b53;
	margin-bottom: 0px;
	font-family: 'Gotham-Light';
	font-size: 25px;
	position: relative;
}

.bloco_receitas .info_receita .custom_container{
	text-align: center;
}

.bloco_receitas .info_receita .imagem{
}

.bloco_receitas .info_receita .imagem img{
	width: 65%;
}

.bloco_receitas .info_receita .content_receita{
	color: #58585a;
	font-family: 'Gotham-Book';
	font-size: 16px;
	margin-top: 20px;
}

.bloco_receitas .info_receita .imagens{
	margin-top: 20px;
}

.bloco_receitas .info_receita .imagens .single_imagem{
	width: 45%;
	display: inline-block;
	margin: 10px;
}

.bloco_receitas .info_receita .imagens .single_imagem img{
	width: 100%;
}


@media screen and (max-width: 992px){
	.bloco.bloco_receitas #slider_receitas_categorias .owl-prev img,
	.bloco.bloco_receitas #slider_receitas_categorias .owl-next img {
		height: 50px;
	}

	.bloco.bloco_receitas #slider_receitas .owl-prev img,
	.bloco.bloco_receitas #slider_receitas .owl-next img {
		height: 20px;
	}
}

/* BLOCO REDES SOCIAIS & NOTICIAS */
.container_redes_noticias{
	margin: 0 auto;
	width: 100%;
}

.bloco.bloco_noticias_sleft{
	width: 49%;
	float: right;
	margin: 0 auto;
	height: 300px;
}

.bloco.bloco_noticias_sleft .noticias_sleft{
	background-color: #e6e6e6;
	padding: 10px 0px 12px 0px;
}

.noticias_sleft .owl-nav .owl-prev{
	position: absolute;
	top: 35%;
	left:1%;
}

.noticias_sleft .owl-nav{
	display: none;
}

.noticias_sleft .owl-nav .owl-next{
	position: absolute;
	top: 35%;
	right:1%;
}

.noticias_sleft .owl-nav .owl-prev img,
.noticias_sleft .owl-nav .owl-next img{
	width: 25px;
}

.noticias_sleft .owl-carousel .owl-item img {
	max-width: 150px;
	border-radius: 75px;
	position: relative;
	top: 5%;
	left: 5%;
}

.noticias_sleft_header{
	font-size:24px;
	color: #a80b53 !important;
}

.noticias_sleft_text{
	font-size:18px;
	color: #58585a;
}

@media screen and (max-width: 1800px) {
	.noticias_sleft_header {
		font-size: 20px;
		color: #58585a;
	}

	.noticias_sleft_text {
		font-size: 14px;
		color: #58585a;
	}

	.noticias_sleft_imagem img {
		max-width: 100px !important;
		border-radius: 50px !important;
	}

	.slider2{
		padding: 15px 0;
	}

	.noticias_sleft_header{
		left:23% !important;
	}

	.noticias_sleft_text{
		left:23% !important;
	}

	.bloco.bloco_noticias_sleft .noticias_sleft{
		padding: 26px 0px 12px 0px;
	}
}

@media screen and (max-width: 1210px) {
	.noticias_sleft_header {
		font-size: 17px;
		color: #58585a;
		left: 25% !important;
		width: 60% !important;
	}

	.noticias_sleft_text {
		font-size: 12px;
		color: #58585a;
		width: 60% !important;
		left: 25% !important;
		top: 35% !important;
	}


}
@media screen and (max-width: 1010px) {
	.noticias_sleft_imagem img {
		max-width: 75px !important;
		border-radius: 33px !important;
		left: 7% !important;
	}

	.noticias_sleft_header {
		font-size: 14px;
		color: #58585a;
		left: 28% !important;
		width: 60% !important;
	}

	.noticias_sleft_text {
		font-size: 10px;
		color: #58585a;
		width: 60% !important;
		left: 28% !important;
		top: 35% !important;
	}

	.noticias_sleft .owl-nav .owl-prev img,
	.noticias_sleft .owl-nav .owl-next img{
		width: 15px;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook,
	.bloco.bloco_redes_sociais .redes_sociais .instagram{
		width: 75% !important;
		margin: 14px auto !important;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .face .nome,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta .nome{
		font-size: 10px;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .img_face img,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .img_insta img{
		width: 30px !important;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .face,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta{
		margin-right:15px !important;
		margin-left:15px !important;
	}

	.bloco.bloco_noticias_sleft .noticias_sleft{
		padding: 10px 0px 10px 0px;
	}

}

@media screen and (max-width: 915px) {
	.noticias_sleft_imagem img {
		max-width: 75px !important;
		border-radius: 33px !important;
		left: 7% !important;
	}

	.noticias_sleft_header {
		font-size: 14px;
		color: #58585a;
		left: 28% !important;
		width: 65% !important;
	}

	.noticias_sleft_text {
		font-size: 10px;
		color: #58585a;
		width: 60% !important;
		left: 28% !important;
		top: 35% !important;
	}

	.noticias_sleft .owl-nav .owl-prev img,
	.noticias_sleft .owl-nav .owl-next img{
		width: 15px;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook,
	.bloco.bloco_redes_sociais .redes_sociais .instagram{
		width: 75% !important;
		margin: 18px auto !important;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .face .nome,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta .nome{
		font-size: 10px;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .img_face img,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .img_insta img{
		width: 25px !important;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .face,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta{
		margin-right:10px !important;
		margin-left:10px !important;
	}


}

@media screen and (max-width: 813px) {

	.bloco.bloco_noticias_sleft{
		display: block;
		float:none !important;
		width: 100% !important;
	}

	.noticias_sleft_text {
		text-align: center;
		top:122% !important;
		left:19% !important
	}

	.bloco.bloco_redes_sociais{
		display: block;
		float: none !important;
		width: 100% !important;
	}

	.bloco.bloco_noticias_sleft .noticias_sleft .owl-stage{
		overflow: auto;
	}

	.bloco.bloco_noticias_sleft .noticias_sleft .noticias_sleft_imagem img{
		position: absolute;
		top: 136%;
		left: 45% !important;
		cursor: pointer;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .img_face,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .img_insta{
		display: block !important;
		margin: 0 auto !important;
		padding-bottom:10% !important;
	}

	.noticias_sleft_header {
		font-size: 14px;
		color: #58585a;
		left: 17% !important;
		width: 65% !important;
		text-align: center;
		padding-top:12%;

	}

	.noticias_sleft_imagem img{
		left: 30% !important;
	}
}

@media screen and (max-width: 700px) {

	.bloco.bloco_noticias_sleft .noticias_sleft .noticias_sleft_imagem img{
		left:42% !important;
	}
	.noticias_sleft_header{
		padding-top:16%;
	}
}

/*REDES SOCIAIS*/

.bloco.bloco_redes_sociais{
	/*padding: 50px 0;*/
	width: 49%;
	float:left;
	margin: 0 auto;
}

.bloco.bloco_redes_sociais .redes_sociais{
	background-color: #e6e6e6;
	padding: 10px 0px;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook,
.bloco.bloco_redes_sociais .redes_sociais .instagram{
	display: block;
	margin: 15px auto;
	width: 65%;
	text-align: center;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .img_face,
.bloco.bloco_redes_sociais .redes_sociais .instagram .img_insta{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .img_face img,
.bloco.bloco_redes_sociais .redes_sociais .instagram .img_insta img{
	width: 50px;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .face,
.bloco.bloco_redes_sociais .redes_sociais .instagram .insta{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .face a,
.bloco.bloco_redes_sociais .redes_sociais .instagram .insta a{
	text-decoration: none;
	color: #58585a;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .face img,
.bloco.bloco_redes_sociais .redes_sociais .facebook .face .nome,
.bloco.bloco_redes_sociais .redes_sociais .instagram .insta img,
.bloco.bloco_redes_sociais .redes_sociais .instagram .insta .nome{
	display: inline-block;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .face .nome,
.bloco.bloco_redes_sociais .redes_sociais .instagram .insta .nome{
	text-transform: uppercase;
	font-family: 'Gotham-Book';
	font-size: 15px;
}

.bloco.bloco_redes_sociais .redes_sociais .facebook .face img,
.bloco.bloco_redes_sociais .redes_sociais .instagram .insta img{
	width: 40px;
	margin-right: 10px;
}


@media screen and (min-width: 993px) and (max-width: 1200px){
	.bloco.bloco_redes_sociais .redes_sociais .facebook .face,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta {
		margin-left: 0px;
		margin-right: 15px;
	}

}

@media screen and (max-width: 992px){

	.bloco.bloco_redes_sociais .redes_sociais .facebook .face img,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta img {
		width: 30px;
	}
}

@media screen and (max-width: 860px){
	.bloco.bloco_redes_sociais .redes_sociais {
		padding: 50px 0 30px 0;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook,
	.bloco.bloco_redes_sociais .redes_sociais .instagram {
		text-align: left;
	}

	.bloco.bloco_redes_sociais .redes_sociais .facebook .face,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta {
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 843px){
	.bloco.bloco_redes_sociais .redes_sociais .facebook .face,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta {
		text-align: center;
	}
	.bloco.bloco_redes_sociais .redes_sociais .facebook .face img,
	.bloco.bloco_redes_sociais .redes_sociais .instagram .insta img {
		display: block;
		margin: auto;
	}

}

@media screen and (max-width: 843px){
	.bloco.bloco_redes_sociais .redes_sociais .facebook .face, .bloco.bloco_redes_sociais .redes_sociais .instagram .insta {
		text-align: center;
	}
	.bloco.bloco_redes_sociais .redes_sociais .facebook .face img, .bloco.bloco_redes_sociais .redes_sociais .instagram .insta img {
		display: block;
		margin: auto;
	}

}

/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
	width: 100%;
}


/*==================================================================================================*/
/*NOTICIAS HOLDER BOTTOM*/
/*==================================================================================================*/

.bloco.bloco_destaques{
	width: 100%;
	display: block;
	margin: 5% auto;
}

.bloco.bloco_destaques .destaques_header{
	text-transform: uppercase;
	color: #a80b53;
	text-align: center;
	font-family: 'Gotham-Light';
	font-size: 35px;
	width: 55%;
	margin: 1% auto;
}

.bloco.bloco_destaques .destaques_text{
	margin: 1% auto;
	text-align: center;
	font-size: 20px;
	color: #58585a;

}

.bloco_destaques_holder .owl-nav .owl-prev{
	position: absolute;
	top: 35%;
	left: 35%;
	width: 40px;
	cursor: pointer;
}

.bloco_destaques_holder .owl-nav .owl-next{
	position: absolute;
	top: 35%;
	right: 35%;
	width: 40px;
	cursor: pointer;
}

@media screen and (max-width: 1800px){
	.bloco.bloco_destaques .destaques_header{
		font-size: 35px;
	}

	.bloco_destaques_holder .destaques_imagem img{
		width: 200px !important;
		border-radius:100px !important;
	}

	.bloco_destaques_holder .owl-nav .owl-next img,
	.bloco_destaques_holder .owl-nav .owl-prev img{
		width: 30px !important;
	}

	.bloco_destaques_holder .owl-nav .owl-prev{
		position: absolute;
		top: 38%;
		left: 40%;
		width: 30px;
		cursor: hand;
	}

	.bloco_destaques_holder .owl-nav .owl-next{
		position: absolute;
		top: 38%;
		right: 40%;
		width: 30px;
		cursor: hand;
	}
}

@media screen and (max-width: 1440px){
	.bloco_destaques_holder .owl-nav .owl-prev{
		position: absolute;
		top: 35%;
		left: 38%;
		width: 30px;
		cursor: hand;
	}

	.bloco_destaques_holder .owl-nav .owl-next{
		position: absolute;
		top: 35%;
		right: 38%;
		width: 30px;
		cursor: hand;
	}

	.bloco.bloco_destaques .destaques_header{
		font-size: 30px;
	}
}

@media screen and (max-width: 1226px){
	.bloco_destaques_holder .owl-nav .owl-prev{
		position: absolute;
		top: 35%;
		left: 37%;
		width: 30px;
		cursor: hand;
	}

	.bloco_destaques_holder .owl-nav .owl-next{
		position: absolute;
		top: 35%;
		right: 37%;
		width: 30px;
		cursor: hand;
	}

	.bloco.bloco_destaques .destaques_header{
		font-size: 25px;
		width: 60%;
	}

	.bloco.bloco_destaques .destaques_text{
		font-size: 18px;
	}
}

@media screen and (max-width: 1020px){

	.bloco_destaques_holder .destaques_imagem img{
		width: 150px !important;
		border-radius:75px !important;
	}

	.bloco.bloco_destaques .destaques_header{
		font-siz:24px;
		width:70%;
	}

	.bloco_destaques_holder .owl-nav .owl-prev{
		position: absolute;
		top: 36%;
		left: 37%;
		width: 30px;
		cursor: hand;
	}

	.bloco_destaques_holder .owl-nav .owl-next{
		position: absolute;
		top: 36%;
		right: 36%;
		width: 30px;
		cursor: hand;
	}

	.bloco_destaques_holder .owl-nav .owl-next img,
	.bloco_destaques_holder .owl-nav .owl-prev img{
		width: 20px !important;
	}

	.bloco.bloco_destaques .destaques_text{
		font-size: 14px;
	}

}

@media screen and (max-width: 814px){
	.noticias_sleft{
		height: 474px;
	}
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.bloco.bloco_contactos .info_contactos,
.bloco.bloco_contactos .mapa{
	display: inline-block;
}

.bloco.bloco_contactos .info_contactos{
	width: 40%;
	width: 40%;
	text-align: center;
	color: #a6a6a6;
	font-size: 18px;
	font-family: 'Gotham-Light';
	margin-top: 35px;
}

.bloco.bloco_contactos .info_contactos .single_contactos{
	margin-bottom: 30px;
}

.bloco.bloco_contactos .info_contactos .single_contactos a{
	text-decoration: none;
	color: #a6a6a6;
}

.bloco.bloco_contactos .info_contactos .single_contactos img{
	width: 30px;
}


.bloco.bloco_contactos .mapa{
	width: 60%;
	margin-left: -4px;
}

.bloco.bloco_contactos .mapa #googleMap{
	height: 450px;
}

@media screen and (max-width: 992px){
	.bloco.bloco_contactos .info_contactos,
	.bloco.bloco_contactos .mapa {
		display: block;
		width: 100%;
	}

	.bloco.bloco_contactos .info_contactos {
		font-size: 15px;
	}
}


/*==================================================================================================*/
/*POLITICAS*/
/*==================================================================================================*/
.bloco.bloco_politicas{
	margin-top: 90px;
}

.bloco.bloco_politicas .texto{
	font-family: 'Gotham-Light';
	margin-top: 50px;
	font-size: 16px;
}

.bloco.bloco_politicas .texto a{
	text-decoration: none;
	color: #000;
}


/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
	position: relative;
	width: 100%;
	background: #111;
}

.footer h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer h3{
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer p,
.footer label,
.footer a{
	font-size: 13px;
	color: #aaa;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
}

.footer #form_newsletter button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.lower_footer {
    padding: 20px 0;
	background: #e6e6e6;
}

.lower_footer p,
.lower_footer a{
	font-size: 13px;
	color: #949393;
}

.lower_footer p,
.lower_footer .politicas,
.lower_footer .termos
{
	display: inline-block;
	font-size: 13px;
	color: #949393;
}

.lower_footer .politicas,
.lower_footer .termos
{
	cursor: pointer;
}

@media screen and (max-width: 992px) {

}
