/* Documento CSS - Creado por www.studiobyte.com.ar */

/* Etiquetas */

body,
html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #636363;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 26px;
	background: #f1f1f1;
	overflow-x: hidden;
}

p,
form,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #6a31ab;
	margin: 0;
	text-align: left;
	line-height: 70px;
	margin-bottom: 20px;
	margin-top: 35px;
	vertical-align: middle;
	letter-spacing: -0.7px;
	display: inline-block;
	background: url(../img/pagina/bg-h1.png) no-repeat right center;
	background-size: auto 100%;
	padding-right: 45px;
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 20px;
	}
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
	margin: 0 0 20px 0;
	text-align: left;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 12px;
	line-height: 26px;
	font-size: 14px;
	margin-top: 20px;
}

h2 i {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #777;
}

h2 a,
h2 a:visited {
	font-weight: 400 !important;
	font-size: 14px;
	color: #0082e2 !important;
}

h2 a:hover {
	color: #471b79 !important;
}

button {
	background: transparent;
	margin: 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	outline: none;
}


ul {
	padding: 0;
	margin: 0;
}

/* CONTENEDORES */
#Cargando {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: #fcfefc url(../img/pagina/procesando.gif) no-repeat center center;
	left: 0;
	top: 0;
	text-align: center;
	color: #444;
	font-weight: 600;
	font-size: 12px;
}

#Cargando div {
	width: 200px;
	height: 100px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -100px;
	margin-top: -167px;
}

#LogoCargando {
	width: 200px;
	height: auto;
}

#CerrarCargando {
	position: absolute;
	right: 8px;
	bottom: 5px;
	font-size: 35px;
	color: #aaa;
	cursor: pointer;
}

#Pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 20px);
	z-index: 0;
	margin-left: -20px;
	overflow: hidden;
	height: 250px;
}

#SEO {
	display: none;
	visibility: hidden;
}

.BtnCat {
	position: absolute;
	left: 70px;
	bottom: 0;
	background: rgba(112, 185, 222) !important;
	background: linear-gradient(0deg, rgba(112, 185, 222, 1) 0%, rgba(0, 127, 187, 1) 100%) !important;
	color: #fff !important;
	font-weight: 300 !important;
}

.BtnCatHover {
	position: absolute;
	left: 70px;
	bottom: 0;
	color: #fff !important;
	font-weight: 300 !important;
	background: rgba(133, 66, 211) !important;
	background: linear-gradient(0deg, rgba(133, 66, 211, 1) 0%, rgba(72, 28, 122, 1) 100%) !important;
}

@media only screen and (max-width: 1000px) {
	.BtnCat {
		position: relative;
		left: 0;
		bottom: auto;
	}

	.BtnCatHover {
		position: relative;
		left: 0;
		bottom: auto;
	}
}

#BtnCategorias i {
	color: #fff !important;
	margin-right: 10px;
}

#ArrowBtnCats {
	margin: 0 0 0 20px !important;
}

#ContenedorSlider {
	padding-bottom: 0px;
	height: 380px;
}

@media only screen and (max-width: 1200px) {
	#ContenedorSlider {
		height: auto;
		padding-top: 60px;
		overflow: hidden;
		padding-bottom: 15px;
		margin-bottom: 12px;
	}
}

#slider-ML {
	margin-top: 15px;
}

#BtnMenuM {
	display: none;
	height: 50px;
	width: 50px;
	position: relative;
	float: right;
	margin-right: 10px;
}

#ContenedorMenu {
	height: 34px;
	width: 100%;
	background: #ccc;
}

#Buscador {
	height: 44px;
	text-align: left;
	width: 100%;
	margin-top: 30px;
	line-height: 44px;
	text-align: right;
	position: relative;
}

.BuscadorFixed {
	margin-top: 1px !important;
}

.CampoBuscador {
	width: calc(100% - 60px);
	font: 300 15px 'Open Sans', sans-serif;
	color: #000;
	padding: 11px 1px 11px 15px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	vertical-align: bottom;
	outline: none;
	line-height: 20px;
	height: 20px;
}

@media only screen and (max-width: 1000px) {
	.CampoBuscador {
		font-size: 13px;
	}
}

.CampoBuscador:focus {
	color: #444;
}

.BtnBuscador {
	width: 20px;
	color: #222;
	padding: 11px 30px 11px 10px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	vertical-align: bottom;
	outline: none;
	line-height: 20px;
	height: 42px;
	transition: all .2s linear;
	position: relative;
	z-index: 1;
}

.BtnBuscador:hover {
	font-size: 16px;
	color: #000;
	text-shadow: -5px 3px 1px rgba(0, 0, 0, .2);
}

.BgBuscador {
	background: rgba(255, 255, 255, .5);
	transition: all .3s linear;
}

.BgBuscadorHover,
.BgBuscadorModal {
	background: rgba(255, 255, 255, 1);
	transition: all .3s linear;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
}

.ResultadosBuscador {
	top: 50px;
	margin-left: 20px;
	width: calc(100% - 60px);
	background: #f2f2f2;
	z-index: 100;
	border: 1px solid #cfc5da;
	padding: 2px 0px 20px 4px;
	position: absolute;
	line-height: 20px;
	font-size: 13px;
	color: #333;
	text-align: left;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	display: none;
	overflow: hidden;
}

.ContenidoRB {
	overflow-y: auto !important;
	width: 100%;
	position: relative;
	max-height: 245px;
}

.ResultadosBuscador p {
	display: block;
	color: #333;
}

.CodBuscador {
	font-style: italic;
	color: #9894c1
}

.ResultadosBuscador p:hover,
.ResultadosBuscador p:hover .CodBuscador {
	background: #00c6ff;
	color: #fff;
	cursor: pointer;
}

