@charset "utf-8";
/* CSS Document */

#fichaContenedor, #productosRelacionados, #infoAdicional, #preguntasRespuetas {
	width: 100%;
	margin: 0 auto;
}
#fichaContenedor {
	max-width: 1920px;
	padding: 0 12.657% 0 10.782%;
}

#fichaContenido {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#fichaMedia {
	width: 34.354%;
	padding: 7px 0;
}
#fichaMedia section {
	position: relative;
	margin: 0 0 25px 0;
}
#fichaMedia section iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
}
#fichaMedia section img {
	border: solid 1px #ccc;
}
#fichaCuerpo { 
	width: 62.858%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
#fichaCol1 {
	width: 51.625%;
}
#fichaProDescripcion {
	font-size: 1rem;
	padding: 0 0 24px 0;
	border-bottom: solid 1px var(--color-gris3);
}
#fichaProDescripcion section {
	font-family: "Roboto Condensed", sans-serif;
	padding: 0 0 14px 0;
}
#fichaProDescripcion section h2 {
	font-size: 1.1875rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
#fichaProDescripcion hr {
	background: var(--color-amarillo);
	color: var(--color-amarillo);
	display: block;
	width: 223px;
	height: 5px;
	margin: 0 0 6px 0;
	border: none;
}
#fichaProDescripcion p {
	line-height: 1.6rem;
}
#fichaSharethis {
	padding: 23px 0;
}
#fichaProCaracteristicas {
	width: 100%;
}
#fichaProCaracteristicas h3 {
	color: var(--color-cyan);
	font-size: 1rem;
	text-transform: uppercase;
}
#fichaProCaracteristicas li {
	line-height: 1.6rem;
	margin: 27px 0 0 0;
	position: relative;
}
#fichaProCaracteristicas li::first-letter {
	margin-left: 15px;
}
#fichaProCaracteristicas li::before {
	content: '';
	background: url("/images/web/icono-visto-bueno.svg") no-repeat;
	background-size: contain;
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 0;
}
#fichaCol2 {
	width: 41.667%;
}
#fichaProdTecnico {
	font-size: 1rem;
}
#fichaProdTecnico h3 {
	color: var(--color-negro);
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
#fichaProdTecnico table {
	font-family: "Source Sans 3", sans-serif;
	border-bottom: solid 1px var(--color-gris3);
}
#fichaProdTecnico tr {
	display: block;
	border-top: solid 1px var(--color-gris3);
}
#fichaProdTecnico tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}
#fichaProdTecnico td {
	padding: 5px 34px;
}
.fichaPrecio {
	color: var(--color-negro);
	font-family: "Source Sans 3", sans-serif;
	font-size: 31px;
	margin: 37px 0 27px 0;
}
.fichaPrecioIVG {
	color:var(--color-gris3);
	font-size: 17px;
}
.fichaStock {
	color: var(--color-verde);
	font-size: 17px;
	font-weight: 700;
	margin: 20px 0 24px 0;
}
#fichaProdCantidad {
	display: flex;
	justify-content: flex-start;
}
#fichaProdCantidad a {
	background: url("/images/web/icono-mas-menos.svg") no-repeat;
	background-size: cover;
	display: block;
	width: 51px;
	height: 51px;
	border: solid 1px var(--color-gris9);
}
#fichaProdCantidad a:last-child {
	background-position: -51px 0;
}
#fichaProdCantidad input {
	font-family: "Source Sans 3", sans-serif;
	font-size: 35px;
	text-align: center;
	width: 51px;
	height: 51px;
	margin: 0 -1px;
	border: solid 1px var(--color-gris9);
}
#fichaBotonesAccion {
	
}
#fichaBotonesAccion input[type=button] {
	background: var(--color-negro);
	color: var(--color-blanco);
	font-family: "Source Sans 3", sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	display: block;
	width: 274px;
	height: 55px;
	cursor: pointer;
	border: none;
	border-radius: 9px;
	transition: all ease 500ms;
}
#fichaBotonesAccion input[type=button]:last-child {
	background: var(--color-rojo);
	margin:20px 0 0 0;
}
#fichaBotonesAccion input[type=button]:hover {
	background: #CCC;
}
#fichaProdInfo {
	font-family: "Open Sans", sans-serif; 
	font-size: 11px;
	margin: 35px 0 0 0;
	border-top: solid 1px var(--color-gris3);
}
#fichaProdInfo section {
	letter-spacing: -.3px;
	word-spacing: -.2px;
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 70px 10px 66px;
	position: relative;
	border-bottom: solid 1px var(--color-gris3);
}
#fichaProdInfo section::after {
	content: '';
	width: 0;
	height: 0;
	border-top: solid 10px #B3B3B3;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	right: 30px;
}
#fichaProdInfo section::before {
	content: '';
	background: url("/images/web/iconos-decisiones-compra.svg") no-repeat 0 0;
	background-size: 100% auto;
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	margin-top: -13.5px;
	top: 50%;
	left: 8px;
}
#fichaProdInfo section:nth-of-type(2)::before {
	background-position: 0 -33px;
}
#fichaProdInfo section:nth-of-type(3)::before {
	background-position: 0 -66px;
}
.fichaMasModelos {
	background: url("/images/web/icono-flecha-calipso.svg") no-repeat left 9px top 3px;
	background-size: 17px auto;
	color: var(--color-negro);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	display: inline-block;
	margin: 56px 0 0 0;
	padding: 5px 0 4px 38px;
}
.fichaMasModelos:hover {
	color: var(--color-rojo);
	background-position: left 14px top 3px;
}

