/* here you can put your own css to customize and override the theme */

@import '../fonts/font.css';

p
{
	line-height: 1.14;
}

.logo
{
	text-align: center;
	line-height: 1.42857143;
	margin-top: 20px;
	margin-bottom: 30px;
}

.pesquisa {
	text-align: right;
	margin: 13px 15px 0 0;
	position: relative;
}

.numero
{
	margin-top: 31px;
	text-align: left;
}

#pesquisa
{
	position: relative;
	/*width: 100%;*/
	height: 35px;
	float: right;
}


#pesquisa input[type="text"]
{
	width: 300px;
	height: 35px;
	background: #fff;
	padding-left: 15px;
	padding-right: 33px;
    border: 0;
    border-radius: 10px;
	font-family: 'robotolight', sans-serif;
	font-size: 15px;
}

#pesquisa button
{
	position: absolute;
	right: 11px;
	top: 7px;
	cursor: pointer;
	outline: none;
	border: 0;
	background: transparent;
}

#pesquisa img
{
	/*position: absolute;
	right: 11px;
    top: 8px;
	cursor: pointer;*/
	display: inline-block;
}

.bxslider
{
	margin-bottom: 40px;
}

.bxslider li > img
{
	width: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled
{
	display: block;
}

.bx-wrapper .bx-prev
{
	left: -45px;
	background: url('/site/imagens/bx-prev.png') no-repeat;
}

.bx-wrapper .bx-prev:hover
{
	background: url('/site/imagens/bx-prev.png') no-repeat;
}

.bx-wrapper .bx-next
{
	right: -45px;
	left: auto;
	background: url('/site/imagens/bx-next.png') no-repeat;
}

.bx-wrapper .bx-next:hover
{
	background: url('/site/imagens/bx-next.png') no-repeat;
}

.bx-wrapper .bx-controls-direction a
{
	top: 50%;
	width: 27px;
    height: 54px;
}

.conteudo_banner {
    position: absolute;
	width: 50%;
    left: 6%;
    
	/*
	top: 20px;
	*/
	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.conteudo_banner h2{
	color: #fff;
	font-size: 47px;
    font-family: 'montserratbold';
	margin-bottom: 15px;
	text-shadow: 3px 3px rgba(0,0,0,0.6);
}
.conteudo_banner p{
	color: #194795;
	font-size: 27px;
	text-transform: uppercase;
    font-family: 'robotolight';
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.conteudo_banner button{
    background: transparent;
    border: 2px solid #f4761e;
    color: #f4761e;
    width: 135px;
    height: 44px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 15px;
	margin-top: 25px;
	box-shadow: 2px 2px rgba(0,0,0,0.6);
    text-shadow: 2px 2px rgba(0,0,0,0.6);
}

#alertas
{
	margin-top: 55px;
}

.btn_saiba
{
	background: #f4761e;
	border: 0;
	color: #ffffff;
	width: 135px;
	height: 44px;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 15px;
	position: absolute;
    bottom: 26px;
    left: 25px;
}

.btn_color
{
	background: #ffffff;
	color: #194999;
}

.btn_registar
{
	background: #194999;
	border: 0;
	color: #ffffff;
	width: 135px;
	height: 44px;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 15px;
}

.footer-p
{
	font-size: 13px;
	font-family: 'robotolight';
	color: #ffffff;
	top: 4px;
	padding-right: 0;
}

.logos
{
	text-align: center;
}

.logos a
{
	font-size: 13px;
	font-family: 'robotolight';
	color: #ffffff;
	padding-left: 5px;
}

.logo_db
{
	float: right;
}

.logo_footer
{
	float: right;
	margin-top: -8px;
}

.section-title-2
{
	font-family: 'robotolight';
	font-size: 26px;
	text-transform: uppercase;
	color: #626262;
	background: url(/site/imagens/icon.png) no-repeat;
	background-position: 50%;
	background-size: auto 100%;
}

.section-title-2 h1
{
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #626262;
	font-family: 'montserratbold', sans-serif;
}

.main-menu nav {
	margin: 15px 0;
	background: #efefef;
	position: relative;
	float: left;
	width: 100%;
}

.menu_2
{
	width: 100%;
	margin: auto;
}

.menu_li {
	margin: 0 0 0 0;
	width: calc(100% /3);
	padding: 10px 10px 10px 10px;
}

.menu_li a {
    text-transform: uppercase;
    color: #4a4949;
	font-size: 13px;
}

.menu_li:hover {
	background: #1a4b9e;
}

.menu_li:hover a,
.menu_li a.active,
.menu_li a:hover {
    color: #f4761e;
}

.menu_li a img {
	width: 20px;
}

.menu_line {
	position: relative;
	float: left;
	width: 100%;
}

.menu_line .menu_li {
	position: relative;
	float: left;
}

.menu_li .submenu {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	width: 100%;
	padding: 5px 15px;
	z-index: 2;
	background: #1a4b9e;
}

.menu_li .submenu a {
	color: #fff;
}

.menu_li .submenu li:hover a,
.menu_li .submenu li a.active {
	color: #f4761e;
}

.menu_li:hover .submenu {
	display: block;
}

.mean-container .mean-bar
{
	background: url('/site/imagens/menu_bg.png') repeat-x;
    background-size: 100%;
}

.submenu_div
{
	width: 100%;
	height: 346px;
	background: #282828;
	display: none;
	position: relative;
}

.submenu_div .esquerda
{
	width: 50%;
	float: left;
}

.submenu_div .esquerda ul
{
	display:inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

.submenu_div .esquerda ul li a
{
	font-family: 'robotolight';
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

.submenu_div .direita
{
	width: 50%;
	float: left;
}

.nome_submenu
{
	font-family: 'montserratbold';
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 30px;
	background: url(/site/imagens/submenu_li.png) no-repeat;
	background-size: 33px 3px;
    background-position: 0% 100%;
}

.img_submenu
{
	top: 23px;
    position: relative;
    left: 30px;
}

.border
{
	border-right: 1px solid #626262;
}

.seta_submenu
{
	top:-6px;
    position: absolute;
	right: 67%;
}

.header-top,
.header-top .container {
	position: relative;
}

.header-top .custom-menu {

}

.header-top .custom-menu > li {
	float: left;
	margin-right: 17px;
	position: relative;
}

.header-top .custom-menu > li > a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'montserratbold', sans-serif;
	padding: 15px 5px 10px;
	border-bottom: 5px solid #1a4b9e;
}

.header-top .custom-menu > li.submenu-trigger.active > a,
.header-top .custom-menu > li > a:hover {
	border-bottom: 5px solid #f4751e;
}

.header-top .submenu-produtos {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	background: rgba(249, 248, 248, 0.98);
	width: 100%;
	padding: 30px 0;
}

.main_categories {
	position: relative;
	float: left;
	margin-right: 50px;
	border-right: 1px solid #948c8c;
	padding-right: 50px;
	min-width: 290px;
}

.subsubcategories {
	display: none;
	position: relative;
	float: left;
	width: 100%;
}

.subsubcategories.active {
	display: block;
}

.submenu-main {
	font-weight: bold;
	color: #585252;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;

	-webkit-transition: color 0.5s, padding-left 0.5s;
	-moz-transition: color 0.5s, padding-left 0.5s;
	-ms-transition: color 0.5s, padding-left 0.5s;
	-o-transition: color 0.5s, padding-left 0.5s;
	transition: color 0.5s, padding-left 0.5s;
}

.submenu-main.active,
.submenu-main:hover {
	color: #f4751e;
	padding-left: 15px;
}

.subsub_categories {
	position: relative;
	float: left;
	width: calc(100% - 350px);
}

.subsubcategories .submenu_li {
	margin-bottom: 5px;
}

.subsubcategories .submenu_li a {
	color: #717171;
	font-weight: bold;

	-webkit-transition: color 0.5s, padding-left 0.5s;
	-moz-transition: color 0.5s, padding-left 0.5s;
	-ms-transition: color 0.5s, padding-left 0.5s;
	-o-transition: color 0.5s, padding-left 0.5s;
	transition: color 0.5s, padding-left 0.5s;
}

.subsubcategories .submenu_li a:hover {
	color: #f4751e;
	padding-left: 15px;
}

.list_subsubcats {
	position: relative;
	float: left;
	min-width: 250px;
}

.submenu-mobile-trigger {}

.submenu-mobile-trigger ul.sub-menu {
	display: none;
}

.submenu-mobile-trigger.active ul.sub-menu {
	display: inline-block;
}

.pro-tab-list li
{
	color: #626262;
	font-family: 'robotolight';
	font-size: 33px;
	text-transform: uppercase;
}

.pro-tab-list li span
{
	font-family: 'robotomedium';
	color: #626262;
}

.div_hover
{
	width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    height: 72px;
	background: #f4761e;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'montserratbold';
	color: #ffffff;
	padding-top: 25px;
	display: none;
	cursor: pointer;
}

.div_hover a
{
	color: #ffffff;
	text-decoration: none;
}

.pro-tab-list li
{
	background: url(/site/imagens/icon.png) no-repeat;
	background-position: 50%;
	background-size: auto 100%;
}

.product-slider .sin-product:hover {
  box-shadow: 0 0 29px rgba(0,0,0,0.5);
}

.lista_produtos .sin-product:hover {
  box-shadow: 0 0 29px rgba(0,0,0,0.5);
}

.lista_produtos .sin-product
{
	margin-bottom: 30px;
	/*min-height: 490px;*/
	min-height: 390px;
}

.form_contact
{
	position: fixed;
	right: -213px;
	top: 43%;
	height: auto;
	overflow: auto;
	z-index: 999;
}

.form_contact img
{
	float: left;
	cursor: pointer;
}

.form_contact p
{
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	font-family: 'robotothin';
	margin-bottom: 15px;
	text-align: right;
}

#form_contacto
{
	padding: 20px;
	width: 210px;
	height: auto;
	overflow: auto;
	float: right;
	background: #194795;
}

#form_contacto input[type="text"]
{
	width: 100%;
	margin-bottom: 15px;
	border-radius: 4px;
	padding-left: 10px;
	border: 0;
	height: 31px;
	font-family: 'robotolight';
	font-size: 12px;
}

#form_contacto button
{
	height: 31px;
	width: 100%;
	border: 0;
	color: #ffffff;
	background: #9b9b9c;
	font-size: 36px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	font-size: 12px;
}
.alerta, #alertas2
{
	font-size: 12px;
    margin-bottom: 7px;
    color: #ffffff;
	font-family: 'robotothin';
}

.produtos
{
	width: 100%;
	margin-top: 80px;
}

.menu_lateral
{
	width: 270px;
	float: left;
	
	display:none;
}

.menu_lateral li
{
	background: #f7f7f9;
	border-bottom: 1px solid #ffffff;
	padding: 16px;
    padding-left: 41px;
	text-transform: uppercase;
}

.menu_lateral li a
{
	font-family: 'robotolight';
	font-size: 15px;
	color: #2e2e2e;
	text-decoration: none;
	text-transform: uppercase;
}

.menu_lateral li a:hover
{
	color: #f83b00;
}

.cat
{
	background: #194999 !important;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
	font-family: 'montserratbold';
}

.menu_lateral .activo
{
	font-family: 'robotomedium';
	color: #f83b00;
}

.menu_lateral .activo a
{
	font-family: 'robotomedium';
	color: #f83b00;
}

.active
{
	color: #f4761e !important; 
}

.lista_produtos
{
	/* ORIGINAL */
	/* width: calc( 100% - 270px );
	float: left; */
	
	
	
	width: calc( 100% - 270px );
    display: block;
    margin: 0 auto;
	overflow:hidden;
	
}

.produtos_lista
{
	width: 100%;
	padding-top: 80px;
	margin-bottom: 80px;
	height: auto;
	overflow: auto;
}

.aviso
{
	padding-left: 5%;
}

.produto_detalhe
{
	width: 100%;
	margin-bottom: 50px;
}

.produto_detalhe .descricao
{
	width: 50%;
	float: left;
	border-right: 1px solid #ebebeb;
}

.produto_detalhe .descricao .cat_prod
{
	width: 100%;
	font-size: 15px;
	color: #9b9b9c;
	font-family: 'robotolight';
	margin-bottom: 20px;
}

.produto_detalhe .descricao .nome_prod
{
	width: 100%;
	font-size: 25px;
	color: #626262;
	font-family: 'montserratbold';
	margin-bottom: 20px;
}

.produto_detalhe .descricao .ref_prod {
	width: 100%;
	font-size: 18px;
	color: #626262;
	font-family: 'robotolight';
	margin-bottom: 30px;
}

.produto_detalhe .descricao .descricao_prod
{
	width: 100%;
	font-family: 'montserratbold';
	font-size: 15px;
	color: #272727;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	position: relative;
}

.produto_detalhe .descricao .descricao_prod .produto_hr
{
	position: absolute;
    bottom: 0;
    left: 0;
}

.produto_detalhe .texto
{
	color: #9b9b9c;
	font-family: 'robotolight';
	font-size: 15px;
	padding-right: 8%;
	margin-bottom: 30px;
}

.produto_detalhe .info
{
	height: 44px;
	width: 70%;
	color: #ffffff;
	background: #f4761e;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'montserratbold';
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 20px;
}

.produto_detalhe .pdf
{
	height: 44px;
	width: 90%;
	color: #ffffff;
	background: #194999;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'montserratbold';
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}

.pdf_img
{
	position: absolute;
    right: 8px;
    bottom: 6px;
}

.btn_back
{
	height: 44px;
	width: auto;
	color: #ffffff;
	background: #194999;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'montserratbold';
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	padding: 10px 15px;
}

.produto_detalhe .imagens
{
	width: 49%;
	float: right;
	
}

.produto_detalhe .imagens .imagem_principal {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.produto_detalhe .imagens .imagem_principal .img_principal {
	max-width: 100%;
	max-height: 200px;
}

.produto_detalhe .imagens .imagens_slider {
	position: relative;
	float: left;
	width: 100%;
}

.img_pesquenas
{
	display: inline-block;
	width: 24%;
	margin-bottom: 10px;
	cursor: pointer;
}

.imagens .active
{
	border: 1px solid #f4761e;
}

.no_prods {
	color: #626262;
	font-family: 'robotolight';
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 40px 0 40px 0;
}

.fancybox-overlay
{
	z-index: 999999;
}

.seta_submenu5
{
	right: initial;
	left: 10%;
}

.conteudo{
	margin: 50px 0;
}

.h3_comum {
	font-size: 20px;
	color: #f4761e;
	font-family: 'montserratbold';
	margin-bottom: 25px;
}

.p_comum{	
	font-size: 16px;
	color: #9b9b9c;
	font-family: 'robotolight';
	line-height: 24px;
}

.blog-image{
	height: 360px;
}
.blog-details{
	background: #efefef;
}

.icon_servico {
    width: 130px !important;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	opacity: 0.9;
}




#forgotPassModal .pro-tab-list,
#registerModal .pro-tab-list,
#loginModal .pro-tab-list{
	margin-top: 25px;
	font-size: 22px;
}

#forgotPassModal .modal-header,
#registerModal .modal-header,
#loginModal .modal-header {
    border-bottom: 0 !important;
}

#loginModal .modal-body,
#registerModal .modal-body  {
    padding: 15px 45px;
}

#forgotPassModal input,
#registerModal input,
#loginModal input {
    width: 100%;
	padding: 5px 8px;
	margin: 10px 0;
    font-family: 'robotolight';
	color: #626262;
}

#loginModal .esqueceu_pass{
	float: right;
	margin-top: 15px;
}