.CerrarRB {
	position: absolute;
	width: calc(100% - 2px);
	height: 18px;
	background: rgba(94, 76, 166);
	background: linear-gradient(0deg, rgba(94, 76, 166, 1) 0%, rgba(102, 118, 233, 1) 100%);
	left: 0;
	bottom: 0;
	z-index: 101;
	text-align: center;
	cursor: crosshair;
	color: #fff;
	transition: all .2s linear;
	font-size: 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #777;
	border-left: 1px solid #fff;
	border-right: 1px solid #777;
	line-height: 18px;
	border-radius: 2px;
}

.CerrarRB:hover {
	background: rgb(77, 77, 77);
	background: linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(13, 13, 13, 1) 100%);
}

#Cuerpo {
	width: calc(100% - 20px);
	padding: 0 10px 20px 10px;
	min-height: 500px;
}

@media only screen and (max-width: 1200px) {
	#Cuerpo {
		padding-top: 80px;
	}
}

#CuerpoLeft {
	float: left;
	position: relative;
	width: 200px;
	padding-bottom: 20px;
}

#CuerpoRight {
	float: right;
	position: relative;
	width: calc(100% - 220px);
}

#CuerpoLeft .Selected {
	font-weight: 600 !important;
	color: #0082e2 !important;
}

#CuerpoLeft .SelectedMarca {
	font-weight: 600 !important;
	color: #777 !important;
}

a.LinkSubF:link,
a.LinkSubF:visited {
	display: block;
	font-weight: 400 !important;
	font-size: 13px;
	color: #555 !important;
	line-height: 16px;
	padding: 5px 0;
}

a.LinkSubF:hover {
	color: #50147c !important;
}

#CuerpoLeft h3 {
	color: #444;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 0;
}

#CuerpoLeft h3:hover {
	color: #000;
	font-weight: 800;
}

.defaultIcon,
.selectedIcon {
	background-image: url(../img/botones/defaultIcon.png) !important;
	width: 15px;
	height: 30px;
	background-position: center center;
	float: right;
}

.selectedIcon {
	background-image: url(../img/botones/selectedIcon.png) !important;
}

#accordion .ui-accordion-header {
	background-color: transparent;
	margin: 0;
	border: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

#accordion .ui-accordion-content {
	background: transparent;
	border: none;
	padding: 4px 0 8px 0;
}

.count {
	color: #888;
	font-weight: 300 !Important;
}

.FAQaccordion .ui-state-default {
	background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 233, 233, 1) 100%) !important;
	font-size: 13px;
	font-weight: 600;
	color: #404040;
}

.FAQaccordion .ui-state-default .ui-icon {
	background-image: url(../js/jquery-ui/images/old/ui-icons_777777_256x240-.png) !important;
}

.FAQaccordion .ui-accordion-header:hover .ui-icon {
	background-image: url(../js/jquery-ui/images/ui-icons_ffffff_256x240.png) !important;
}

.FAQaccordion .ui-state-active,
.FAQaccordion .ui-accordion-header:hover {
	background: var(--bg-degradado) !important;
	border: 1px solid var(--ColorBase1);
	color: #fff !important;
}

.FAQaccordion .ui-state-active .ui-icon {
	background-image: url(../js/jquery-ui/images/ui-icons_ffffff_256x240.png) !important;
}

.FAQaccordion .ui-accordion-content {
	line-height: 20px !important;
	vertical-align: middle !important;
	font-size: 14px !important;
	color: #444 !important;
	padding: 2.2em !important;
}

.FAQPanel {
	width: calc(50% - 30px);
	float: left;
	margin-right: 30px;
}

.FAQTitulo {
	line-height: 40px;
	vertical-align: middle;
	font-size: 17px;
	margin: 50px 0 13px 0px;
	padding-left: 5px;
	color: var(--ColorBase1);
	font-weight: 400;
}

.faq-ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 11px;
	transform: scaleX(-1);
}

.faq-img {
	display: inline-block;
	line-height: 20px !important;
	vertical-align: middle !important;
	height: 20px;
	width: auto;
}

@media only screen and (max-width: 600px) {

	#CuerpoLeft,
	#CuerpoRight {
		float: none;
		position: relative;
		width: 100%;
		display: block;
	}

	.FAQPanel {
		width: 100%;
		float: none;
		margin-right: 0;
		display: block;
	}
}

.BtnVolverLista {
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 20px auto 0 auto;
	line-height: 40px;
	cursor: pointer;
	font-size: 20px;
}

#ContenedorPie {
	width: 100%;
	background: #f0f0f0;
	position: relative;
	margin-top: 20px;
	z-index: 0;
}

#TopPie {
	width: calc(100% - 40px);
	border-top: 1px solid #dfdfdf;
	background: rgb(233, 233, 233);
	background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 233, 233, 1) 100%);
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 2;
	padding: 6px 20px;
	color: #444;
	line-height: 35px;
}

#TopPie span {
	display: inline-block;
	margin-left: 9px;
}
.medios-de-pago{
	width: 100%;
	max-width: 300px;
	margin: auto;
}
#DivShare {
	position: absolute;
	background: #fff;
	width: auto;
	height: auto;
	top: 40px;
	left: 60px;
	padding: 4px 8px 0px 10px;
	-webkit-box-shadow: 0 0 4px #aaa;
	-moz-box-shadow: 0 0 4px #aaa;
	box-shadow: 0 0 4px #aaa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: none;
}

@media only screen and (max-width: 600px) {

	#TopPie .FloatLeft,
	#TopPie .FloatRight {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	#TopPie .FloatRight {
		margin-top: 10px;
		line-height: 23px;
	}
}

#Pie {
	width: 100%;
	background: #fff;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}

.ico-ml {
	width: 27px;
	height: 35px;
	display: inline-block;
	background: url(../img/botones/ico-ml.png) no-repeat center center;
	background-size: 100% auto;
}

