/* CORES */
.c-azul{color: #0A2054;}
.bg-azul{background: #0A2054;}
.c-bebe{color: #2BA9E3;}
.bg-bebe{background: #2BA9E3;}
.c-bebe-escuro{color: #3574BC;}
.bg-bebe-escuro{background: #3574BC;}
.c-escuro{color: #070D23;}
.bg-escuro{background: #070D23;}
.c-azul-claro{color: #3574BC;}
.bg-azul-claro{background: #3574BC;}
.c-preto{color: #121212;}
.bg-preto{background: #121212;}
.c-branco{color: #FFFFFF;}
.bg-branco{background: #FFFFFF;}
.c-cinza{color: #E5E5E5;}
.bg-cinza{background: #E5E5E5;}
/* CORES */

/* FONTS */
.f-100{	font-weight: 100;}
.f-200{	font-weight: 200;}
.f-300{	font-weight: 300;}
.f-400{	font-weight: 400;}
.f-500{	font-weight: 500;}
.f-600{	font-weight: 600;}
.f-700{	font-weight: 700;}
.f-800{	font-weight: 800;}
.f-900{	font-weight: 900;}
/* FONTS */

.p-150{padding: 150px 0;}
.pt-150{padding-top: 150px;}
.pb-100{padding-bottom: 100px;}

body,
html{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}

a{
	color: #0A2054;
}

a:hover{
	color: #2BA9E3;
	text-decoration: none;
}

img{
	max-width: 100%;
}

.logotipo{
	width: auto !important;
	height: 65px !important;
}

.separador{
	width: 1px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu-principal{
	padding: 0;
	margin-bottom: 0;
}

#menu-principal li{
	list-style: none;
	padding: 5px 10px;
	position: relative;
}

#menu-principal a{
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
}

#menu-principal li ul{
	display: none;
}

#menu-principal li:hover > ul{
	display: block;
	position: absolute;
	right: 0;
	z-index: 99;
	white-space: nowrap;
	background: #fff;
	padding: 15px 30px;
}

#menu-principal li ul li{
	border-bottom: 1px solid #0A2054;
}

#menu-principal li ul li:last-child{
	border-bottom: none;
}

.btn.focus, .btn:focus,
.form-control:focus {
    box-shadow: none !important;
}

.itemHeader{
	position: relative;
}

.itemHeader a{
	font-size: 15px;
}

#containerSlideHome{
	position: relative;
	width: 100%;
}

.slick-list{
	width: 100%;
}

#containerSlideHome .itemSlide img{
	width: 100%;
	height: 55vh;
	object-fit: cover;
}

.containerDescricaoBanner{
	position: absolute;
    right: 0;
    width: 100%;
    z-index: 101;
    top: 50%;
    transform: translateY(-50%);
    padding: 80px 30px;
}

.titulo{
	font-size: 28px;
	line-height: 55px;
	margin: 0;
}

.subtitulo{
	font-size: 22px;
	line-height: 25px;
	margin: 0;
}

#botaoLoginEntrar,
#botaoguardarRegisto, 
#botaoguardarRegistoAreaReservada,
.modal .modal-footer .btn-primary{
	background: #2BA9E3;
	border-radius: 0;
	border: 1px solid #2BA9E3;
}

.botoesLoginRegisto{
	display: inline-flex;
	justify-content: space-between;
}

.botoesLoginRegisto button{
	width: 45% !important;
	border-radius: 0 !important;
}

.layoutLogin2 .botoesLoginRegisto #botaoRegistar, 
.layoutLogin3 .botoesLoginRegisto #botaoRegistar, 
.layoutLogin4 .botoesLoginRegisto #botaoRegistar {
    color: #2BA9E3;
    border: 1px solid #2BA9E3;
}

.textoRGPDRegisto{
	line-height: 13px;
}

.produtosCarrinho{
	left: auto;
	right: 0;
	display: none;
}

.blocoCarrinho:hover .produtosCarrinho{
	display: block;
}

.infoCaracteristicas{
	display: flex;
}

.infoCaracteristicas > div{
	padding: 0 15px;
}

.saberMais{
	font-size: 17px;
	line-height: 23px;
	padding-left: 15px;
	position: relative;
}

.saberMais::before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.imagemSobre{
	width: 100%;
	height: 30vh;
	object-fit: contain;
}

.imagemList{
	width: 100%;
	height: 20vh;
	object-fit: contain;
}

#containerCategoriasDestaque .itemSlide,
#containerRelacionados .itemSlide{
	padding: 0 10px;
}

.tituloList{
	font-size: 10px;
	line-height: 32px;
	text-transform: uppercase;
}

.item-hover-list{
	position: relative;
}

.container-title-hover{
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: rgba(10, 32, 84, 0.95);
	text-align: center;
	
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.item-hover-list:hover .container-title-hover{
	height: 100%;
}

.item-hover-list:hover .container-title-hover .tituloList{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.imagemList.cover{
	object-fit: cover;
	height: 25vh;
}

#formNews{
	padding: 15px;
}

#formNews input{
	border: none !important;
	border-radius: 0;
	background: transparent !important;
	color: #fff !important;
}

.btnNewNewsletter{
	border-radius: 0;
	padding: 6px 15px;
}

.info-newsletter{
	font-size: 11px;
	line-height: 20px;
}

.menu-rodape{
	display: flex;
    width: 100%;
    justify-content: space-between;
	padding: 0;
	margin: 0;
}

.menu-rodape li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-rodape ul{
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.menu-rodape li a{
	color: #fff !important;
}

.menu-rodape > li > a{
	font-weight: 700;
	text-transform: uppercase;
}

.tituloRodape{
	margin-bottom: 15px;
}

.bannerPagina{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bannerPagina .peliculaBanner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 32, 84, 0.95);
}

.breadcrumbs{
	padding: 0;
	margin: 0;
	display: flex;
}

.breadcrumbs li{
	list-style: none;
	padding-right: 15px;
	position: relative;
}

.breadcrumbs li::after{
	content: "/";
	position: absolute;
	right: 5px;
	top: 2px;
	color: #fff;
	font-size: 10px;
}

.breadcrumbs li:last-child::after{
	content: none;
}

.breadcrumbs li a{
	font-size: 10px;
	text-transform: uppercase;
}

.imagemConteudo{
	width: 100%;
}

.container-conteudos h2{
	font-size: 40px;
	line-height: 55px;
	margin: 0;
	color: #0A2054;
}

.container-conteudos h3{
	font-size: 22px;
	line-height: 25px;
	margin: 0;
	color: #0A2054;
}

.vw-formulario input,
.vw-formulario select,
.vw-formulario textarea{
	border-radius: 0;
    background: #0A2054 !important;
    border: none;
    color: #fff !important;
    padding: 15px 15px;
    height: auto;
}

.vw-formulario .submitbtn{
    background: #2BA9E3 !important;
    color: #FFFFFF;
    border-radius: 0;
    padding: 6px 30px;
    border: none;
}

.containerImagensCategoria{
	display: flex;
	align-items: center;
	justify-content: center;
}

.containerImagensCategoria .itemImagem{
	margin-right: 15px;
}

.containerImagensCategoria .itemImagem:last-child{
	margin-right: 0;
}

.containerImagensCategoria .itemImagem img{
	height: 150px;
	width: 150px;
	object-fit: contain;
	border: 1px solid #0A2054;
}

.dataTables_filter{
	display: none;
}

.datatableListagemProdutos{
	border: none !important;
}

.datatableListagemProdutos th{
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	color: #0A2054;
	border: 1px solid #F5F5F5!important;
	padding: 8px 10px !important;
	background: #e4e4e4;
}

.datatableListagemProdutos tr{
	border: none !important;
	
}

.datatableListagemProdutos td{
	border: none;
	background: #F5F5F5;
	padding: 8px 10px !important;
}

.price-box .old-price{
	text-decoration: line-through;
	font-size: 12px;
}

.container-quantidade{
	display: inline-block;
	background: #fff;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}

.container-quantidade input{
	width: 60px;
	text-align: center;
	border: none;
}

.container-quantidade .quantidade-menos,
.container-quantidade .quantidade-mais{
    padding: 5px 10px;
    cursor: pointer;
    background: #fff;
}

.vw-adicionar-carrinho-listagem{
	border-radius: 0 !important;
}

#tabs-detalhe li a{
	font-size: 22px;
}

#tabs-detalhe li:first-child a{
	padding-left: 0;
}

.nav-tabs{
	border: none;
}

.nav-tabs .nav-link{
	border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #0A2054;
	text-decoration: underline;
}

.itemAnexo{
	display: block;
	margin-bottom: 15px;
}

.itemAnexo svg{
	height: 30px;
	margin-right: 10px;
}

.itemAnexo svg .cor1{
	fill: #dedede;
}

.itemAnexo svg .cor2{
	fill: #9F2513;
}

.tituloCarrinhoCompras{
	display: none;
}

.vw-searchForm{
	margin-right: 0;
}

.slideImagensProduto .itemSlide img{
	height: 35vh;
	width: 100%;
	object-fit: contain;
}

.slideImagensProdutoThumbs{
	margin-top: 15px;
}

.slideImagensProdutoThumbs .itemSlide img{
	height: 80px;
	width: 100%;
	object-fit: contain;
}

.vw-pesquisaOutput{
	left: auto;
	right: 0;
	margin: 0;
	width: 25vw;
}

.searchRef{
	font-size: 12px;
}

.vw-pesquisaOutput .lineResult br{
	line-height: 10px;
}

.icon-tabela{
	height: 45px;
}

.unidade-venda{
	margin-left: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #0A2054;
}

@media screen and (max-width: 480px) {	
	.p-150{padding: 50px 0;}
	.pt-150{padding-top: 50px;}
	.pb-100{padding-bottom: 15px;}
	
	.separador{
		display: none;
	}
	
	.containerImagensCategoria .itemImagem img{
		height: 50px;
	}
}

.btn-close{
	border: none;
	background: transparent;
	position: relative;
	width: 25px;
	height: 25px;
}

.btn-close::after{
	content: "x";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	width: 25px;
	height: 25px;
}