/* SECCION PRODUCTOS RELACIONADOS */
#infoAdicional {
	max-width: 1470px;
	display: flex;
	justify-content: flex-start;
}
#adicionalBotones {
	width: 428px;
}
#adicionalBotones h2 {
	color: var(--color-negro);
	font-size: 32px;
	font-weight: 600;
	padding: 0 0 9px 22px;
	border-bottom: solid 1px var(--color-gris3);
}
#adicionalBotones section {
	padding: 55px 20px 20px 20px;
}
#adicionalBotones section a {
	background: url("/images/web/icono-documento..svg") no-repeat left 26px center;
	background-size: 26px auto;
	color: var(--color-blanco);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 330px;
	height: 64px;
	padding: 2px;
	padding-left: 72px;
}
#adicionalBotones section a:first-of-type {
	background-color: var(--color-negro);
	margin: 0 0 19px 0;
}
#adicionalBotones section a:last-of-type {
	background-color: var(--color-rojo);
}
#adicionalBotones section a:hover {
	background-color: var(--color-gris6);
	background-position: left 32px center;
}

#adicionalContenido {
	width: calc(100% - 428px);
}
#adicionTab {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px var(--color-gris3);
}
#adicionTab a {
	color: var(--color-negro);
	font-size: clamp(1rem, 0.917rem + 0.444vi, 1.25rem);
	font-weight: 600;
	letter-spacing: -.3px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 228px;
	min-height: 52px;
	margin: 0 -1px 0 0;
	padding: 0 30px;
	border: solid 1px var(--color-gris6);
	border-bottom: none;
	position: relative;
}
#adicionTab a:hover {
	background: var(--color-gris6);
	color: var(--color-blanco);
}
#adicionTab a span {
	background: var(--color-rojo);
	color: #FFFF00;
	font-family: "Source Sans 3", sans-serif;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
	top:-10px;
	right: -10px;
}
#adicionTab .tabSeleccionado {
	background-color: var(--color-cyan);
	color: var(--color-blanco);
	border-color: var(--color-cyan);
	pointer-events: none;
	cursor: pointer;
}

.tabInfo {
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	hyphens: auto;
	display: none;
	width: 100%;
	max-width: 975px;
	min-height: 450px;
	padding: 41px 81px;
	position: relative;
}
.tabInfo::before {
	content: '';
	background: var(--color-gris3);
	width: 1px;
	height: 80%;
	max-height: 380px;
	position: absolute;
	top: 32px;
	left: 0;
}
.tabInfo p {
	margin-bottom: 27px;
}
.tabInfo p:last-of-type {
	margin: 0;
}
.tabInfo img {
	width: 100%;
	max-width: 650px;
}
.divBlock {
	display: block;
}
/* SECCION PRODUCTOS RELACIONADOS */
#productosRelacionados {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	max-width: 1470px;
}
#productosRelacionados h2 {
	color: var(--color-negro);
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 0 5.375% 0;
	padding: 30px 0 7px 30px;
	border-bottom: solid 1px var(--color-gris3);
}
.microFicha {
	background: var(--color-blanco);
	color: var(--color-negro);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 22.45%;;
	margin: 0 5px 90px 5px;
	border: solid 1px var(--color-gris9);
	position: relative;
}
.microFicha:hover {
	filter: drop-shadow(0 0 5px #0004);
}
.microFicha::before {
	content: '';
	background: #FFD700;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0px;
	pointer-events: none;
}
.microFicha:hover::before {
	background: var(--color-gris6);
}
.microFicha h3 {
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	padding: 26px 15px 11px 15px;
}
.microFicha section {
	width: 50%;
}
.microFicha section:first-of-type {
	padding: 5px;
}
.microFicha section:last-of-type {
	padding: 6px 12px;
}
.microFicha section img {
	
}
.microFicha section p {
	letter-spacing: -.3px;
	margin: 0 0 15px 0;
}
.microFichaBoton {
	background: red !important;
	color: var(--color-blanco);
	font-family: "Open Sans", sans-serif; 
	font-size: 9px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 20px;
}
/* SECCION PREGUNTAS RESPUESTAS */
#preguntasRespuetas {
	max-width: 1470px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 44px;
	padding: 0 30px 0 6.9275%;
}
#preguntasRespuetas h4 {
	color: var(--color-negro);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 23px;
	display: block;
	padding: 0 0 0 56px;
	position: relative;
}
#preguntasRespuetas h4::before {
	content: '';
	background: url("/images/web/icono-pregunta.svg") no-repeat left top;
	background-size: 42px auto;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 3px;
	left: 0;
}
#preguntasRespuetas section {
	width: 447px;
	margin: 0 7px 0 0;
}
#preguntasRespuetasCMS {
	width: 58.914%; /* 770px */
	padding: 4px 0 0 28px;
	position: relative;
}
#preguntasRespuetasCMS::before {
	content: '';
	background: var(--color-gris9);
	display: block;
	width: 1px;
	height: 100%;
	max-height: 145px;
	position: absolute;
	top: 0;
	left: 0;
}
#preguntasRespuetasCMS p {
	color: var(--color-gris6);
	font-size: 15px;
	line-height: 18px;
	hyphens: auto;
	margin: 0 0 12px 0;
}
#preguntasRespuetasCMS strong { 
	color: var(--color-gris3);
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