.Underline {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 12px;
}

.CentroPie {
	padding-top: 30px;
}

.CentroPie .Titulo {
	margin-bottom: 10px;
	line-height: 17px;
	height: 25px;
}

.Pie1,
.Pie2,
.Pie3,
.Pie4 {
	width: 20%;
	float: left;
	text-align: left;
}

.Pie1 {
	width: 40%;
	font-size: 13px;
}

@media only screen and (max-width: 800px) {
	.Pie1 {
		width: calc(100% - 20px);
		padding: 10px;
		text-align: center;
	}

	.Pie1 p {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.Pie2,
	.Pie3,
	.Pie4 {
		padding: 10px;
		width: calc(33.33% - 20px);
	}
}

@media only screen and (max-width: 550px) {
	.Pie1 {
		border-bottom: 1px dotted #e9e9e9;
		margin-bottom: 30px;
		padding-bottom: 35px;
	}

	.Pie2,
	.Pie3,
	.Pie4 {
		padding: 10px 10px 10px 30px;
		width: calc(100% - 40px);
		float: none;
		clear: both;
	}

	.PieAdv {
		border-top: 1px dotted #e9e9e9;
	}
}

.LogoPie {
	width: 100%;
}

#LogoPie {
	width: 100%;
	height: auto;
	max-width: 311px;
}

.PieAdv {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin: 20px 0 15px 0;
	padding: 30px 20px 0 20px;
}

.PieDir,
.ContactoDir {
	background: url(../img/pagina/ico-ubicacion.png) left center no-repeat;
	padding-left: 25px;
	min-height: 30px;
	margin-top: 20px;
	width: 299px;
}

.PieHorarios,
.ContactoHorarios {
	background: url(../img/pagina/ico-horarios.png) left center no-repeat;
	padding-left: 26px;
	min-height: 30px;
	width: 190px;
	line-height: 20px;
}

.PieTel,
.ContactoTel {
	background: url(../img/pagina/ico-tel.png) left center no-repeat;
	padding-left: 25px;
	min-height: 30px;
	width: 188px;
}

.PieEmail,
.ContactoMail {
	background: url(../img/pagina/ico-email.png) left center no-repeat;
	padding-left: 25px;
	min-height: 30px;
	width: 175px;
}

.ContactoDir,
.ContactoHorarios,
.ContactoTel,
.ContactoMail {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.ContactoDir {
	margin-top: 4px;
}

.ContactoTitulo {
	display: block;
	padding-top: 31px;
	margin-bottom: 19px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #5659b8;
	line-height: 15px;
}

.ContactoTitulo img {
	vertical-align: middle;
	margin-right: 8px;
	line-height: 15px;
}

.SocialContacto:link,
.SocialContacto:visited {
	color: #777 !important;
	margin: 0 13px 20px 13px;
	line-height: 15px;
	vertical-align: middle;
	font-size: 14px !important;
	font-weight: 300 !important;
	display: inline-block !important;
}

.SocialContacto:hover {
	color: #000 !important;
}

.SocialContacto i {
	color: #333;
	margin-right: 6px;
	font-size: 25px;
	line-height: 17px;
	vertical-align: middle;
}

#FrmContacto {
	margin: 25px auto 0 auto;
	width: 100%;
	padding: 0;
}

form p {
	position: relative;
}

form label,
form input,
form textarea {
	z-index: 1;
	position: relative;
}

#FrmEstado {
	min-height: 40px;
	width: auto;
	position: relative;
}

#FrmRegistro1,
#FrmRegistroFull {
	width: calc(100% - 40px);
	max-width: 500px;
	margin: 20px auto 0 auto;
	padding: 20px 20px 0px 20px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #dadada;
}

#FrmRegistroFull {
	max-width: 100%;
}

#FrmRegistro1 h2,
#FrmRegistroFull h2 {
	margin: 5px 0 30px 0;
	color: #777;
	font-weight: 300 !important;
	padding: 0 0 12px 0;
	text-align: center;
	font-size: 19px;
	border-bottom: 9px double #f6f6f6;
}

form label {
	line-height: 18px;
	vertical-align: middle;
}

form label i {
	margin-left: 6px;
	margin-right: 10px;
	font-size: 18px;
	color: #333;
	text-align: center;
	width: 20px;
}

.ControlPassword {
	display: inline-block;
	cursor: pointer;
	width: 30px;
	text-align: center;
}

.Readonly {
	font-style: italic;
	color: #aaa !important;
}

#AvisoMayusculas {
	display: none;
	margin-top: 10px;
}

#MenuPie {
	text-align: center;
	font-size: 17px;
	color: #fff;
	width: 1000px;
	padding: 5px 0;
	text-shadow: 1px 1px 0px #111;
	font-weight: 400;
	margin: 30px auto 0 auto;
	position: relative;
	border-top: 1px dotted #ada0c2;
	padding-top: 35px;
}

#ContenedorNL {
	width: 620px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 15px;
}

#EmailNL {
	font: 400 14px 'Open Sans', sans-serif;
	width: 250px;
	padding: 10px 20px;
	color: #888;
	background: #fff;
	margin: 0 0 0 8px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #bbb;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

#EmailNL:focus {
	box-shadow: #cdcdcd 2px 6px 6px 0px inset;
	color: #656565;
}

#BtnNL {
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 0 1px;
	transition: .2s linear;
	font-size: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 44px;
	cursor: pointer;
}

@media only screen and (max-width: 720px) {
	#ContenedorNL {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	#ContenedorNL span {
		display: block;
		margin-bottom: 5px;
	}
}

.ContenidoNL {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0 25px 0;
}

#Copy {
	width: 100%;
	color: #fff;
	height: 90px;
	line-height: 90px;
	background: rgb(94, 76, 166);
	background: linear-gradient(0deg, rgb(102, 118, 233, 1) 0%, rgb(146, 226, 255) 100%);
	background-size: 100% 100%;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}