#loginModal .registar_btn {
    position: absolute;
    margin-top: -21px;
    background: #f4761e;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    right: 40px;
    top: 30px;
}

#registerModal .ja_registado {
    position: absolute;
    margin-top: -21px;
    color: #757575;
    right: 40px;
    bottom: 25px;
}

#contact-form input[type=submit],
#forgotPassModal button[type=submit],
#registerModal button[type=submit],
#loginModal button[type=submit] {
	background: #194795 !important;
	border-radius: 20px;
	color: #fff;
	margin-top: 8px;
	width: 130px;
}

#loginModal .modal-footer {
    position: relative;
	background: #efefef;    
	padding: 25px 45px;
    text-align: left;
}

.file {
    margin-top: 25px;
    position: relative;
    height: 65px;
    border-bottom: 1px solid #4d4d4d;
}

.file_img {
    display: inline-block;
}

.file_nome {
    display: inline-block;
    color: #4d4d4d;
    font-size: 20px;
    position: absolute;
    left: 60px;
    top: 20px;
}
.file_nome a{
    color: #4d4d4d;
}

.logos_pme{
	text-align:right;
}

.holder_radios{
	text-align: left;
}

.moon-form .holder_radios input{
	width: 30px;
}

.slick-track .sin-product .pro-image a img {
    width: auto;
    max-height: 160px;
    margin: 0 auto;
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-track .sin-product .pro-image a {
	height: 160px;
}

.slick-track .sin-product .pro-image {
    position: relative;
    min-height: 160px;
}

.paginacao{
	overflow: hidden;
    display: block;
    text-align: center;
}

.paginacao .bloco_paginacao{
	width: 55px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.paginacao .bloco_paginacao.active a,
.paginacao .bloco_paginacao a:hover{
	border: 2px solid #000;
	background-color: #337ab7;
	color: #fff;
    
}


.paginacao .bloco_paginacao a{
	display: block;
    height: 49px;
    border: 2px solid;
    border-radius: 5px;
    padding-top: 13px;
}

.bloco_download_catalogos {
	position: relative;
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}

.bloco_download_catalogos a {

}

.bloco_download_catalogos a button {
	padding: 10px 10px;
	background: #fff;
	border: 2px solid #f58220;
	border-radius: 8px;
	color: #626262;
}

.sin-product .clr-orange {
	color: #f58220;
}

@media screen and (min-width: 1200px) and (max-width: 1230px)
{
	.new-arrival-slider .slick-prev
	{
		left: 0;
	}
	.new-arrival-slider .slick-next
	{
		right: 1px;
	}
}

@media screen and (max-width: 1200px)
{
	.menu_1
	{
		width: 80%;
	}
}

@media screen and (max-width: 1060px)
{
	.new-arrival-slider .slick-prev
	{
		left: 0;
	}
	.new-arrival-slider .slick-next
	{
		right: 0;
	}
}

@media screen and (max-width: 1050px)
{
	.bx-wrapper .bx-next
	{
		right: -30px;
	}
	.bx-wrapper .bx-prev
	{
		left: -30px;
	}
}

@media screen and (max-width: 1024px)
{
	.bx-wrapper .bx-next
	{
		right: 5px;
	}
	.bx-wrapper .bx-prev
	{
		left: 5px;
	}
}

@media screen and (max-width: 1017px)
{
	.new-arrival-slider .slick-prev
	{
		display: none !important;
	}
	.new-arrival-slider .slick-next
	{
		display: none !important;
	}
	.tab-pro-slider
	{
		margin: 0;
	}
}

@media screen and (max-width: 992px)
{
	.logo
	{
		text-align: center;
		width: 100%;
	}
		
	.conteudo_banner h2{
		font-size: 3.5vW;
	}
	.conteudo_banner p{
		font-size: 2.1vW;
	}
	.conteudo_banner button{
		margin-top: 12px;
	}

	.pesquisa
	{
		text-align: center;
	}

	.numero
	{
		text-align: center;
		margin-bottom: 20px;
		display: none;
	}
	#pesquisa
	{
		float: none;
		margin: auto;
		margin-bottom: 0;
	}
	.bx-wrapper .bx-controls-direction a.disabled
	{
		display: none;
	}
	.footer-p
	{
		text-align: center;
		margin-bottom: 20px;
	}
	.redes-sociais
	{
		text-align: center;
		margin-bottom: 20px;
	}
	.linha
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	.logo_db
	{
		float: none;
	}
	.logo_footer
	{
		float: none;
	}
	.section-title-2
	{
		text-align: center;
	}
	.submenu_div
	{
		display: none;
	}
	.tab-pro-slider
	{
		margin: 0;
	}
	.tab-pro-slider .slick-list
	{
		padding: 10px 15px;
	}
	.form_contact
	{
		display: none;
	}
	
	.logos_pme{
		text-align:center;
		width: 100%;
		display: none;
	}

	.header-top,
	.header-top .submenu-produtos {
		display: none !important;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1200px)
{
	.single-offer .offer-brief-1
	{
		top: 21px;
	}
	.single-offer .offer-brief-1 h1 
	{
		font-size: 29px;
	}
	.single-offer .offer-brief-1 p
	{
		font-size: 19px;
	}
	.single-offer .offer-brief-2 h1
	{
		margin-bottom: 10px;
	}
	.single-offer .offer-brief-2 p
	{
		font-size: 17px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
	.single-offer .offer-brief-1 h1 
	{
		font-size: 18px;
	}
	.btn_saiba
	{
		bottom: 15px;
		width: 99px;
		font-size: 12px;
	}
	.single-offer .offer-brief-1 p
	{
		font-size: 12px;
	}
	.single-offer .offer-brief-1 {
		top: 15px;
	}
	.single-offer .offer-brief-2
	{
		top: 4px;
	}
	.single-offer .offer-brief-2 h1
	{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.single-offer .offer-brief-2 p
	{
		font-size: 10px;
	}
	.single-offer .offer-brief-3
	{
		bottom: 76px;
	}
	.single-offer .offer-brief-3 h1
	{
		font-size: 20px;
	}
	.single-offer .offer-brief-4 h1
	{
		font-size: 16px;
	}
	.single-offer .offer-brief-4 h2
	{
		font-size: 24px;
	}
	.single-offer .offer-brief-4 p
	{
		font-size: 16px;
	}
	.btn_registar
	{
		width: 99px;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px)
{
	.new-arrival-slider .slick-prev
	{
		display: none !important;
	}
	.new-arrival-slider .slick-next
	{
		display: none !important;
	}
}

@media screen and (max-width: 600px)
{
	.conteudo_banner{
		/*width: 100%;*/
		width: Calc( 100% - 33px);
	}
	.conteudo_banner h2{
		font-size: 25px;
	}
	.conteudo_banner p{
		font-size: 19px;
	}
	.conteudo_banner button{
		width: 115px;
		height: 34px;
		font-size: 12px;
	}
	
	.produto_detalhe .descricao
	{
		width: 100%;
		border-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.produto_detalhe .imagens
	{
		width: 100%;
		border-right: 0;
		float: none;
	}
}

@media screen and (min-width: 550px) and (max-width: 767px)
{
	.single-offer
	{
		width: 70%;
		margin: auto;
		margin-bottom: 30px;
	}
	.single-offer .offer-brief-3
	{
		bottom: 67px;
	}
	.single-offer .offer-brief-3 h1
	{
		font-size: 17px;
		line-height: 1.14;
	}
	.btn_saiba
	{
		bottom: 14px;
	}
}

@media screen and (max-width: 600px)
{
	.menu_lateral
	{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.lista_produtos
	{
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 550px)
{
	.conteudo_banner h2{
		font-size: 19px;
	}
	.conteudo_banner p{
		display: none;
	}
	.conteudo_banner button{
		margin-top: 0;
		width: 95px;
		height: 24px;
		font-size: 9px;
}
	
	.btn_saiba
	{
		height: 37px;
	}
	.btn_registar
	{
		height: 37px;
	}
	.single-offer .offer-brief-3 h1 
	{
		font-size: 17px;
		line-height: 1.14;
	}
	.single-offer .offer-brief-3
	{
		bottom: 73px;
	}
}

@media screen and (max-width: 400px)
{	
	.btn_saiba
	{
		bottom: 14px;
	}
	.single-offer .offer-brief-3
	{
		bottom: 60px;
	}
	.single-offer .offer-brief-4 h1
	{
		font-size: 18px;
	}
	.single-offer .offer-brief-4 h2
	{
		font-size: 32px;
	}
	.single-offer .offer-brief-4 p
	{
		font-size: 22px;
	}
}

@media screen and (max-width: 380px)
{
	.single-offer .offer-brief-1
	{
		top: 25px;
	}
	
	.single-offer .offer-brief-1 h1 {
		font-size: 27px;
	}

	.single-offer .offer-brief-1 p {
	  font-size: 17px;
	}
	
	.single-offer .offer-brief-2 h1 {
		font-size: 21px;
	}

	.single-offer .offer-brief-2 p {
	  font-size: 15px;
	}
	
	.btn_saiba
	{
		width: 118px;
		height: 30px;
	}
	.btn_registar
	{
		width: 118px;
		height: 30px;
	}
}

@media screen and (max-width: 360px)
{
	.single-offer .offer-brief-3
	{
		bottom: 53px;
	}
	.single-offer .offer-brief-3 h1
	{
		font-size: 12px;
	}
	.single-offer .offer-brief-4 h1
	{
		font-size: 13px;
	}
	.single-offer .offer-brief-4 h2
	{
		font-size: 24px;
	}
	.single-offer .offer-brief-4 p
	{
		font-size: 17px;
	}
}

@media screen and (max-width: 350px)
{
	.pdf_img
	{
		display: none;
	}
}