﻿/* Descrição Completa */
.descricao-top h3.titulo-completo {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 34px;
}

.descricao-top .wd-descriptions .wd-content .wd-descriptions-panel .wd-descriptions-text {
	font-size: 14px;
	line-height: 22px;
	color: #575757;
}

/* Product Detail */
.product-detail .botoes-produto .botoes-footer .btn-light {
	color: #19B5F1;
	border: 1px solid #E3E3E3;
}

/* Variações */
.colors {
	display: flex;
	flex-direction: column;
}

.colors__title {
	color: #222;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
}

.colors__legend {
	color: #179ee4;
	font-size: 12px;
}

.colors__list {
	display: flex;
}

.colors__item {
	
}

/* Diferencias */
#produto-diferenciais h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

#produto-diferenciais ul.produto-diferenciais-lista li h4 {
	padding: 0 0 23px;
	color: #575757;
	line-height: 21px;
	position: relative;
}

#produto-diferenciais ul.produto-diferenciais-lista li h4::after {
	content: '';
	background-image: url('http://docol.core.dcg.com.br/Custom/Content/Themes/Docol/Imagens/SVG/arrow-blue.svg');
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	width: 7px;
	height: 13px;
	display: block;
	position: absolute;
	top: 6px;
	left: -20px;
}

#produto-diferenciais ul.produto-diferenciais-lista li h5 {
	color: #575757;
	font-size: 13px;
}

/* Vídeo */
#produto-video iframe {
	height: 630px !important;
}

/* Informações técnicas */
@media only screen  and (min-width : 1224px) {
	.product-detail #descricao-metadados {
		padding: 0 0 4rem 0;
	}
}

/* FAQ */
#produto-perguntas-frequentes .produto-perguntas-frequentes-content h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
}

#produto-perguntas-frequentes .produto-perguntas-frequentes-content li.pergunta {
	color: #000;
	letter-spacing: -0.4px;
	line-height: 20px;
	font-size: 16px;
	max-width: 500px;
}

#produto-perguntas-frequentes .produto-perguntas-frequentes-content li.pergunta:before {
	right: -125px !important;
}
.fullbanner-produto::after {
	display: none;
}