#Copy p {
	margin-right: 10px;
	display: inline-block;
	text-shadow: 1px 1px 0 #6a41b1;
}

.Afip {
	display: inline-block;
	height: 36px;
	vertical-align: middle;
	transition: all .2s linear;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .22);
	width: auto;
}

.Afip:hover {
	margin-bottom: 4px;
	box-shadow: 4px 8px 3px rgba(0, 0, 0, .22);
}

/* CLASES */
.Contenido {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
	.Contenido {
		width: 100%;
	}
}

.ContenidoBlanco {
	width: calc(100% - 10px);
	padding: 10px;
	background: #fff;
}

.DatosContacto {
	width: calc(100% - 20px);
	background: #fff url(../img/pagina/bg-datos-contacto.jpg) no-repeat right center;
	padding: 0 0 0 20px;
	min-height: 200px;
}

.BoxShadow {
	background: url(../img/pagina/box-shadow-2.png) no-repeat top center;
	height: 60px;
	width: 100%;
	background-size: 100% 100%;
	opacity: .80;
}

@media only screen and (max-width: 1200px) {
	.DatosContacto {
		background-size: auto 100%;
		min-height: 50px;
		padding: 0px 10px 20px 10px;
	}
}

@media only screen and (max-width:1000px) {
	.DatosContacto {
		background: #fff;
	}

	.BoxShadow {
		height: 30px;
	}

	.ContactoTitulo {
		padding-top: 22px;
	}
}

.SeparadorVertical {
	display: inline-block;
	margin: 0 9px;
	height: 20px;
	width: 0;
	border-right: 1px solid #d6e4e9;
	margin-top: 10px;
}

/* CARRO */
.VerCarro {
	position: absolute;
	left: 50%;
	bottom: 10px;
	height: 105px;
	width: 100px;
	text-align: center;
	background: url(../img/botones/bg-btn-circular.png) center top no-repeat;
	margin-left: -50px;
	font-size: 40px;
	color: #fff;
}

.VerCarro:hover {
	background: url(../img/botones/bg-btn-circular-ov.png) center top no-repeat;
}

.VerCarroFixed {
	background-size: 50px 50px;
	position: relative;
	float: left;
	bottom: 0;
	height: 50px;
	width: 50px;
	margin-left: 0;
	left: 0;
}

.VerCarroFixed:hover {
	background: url(../img/botones/bg-btn-circular-ov.png) center top no-repeat;
	background-size: 50px auto;
}

#BtnCarro:hover img {
	-webkit-animation: bailacarro .7s infinite alternate;
	animation: bailacarro .7s infinite alternate;
}

@-webkit-keyframes bailacarro {
	0% {
		transform: rotate(8deg);
	}

	100% {
		transform: rotate(-8deg);
	}
}

@keyframes bailacarro {
	0% {
		transform: rotate(8deg);
	}

	100% {
		transform: rotate(-8deg);
	}
}

.IcoCarro {
	width: 80px;
	height: auto;
}

.IcoCarroFixed {
	width: 50px;
	height: auto;
}

.TituloHome {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 50px;
	text-align: center;
	text-shadow: 2px 2px 0 #5659b8, 2px -2px 0 #5659b8, -2px 2px 0 #5659b8, -2px -2px 0 #5659b8, 2px 0px 0 #5659b8, 0px 2px 0 #5659b8, -2px 0px 0 #5659b8, 0px -2px 0 #5659b8;
	color: #fff;
}

@media only screen and (max-width: 1000px) {
	.TituloHome {
		font-size: 18px;
		margin-bottom: 6px;
	}
}

.TotalCarro {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
}

#ContadorItems {
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	width: 26px;
	right: 10px;
	top: 15px;
	position: absolute;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(91, 85, 97, 1) 100%);
}

.LinkImg {
	cursor: pointer;
	max-width: 640px !important;
}

/* LINKS */
#Cuerpo a,
#Cuerpo a:visited {
	color: #5659b8;
	transition: all .3s linear;
	font-weight: 400;
}

#Cuerpo a:hover {
	color: #000;
}

a.LinkRegistrate,
a.LinkRegistrate:visited,
.LinkRegistrate {
	font-weight: 700 !important;
	color: #ff0000 !important;
}

a.LinkRegistrate:hover {
	text-decoration: underline;
}

