
.gallery-top {
	height: 350px;
	width: 100%;
}

.gallery-top .swiper-slide {
	height: 330px;
	overflow: hidden;
	text-align: center !important;
}

.zoom {
	cursor: move !important
}

.FotoArticulo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-top: 1px solid #eaeaea;
}

.gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.Thumbnail {
	width: auto;
	max-height: 100%;
}

#TipThumbs,
#TipTop {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	z-index: 5;
	text-align: center;
}

#TipThumbs {
	animation: linear infinite alternate;
	animation-name: LeftRight;
	animation-duration: 0.6s;
	width: 30px;
	height: 23px;
	background: url(../img/layout/drag-ico.png) no-repeat center center;
}

@-webkit-keyframes LeftRight {
	0% {
		left: 47%;
	}

	100% {
		left: 53%;
	}
}

#TipTop {
	display: none;
	background: var(--gradient-orange);
	left: auto;
	right: 0;
	margin-left: 0;
	bottom: auto;
	top: 0;
	width: 129px;
	font-size: 11px;
	padding: 1px 2px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 62px;
	border-radius: 6px;
}

.FotosArticulo {
	width: calc(100% - 80px);
	overflow: hidden;
	padding: 0 10px 10px 10px;
	position: relative;
	border: 1px solid #e9e9e9;
	height: 100%;
	background: #fff;
}

.FotoUnica {
	height: 330px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.FotoUnica .SinFoto {
	max-width: 250px !important;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width: 720px) {
	.FotosArticulo {
		width: 100%;
		margin-bottom: 8px;
		padding-right: 0;
		padding-left: 0;
	}
}

.DetalleArticulo {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 15px;
}

.DescripcionArticulo,
.VideosArticulo {
	position: relative;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
}

.VideosArticulo {
	text-align: center;
}

.DescripcionArticulo iframe,
.VideosArticulo iframe {
	width: 560px;
	height: 315px;
	max-width: 100%;
	max-height: 100%;
}

.SocialDetalle {
	margin: 15px auto 0 auto;
	padding: 10px 0 30px 0;
	text-align: center;
	position: relative;
}

.SocialDetalle span {
	margin-right: 3px;
}

#IconosCompartir {
	display: none;
}

.BtnZoom {
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.BtnZoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.Inactivo {
	font-style: italic;
	color: #777;
	padding: 30px 0;
	text-align: center;
}

.PDFDetalle {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

@media only screen and (max-width: 850px) {
	.PDFDetalle {
		min-height: 300px;
	}
}

.TblFichaTecnica {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
}

.TblFichaTecnica td {
	padding: 7px 6px;
	vertical-align: middle;
}

.CeldaCampo {
	width: 40%;
	font-weight: 400;
}

.CeldaValor {
	text-align: left;
	width: 60%;
}

.TblFichaTecnica tr {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.TrBg1 {
	background: #f9f9f9
}

.TrBg2 {
	background: #fff;
}

.li::before {
	content: "•";
	color: var(--ColorBase1);
	display: inline-block;
	margin-right: 5px;
	font-weight: 700;
}

@media only screen and (max-width: 850px) {
	.TblFichaTecnica {
		font-size: 12px;
		line-height: 15px;
	}

	.CeldaCampo {
		text-align: right;
	}
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display: inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}
.DescripcionArticulo table {
	border-collapse: collapse;
	border: 1px solid #aaa;
	font-size: 12px;
	overflow: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.DescripcionArticulo table th {
	border: 1px solid #ccc;
	text-align: center;
	background: rgb(240, 240, 240);
	background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(254, 254, 254, 1) 100%);
	color: var(--color-base);
	padding: 3px;
	vertical-align: middle;
}

.DescripcionArticulo table td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}