a.LinkTop,
a.LinkTop:visited,
a.LinkTopFixed,
a.LinkTopFixed:visited {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	transition: all .3s linear;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3px;
	background: rgb(0, 0, 0, .2);
	padding: 5px 0;
	line-height: 16px;
	width: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

a.LinkTopFixed {
	margin-top: 12px;
}

.LinkTop i,
.LinkTopFixed i {
	margin-right: 3px;
}

a.LinkTop:hover,
a.LinkTopFixed:hover {
	background: rgb(0, 0, 0, .8) !important
}

@media only screen and (max-width: 1000px) {
	a.LinkTopFixed {
		background: rgb(94, 76, 166) !important;
		background: linear-gradient(0deg, rgba(94, 76, 166, 1) 0%, rgba(102, 118, 233, 1) 100%) !important;
		margin: 10px 4px 4px 3px;
	}
}

a.LinkPie,
a.LinkPie:link,
a.LinkPie:visited {
	display: block;
	margin: 12px 0;
	background: url(../img/pagina/list-pie.png) left center no-repeat;
	padding-left: 11px;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 16px;
}

a.LinkMailPie,
a.LinkMailPie:link,
a.LinkMailPie:visited {
	color: #6f6f6f;
}

a.LinkPie:hover,
a.LinkMailPie:hover {
	color: #357cb4;
}

.Boton {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #fff !important;
	position: relative;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 50px;
	background: rgb(94, 76, 166);
	background: linear-gradient(0deg, rgba(94, 76, 166, 1) 0%, rgba(102, 118, 233, 1) 100%);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	font-weight: 300 !important;
	text-shadow: 1px 1px 0px #634b8c;
	text-decoration: none !important;
	box-shadow: none;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	margin: 20px 10px !important;
}

.Boton:hover {
	background: rgb(0, 198, 255);
	background: linear-gradient(0deg, rgba(0, 130, 226, 1) 0%, rgba(0, 198, 255, 1) 100%);
	text-shadow: 1px 1px 0px #2c5675;
	text-decoration: none !important;
	box-shadow: 0 3rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}

.Boton i {
	display: block;
	background-color: #481c7a;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 13px;
	top: 50%;
	font-size: 12px;
	line-height: 28px;
	margin-top: -14px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #cabac8, 0px 1px 0px #28094b;
	-moz-box-shadow: inset 0px 1px 0px #cabac8, 0px 1px 0px #28094b;
	-o-box-shadow: inset 0px 1px 0px #cabac8, 0px 1px 0px #28094b;
	box-shadow: inset 0px 1px 0px #cabac8, 0px 1px 0px #28094b;
	transition: all .2s linear;
	text-shadow: none !important;
}

.Boton:hover i {
	background-color: #0a436d;
	-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 0px 3px 3px #99d4ff;
	-moz-box-shadow: inset 0px 1px 0px #fff, 0px 0px 3px 3px #99d4ff;
	-o-box-shadow: inset 0px 1px 0px #fff, 0px 0px 3px 3px #99d4ff;
	box-shadow: inset 0px 1px 0px #fff, 0px 0px 3px 3px #99d4ff;
}

.btn-loading {
	background-image: url(../img/pagina/procesando.gif);
	background-position: center center;
	background-size: 91% auto;
	width: 100%;
	height: 100%;
	position: relative;
}

.BtnCircular {
	background: url(../img/botones/bg-btn-circular.png) no-repeat;
	background-size: 100% auto;
	color: #fff;
	text-align: center;
}

.BtnCircular:hover {
	background: url(../img/botones/bg-btn-circular-ov.png) no-repeat;
	background-size: 100% auto;
}

/*.*/
.IcoStockRojo,
.IcoStockAmarillo,
.IcoStockVerde {
	width: 14px;
	height: 39px;
	display: inline-block;
	margin: 0 3px;
	line-height: 39px;
	background: url(../img/pagina/ico-stock.png) no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

.IcoStockVerde {
	background-position: -14px 0;
}

.IcoStockAmarillo {
	background-position: -28px 0;
}

.ContenidoSeccion {
	margin: 0 1%;
	line-height: 21px;
}

#BtnGoogleMap,
#BtnGoogleMap2 {
	margin: 50px auto 20px auto;
	cursor: pointer;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	opacity: 1;
}

#BtnGoogleMap:hover {
	opacity: .7;
}

.ImgEmpresa {
	width: calc(50% - 3px);
	cursor: pointer;
	margin: 30px 25% 5px 25%;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 16px #c6d5e2;
	-moz-box-shadow: 0 0 16px #c6d5e2;
	box-shadow: 0 0 16px #c6d5e2;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.ImgEmpresa:hover {
	-webkit-box-shadow: 2px 2px 16px #277ac1;
	-moz-box-shadow: 2px 2px 16px #277ac1;
	box-shadow: 2px 2px 16px #277ac1;
}

.ComentarioFoto {
	font-style: italic;
	font-size: 10px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	line-height: 15px;
}

.CantidadResultados {
	color: #888;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	font-style: italic;
	font-weight: 300 !important;
}

.Filtros {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #222;
}

.EtiquetaFiltro {
	font-size: 12px;
	background: #fff;
	display: inline-block;
	padding: 7px 19px 7px 8px;
	margin: 0 4px 4px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	font-weight: 300;
	-webkit-box-shadow: 1px 1px 2px #bbb;
	-moz-box-shadow: 1px 1px 2px #bbb;
	box-shadow: 1px 1px 2px #bbb;
	line-height: 16px;
}

.BtnBorrarEtiqueta {
	position: absolute;
	right: 2px;
	top: 0;
}

#FrmRangoPrecios .ui-spinner {
	width: 80px !important;
}

.MonSyl1,
.MonSyl2 {
	display: inline-block;
	margin: 0 2px 0 4px;
	font-weight: 400;
	color: #555;
}

.MonSyl1 {
	margin-left: 0;
}

#SliderPrecios {
	display: block;
	margin: 13px 0 17px 0;
	width: calc(100% - 5px)
}

#BtnFrmPrecios {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	background: rgb(94, 76, 166);
	background: linear-gradient(0deg, rgba(94, 76, 166, 1) 0%, rgba(102, 118, 233, 1) 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	padding: 3px 0;
	transition: all .1s linear;
}

#BtnFrmPrecios:hover {
	background: #aaa;
}

#BtnFiltros {
	display: none;
	background: var(--bg-degradado);
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
	padding: 4px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
}

#Mapa {
	position: relative;
	height: auto;
	display: none;
	background: #fff;
	height: 500px;
	border-bottom: 1px solid #ccc;
}

#BtnOcultarMapa {
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 30px;
	background: url(../img/botones/btn-ocultar-mapa.png) no-repeat;
	cursor: pointer;
}

.BtnMapa {
	float: right;
	margin-right: 10px;
	font-size: 13px;
	color: #888;
	cursor: pointer;
	transition: all .3s linear;
	line-height: 40px;
}

.BtnMapa .BtnCircular {
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-left: 5px;
	font-size: 20px !important;
	line-height: 40px;
}

.BtnMapa:hover {
	color: #333;
}

.ContenedorH1 {
	text-align: center;
}

.HomeCategoria {
	height: 230px;
	float: left;
	position: relative;
	transition: all .3s linear;
}

.HomeCategoria p {
	position: absolute;
	right: -10px;
	bottom: 23px;
	color: #fff;
	font-size: 17px;
	letter-spacing: -0.6px;
	font-weight: 700;
	display: inline-block;
	padding: 4px 25px 4px 20px;
	text-align: left;
	transition: all .3s linear;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	background: rgb(65, 65, 65);
	background: linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(10, 10, 10, 1) 100%);
	-webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);
	box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);
	text-shadow: 0 0 1px #000;
}

.HomeCategoria:hover p {
	padding: 9px 45px 9px 20px;
	font-size: 18px;
	text-align: center;
	bottom: calc(80% - 30px);
	-webkit-box-shadow: 6px -5px 31px #6676e9;
	-moz-box-shadow: 6px -5px 31px #6676e9;
	box-shadow: 6px -5px 31px #6676e9;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .85);
	color: #ffe400;
	background: var(--bg-degradado);
}

.HomeCategoria:hover {
	-webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.45);
}

.HC1,
.HC2,
.HC3 {
	width: calc(33.333% - 10px);
	margin: 0 5px;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s linear;
}

.HomeCategoria:hover .mask {
	opacity: 1;
}

.HC1 {
	margin-left: 0;
	margin-right: 10px;
}

.HC3 {
	margin-right: 0;
	margin-left: 10px;
}

.HomeMarca {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
	margin-top: 30px;
	border: 1px solid #e3e3e3;
}

.MejorPrecio {
	background-position: left;
}

@media only screen and (max-width: 700px) {

	.HC1,
	.HC2,
	.HC3 {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
		display: block;
	}
}

@media only screen and (max-width: 700px) and (min-width: 480px) {
	.MejorPrecio {
		background-position: center !important;
	}
}

.ContenedorGrupo {
	clear: both;
	display: block;
	margin-top: 25px;
}

#BannerSeccion {
	height: 230px;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}

#BannerSeccion h1 {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 23px;
	color: #f6ff00;
	text-shadow:
		2px 2px 0 #333,
		1px -1px 0 #333,
		-1px 1px 0 #333,
		-1px -1px 0 #333,
		1px 0px 0 #333,
		0px 1px 0 #333,
		-1px 0px 0 #333,
		0px -1px 0 #333;
}

@media only screen and (max-width: 950px) {
	#BannerSeccion h1 {
		background-color: rgba(255, 255, 255, .75);
		right: 0;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 550px) {
	#BannerSeccion h1 {
		line-height: 35px;
		font-size: 15px;
		padding: 10px 40px 10px 20px;
		bottom: 0;
		top: auto;
	}
}

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

#tabs {
	margin-top: 10px;
	border: none !important;
}

#tabs .TabDiv {
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 20px !important;
	min-height: 90px !important;
	color: #555 !important;
	font-size: 15px !important;
}

#tabs .TabsUl {
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
}

#tabs .TabsLi::before {
	content: "";
}

.TabsUl i {
	margin-right: 4px;
}

.ui-tabs-tab {
	background: #f6f6f6 !important;
	border-color: #cfcfcf !important;
}

.ui-tabs-active {
	background: var(--bg-degradado) !important;
	border-color: #6572e3 !important;
}

.DetArtTab:link,
.DetArtTab:visited {
	text-shadow: none !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 23px !important;
}

@media only screen and (max-width: 550px) {

	.DetArtTab:link,
	.DetArtTab:visited {
		font-size: 11px !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

.ui-tabs-active .DetArtTab,
.ui-tabs-active a.DetArtTab:link,
.ui-tabs-active a.DetArtTab:visited {
	color: #fff !important;
	text-shadow: 1px 1px #333 !important;
}

.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;
}

#BannerRegistrate {
	height: auto;
	width: 100%;
	max-width: 940px;
	max-height: 286px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	padding: 0;
	line-height: 0;
	margin-bottom: 55px;
}

#BannerRegistrate-m {
	display: none;
}

@media only screen and (max-width: 500px) {
	#BannerRegistrate-m {
		height: 100%;
		width: 100%;
		max-width: 500px;
		max-height: 580px;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		padding: 0;
		line-height: 0;
	}

	#BannerRegistrate {
		display: none;
	}
}

#BannerRegistrate img,
#BannerRegistrate-m img {
	width: 100%;
	height: 100%;
}

#BannerMarca {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 0;
	line-height: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

#BannerMarca-m {
	display: none;
}

@media only screen and (max-width: 750px) {
	#BannerMarca-m {
		height: 100%;
		width: 100%;
		max-width: 750px;
		max-height: 500px;
		margin: 0 auto;
		display: block;
		padding: 0;
		line-height: 0;
	}

	#BannerMarca {
		display: none;
	}
}

#BannerMarca img,
#BannerMarca-m img {
	width: 100%;
	height: 100%;
}

.CuadroAmarillo {
	margin: 0 auto;
	background: #fffee6;
	border: 1px solid #e4e2c8;
	padding: 10px;
	display: block;
	text-align: center;
	margin-right: auto !important;
	margin-left: auto !important;
}

.CuadroBlanco {
	position: relative;
	margin: 0 auto !important;
	background: #fff;
	border: 2px solid #e0e0e0;
	padding: 30px 15px 10px 15px;
	text-align: center;
	width: calc(100% - 30px) !important;
	max-width: 500px;
}

.DialogFrmContacto {
	position: fixed;
	top: 15px !important;
	overflow-x: scroll !important;
	width: 99% !important;
	height: auto !important;
	max-height: 100% !Important;
	max-width: 800px !important;
}

@media only screen and (max-height: 800px) {
	.DialogFrmContacto {
		top: 0px !important;
	}
}

.FrmContactoArtDesc {
	color: #222;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
}

.Thumb {
	max-height: 80px;
	max-width: 80px;
	float: left;
	margin-bottom: 22px;
	margin-right: 10px;
}

.ContenedorTable {
	width: auto;
	height: auto;
	overflow: auto !important;
}

#ContenidoDetalle table {
	border-collapse: collapse;
	border: 1px solid #aaa;
	font-size: 12px;
	overflow: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

#ContenidoDetalle 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(--ColorBase1);
	padding: 3px;
	vertical-align: middle;
}

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

#CarroStatusBar {
	width: 100%;
	display: block;
	height: 70px;
	margin-bottom: 20px;
	color: #bbb;
	line-height: 30px !important;
	position: relative;
	text-align: center;
	margin-top: 7px;
	padding-top: 15px;
	font-weight: 400;
	font-size: 13px;
}

@media only screen and (max-width: 800px) {
	#CarroStatusBar {
		font-size: 11px;
	}
}

#StatusBar {
	background: #f4f4f4 url(../img/pagina/bg-status-bar.png) left center repeat-x;
	background-size: auto 10px;
	z-index: -1;
	position: absolute;
	top: 30px;
	left: 0;
	width: calc(100% - 6px);
	height: 10px;
	border: 3px solid #fafafa;
	-webkit-box-shadow: inset 3px 3px 3px #bbb;
	-moz-box-shadow: inset 3px 3px 3px #bbb;
	box-shadow: inset 3px 3px 3px #bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#CarroStatusBar .Num {
	background: #d0d0d0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: inset 3px 3px 3px #aaa;
	-moz-box-shadow: inset 3px 3px 3px #aaa;
	box-shadow: inset 3px 3px 3px #aaa;
	color: #fff;
}

#CarroStatusBar .Active {
	background: url(../img/botones/bg-btn-circular.png) center center no-repeat;
	background-size: 100% 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#CarroStatusBar .PasoActive {
	color: var(--ColorBase1);
}

.Paso1,
.Paso2,
.Paso3 {
	float: left;
	width: 33.3333%;
	text-align: center;
	padding-top: 8px;
}

#ActiveBar1,
#ActiveBar2,
#ActiveBar3,
#ActiveBar4 {
	background: #f4f4f4 url(../img/pagina/bg-status-bar-active.png) left center repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 10px;
	-webkit-box-shadow: inset 3px 3px 3px #8388a9;
	-moz-box-shadow: inset 3px 3px 3px #8388a9;
	box-shadow: inset 3px 3px 3px #8388a9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#ActiveBar1 {
	width: 17.5555%;
}

#ActiveBar2 {
	width: 50%;
}

#ActiveBar3 {
	width: 82.5555%;
}

#ActiveBar4 {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#ImgCompraSegura {
	height: auto;
	max-width: 140px;
	margin-top: 20px;
}

.ContenedorBtn {
	position: relative;
}

#CheckoutFormaEnvio,
#CheckoutDatosCliente {
	display: none;
	position: relative;
}

#FrmCheckout label {
	line-height: 25px;
	vertical-align: middle;
}

#FrmCheckout input[type=radio] {
	margin-right: 5px;
}

#FrmCheckout .Col50 {
	margin-right: 10px;
	margin-left: 10px;
	width: calc(50% - 20px);
}

#FrmCheckout .Col100 {
	margin-right: 10px;
	width: calc(100% - 20px);
}

@media only screen and (max-width: 720px) {

	#FrmCheckout .Col50,
	#FrmCheckout .Col100 {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
	}
}

.BtnCheckout {
	display: block;
	padding: 10px 5px 10px 37px;
	width: calc(100% - 42px);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e9e9e9;
	background: rgb(240, 240, 240);
	background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(254, 254, 254, 1) 100%);
	margin-bottom: 7px;
	cursor: pointer;
	transition: all .3s linear 0s;
	font-weight: 400;
}

.BtnCheckout:hover {
	border: 1px solid #ddd;
	box-shadow: 0 0 6px #ccc;
	background: rgb(240, 240, 240);
	background: linear-gradient(0deg, rgba(254, 254, 254, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.ImgCheckout {
	float: right;
	height: 28px;
	width: auto;
}

.InfoCheckout {
	display: none;
	padding: 12px 5px 20px 5px;
	color: #888;
}

.ArrowDownGif,
.ArrowRightGif {
	width: 100px;
	height: 100px;
	background: url(../img/pagina/arrow-down.gif) center center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 170px;
}

.ArrowRightGif {
	top: -7px;
	left: auto;
	right: 134px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* Hide the browser's default radio button */
input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.RadioCheck {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 5px;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 3px 5px #ccc;
	-moz-box-shadow: inset 0px 3px 5px #ccc;
	box-shadow: inset 0px 3px 5px #ccc;
	transition: all .2s linear;
}

/* On mouse-over, add a grey background color */
.BtnCheckout:hover input[type=radio]~.RadioCheck {
	background-color: #e0e0e0;
	-webkit-box-shadow: inset 0px 3px 5px #aaa;
	-moz-box-shadow: inset 0px 3px 5px #aaa;
	box-shadow: inset 0px 3px 5px #aaa;
}

/* When the radio button is checked, add a blue background */
.BtnCheckout input[type=radio]:checked~.RadioCheck {
	background-color: #8f65d8;
	-webkit-box-shadow: inset 0px 3px 5px #31175e;
	-moz-box-shadow: inset 0px 3px 5px #31175e;
	box-shadow: inset 0px 3px 5px #31175e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.RadioCheck:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.BtnCheckout input:checked~.RadioCheck:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.BtnCheckout .RadioCheck:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

#Formulario .BtnCheckout {
	background: none;
	box-shadow: none;
	border: none;
}

#Checkout table {
	width: 100%;
	margin-top: 20px;
}

@media only screen and (max-width: 720px) {
	#Checkout table {
		font-size: 12px;
		line-height: 13px;
	}
}

#Checkout td {
	padding: 5px 2px;
	vertical-align: middle;
}

#Checkout .CeldaLeft {
	text-align: right;
	width: 40%;
	margin-right: 5px;
	font-weight: 600;
}

#Checkout .CeldaRight {
	text-align: left;
	width: 60%;
}

#Cuerpo .Titulo {
	font-size: 18px;
	font-weight: bold;
	color: var(--ColorBase1);
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 3px double #ddd;
	padding-bottom: 10px;
	text-align: center;
}

@media only screen and (max-width: 720px) {
	#Cuerpo .Titulo {
		font-size: 15px;
		padding-bottom: 4px;
	}
}

.CeldaNovedad {
	width: 33.33333%;
	height: 465px;
	float: left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 0;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.CeldaNovedad p {
	text-align: center;
	background: rgba(0, 0, 0, .5);
	width: 90%;
	height: 90%;
	display: none;
	font-weight: bold;
	color: #fff600;
	font-size: 19px;
	padding: 5%;
	vertical-align: center;
	padding-top: 30%;
	text-shadow: 1px 3px 0px #333;
}

.CeldaNovedad i {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-size: 45px;
	font-size: 300 !important;
	text-shadow: none;
	opacity: .7;
}

.CeldaNovedad .FechaNovedad {
	position: absolute;
	top: 5px;
	right: 7px;
	font-weight: 600 !important;
	color: #fbfbfb;
}

.ImgNovedad {
	width: 100% !important;
	max-width: 1000px !important;
	height: auto !important;
}

.CeldaNovedad:hover {
	background-size: 110% auto;
	background-position: center -20px;
	z-index: 2;
	-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 720px) {
	.CeldaNovedad {
		width: 50%;
		height: 260px;
		overflow: hidden;
	}

	.CeldaNovedad p {
		font-size: 12px;
	}
}

.TituloNovedad {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 22px;
}

.FechaNovedad {
	color: #777;
	font-size: 12px;
	text-align: right;
	margin-bottom: 15px;
}

#LabelPopup {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 5px 16px 1px 5px;
	z-index: 2;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 3px #000;
	z-index: 10;
	padding-left: 35px;
	line-height: 20px !important;
	vertical-align: middle !important;
	background: none !important;
}

@media only screen and (max-width: 720px) {
	#LabelPopup {
		background: rgba(0, 0, 0, 0.6) !important;
	}
}

#ImgPopup {
	z-index: 1;
	width: auto;
	height: auto;
	max-width: calc(100% - 16px);
	max-height: calc(100% - 16px);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
}

.VideoFuente {
	text-align: right;
	font-size: 11px;
}

.CopeteVideo {
	margin-bottom: 15px;
}

.CotizacionBNA {
	display: block;
	width: 100%;
	text-align: right;
}

.FraRegDetalle {
	margin: 15px 0 21px 0;
}

@media only screen and (max-width: 480px) {
	.FraRegDetalle {
		text-align: center;
		line-height: 21px;
		margin: 25px 0 25px 0;
	}
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.CeldaContacto {
	width: calc(33% - 40px);
	height: auto;
	background: #fff;
	box-shadow: 0px 8px 16px #b0b0b0;
	display: inline-block;
	text-align: center;
	padding: 20px 10px;
	margin: 10px;
	margin-bottom: 40px;
	line-height: 29px !important;
}

.CeldaContacto .ContactoTitulo {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 18px;
}

.CeldaContacto i {
	color: #cccccc;
	margin-right: 7px;
}

@media only screen and (max-width: 960px) {
	.CeldaContacto {
		width: calc(49.5% - 40px);
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 550px) {
	.CeldaContacto {
		width: calc(100% - 40px);
		font-size: 15px !important;
		display: block;
	}
}

#IndexCap {
	text-align: center;
	font-weight: 300;
	font-size: 21px;
	line-height: 33px !important;
	background-image: none !important;
	color: #636363 !important;
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0 !important;
	width: 100%;
}

#PopupGoglRes {
	width: 250px;
	height: auto;
	background: #fffeea;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 1001;
	padding: 15px;
	display: none;
	border: 1px solid #ecebd9;
}

#BtnCerrarPopupGoglRes {
	top: 3px;
	right: 12px;
	position: absolute;
	cursor: pointer;
	width: 10px;
	height: 10px;
}


.social-container {
	margin-top: 15px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
}

.float-50 {
	width: 50%;
	padding-top:40px;
}

.social-container .float-50{
	height: 550px;
	overflow: hidden;
	z-index: 1;
}

.instagram-media {
	height: 100%;
	width: 100% !important;
	max-width: 500px !important;
	margin: auto !important;
	position: relative;
	z-index: 1;
}

.facebook-container {
	height: 100% !important;
	width: 100% !important;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 730px) {
	.facebook-container {
		margin: 30px auto;
	}
}

/* Estilos generales del popup */
#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 675px; /* Ancho base */
	height: 1200px; /* Alto base */
	background: url('../img/popup/wsp-duna.webp') no-repeat center center;
	background-size: contain;
	max-width: 95vw; /* Máximo 95% del viewport width */
	max-height: 95vh; /* Máximo 95% del viewport height */
	aspect-ratio: 675 / 1200; /* Relación de aspecto fija */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	border-radius: 10px;
}

/* Botón de cierre */
#cerrarPopup {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
}
#btn-join-wsp{
	background: #2ed42e;
	padding: 20px 30px;
	color: #fff;
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* Responsive */
@media (max-width: 675px) {
	#popup {
		width: 95vw;
		height: auto;
	}
}

@media (max-height: 1200px) {
	#popup {
		height: 95vh;
		width: auto;
	}
}