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

/***********************************************************************************************************************************/
/* Resets defualt browser settings */
/***********************************************************************************************************************************/

html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

p {
	line-height: 1.2;
}

/*Reset Chrome style*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}

/**
bordó (más oscuro a más claro)
	#4F68AA; = rgb(101, 1, 31);
	#AF3838; = rgb(175, 56, 56);
	
Gris
#333333 = rgb(51, 51, 51);	
#959595
#F4F4F4 (background sections)
**/

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}
	body.modal-overflow {
		overflow: hidden;
	}

body {
	/*background: url(../temp/page1.jpg) no-repeat top center;*/
	font-family: 'Open Sans', sans-serif;
	color: #797666;
}

a, input[type="submit"] {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a {
	color: #4F68AA;
}
	a:hover {
		color: #CCC;
	}
a.link-default {
	color: #000000;
}
	a.link-default:hover {
		color: #4F68AA;
	}

/*Alerts to Support*/
.no-storage-support {
	width: 96%;
	padding: 2%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999999;
	background: #F00;
	color: #FFF;
	font: 20px/28px Arial, Helvetica, sans-serif;
}
	.no-storage-support strong {
		font: bold 20px/28px Arial, Helvetica, sans-serif;
	}
	.no-storage-support a {
		color: #FFF;
	}

/*OBJ*/
.mt-1 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mb-1 {
	margin-bottom: 10px;
}
.mb-2 {
	margin-bottom: 20px;
}
.mb-3 {
	margin-bottom: 30px;
}
.mb-4 {
	margin-bottom: 40px;
}
.display-none {
	display: none;
}
.page-text-align-center {
	text-align: center;
}
.only-desktop {
	display: block;
}
.only-mobile {
	display: none;
}
.page-container-label-1 {
	width: 100%;
	float: left;
}
.page-container-label-2 {
	/*margin: 0 70px;*/
	padding: 0 34px;
}
.page-container-label-3 {
	/*margin: 0 70px;*/
	padding: 0 70px;
	background: #F4F4F4;
	overflow: hidden;
}
.page-container-label-3.dark {
	background: #E5E5E5;
}
.page-internal-bgcolor {
	background: #F2F2F2;
}
.wrap-content-clear {
	padding: 0 30px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}
	.wrap-content-clear.form-subtype-cotizacion {
		padding: 20px 30px;
		margin: 0 auto 30px auto;
	}
.wrap-content-clear-2 {
	padding: 30px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}
.wrap-content-clear-2.separate {
	border-top: 1px solid #CCC;
}
.page-internal-bgcolor-clear {
	background: #FFF;
}
	.page-container-label-3 > div {
		width: 100%;
		float: left;
		
	}
.page-body {
	min-height: 380px;
}
.page-relative {
	position: relative;
}
.container-clear {
	background: #FFF;
}
.block-white {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}

.btn {
	font-size: 0.8rem;	
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-basic {
	height: 30px;
	padding: 0 10px;
	display: inline-block;
	font: 400 12px/30px 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background: #4F68AA;
	border: none;
}
	.btn-basic:hover {
		 background: #CCC;
	}
	

.btn-download {
	height: 30px;
	padding: 0 10px;
	display: inline-block;
	font: 400 12px/30px 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #4F68AA;
	border: 1px solid #4F68AA;
}
	.btn-download :hover {
		 border-color: #CCC;
		 color: #CCC;
	}

.sticky-top {
	z-index: 0;
}
						
/*Susscripción Newsletter page*/
.page-body.suscripcion-newsletter {
	min-height: 680px;
}
.page-body.suscripcion-newsletter p {
	line-height: 22px;
}
	.page-body.suscripcion-newsletter p a {
		color: #4F68AA;
	}
/**/

/*tooltip*/
.rd--tooltip {
	min-width: 200px;
	padding: 10px;
	margin: 20px 0 0 0;
	position: relative;
	border: 1px solid #ededed;
	background: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-order-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 9px 10px 0px rgba(30, 30, 30, 0.32);
	-moz-box-shadow:    0px 9px 10px 0px rgba(30, 30, 30, 0.32);
	box-shadow:         0px 9px 10px 0px rgba(30, 30, 30, 0.32);
	display: none;
}
	.rd--tooltip:before {
		content: "";
		position: absolute;
		top: -20px;
		right: 22px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 20px solid #ededed;
	}
	.rd--tooltip:after {
		content: "";
		position: absolute;
		top: -18px;
		right: 23px;
		width: 0;
		height: 0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 18px solid #ffffff;
	}

.page-section-margin {
	width: 100%;
	margin: 38px 0 0 0;
	float: left;
}
.page-section-margin-home {
	width: 100%;
	margin: 70px 0 40px 0;
	float: left;
}
.page-section-margin-inter {
	width: 100%;
	margin: 10px 0 40px 0;
	float: left;
}
.page-section-margin-inter-2 {
	width: 100%;
	margin: 30px 0 10px 0;
	float: left;
}
.page-section-margin-inter-3 {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
.page-section-margin-inter-4 {
	width: 100%;
	margin: 40px 0 40px 0;
	float: left;
}
.page-section-100x100 {
	width: 100%;
	float: left;
}
.page-section-80x100 {
	width: 80%;
}
.page-section-70x100 {
	width: 70%;
}
	.page-section-70x100.left {
		width: 67%;
		margin: 0 3% 0 0;
		float: left;
	}
	.page-section-70x100.right {
		width: 67%;
		margin: 0 0 0 3%;
		float: right;
	}
.page-section-60x100 {
	width: 60%;
	float: left;
}
	.page-section-60x100.left {
		width: 57%;
		margin: 0 3% 0 0;
		float: left;
	}
		
.page-section-50x100 {
	width: 50%;
	float: left;
}

.page-section-40x100 {
	width: 40%;
	float: left;
}
	.page-section-40x100.relative {
		position: relative;
	}


.page-section-48x100 {
	width: 48%;
	margin: 0 1%;
	float: left;
}
.page-section-30x100 {
	width: 30%;
}
	.page-section-30x100.left {
		float: left;
	}
	.page-section-30x100.right {
		float: right;
	}
.page-section-33x100 {
	width: 33.333333%;
}
	.page-section-33x100.left {
		float: left;
	}
	.page-section-33x100.right {
		float: right;
	}
.page-section-25x100 {
	width: 25%;
	float: left;
}
.page-section-25x100 {
	width: 20%;
	float: left;
}

.img-blck-white{
	filter: grayscale(100%);
	filter: url(../svg/filter-gray.svg#rd_gris);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
}

/**/

.page-basic-text {
}
.page-basic-text h6 {
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0 10px 0;
	font-weight: bold;
	text-align: justify;
}
.page-basic-text p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px 0;
	text-align: justify;
}
.page-basic-text strong {
	font-weight: bold;
}
.page-basic-text a {
	color: #4F68AA;
}
	.page-basic-text a:hover {
		color: #CCC;
	}
.page-basic-text ul, .page-basic-text ol {
	margin: 0 0 20px 20px;
	text-align: justify;
}
	.page-basic-text ul li {
		padding: 0 0 10px 0;
		font-size: 14px;
		line-height: 22px;
		list-style: circle;
	}
	.page-basic-text ol li {
		padding: 0 0 10px 0;
		font-size: 14px;
		line-height: 22px;
		list-style: decimal;
	}
	.page-basic-text ul.delete-style li {
		list-style: none;
	}
.page-basic-text ul.magistratura-list {
	width: 100%;
	margin: 30px 0 20px 0;
	text-align: justify;
	border-top: 1px solid #CCC;
}
.links-underline a {
	text-decoration: none;
}

.wrap-lista li .table-cell {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCC;
}
.wrap-lista li .wrap-lista-logo {
	width: 136px;
	padding-right: 20px;
}

.wrap-links-destacados {
}
	.wrap-links-destacados a {
		width: 100%;
		height: 40px;
		padding: 0;
		margin: 0 0 20px 0;
		display: inline-block;
		color: #b90239;
		font: 400 14px/40px "Open Sans",sans-serif;
		text-decoration: none;
		background: #F2F2F2;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
		.wrap-links-destacados a span {
			width: 40px;
			height: 40px;
			padding: 0;
			margin: 0 20px 0 0;
			display: block;
			float: left;
			color: #F2F2F2;
			background: #b90239;
			text-align: center;
		}
			.wrap-links-destacados a span:before {
				font-size: 15px;
				line-height: 40px;
				padding: 0;
				margin: 0;
			}
			
.wrap-video-noticias {
	padding-bottom: 20px;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid #DDD;
}
		
.banner-home-big {
	width: 100%;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.banner-home-big img {
		width: 100%;
		margin: 0;
		float: left;
	}
	.home-banner-slogan {
		padding: 10px 0; 
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		font-size: 20px;
		line-height: 20px;
		color: #FFF;
		background: #b90239;
	}
		.home-banner-slogan.relative {
			margin: 0;
			position: relative;
			right: inherit;
			top: inherit;
			left: inherit;
		}

	.home-banner-slogan-2 {
		padding: 0; 
		margin: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
	}
		.home-banner-slogan-2 h3 {
			padding: 12px 16px;
			/*font-size: 16px;
			line-height: 24px;*/
			font-size: 20px;
			line-height: 30px;
			color: #FFF;
			background: rgba(101, 1, 31, .6);
		}
			.home-banner-slogan-2 h3 span {
				display: block;
			}
			.home-banner-slogan-2 h3 span.text-important {
				font-size: 25px;
				line-height: 28px;
			}
	.home-banner-slogan-2.relative {
		position: relative;
		right: inherit;
		bottom: inherit;
		left: inherit;
	}
		.home-banner-slogan-2.relative h3 {
		    background: #f2f2f2;
			color: #4F68AA;
			display: inherit;
			font-size: 14px;
			line-height: 22px;
			padding: 10px;
		}
			.home-banner-slogan-2.relative h3 span {
				display: inline;
			}
				.home-banner-slogan-2.relative h3 span.text-important {
					font-size: 16px;
					line-height: 24px;
					display: block;
				}

		

.image-width-to-container {
	width: 100%;
}


/*btn*/
.btn-page-basic {
	height: 50px;
    margin: 20px 0;
    padding: 0 30px;
	display: inline-block;
    background: #4F68AA;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 400 14px/50px "Open Sans",sans-serif;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
	cursor: pointer; 
}
	.btn-page-basic:hover {
		background: #CCC; 
	}
/**/

/*wrap*/
.wrap-section-48x100 {
	width: 102%;
	margin: 0 -1%;
	float: left;
}
	.wrap-section-48x100.separate-bottom {
		margin: 0 -1% 30px -1%;
	}
/**/

.image-deco-align-bottom {
	display: table-row;
}
	.image-deco-align-bottom img {
		display: table-cell;
		vertical-align: bottom;
	}
.bg-color-1 {
	background-color: #268CA3;
}
.bg-color-2 {
	background-color: #4F68AA;
}
.bg-color-3 {
	background-color: #27CAF6;
}
.bg-color-4 {
	background-color: #0FD8B0;
}
/**/

/*Text*/
.page-title-2 {
	padding: 20px 0 10px 0;
	color: #333;
	text-align: center;
	font-size: 34px;
}
	.page-title-2 .link-title {
		color: #4F68AA;
		font-size: 20px;
	}
.page-title-2.margin-simetric {
	padding: 40px 0;
	color: #333;
	text-align: center;
	font-size: 34px;
}
.page-title-2.highlight {
	padding: 20px 0 10px 0;
	color: 	#4F68AA;
	color: rgb(101, 1, 31);
	text-align: center;
}
.page-title-2-left {
	padding: 20px 0 20px 0;
	margin: 0;
	color: #333;
	text-align: left;
	font-size: 34px;
	position: relative;
}
	.page-title-2-left small {
		font-size: 24px;
	}
.page-title-3-left {
	padding: 0 0 20px 0;
	color: #333;
	text-align: left;
	font-size: 28px;
	position: relative;
}
.page-title-4-left {
	padding: 0 0 20px 0;
	color: #333;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	position: relative;
}
.page-title-5-left {
	padding: 0 0 20px 0;
	color: #333;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
.page-title-6-left {
	padding: 0 0 10px 0;
	color: #333;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}

.page-subtitle-2 {
	padding: 0 0 15px 0;
	font: 400 25px/25px 'Open Sans', sans-serif;
	color: #268CA3;
	text-transform: uppercase;
}
.page-title-2-inter {
	padding: 0 0 15px 0;
	font: 400 28px/28px 'Open Sans', sans-serif;
	color: #268CA3;
	text-transform: uppercase;
}
		.page-title-2-inter em.iconopage {
			width: 40px;
			height: 40px;
			margin: 0 10px -10px 0;
			display: inline-block;
			text-indent: -4000px;
			background-image: url(../iconos-nav-home.png);
			background-repeat:  no-repeat;
			background-size: cover;
		}
		.page-title-2-inter em.iconopage.online { background-position: 0 0; }
		.page-title-2-inter em.iconopage.offline { background-position: -40px 0; }
		.page-title-2-inter em.iconopage.inspeccion { background-position: -80px 0; }
		.page-title-2-inter em.iconopage.prevencion { background-position: -120px 0; }
		
		
.page-title-3 {
	padding: 0 0 20px 0;
	font: 400 18px/22px 'Open Sans', sans-serif;
	color: #268ca3;
}
	.page-title-3 span {
		color: #000;
	}
.page-title-4 {
	padding: 10px 0 20px 0;
	margin: 0;
	font: 400 16px/22px 'Open Sans', sans-serif;
	color: #333;
}
	.page-title-4 span {
		color: #000;
	}
	.page-title-4 small {
		padding: 6px 0 0 0;
		display: block;
		font: 400 12px/12px 'Open Sans', sans-serif;
	}
		.page-title-4 small.line {
			padding: 0;
			display: inline-block;
		}
	.page-title-4 strong {
		font-weight: bold;
	}

.page-title-5 {
	padding: 10px 0 20px 0;
	margin: 0;
	font: 400 16px/22px 'Open Sans', sans-serif;
	color: #333;
}
	
.text-type-1 {
	padding: 0 0 20px 0;
	font: 400 16px/22px 'Open Sans', sans-serif;
	color: #333;
}
	.text-type-1 a {
		font: 700 16px/22px 'Open Sans', sans-serif;
		color: #268CA3;
		text-decoration: none;
	}
	.text-type-1 strong {
		font-weight: 700;
	}
.text-type-2 {
	padding: 0 0 20px 0;
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #333;
}
	.text-type-2 a {
		font: 700 14px/22px 'Open Sans', sans-serif;
		color: #268CA3;
		text-decoration: none;
	}
.text-type-3 {
	padding: 0 0 10px 0;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #268CA3;
}	
.page-text-left .text-type-1 {
	padding-right: 4%;
}

.title-enterprise {
	
}
	.title-enterprise img {
		width: 120px;	
	}
	.title-enterprise span {
		font: italic 400 14px/18px "Open Sans", sans-serif;
	}
/**/
	
/*Nota entre comillas*/
.page-quotation-marks-1 {
	position: relative;
	font: 400 italic 16px/22px 'Open Sans', sans-serif;
	color: #268CA3;
}
	.page-quotation-marks-1:before {
		content: "\"";
		margin: 6px 0 0 0;
		position: absolute;
		font: 400 50px/22px 'Passion One', cursive;
	}
	.page-quotation-marks-1:after {
		content: "\"";
		margin: 6px 0 0 4px;
		position: absolute;
		font: 400 50px/24px 'Passion One', cursive;
	}
		.page-quotation-marks-1 i:first-child {
			padding: 0 0 0 26px;
		}
/**/

/*Table div*/
.table-div {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
	.table-cell.vertical-top {
		vertical-align: top;
	}
	.table-cell.align-right {
		text-align: right;
	}
.table-div.w-100x100 {
	width: 100%;
}	
/**/	
	
/*Header*/
.page-header {
	position: relative;
	z-index: 10;
	padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}
	.page-header section {
		display: block;
	}
		.page-header .page-logo {
			margin: 0;
			padding: 0;
			position: relative;
		}
			.page-header .page-logo a {
				display: inline-block;
				padding: 27px 34px;
				position: relative;
				z-index: 10;
				text-decoration: none;
				color: #44528B;
			}
			.page-header .page-logo img {
				/*width: 160px; /*ratio 100*75*/
				height: 40px;
				margin: 0;
				padding: 0;
			}
			.page-header .page-logo span {
				display: block;
			}
			
		
	
	/**/
	.container-nav-top {
		margin: 0 0 0 200px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 30;
	}
		.container-nav-top .nav-top-ul {
			margin: 22px 34px 0 0;
			display: table;
		}
		body.fixed-style .container-nav-top .nav-top-ul {
			margin: 0 34px 0 0;
		}
			.container-nav-top .nav-top-ul > li {
				padding: 0 20px;
				display: table-cell;
				vertical-align: middle;
				position: relative;
			}
				.nav-top-ul li a.js--menu-mi-cuenta em.alert-menu-header {
					margin-left: 6px;
					position: absolute;
					top: -1px;
					right: 28px;
					color: #ff0000;
					font-size: 13px;
				}
				.container-nav-top .nav-top-ul > li:last-child {
					padding: 0 0 0 20px;
				}
			.container-nav-top .nav-top-ul > li.wrap-search {
				padding: 0;
			}
			.container-nav-top .nav-top-ul > li.favoritos {
				padding: 0 5px 0 5px;
			}
				.container-nav-top .nav-top-ul > li.carrito {
					padding: 0 20px 0 20px;
				}
				.cart-type-2 .container-nav-top .nav-top-ul > li.carrito:before {
					content: "Cotizando!";
					height: 26px;
					padding: 0 6px;
					position: absolute;
					top: -25px;
					left: 10px;
					color: #FFF;
					display: block;
					font-size: 11px;
					line-height: 26px;
					background: #FF9326;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					-o-border-radius: 8px;
					border-radius: 8px;
				}
				.cart-type-2 .container-nav-top .nav-top-ul > li.carrito:after{
					content: "";
					width: 0;
					height: 0;
					border-left: 12px solid transparent;
					border-right: 5px solid transparent;
					border-top: 10px solid #FF9326;
					position: absolute;
					top: -2px;
					left: 50px;
				}
				
				
				.container-nav-top .nav-top-ul > li > a {
					font-size: 0.688em; /*11px 100%*/
					color: #797666;
					text-decoration: none;
					text-transform: uppercase;
					text-align: center;
				}
					.container-nav-top .nav-top-ul > li > a i {
						font-size: 21px;
						color: #A1A1A1;
						display: block;
						margin-bottom: 0 auto 2px auto;
					}
						.container-nav-top .nav-top-ul > li > a:hover, .container-nav-top .nav-top-ul > li > a:hover i {
							color: #6F9E33;
						}
					.container-nav-top .nav-top-ul > li > a span {
						display: block;
						font-size: 10px;
					}
					body.fixed-style .container-nav-top .nav-top-ul > li > a span {
						display: none;
					} 
					.container-nav-top .nav-top-ul > li.carrito > a strong,
					.container-nav-top .nav-top-ul > li.favoritos > a strong {
						width: 20px;
						height: 20px;
						line-height: 20px;
						text-align: center;
						color: #FFF;
						display: inline-block;
						background: #CCC;
						position: absolute;
						/*top: 3px;*/
						top: -3px;
						right: 16px;
						-webkit-border-radius: 100%;
						-moz-border-radius: 100%;
						-ms-border-radius: 100%;
						-o-border-radius: 100%;
						border-radius: 100%;
					}
					.container-nav-top .nav-top-ul > li.favoritos > a strong {
						right: 6px;
					}
						.container-nav-top .nav-top-ul > li.carrito.active-cart > a strong,
						.container-nav-top .nav-top-ul > li.favoritos.active > a strong {
							background: #6F9E33;
						}
						.fixed-style .container-nav-top .nav-top-ul > li.carrito > a strong {
							top: 3px;
							right: 10px;
						}
						.fixed-style .container-nav-top .nav-top-ul > li.favoritos > a strong {
							top: 3px;
							right: -8px;
						}
						.fixed-style .nav-top-ul li a.js--menu-mi-cuenta em.alert-menu-header {
							top: 5px;
							right: 18px;
						}
		/**/				
		.rd--header-user-menu {
			/*width: 200px;*/
			margin-right: 10px;
			position: absolute;
			top: 34px;
			right: 0;
		}
			body.fixed-style .rd--header-user-menu {
				top: 30px;
				right: -28px;
			}
			.rd--header-user-menu li {
				padding: 4px 0 8px 0;
				margin: 0 0 4px 0;
				display: block;
				border-bottom: 1px solid #DDD;
				font-size: 13px;
				color: #6F9E33;
			}
				.rd--header-user-menu li a {
					display: block;
					font-size: 13px;
					color: #333333;
					text-decoration: none;
					text-transform: uppercase;
					position: relative;
				}
					.rd--header-user-menu li a:hover {
						color: #4F68AA;
					}
					.rd--header-user-menu li a i {
						float: right;
						font-size: 13px;
						color: #CCC;
					}
						.rd--header-user-menu li a em.item-alert {
							margin-left: 6px;
							position: absolute;
							top: -3px;
							color: #ff0000;
							font-size: 13px;
						}
				.rd--header-user-menu li:last-child {
					padding: 4px 0 8px 0;
					margin: 15px 0 0 0;
					border: none;
				}
					.rd--header-user-menu li:last-child a {
						font-size: 13px;
						color: #6F9E33;
						text-transform: initial;
					}
						.rd--header-user-menu li:last-child a i {
							color: #6F9E33;
						}
		/*menú carrito*/			
		.rd--header-cart-menu {
			width: 400px;
			margin-right: 10px;
			position: absolute;
			top: 34px;
			right: 0;
		}
		.rd--header-cart-menu > ul {
			width: 100%;
			display: block;
			overflow-y: auto;
			max-height: 360px
		}
			body.fixed-style .rd--header-cart-menu {
				top: 30px;
				right: -28px;
			}
			.rd--header-cart-menu li {
				width: 100%;			
				margin: 0 0 4px 0;
				color: #6F9E33;
			}
				.rd--header-cart-menu li > div {
					padding: 4px 6px 8px 0;
					display: table-cell;
					vertical-align: middle;
					font-size: 13px;
					color: #333;
					text-align: left;
				}
					.rd--header-cart-menu li > div.cart-titles-image {
						width: 30px;
					}
					.rd--header-cart-menu li > div.cart-titles-quantity {
						padding: 4px 0 8px 0;
						text-align: right;
					}
				.rd--header-cart-menu li.cart-titles div {
					padding: 4px 6px 14px 0;
					font-size: 11px;
					text-align: left;
					color: #777;
				}
				.rd--header-cart-menu li.cart-items {
					padding: 0 0 5px 0;
					border-bottom: 1px solid #DDD;
					display: flex;
				}
					.rd--header-cart-menu li.cart-items div {
						padding: 5px 6px 5px 0;
						vertical-align: middle;
						font-size: 13px;
						color: #333;
						text-align: left;
					}
						.rd--header-cart-menu li.cart-items div.cart-items-price {
							margin-left: auto;
							white-space: pre;
						}
				.rd--header-cart-menu li.cart-items .cart-wrapper-items {
					padding: 5px;
				}
					.rd--header-cart-menu li.cart-items-total {
						text-align: right;
						padding: 5px !important;
						color: #000000;
					}
						.rd--header-cart-menu li.cart-items-total span {
							font-weight: 700;
						}
					.rd--header-cart-menu li > div.cart-items-name p {
						width: 160px;
						padding: 3px 0;
						text-overflow: ellipsis;
						white-space: nowrap;
						overflow: hidden;
					}
				
				.rd--header-cart-menu li > div img {
					width: 60px;
					height: 60px;
				}
				.rd--header-cart-menu li:last-child {
					padding: 4px 0;
					margin: 0;
					border: none;
				}
				.rd--header-cart-menu li a {
					display: block;
					font-size: 13px;
					color: #4F68AA;
					text-decoration: none;
					text-transform: uppercase;
				}
					.rd--header-cart-menu li a:hover {
						color: #6F9E33;
					}
					.rd--header-cart-menu li a i {
						float: right;
						font-size: 13px;
						color: #CCC;
					} 
					.rd--header-confirmar-modificar {
						margin: 20px auto;
						text-align: center;
						display: none;
						/*update 11/02/19*/
						position: absolute;
						top: 0;
						/**/
					}
					.tooltip-btn-group {
						margin: 20px -10px -10px -10px;
						padding: 10px;
						display: flex;
						justify-content: space-between;
						background: #f5f5f5;
					}
				/**/		
					
		.container-nav-top .nav-search {
		}
			.container-nav-top .nav-search input[type="text"] {
				width: 220px;
				height: 44px;
				padding: 0 10px;
				border: 1px solid #E8E8E8;
				font-size: 16px;
				color: #999;
				-webkit-transition: all 500ms ease;
				-moz-transition: all 500ms ease;
				-o-transition: all 500ms ease;
				transition: all 500ms ease;
			}
				.container-nav-top .nav-search.activo  input[type="text"] {
					width: 400px;
				}
			
			.container-nav-top .nav-search button[type="submit"] {
				height: 44px;
				padding: 0 24px;
				border: none;
				background: #4F68AA;
				color: #FFF;
				font-size: 0.813em;
				text-transform: uppercase;
				float: right;
			}
			body.fixed-style .container-nav-top .nav-search {
				margin-top: 3px;
			}
			body.fixed-style .container-nav-top .nav-search input[type="text"] {
				height: 34px;
			}
			body.fixed-style .container-nav-top .nav-search button[type="submit"] {
				height: 34px;
			}
			/**/
	
	/*nuevo menú*/
	.page-header nav .container-nav-bottom {
		width: 100%;
		float: left;			
		background: #FFF;
		border-top: 1px solid #E8E8E8;
		border-bottom: 1px solid #E8E8E8;
	}
		.page-header nav ul.nav-bottom {
			text-align: left;
			margin: 0 34px;
		}
			.page-header nav ul.nav-bottom li.nav-label-0 {
				display: inline-block;
				float: left;
				position: relative;
				-webkit-transition: all 400ms ease;
				-moz-transition: all 400ms ease;
				-o-transition: all 400ms ease;
				transition: all 400ms ease;
			}
				/*.page-header nav ul.nav-bottom li.nav-label-0:first-child {*/
				.page-header nav ul.nav-bottom li.nav-label-0:nth-child(2) {
				}				
				.page-header nav ul.nav-bottom li.nav-label-0:last-child {
					float: right;
				}
				body.fixed-style .page-header nav ul.nav-bottom li.nav-label-0:last-child {
					display: none !important;
				}
				.page-header nav ul.nav-bottom li.nav-label-0 > a {
					padding: 8px 0 8px 0;
					margin: 0 60px 0 0;
					display: inline-block;
					position: relative;
					font: 400 14px/34px 'Open Sans', sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					color: #797666;
				}
					.page-header nav ul.nav-bottom li.nav-label-0 > a i {
						margin-left: 4px;
					}
					.page-header nav ul.nav-bottom li.nav-label-0 > a small {
						font-size: 12px;
					}
				a.call-phone {
					font-weight: 700 !important;
				}
					a.call-phone small {
						font-weight: 400 !important;
					}
				
				/*logo into menu*/
				.page-header nav ul.nav-bottom li.nav-label-0.logo-into-menu {
					padding: 2px 6px 0 0;
					margin: 0 7px 0 0;
					line-height: 13px;
					border-left: none;
					display: none !important;
				}
					.page-header nav ul.nav-bottom li.nav-label-0.logo-into-menu > a {
						margin: 0;
						padding: 0;
					}
						.page-header nav ul.nav-bottom li.nav-label-0.logo-into-menu a img {
							height: 28px;
							float: left;
						}
				/**/
				.page-header nav ul.nav-bottom li.nav-label-0:last-child a {
					margin: 0;
				}

				.page-header nav ul.nav-bottom li.nav-label-0.menu-pus {
					float: right;
				}
					.page-header nav ul.nav-bottom li.nav-label-0.menu-pus > a {

					}
						.page-header nav ul.nav-bottom li.nav-label-0.menu-pus > a span {
							font-size: 24px;
							padding: 2px 6px 2px 5px;
							margin: -4px 0 0 6px;
							float: right;
						}
				
				/*Fixed menú desktop styles*/
				.page-header nav.fixed-style {
					-webkit-box-shadow: 0px 7px 9px -4px rgba(153,153,153,1);
					-moz-box-shadow: 0px 7px 9px -4px rgba(153,153,153,1);
					box-shadow: 0px 7px 9px -4px rgba(153,153,153,1);
				}
							.page-header nav.fixed-style ul.nav-bottom li.nav-label-0 > a {
								padding: 2px 3px 2px 2px;
								margin: 0 4px 0 3px;
								font: 400 11px/34px 'Open Sans', sans-serif;
							}
					.page-header nav.fixed-style .nav-left, .page-header nav.fixed-style .nav-right, body.fixed-style .page-header h1 {
						display: none;
					}
				.page-header nav.fixed-style ul.nav-bottom li.nav-label-0.logo-into-menu {
					display: block !important;
				}
				.page-header nav.fixed-style ul.nav-bottom li.nav-label-0:nth-child(2) {
					border-left: none;
				}
				body.fixed-style {
					margin-top: -69px;
				}
				body.fixed-style .page-body	{
					margin-top: 122px;
				}
				/**/
				.page-header nav ul.nav-bottom li.nav-label-0.this-page > a:before {
					content: "";
					width: 100%;
					height: 4px;
					display: block;
					position: absolute;
					left: 0;
					bottom: 12px;
					background: #6F9E33;
					z-index: 10;
				}
				body.fixed-style .page-header nav ul.nav-bottom li.nav-label-0.this-page a:before {
					height: 2px;
					bottom: 8px;
				}

				
			/*Label 1*/
			.page-header nav ul.nav-bottom li.nav-label-0 > ul {
				/*width: 100%;*/
				margin: 0;
				position: absolute;
				top: 46px;
				left: 0;
				z-index: 50;
				float: left;
				background: #F9F9F9;
				background: rgba(255, 255, 255, .9);
				-webkit-box-shadow: 0px 10px 13px -4px rgba(176, 176, 176, .75);
				-moz-box-shadow: 0px 10px 13px -4px rgba(176, 176, 176, .75);
				box-shadow: 0px 10px 13px -4px rgba(176, 176, 176, .75);
				text-align: left;
				display: none;
			}
			/*Fixed menú desktop*/
			.page-header nav.fixed-style ul.nav-bottom li.nav-label-0 > ul {
				top: 38px;
			}
			/**/
				.page-header nav ul.nav-bottom li.nav-label-0 ul li.nav-label-1 {
					list-style: none;
					text-decoration: none;
					margin: 10px 10px 0 10px;
				}
					.page-header nav ul.nav-bottom li.nav-label-0 ul li.nav-label-1 > a {
						padding: 0 12px;
						margin: 4px 20px;
						display: inline-block;
						font: 400 14px/14px 'Open Sans', sans-serif;
						text-transform: uppercase;
						text-decoration: none;
						color: #b90239;
					}
			/*Label 2*/
			.page-header nav ul.nav-bottom li.nav-label-1 > ul {
				width: 100%;
				padding: 0;
				margin: 20px 0 20px 0;
				position: relative;
				float: left;
				position: relative;
			}
			.page-header nav ul.nav-bottom li.nav-label-1 > ul:after {
				content: "";
				height: 100%;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
			}
			.page-header nav ul.nav-bottom li.nav-label-1 > ul.w-25x100 {
				width: 25%;
			}
				.page-header nav ul.nav-bottom li.nav-label-1 ul li.nav-label-2 {
					list-style: none;
					text-decoration: none;
				}
					.page-header nav ul.nav-bottom li.nav-label-1 ul li.nav-label-2.nav-label-title {
						margin: 0 0 16px 0;
						font: 400 16px/20px 'Open Sans', sans-serif;
						text-transform: uppercase;
						color: #000;
					}
					.page-header nav ul.nav-bottom li.nav-label-1 ul li.nav-label-2 > a {
						width: 96%;
						padding: 4px 2%;
						margin: 2px 0;
						display: inline-block;
						font: 400 13px/13px 'Open Sans', sans-serif;
						text-transform: uppercase;
						text-decoration: none;
						color: #4F68AA;
					}
					.page-header nav ul.nav-bottom li.nav-label-1 ul li.nav-label-2:hover > a {
						color: #FFF;
						background: #4F68AA;
						-webkit-box-shadow: 0px 0px 11px -7px rgba(20,19,19,1);
						-moz-box-shadow: 0px 0px 11px -7px rgba(20,19,19,1);
						box-shadow: 0px 0px 11px -7px rgba(20,19,19,1);
					}
					.page-header nav ul.nav-bottom li.nav-label-1 ul li.nav-label-2 > a span:before {
						padding: 0;
						margin: 0;
					}



/*Slider jssor*/
/*Slider principal Home*/
.container-slider-home {
	width: 1920px; 
	height: 1015px; 
	position: relative;
	margin: 0 auto; 
	top: 0px; 
	left: 0px; 
	overflow: hidden;
}
	.slider-home {
		width: 1920px; 
		height: 1015px;
		cursor: move;
		position: absolute;
		left: 0px;
		top: 0px;
		overflow: hidden;
	}
		.slider-home > div {
			background: no-repeat center center;
			backgroun-size: content;
		}
/*Arrow*/
.jssor-arrow-l, .jssor-arrow-r, .jssor-arrow-ldn, .jssor-arrow-rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.jssor-arrow-r, .jssor-arrow-l {
	width: 45px;
	height: 95px;
	top: 145px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
.jssor-arrow-r {
	right: 0px;
}
.jssor-arrow-l {
	left: 0px;
}
	.jssor-arrow-r:before, .jssor-arrow-l:before {
		width: 45px;
		height: 95px;
		display: block;
		color: #4F68AA;
		font-size: 20px;
		line-height: 95px !important;
		text-align: center;
	}
	.jssor-arrow-r:before {
		margin: 0 -6px 0 0 !important;
	}
	.jssor-arrow-l:before {
		margin: 0 0 0 -4px !important;
	}
		.jssor-arrow-r:hover:before, .jssor-arrow-l:hover:before {
			color: #000;
		}
		
/*bullet*/
.jssor-bullet-home {
	position: absolute; 
	bottom: 34px; 
	right: 6px;
}
	.jssor-bullet-home div {
		position: absolute;
		/* size of bullet elment */
		width: 24px;
		height: 24px;
		filter: alpha(opacity=70);
		opacity: .8;
		overflow: hidden;
		cursor: pointer;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
	}
	.jssor-bullet-home .av {
		position: absolute;
		overflow: hidden;
		cursor: pointer;
	}

	.jssor-bullet-home div {
		position: absolute;
		background-color: #FFF;
	}

		.jssor-bullet-home div:hover, .jssorb01 .av:hover {
			background-color: #d3d3d3;
		}

	.jssor-bullet-home .av {
		background-color: #4F68AA;
	}

	.jssor-bullet-home .dn, .jssor-bullet-home .dn:hover {
		background-color: #555555;
	}		
/**/

		
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.jssora12r, .jssora12l {
	width: 46px;
	height: 94px;
	top: 139px;
}
.jssora12r {
	right: 0px;
	text-align: right;
}
	.jssora12r:before {
		text-align: right;
	}
.jssora12l {
	left: 0px;
	text-align: left;
}
	.jssora12l:before {
		text-align: left;
		margin-left: -20px;
	}
	.jssora12r:before, .jssora12l:before {
		color: #4F68AA;
		color: rgb(101, 1, 31);
		font-size: 40px;
		margin: 24px 0 0 0 !important;
		padding: 0 !important;
	}
		.jssora12r:hover:before, .jssora12l:hover:before {
			color: #CCC;
		}

/*Loading*/	
.jssor-loading-container {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
	.jssor-loading-container .jssor-loading-first {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;  
		top: 0px; 
		left: 0px;
		filter: alpha(opacity=70); 
		opacity: 0.7; 
		background-color: #FFF;
	}
	.jssor-loading-container .jssor-loading-image {
		position: absolute; 
		display: block;
		background: url(../loading-s.gif) no-repeat center center; 
		top: 0px; 
		left: 0px;
		width: 100%;
		height:100%;
	}
/*Containers*/	
.jssor-container {
	position: relative; 
	top: 0px; 
	left: 0px; 
	/*overflow: hidden;*/
}
	.jssor-all-elements {
		position: absolute; 
		left: 0px; 
		top: 0px;  
		overflow: hidden;
		cursor: move; 
	}


/*Responsive squares*/
.square-responsive {
	width: 50%;
	position: relative;
	float: left;
}
	.square-responsive.square-50x100 {
		width: 50%;
	}
	.square-responsive.square-33x100 {
		width: 33.333333%;
	}
	.square-responsive:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.square-responsive .content {
		width: 100%;
		height: 100%;
		position: absolute;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}

	/*custom*/
	/*.square-responsive.home-big:nth-child(1) {
		background: url(../img/home-1.jpg) no-repeat center center;
	}
	 .square-responsive.home-big:nth-child(2) {
		background: url(../img/home-2.jpg) no-repeat center center;
	}
	 .square-responsive.home-big:nth-child(3) {
		background: url(../img/home-3.jpg) no-repeat center center;
	}
	 .square-responsive.home-big:nth-child(4) {
		background: url(../img/home-4.jpg) no-repeat center center;
	}*/
	.square-responsive.home-big {
		background-repeat: no-repeat;
		background-position:  center center;
		background-size: cover !important;
	}
		.square-responsive.home-big .content {
			width: 90%;
			height: 90%;
			padding: 5%;
			margin: 5%;
			background: rgba(255, 255, 255, .6);
			-webkit-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			transition: all 500ms ease;
		}
		.square-responsive.home-big .content h3 {
			margin: 0 0 30px 0;
			font-size: 2.125em; /*34px 100%*/
			color: #333;
			text-transform: uppercase;
		}
		/*.square-responsive.home-big .content p {
			margin: 0 0 20px 0;
			font-size: 18px;
			line-height: 28px;
			color: #333;
		}*/
		.square-responsive.home-big .content .div-p {
			margin: 0 0 20px 0;
			font-size: 18px;
			line-height: 28px;
			color: #333;
		}
	/**/
	
.icono-plus {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
	border: 1px solid #000;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
	.icono-plus:before {
		content: "";
		width: 1;
		height: 60%;
		display: block;
		position: absolute;
		top: 20%;
		left: 50%;
		border-left: 1px solid #000;
	}
	.icono-plus:after {
		content: "";
		width: 60%;
		height: 1px;
		display: block;
		position: absolute;
		top: 50%;
		left: 20%;
		border-top: 1px solid #000;
	}
/**/
		
/*hover*/
	.square-responsive.home-big a:hover .content {
		background: rgba(115, 129, 186, .6);
	}
		.square-responsive.home-big a:hover .content h3, .square-responsive.home-big a:hover .content p {
			color: #FFF;
		}
.square-responsive.home-big a:hover .content .icono-plus {
	border-color: #FFF;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	rotation: 90deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.square-responsive.home-big a:hover .content .icono-plus:before, .square-responsive.home-big a:hover .content .icono-plus:after {
	border-color: #FFF;
}
/**/
		
	
/*Forms*/
.form-type-contact {
}
	/*.form-type-contact input[type="text"] {
		width: 95%;
		height: 36px;
		padding: 0 2%;
		margin: 0 0 2% 0;
		border: 1px solid #CCC;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-order-radius: 3px;
		border-radius: 3px;
		font: 400 14px 'Open Sans', sans-serif;
	}*/
		.form-type-contact input[type="text"].input-changed {
			border: 1px solid #090;
			color: #090;
		}
	/*.form-type-contact input[type="password"] {
		width: 95%;
		height: 36px;
		padding: 0 2%;
		margin: 0 0 2% 0;
		border: 1px solid #CCC;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-order-radius: 3px;
		border-radius: 3px;
		font: 400 14px 'Open Sans', sans-serif;
	}*/
	/*.form-type-contact input[name="apellidotest"], input[name="apellidotest"] {
		display: none;
	}*/

	.form-type-contact .apellidotest {
		height: 0 !important;
		overflow: hidden !important;
	}

	.form-type-contact input[type="submit"], .form-type-contact input[type="button"] {
		height: 50px;
		padding: 0 30px;
		margin: 20px 0;
		background: #4F68AA;
		font: 400 14px/50px 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-align: center;
		border:  none;
		color: #FFF;
		float: right;
		cursor: pointer;
	}
		.form-type-contact input[type="submit"]:hover, .form-type-contact input[type="button"]:hover {
			background: #CCC;
			color: #FFF;
		}
	/*.form-type-contact select {
		width: 100%;
		height: 38px;
		padding: 0 2%;
		margin: 0 0 2% 0;
		border: 1px solid #CCC;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-order-radius: 3px;
		border-radius: 3px;
		font: 400 12px 'Open Sans', sans-serif;
	}*/
	.form-type-contact .group-by  {
		width: 100%;
		height: 38px;/*32*/
		padding: 0 2%;
		margin: 0 0 2% 0;
		border: none;
		font: 400 14px/14px 'Open Sans', sans-serif;
	}
		.form-type-contact .group-by input[type="radio"] {
			height: 38px;
			padding: 0 2%;
			margin: 0 10px 2% 0;
		}
		.form-type-contact .group-by label {
			height: 38px;
			padding: 0 2%;
			margin: 0 0 2% 0;
			float: left;
			font: 400 14px/32px 'Open Sans', sans-serif;
		}
		.form-type-contact .group-by.type-radio label {
			padding: 0 4%;
			background: #F2F2F2;
		}
		.form-type-contact .group-by.type-radio .label-text {
			height: 38px;
			margin: 0 10px 0 0;
			float: left;
			font: 400 12px/38px 'Open Sans', sans-serif;
		}
		.form-type-contact .group-by-title {
			font: 400 14px/38px 'Open Sans', sans-serif;
			float: left;
		}
		.form-type-contact .group-by-title-image {
			width: 28%;
			position: relative;
			bottom: -5px;
			display: inline-block;
		}
		.form-type-contact .group-by-separator {
			position: relative;
		}
			.form-type-contact .group-by-separator:before {
				content: "/";
				position: absolute;
				top: 10px;
				left: -5px;
				font-size: 20px;
			}

	.form-type-contact textarea {
		height: 180px;

	}
	.form-type-contact label {
		font: 400 14px/22px 'Open Sans', sans-serif;
		color: #333;
	}
		.form-type-contact label span {
			font: 400 11px/11px 'Open Sans', sans-serif;
			color: #999;
		}
	.form-type-contact [class*="page-title-3"] {
		width: 100%;
		float: left;
	}
	
	.form-type-contact .control {
		width: 48%;
		margin: 0 1%;
		float: left;
	}
	.form-type-contact .control-double {
		width: 98%;
		margin: 0 1%;
		float: left;
	}
	
	input[type="text"].error-validate, input[type="password"].error-validate, select.error-validate, textarea.error-validate {
		border-color: rgba(242, 9, 25, 1);
		-webkit-box-shadow: 0px 0px 11px -3px rgba(242,9,25,1);
		-moz-box-shadow: 0px 0px 11px -3px rgba(242,9,25,1);
		box-shadow: 0px 0px 11px -3px rgba(242,9,25,1);
	}
	input[type="radio"].error-validate, input[type="checkbox"].error-validate {
		border-color: rgba(242, 9, 25, 1);
		-webkit-box-shadow: 0px 0px 11px -3px rgba(242,9,25,1);
		-moz-box-shadow: 0px 0px 11px -3px rgba(242,9,25,1);
		box-shadow: 0px 0px 11px -3px rgba(242,9,25,1);
	}
	input[type="text"].form-element-selected, input[type="password"].form-element-selected, select.form-element-selected, textarea.form-element-selected {
		border-color: rgb(16, 180, 234);
		-webkit-box-shadow: 0px 0px 11px -3px rgba(16, 180, 234, 1);
		-moz-box-shadow: 0px 0px 11px -3px rgba(16, 180, 234, 1);
		box-shadow: 0px 0px 11px -3px rgba(16, 180, 234, 1);
	}	
	.msj-obligatory {
		float: left;
		font: 400 12px/12px 'Open Sans', sans-serif;
		color: #999;
	}
	
	/*Form messages*/
	.form-message.error-alert {
		font: 400 14px/18px 'Open Sans', sans-serif;
		color: #F00;
		text-align: center;
	}
	.form-message.icon-emo-displeased {
		padding: 0 0 10px 0;
		color: #f00;
		display: block;
		text-align: center;
	}
		.form-message.icon-emo-displeased:before {
			margin: 0;
			padding: 0;
			font-size: 30px;
		}
		
	.form-message.exito-send {
		font: 400 14px/18px 'Open Sans', sans-serif;
		color: #090;
		text-align: center;
	}
		.form-message.exito-send em {
			padding: 10px 0 0 0;
			display: block;
			font: 400 20px/20px 'Open Sans', sans-serif;
			color: #090;
			text-align: center;
		}
	.form-message.icon-emo-happy {
		padding: 0 0 10px 0;
		color: #090;
		display: block;
		text-align: center;
	}
		.form-message.icon-emo-happy:before {
			margin: 0;
			padding: 0;
			font-size: 30px;
		}
	/*gif*/	
	.form-message.load-message {
		padding: 0 0 10px 0;
		margin: 0 auto;
		display: block;
	}
	/**/	
	.form-message.send-message {
		font: 400 16px/16px 'Open Sans', sans-serif;
		color: #4F68AA;
		text-align: center;
	}
	.form-message.error-smtp, .form-message.error-spam {
		font: 400 14px/14px 'Open Sans', sans-serif;
		color: #F00;
		text-align: center;
	}
		.form-message.error-smtp em, .form-message.error-spam em {
			display: block;
			margin: 0 auto;
			font: 700 14px/14px 'Open Sans', sans-serif;
			color: #F00;
			text-align: center;
		}

	.checkbox-acept {
		padding: 10px 0;
		font: 700 12px/18px 'Open Sans', sans-serif;
	}
		.checkbox-acept input[type="checkbox"] {
			padding: 10px;
		}
		
	.form-title-separator {
		margin: 30px 0 10px 0;
		font: 700 14px/14px 'Open Sans', sans-serif;
	}
	.form-bottom-separator {
		margin-bottom: 40px;
	}
	
	.wrap-form-representante {
		width: 500px;
		margin: 100px auto 0 auto;
	}
		.wrap-form-representante h4 {
			margin: 0 0 10px 0;
			font: 700 14px/14px 'Open Sans', sans-serif;
			color: #FFF;
		}
		.wrap-form-representante .msj-exito {
			padding: 10px;
			margin: 0 0 10px 0;
			font: 700 14px/14px 'Open Sans', sans-serif;
			color: #060;
			background: #F2F2F2;
		}
		.wrap-form-representante .msj-error {
			padding: 10px;
			margin: 0 0 10px 0;
			font: 700 14px/14px 'Open Sans', sans-serif;
			color: #F00;
			background: #F2F2F2;
		}
		
	.wrap-form-newsletter-cursos {
		padding: 10px;
		background: #F2F2F2;
		overflow: hidden;
	}
		.wrap-form-newsletter-cursos form > div {
			width: 100%;
			float: left;
		}
			.wrap-form-newsletter-cursos form > div h5 {
				margin: 0 0 10px 0;
				font: 300 14px/20px 'Open Sans', sans-serif;
			}
				.wrap-form-newsletter-cursos form > div h5 span {
					margin: 10px 0 0 0;
					display: block;
					font: 300 12px/20px 'Open Sans', sans-serif;
				}
				.wrap-form-newsletter-cursos .form-type-contact input[type="submit"] {
					width: 100%;
					padding: 0;
					margin: 15px 0 0 0;
				}

/**/


/**/
.data-contact {
	margin: 0;
}
.data-contact-items {
	margin: 0 0 20px 0;
}
	.data-contact-items h4 {
		padding: 10px 0;
		margin: 0 0 16px 0;
		position: relative;
		font: 400 16px/16px 'Open Sans', sans-serif;
		text-align: left;
		border-bottom: 1px solid #CCC;
	}
		.data-contact-items h4:before {
			content: "";
			width: 40px;
			display: block;
			position: absolute;
			left: 0;
			bottom: -1px;
			border-bottom: 2px solid #4F68AA;
		}
	.data-contact ul {
		/*float: right;*/
	}
		.data-contact ul li {
			width: 100%;
			font: 400 14px/18px 'Open Sans', sans-serif;
			margin-bottom: 6px;
		}
		.data-contact ul.socialmedia li {
			width: auto;
		}
			.data-contact ul li span {
				font-size: 22px;
				color: #4F68AA;
				margin: -2px 10px 0 0;
			}
			.data-contact ul li span.icon-fax {
				font-size: 20px;
			}
			
			.data-contact ul li strong {
				font: 400 14px/14px 'Open Sans', sans-serif;
			}
			.data-contact ul li strong a {
				color: #4F68AA;
			}
			.data-contact ul li a[href^="tel:"],
			.data-contact ul li a[href^="https://api.whatsapp.com/"] {
				text-decoration: none;
			}
		.data-contact ul.contact-socialmedia li {
			width: auto;
		}
			.data-contact ul.contact-socialmedia li a span:before {
				font-size: 28px;
				color: #CCC;
				margin: 0;
				padding: 0;
			}
			.data-contact ul.contact-socialmedia li a {
				color: #CCC;
			}
				.data-contact ul.contact-socialmedia li a:hover span:before  {
					color: #4F68AA;
				}
		.data-contact p {
			padding: 0 0 10px 0;
			float: left;
			font: 400 14px/20px 'Open Sans', sans-serif;
		}
			.data-contact p a {
				color: #4F68AA;
			}
			.data-contact ul li .date-item {
				padding: 1px 3px;
				display: inline-block;
				font-size: 10px;
				background: #4F68AA;
				color: #FFF;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				-o-border-radius: 3px;
				border-radius: 3px;
			}					
/**/

/*Google maps*/
.api-gmap-wrap {
}
.api-gmap-wrap:before {
	content: "";
	width: 100%;
	display: block;
	margin: 20px 0 0 0;
	float: left;
	clear: both;
}
	.api-gmap-map {
		width: 100%;
		/*height: 400px;*/
		height: 244px;
	}
	.api-gmap-infowindow-title {
		font: bold 14px/20px 'Open Sans', sans-serif;
		color: #4F68AA;
	}

/**/
.list-available-forms {
}

	.list-available-forms ul {
		margin: 0 4% 20px 0;
	}
		.list-available-forms ul a {
			width: 100%;
			margin: 0 0 4px 0;
			display: inline-block;
			font: 400 13px/18px 'Open Sans', sans-serif;
			text-decoration: none;
			color: #1B6372;
		}
			.list-available-forms ul a:hover {
				color: #999;
			}
		.list-available-forms ul li > ul {
			margin: 0 0 20px 4%;
		}
		.list-available-forms ul li > ul li {
			list-style-type: square;
			margin-left: 10px;
		}
	
/**/

/**/
.table-type-1 {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
	.table-type-1 tr {
	}
		.table-type-1 tr td {
			padding: 6px;
			border: 1px solid #CCC;
			font: 400 13px/13px 'Open Sans', sans-serif;
			color: #333;
			vertical-align: middle;
		}
		.table-type-1 .table-title {
			background: #1B6372; 
			color: #FFF;
		}
			.table-type-1 .table-title td {
				padding: 10px 6px;
				font: 400 14px/14px 'Open Sans', sans-serif;
				color: #FFF;
				border-color: #1B6372; 
			}
		.table-type-1 .table-sub-title {
			background: #CCC; 
		}
			.table-type-1 .table-sub-title td {
				padding: 10px 6px;
				font: 400 13px/13px 'Open Sans', sans-serif;
				color: #1B6372;
			}
			
			.table-type-1 .table-separate td {
				padding: 6px;
				color: #FFF;
				border-color: #FFF; 
			}
.link-open-form {
	text-align: center;
}
	.link-open-form span {
		color: #4F68AA;
	}
		.link-open-form span:before {
			color: #4F68AA;
			font-size: 24px;
		}
	.link-open-form:hover span:before {
		color: #999;
	}
		
	.table-type-1 tr.table-item:hover {
		background: #F2F2F2;
	}
	.table-type-1 tr td:last-child {
		text-align: center;
	}
/**/


/*Texto dinámico*/
.dinamic-content {
}
	.dinamic-content p {
		padding: 0 0 10px 0;
		font: 400 15px/20px 'Open Sans', sans-serif;
		color: #333;
	}
	.dinamic-content a {
	}
	.dinamic-content strong {
		font-weight: 600;
	}
	.dinamic-content ul {
		padding: 0 0 20px 10px;
		margin: 0 0 0 15px;
	}
		.dinamic-content ul li {
			padding: 0 0 6px 0;
			font: 400 13px/13px 'Open Sans', sans-serif;
			color: #333;
			list-style-type: square;
		}
	.dinamic-content ol {
		padding: 0 0 20px 10px;
		margin: 0 0 0 15px;
	}
		.dinamic-content ol li {
			padding: 0 0 6px 0;
			font: 400 13px/13px 'Open Sans', sans-serif;
			color: #333;
			list-style-type: decimal;
		}

/**/
.nota-importante {
	padding: 14px;
	margin: 30px 0 20px 0;
	background: #F2F2F2;
}
.nota-importante.style-concursos {
	padding: 14px;
	margin: 0 0 20px 0;
	background: #F2F2F2;
}
	.nota-importante h3 {
		padding: 0 0 20px 0;
		color: #333;
		font: 400 14px/16px 'Open Sans', sans-serif;
	}
		.nota-importante h3 span {
			padding: 0 10px 30px 0;
			font-size: 24px;
			float: left;
			color: #268ca3;
		}
			.nota-importante h3 span:before {
				padding: 0;
				margin: 0;
			}
		.nota-importante h3 strong {
			font: 700 16px/26px 'Open Sans', sans-serif;
			padding: 0 0 10px 0;
		}
	.nota-importante ul {
	}
		.nota-importante ul li {
			padding: 0 0 10px 0;
			font: 400 13px/13px 'Open Sans', sans-serif;
			color: #333;
		}
			.nota-importante ul li span {
				color: #268ca3;
			}
	.nota-importante h5 {
		padding: 0 0 20px 0;
		color: #4F68AA;
		font: 20px/20px 'Open Sans', sans-serif;
	}
	.nota-importante p.small {
		font: 400 13px/16px 'Open Sans', sans-serif;
	}
	.nota-importante p.small a {
		font: 400 13px/16px 'Open Sans', sans-serif;
	}
	.nota-importante p.small-italic-left {
		font: italic 12px/16px 'Open Sans', sans-serif;
		text-align: right;
	}


/**/


/*News (home)*/
.news-container {
	text-align: center;
}
.wrap-image {
	width: 400px;
	height: 220px;
	overflow: hidden;
}
.news-container.container-50x100, .news-container.container-100x100 {
	text-align: left;
}
.container-equal-width-1x100 {
	margin: 0 -1%;
}
	.container-equal-width-1x100 .news-container.container-50x100 {
		width: 48%;
		padding-bottom: 10px;
		margin: 0 1% 20px 1%;
		float: left;
		text-align: left;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
	.news-container > a {
		width: 100%;
		display: inline-block;
		text-decoration: none;
	}
		.news-container > a img {
			width: 100%;
		}
	.news-container .news-date {
		margin: 10px 0;
		color: #4F68AA;
		font-size: 15px;
		text-align: right;
	}
	.news-container h2 {
		margin: 20px 0;
		color: #333;
		font-size: 24px;
		line-height: 32px;
	}
		.news-container h2 span {
			font-size: 15px;
		}
	.news-container h3 {
		margin: 0 0 20px 0;
		color: #333;
		font-size: 18px;
		line-height: 24px;
	}
	.news-container h5 {
		margin: 20px 0;
		color: #333;
		font-size: 22px;
		line-height: 28px;
	}
	.news-container.dinamic-page h5 {
		margin: 20px 0 0 0;
		text-align: justify;
	}
		.news-container h5 span {
			font-size: 15px;
		}
	.news-container p.news-summary {
		margin: 0;
		color: #333;
		font: normal 16px/24px "Open Sans", sans-serif;
	}
		.news-container.dinamic-page p.news-summary {
			margin: 6px 0 0 0;
			font: 400 15px/20px 'Open Sans', sans-serif;
			text-align: justify;
		}
			
	/*Contenido dinamico*/
	.news-summary-content {
		margin: 0;
		color: #333;
		font: normal 16px/24px "Open Sans", sans-serif;
	}
		.news-summary-content p {
			margin: 0 0 20px 0;
			color: #333;
			font: normal 16px/28px "Open Sans", sans-serif;
		}
			.news-summary-content p strong {
				font: bold 16px/28px "Open Sans", sans-serif;
			}
			.news-summary-content p a {
				color: #4F68AA;
				font: normal 16px/28px "Open Sans", sans-serif;
			}
	/**/
	
	.news-container span {
		margin: 30px;
	}
		.news-container span {
			display: inline-block;
			color: #959595;
			text-decoration: none;
		}


.wrap-news-clear {
	padding: 0 8px 10px 8px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}


.news-ranking-container {
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
}
	.news-ranking-container:last-child {
		margin: 0;
	}
	.news-ranking-container a {
		width: 100%;
		display: table;
		text-decoration: none;
	}
		.news-ranking-container a > div {
			display: table-cell;
			vertical-align: middle;
		}
		.news-ranking-container a .nota-thumb {
			width: 60px;
			height: 60px;
			margin: 10px;
			float: left;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
		}
		.news-ranking-container a > span {
			padding: 10px 0 10px 10px;
			display: table-cell;
			vertical-align: middle;
			color: #333;
			font-size: 20px;
			line-height: 60px;
		}
		.news-ranking-container a > p {
			padding: 10px 10px 10px 0;
			display: table-cell;
			vertical-align: middle;
			color: #333;
			font-size: 15px;
			line-height: 20px;
		}
		
	.dinamic-editor-content p {
		margin: 10px 0;
		color: #333;
		font: normal 14px/20px "Open Sans", sans-serif;
		text-align: justify;
	}
	.dinamic-editor-content ul {
		margin: 10px 0 0 20px;
		padding: 0 0 0 6px;
		color: #333;
		font: normal 14px/20px "Open Sans", sans-serif;
		list-style: inherit;
		text-align: justify;
	}
		.dinamic-editor-content ul li {
			padding: 0 0 6px 0;
		}
/**/

/*Sidebar*/
.wrap-sidebar {
}
    .wrap-sidebar:last-child .sidebar-container {
        /*border-bottom: none;*/
    }
    .wrap-sidebar ul {
        margin: 0;
	}
		.wrap-sidebar li{
			padding: 0;
		}
			.wrap-sidebar li a {
				padding: 10px 0;
				margin: 0;
				text-decoration: none;
				color: #333;
				display: block;
				box-shadow: #e3e3e3 0 1px 0;
				font-size: 14px;
				transition: all .2s;
			}
			.wrap-sidebar li.active a {
				padding-left: 10px;
				padding-right: 0;
				color: #000;
				box-shadow: #e3e3e3 0 1px 0, inset #4F68AA 2px 0 0;
			}
			.wrap-sidebar li a:hover {
				padding-left: 10px;
				padding-right: 0;
				color: #000;
				box-shadow: #e3e3e3 0 1px 0, inset #333333 2px 0 0;
			}
.sidebar-container {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #CCC;
}

.date-container {
	text-align: right;
}
	.date-container small {
		font-size: 11px;
		color: #999;
	}
	.news-container .date-container .news-date {
		font-size: 13px;
	}

.links-aside {
	padding: 0 0 0 10px;
	border-left: 1px solid #CCC;
	float: left;
}

.new-message {
	color: #FFF;
	font-size: 12px;
	background: #4F68AA;
	display: inline-block;
	padding: 4px;
	margin: 0 0 0 4px;
	text-transform: uppercase;
	position: absolute;
}

.dinamic-page-candidatos p {
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
	.dinamic-page-candidatos p strong {
		font-size: 14px;
		line-height: 20px;
		color: #333;
	}
	

	/*Home*/
	.container-equal-width-1x100 .container-33x100 {
		width: 31.333333%;
		padding-bottom: 10px;
		margin: 0 1% 20px 1%;
		float: left;
		text-align: left;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
		.container-equal-width-1x100 .container-33x100.internal-page {
			width: 23%;
			padding: 2% 0 0 0;
			margin: 0 1% 20px 1%;
			float: left;
			position: relative;
			text-align: center;
			border: 0;
			background: #F2F2F2;
		}
			.container-equal-width-1x100 .container-33x100.internal-page:hover {
				border-color: rgba(0,0,0, .5);
				-webkit-box-shadow: 0px 0px 11px -3px rgba(0,0,0, .5);
				-moz-box-shadow: 0px 0px 11px -3px rgba(0,0,0, .5);
				box-shadow: 0px 0px 11px -3px rgba(0,0,0, .5);
			}
		.person-container.internal-page > a {
			margin: 0 10%;
			width: 80%;
		}
		
		.container-equal-width-1x100.imagen-gallery .container-33x100.internal-page img {
			width: 100%;
			float: left;
		}
		.container-equal-width-1x100.imagen-gallery .container-33x100.internal-page {
			padding: 0;
		}
		
	
/**/

/*Buttons*/
.btn-basic, a .btn-basic{
	display: inline-block;
	color: #FFF;
	background: #4F68AA;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}
	.btn-basic:hover, a .btn-basic:hover {
		color: #FFF;
		background: #CCC;
		
	}
	.btn-basic.view-all {
		height: 60px;
		line-height: 60px;
		padding: 0 30px;
		font-size: 20px;
	}
	.btn-basic.read-more {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		font-size: 16px;
	}
	.btn-basic.to-back {
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
		font-size: 12px;
		float: right;
	}


/*Errores*/
.not-found {
	margin: 20px 0 0 0;
	padding: 20px;
	background: #F2F2F2;
}
	.not-found h2 {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
		.not-found h2 span {
			font-family: 30px;
			color: #4F68AA;
		}
	.not-found p {
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 22px;
	}
		.not-found p a {
			color: #4F68AA;
		}
			.not-found p a:hover {
				color: #CCC;
			}
/**/

/*Footer*/
#preFooter {
	position: relative;
}
.link-footer {
	width: 100%;
	margin: 40px 0;
	float: left;
	text-align: center;
}

.page-block {
	margin: 68px 0;
}

.page-block.left {
	float: left;
	text-align: left;
}
	.page-block.left ul {
		float: left;
	}
.page-block.right {
	float: right;
	text-align: right;
}
	.page-block.right ul {
		float: right;
	}

	

.page-pre-footer {
	background: #F2F2F2;
	font-size: 	0.929em;
}

	.page-pre-footer li {
		line-height: 18px;
	}
	.page-pre-footer li, .page-pre-footer li a {
		color: #797666;
		font-size: 0.929em;/*13px 100%*/
	}
		.page-pre-footer li a {
			color: #797666;
			text-decoration: none;
			font-weight: bold;
		}
			.page-pre-footer li a:hover {
				color: #44528B;
			}


.page-footer {
	border-top: 1px solid #cccccc;
	background: #F2F2F2;	
}

.item-nav-footer {
	width: 33.333333%;
	padding: 0;
	margin: 0;
	float: left;
}
	.item-nav-footer h5 {
		padding:0 ;
		margin: 0;
		font: 700 16px/16px 'Open Sans', sans-serif;
		color: #1F7285;
	}
	.item-nav-footer ul {
		padding: 5% 5% 0 0;
		margin: 0;
		float: left;
	}
		.item-nav-footer ul li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
			.item-nav-footer ul li a {
				padding: 0;
				margin: 0;
				font: 400 13px/13px 'Open Sans', sans-serif;
				color: #268CA3;
				text-decoration: none;
			}
				.item-nav-footer ul li a:hover {
					color: #333;
				}

.footer-site-link img  {
	width: 146px;
	padding: 0 0 6px 0;
}
.data-fiscal {
	margin: -6px 20px 0 0;
	display: inline-block;
	float: left;
}
	
.footer-menu {
	width: 100%;
	padding: 4px 0 16px 0;
	float: left;
}
	.footer-menu li {
		list-style: none;
		display: inline;
		float: left;
	}
		.footer-menu li a {
			font: 400 14px/14px 'Open Sans', sans-serif;
			color: #26CAF6;
			text-decoration: none;
			text-transform: uppercase;
		}
			.footer-menu li a:hover {
				color: #CCC;
			}
			.footer-menu li a:after {
				content: "\/";
				padding: 0 4px;
				color: #CCC;
			}
			.footer-menu li:last-child {
				float: right;
			}
			.footer-menu li:last-child a:after {
				display: none;
			}
			.footer-menu li:last-child a:before {
				content: "\/";
				padding: 0 4px;
				color: #CCC;
			}				

.footer-item {
	margin: 20px 0 0 0;
}
	.footer-item li {
		margin: 0 0 8px 0;
		list-style: none;
	}
		.footer-item li a {
			margin: 0 6px;
			color: #FFF;
			text-decoration: none;
		}
			.footer-item li a:hover {
				color: #4F68AA;
				color: rgb(101, 1, 31);
			}
		.footer-item li.social-media a {
			display: inline-block;
		}
			.footer-item li.social-media a:before {
				padding: 0;
				margin: 0;
				font-size: 36px;
			}

				.footer-item li.social-media a small {
					display: none;
				}
			.footer-item li.social-media span {
				padding: 0;
				margin: -20px 0 0 0;
			}

.footer-author {
	width: 100%;
	padding: 16px 0;
	margin: 0;
	float: left;
	text-align: center;
}
	.footer-author .datapage {
		float: left;
		font: 13px/18px 'Open Sans', sans-serif;
		color: #CCC;
	}
		.footer-author .datapage a {
			color: #CCC;
			text-decoration: none;
		}
			.footer-author .datapage a:hover {
				color: #AF3838;
				color: rgb(175, 56, 56);
			}
	.footer-author a.rdesign-link {
		margin: 3px 0 0 0;
		display: inline-block;
	}

	.footer-author .credits {
		padding-top: 5px;
		font-size: 13px;
		color: #444444;
	  }
	  .footer-author .credits img,
	  .footer-author .credits svg {
		  height: 25px;
		  margin-left: 5px;
		  opacity: .5;
		}
		.footer-author .credits .spancer {
			  display: inline-block;
			  position: relative;
			  top: 1px;
			  margin: 0 0 0 6px;
		  }
/**/


/*Modal alert*/
.modal-win-canvas {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999;
	background: rgb(200, 200, 200);
	background: rgba(200, 200, 200, .8);
}
.modal-win-canvas-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
}
	/*Para videos*/
	.modal-win-canvas-flex.restyle-popup-video {
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -webkit-block;
		display: block !important;
	}
	/**/
	.modal-win-alert {
		padding: 40px;
		margin: 20%;
		position: relative;
		background: #ffffff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
		.modal-win-close {
			width: 30px;
			height: 30px;
			position: absolute;
			top: 10px;
			right: 10px;
			text-align: center;
			line-height: 30px;
			background: transparent;
			color: #000;
			text-decoration: none;
		}
			.modal-win-close.disable {
				display: none;
			}
			.modal-win-close:before {
				padding: 0;
				margin: 0;
				font-size: 24px;
			}
			.modal-win-close:hover {
				color: #ccc;
			}
		.modal-win-close.size-small {
			width: 20px;
			height: 20px;
			line-height: 18px;
			background: transparent;
			color: #999999;
		}
			.modal-win-close.size-small:before {
				font-size: 14px;
			}
/**/
/*Restyles Modal Alert*/
/*Video type*/
.modal-win-alert.restyle-popup-video {
	margin: 4% 12%;
	padding: 10px;
}
/*Imamges*/
.modal-win-alert.restyle-popup-image {
	background-color: transparent;
	margin: 4%;
	padding: 10px;
	position: relative;
	text-align: center;
}
	.img-container img {
		width: auto; 
		height: 100%;
		max-height: 800px;
	}
/*All*/
.msj-popup-final {
	padding: 20px;
	margin: 20px;
	position: absolute;
	z-index: 10;
	right: 20px;
	bottom: 60px;
	left: 20px;
	background: rgba(255, 255, 255, .5);
}
	.msj-popup-final h3 {
		font-size: 18px;
		line-height: 24px;
		color:	#4F68AA;
	}
	.msj-popup-final p {
		font-size: 15px;
		line-height: 20px;
		color:	#333;
	}
/**/

/**/
.modal-header--reset {
    width: 100%;
    text-align: center;
}
.modal-header .modal-header--reset .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.step-1-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#gmapsModalZoneError .step-1-btn-wrapper {
    -webkit-justify-content: center;
    justify-content: center;
}
.step-1-btn {
    width: 374px;
    padding-top: 15px;
    border: 3px solid #e8e8e8;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: initial;
    -ms-flex-pack: end;
    justify-content: initial;
    transition: all 0.3s ease;
    color: #333;
    text-align: center;
	text-decoration: none;
}
.step-1-btn strong {
	margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 700;
}
.step-1-btn span {
    margin: 0 0 20px 0;
}
.step-1-btn img {
    width: 100px;
    opacity: 0.8;
}
.step-1-btn:hover {
    border-color: #4F68AA;
	color: #4F68AA;
    background-color: rgba(79,104,170, 0.08);
	text-decoration: none;
}
.step-1-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 14px 0 0 0;
}

.step-1-btn-note p {
    padding: 10px 0 0 0;
    margin: 0;
}
    .step-1-btn-note p:last-child {
        padding: 5px 0 0 0;
        margin: 0 0 10px 0;
    }
.step-1-btn .step-1-btn-note strong {
    font-size: 13px;
    line-height: 14px;
    display: block;
}
.step-1-btn .step-1-btn-note span {
    display: block;
    font-size: 12px;
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .step-1-btn {
        width: 50%;
        padding: 15px;
    }
    .step-1-btn strong {
        font-size: 16px;
    }
    .step-1-btn img {
        width: 80px;
    }
    .step-1-btn span {
        margin: 0 10px 10px 10px;
        text-align: center;
    }
}
/**/

/**/
.modal-full .modal-dialog {
    width: 98%;
    height: 92%;
    padding: 0;
}
.modal-full .modal-content {
    height: 99%;
}
@media only screen and (max-width: 767px) {
    .modal-full .modal-dialog {
        width: auto;
    }
}
.map-agency-modal {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 1px);
    width: 100%;
    border: none;
    margin-top: 1px;
    z-index: 1;
}
.map-agency-modal .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom + div[dir="ltr"] {
    left: 315px !important;
}
.map-agency-modal .gm-control-active.gm-fullscreen-control {
    display: none !important;
}
#gmapsRetiroModal .wrapper-sidebar-agency {
    top: 5px;
}
@media only screen and (max-width: 767px) {
    .wrapper-sidebar-agency {
        display: none;
    }
    .wrapper-sidebar-agency.active {
        display: block;
    }
    #gmapsRetiroModal .wrapper-sidebar-agency {
        width: 100%;
        display: none;
        top: 0;
        bottom: 0;
        left: -100%;
        box-sizing: border-box;
        padding-top: 40px;
    }
    #gmapsRetiroModal .wrapper-sidebar-agency.active {
        display: block;
        left: 0;
    }
    #gmapsRetiroModal .cart-type {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    #gmapsRetiroModal .modal-title {
        display: table;
    }
    #gmapsRetiroModal #map_ad_retiro_save span {
        display: none;
    }
}
#gmapsRetiroModal .modal-lg {
    max-width: inherit;
}
/**/


/*Slider Notas*/			
.slider-notas {
	width: 788px; 
	height: 500px;
	margin: 0 0 12px 0;
	position: relative; 
	top: 0px; 
	left: 0px; 
}
	.slider-notas .slides {
		width: 788px; 
		height: 500px;
		cursor: move; 
		position: absolute; 
		left: 0px; 
		top: 0px; 
        overflow: hidden;
	}
		.slider-notas .slides img {
			width: 100%; 
			position: absolute; 
			left: 0px; 
			top: 0px; 
			overflow: hidden;
		}
/*Arrow Noticias*/
.jssor-arrow-news-l, .jssor-arrow-news-r, .jssor-arrow-news-ldn, .jssor-arrow-news-rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.jssor-arrow-news-r, .jssor-arrow-news-l {
	width: 45px;
	height: 90px;
	top: 205px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
.news-container .slider-notas span.jssor-arrow-news-r, .news-container .slider-notas span.jssor-arrow-news-l {
	margin: 0;
}
.jssor-arrow-news-r {
	right: 0px;
}
.jssor-arrow-news-l {
	left: 0px;
}
	.jssor-arrow-news-r:before, .jssor-arrow-news-l:before {
		width: 45px;
		height: 90px;
		display: block;
		color: #4F68AA;
		font-size: 24px;
		line-height: 88px !important;
		text-align: center;
	}
	.jssor-arrow-news-r:before {
		margin: 0 -6px 0 0 !important;
	}
	.jssor-arrow-news-l:before {
		margin: 0 0 0 -4px !important;
	}
		.jssor-arrow-news-r:hover:before, .jssor-arrow-news-l:hover:before {
			color: #000;
		}
/**/
/**/
.slider-container {
}
.slider-mask-alpha {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(153, 153, 153, 0.2);	
}
	.slider-mask-alpha:after {
		content: "";
		width: 100%;
		height: 40%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}

.slider-caption {
	width: 33%;
    height: 100%;
	padding: 0 50px;
    position: absolute;
	left: 80px;
    top: 0;
	display: table;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #FFF;
	z-index: 20;
	
}
.slider-caption.clear-grey {
	color: #DDD;
}
	.slider-caption > div {
		display: table-cell;
		vertical-align: middle;
	}
		.slider-caption > div > div {
			max-width: 800px;
			padding: 40px;
			/*background: rgba(0, 0, 0, .5);*/
			background: rgba(115, 129, 186, .5);
		}
			.slider-caption h2 {
				margin: 0;
				padding: 0;
				font-size: 40px;
				line-height: 46px
			}
			.slider-caption h3 {
				margin: 0;
				padding: 20px 0 0 0;
				font-size: 30px;
				line-height: 46px
			}

/**/

/*Slider Productos*/			
.slider-productos {
	width: 800px; 
	height: 800px;
	margin: 0;
	position: relative; 
	top: 0px; 
	left: 0px; 
}
	.slider-productos .slides {
		width: 800px; 
		height: 800px;
		cursor: move; 
		position: absolute; 
		left: 0px; 
		top: 0px; 
        overflow: hidden;
	}
		.slider-productos .slides img {
			width: 100%; 
			position: absolute; 
			left: 0px; 
			top: 0px; 
			overflow: hidden;
		}
/**/



.cont-box {
    position: relative;
}

.nav-page-link a {
	font-size: 11px;
	color: #4F68AA;
}

/*Youtube responseve video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0; 
	overflow: hidden;
}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
/**/

/**/
.titles-gallery {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
	.titles-gallery h4 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 1% 6px 1%;
	}
	.titles-gallery h5 {
		margin: 0 1%;
		font-size: 15px;
		line-height: 22px;
	}
.view-gallery {
	display: inline-block;
	background: #b90239;
	color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	padding: 4px 6px;
	z-index: 6;
}
.title-gallery {
	display: inline-block;
	background: rgb(101, 1, 31);
	background: rgba(101, 1, 31, 0.6);
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	padding: 6px 8px;
	z-index: 6;
}
.image-gallery-canvas {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}
.image-gallery-bg {
	position: relative;
	z-index: 1;
}

/**/
.links-magistratura {
	margin: 0 0 0 0;
}
	.links-magistratura > li {
		width: 48%;
		display: inline-block;
		text-align: center;
		display: inline;
		list-style: none;
		float: left;
	}
	.links-magistratura > li > a {
		font: 20px/80px 'Open Sans', sans-serif;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	.links-magistratura > li.style-comisiones {
		margin: 0 4% 0 0;
		background: #A70233;
	}
	.links-magistratura > li.style-concursar {
		background: #B90239;
		margin: 0;
	}
		.links-magistratura > li > ul {
			margin: 10px 0;
		}
			.links-magistratura > li > ul li {
				padding: 10px 0 0 0;
				margin: 0 0 10px 0;
				border-top: 1px solid #900;
			}
				.links-magistratura > li > ul a {
					font: 15px/22px 'Open Sans', sans-serif;
					color: #FFF;
					text-decoration: none;
				}
				.links-magistratura li ul a:hover {
					color: #52080C;
				}
		.links-magistratura > li > span {
			width: 100px;
			height: 100px;
			margin: 0 auto;
			display: block;
			-webkit-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			transition: all 500ms ease;
		}

			.links-magistratura .icono-comisiones {
				background: url(../iconos/icono-comisiones.png) no-repeat center center;
			}
			.links-magistratura .icono-concursos {
				background: url(../iconos/icono-concursos.png) no-repeat center center;
			}
			.links-magistratura [class^="icono-"] {
				background-size: contain;
			}
			.wrap-comisiones {
				padding-bottom: 10px;
				margin-bottom: 50px;
				border-bottom: 1px solid #CCC;
			}
			.wrap-comisiones a {
				color: #4F68AA;
			}
			.wrap-comisiones ul a {
				font: 15px/22px 'Open Sans', sans-serif;
				color: #4F68AA;
			}
			.wrap-comisiones ul a {
				font: 15px/22px 'Open Sans', sans-serif;
				color: #4F68AA;
			}
			.wrap-comisiones h5 {
				padding: 6px;
				margin: 0 0 15px 0;
				background: #F2F2F2;
				font: 20px/28px 'Open Sans', sans-serif;
				color: #4F68AA;
			}
			.wrap-comisiones .title-comisiones-h6 {
				margin: 10px 0 15px 0;
				font: 16px/22px 'Open Sans', sans-serif;
				color: #4F68AA;
			}
			.wrap-comisiones .title-detalles {
				margin: 20px 0 8px 0;
				display: block;
				font: 16px/22px 'Open Sans', sans-serif;
				color: #333;
			}
			.wrap-texto {
			}
	.wrap-fechas {
		width: 100%;
		margin: 10px 0;
		float: left;
	}
		.wrap-fechas div {
			padding: 4px 6px;
			background: #F2F2F2;
			float: left;
		}
		.wrap-fechas div:last-child {
			float: right;
		}
			.wrap-fechas div span {
				font: 12px/18px 'Open Sans', sans-serif;
			}
			.wrap-fechas div strong {
				font: 14px/18px 'Open Sans', sans-serif;
				color: #000;
			}
			
/**/
/**/
.wrap-concursos {
}
	.wrap-concursos .item-number {
		width: 40px;
		height: 40px;
		margin: 0 20px 0 0;
		display: inline-block;
		float: left;
		color: #FFF;
		font: 30px/38px 'Open Sans', sans-serif;
		text-align: center;
		background: #B90239;
		border: 5px solid #4F68AA;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}
	.wrap-concursos p a {
		font-weight: bold;
	}

/**/



.table-concursos {
	width: 100%;
	margin-bottom: 20px;
}
	.table-concursos .table-cell {
		padding: 10px;
		background: #F2F2F2;
		border-bottom: 1px solid #CCC;
	}
	.table-concursos .table-cell.align-center {
		text-align: center;
	}
	.table-concursos .table-concursos-header .table-cell {
		padding: 2px 10px;
	}	
		.table-concursos .table-concursos-header a {
			font: 400 11px/34px 'Open Sans', sans-serif;
			color: #b90239;
		}
		.table-concursos .table-concursos-body-item {
			line-height: 20px;
		}
		.table-concursos .link-detalle a {
			height: 30px;
			padding: 0 14px;
			display: inline-block;
			font: 400 12px/30px 'Open Sans', sans-serif;
			color: #FFF;
			text-decoration: none;
			background: #b90239; 
		}



/*------------------------------------------------------------------------------------*/
/* Paginador */

.wrap-paginador {
	width: 100%;	
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
}
.paginador {
	margin: 0 auto;
	text-align: center;
}
	.paginador.footer {
		margin: 14px auto 0 auto;
	}

.paginador a {
	width: auto;
	height: 28px;
	display: inline-block;
	margin: 2px;
	padding: 0 12px;
	color: #333;
	text-decoration: none;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	background: #F1F1F1;
}
	.paginador a:hover {
		text-decoration: none;
		background: #CCC;
	}

/* Link "primero" */
.pagina_link_primero {}

/* Link "bloqueAnterior" */
.pagina_blo_anterior {}
                                                          
/* Link "anterior" */
.pagina_pag_anterior {}
	.pagina_pag_anterior span:before {
		margin: 0;	
	}

/* Link "siguiente" */
.pagina_pag_siguiente {}
	.pagina_pag_siguiente span:before {
		margin: 0;	
	}
/* Link bloqueSiguiente */
.pagina_blo_siguiente {}

/* Link "ultimo" */
.pagina_link_ultimo {}

/* Link "numero" */
.pagina_numero {
}

/* Link "actual" */
.pagina_actual, a.pagina_actual {
	background: #b90239;
	font-weight: bold;
	color: #FFF;
}
	a.pagina_actual:hover {
		background: #4F68AA;
		color: #FFF;
	}


.pagina_de {
	padding: 4px 0;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
}
.total-registro {
	padding: 4px 0;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	color: #333;
	float: right;
}
/* -----------------------------------------------------------------------------------------------*/

.wrap-marcas-home {
	margin: 0 auto;
	text-align: center;
}
	.wrap-marcas-home li {
		display: inline;	
	}
		.wrap-marcas-home li a {
			margin: 10px 10px;
			display: inline-block;
		}
			.wrap-marcas-home li a img {
				filter: none; /* IE */
				-webkit-filter: grayscale(0); /* Old WebKit */
				-webkit-filter: grayscale(0); /* New WebKit */
				filter: none; /* older Firefox */
				filter: grayscale(0); /* Current draft standard */
			}
			.wrap-marcas-home li a img:hover {
				filter: gray; /* IE */
				-webkit-filter: grayscale(1); /* Old WebKit */
				-webkit-filter: grayscale(100%); /* New WebKit */
				filter: url(resources.svg#desaturate); /* older Firefox */
				filter: grayscale(100%); /* Current draft standard */
			}

.content-text {
	margin: 20px 0;
	font: 400 1.125em/26px 'Open Sans', sans-serif;
}
	.content-text.center-home {
		padding: 0 40px;
		text-align: center;
	}

.content-logo-home {
	
}
	.content-logo-home a {
		color: #44528B;
		text-decoration: none;
	}
	.content-logo-home img {
		width: 296px;
		margin: 0 0 20px 0;
		display: inline-block;
	}
	.content-logo-home h5 {
		margin: 0 0 20px 0;
		font: 400 1.125em/24px 'Open Sans', sans-serif;
		display: block;
		color: #44528B;
	}
	.text-distribuidores {
		margin: 0 auto;
	}
		.text-distribuidores h6 {
			padding: 0 20px 0 0;
			font: 400 1.500em/24px 'Open Sans', sans-serif;
		}


/*Search*/
.wrap-search {
	position: relative;
}
.search-result {
	width: 100%;
	position: absolute;
	top: 44px;
	left: 0;
	display: none;
}
.page-header nav.fixed-style .search-result {
	top: 36px;
} 
	.search-result ul {
		width: 100%;
		padding: 10px 0 0 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #F2F2F2;
		-webkit-box-shadow: 0px 7px 9px -4px rgba(153,153,153,1);
		-moz-box-shadow: 0px 7px 9px -4px rgba(153,153,153,1);
		box-shadow: 0px 7px 9px -4px rgba(153,153,153,1);
		z-index: 10;
	}
		.search-result ul li {
			padding: 0 4px 2px 4px;
			font: 400 .8em/14px 'Open Sans', sans-serif;
		}
			.search-result ul li a {
				padding: 6px 8px 6px 8px;
				display: block;
				font: 300 1em/14px 'Open Sans', sans-serif;
				text-transform: lowercase;
				color: rgb(115, 129, 186);
				text-decoration: none;
			}
				.search-result ul li a .highlight {
					font-weight: normal;
					font-weight: 800;
				}
				.search-result ul li a:hover, .search-result ul li.activo a {
					background: rgba(115, 129, 186, .1);
				}
/**/

/*Productos -----------------------------------------------------------------------------------------------*/
	/*botones listas*/
	.view-items-type {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		background: #4F68AA;
		text-align: center;
		text-decoration: none;
		border-radius: 3px;
		font-size: 20px;
		line-height: 30px;
		float: right;
	}
		.view-items-type.activo {
			background: #CCC;
			cursor: default;
		}
		.view-items-type:last-child {
			margin: 0 6px 0 0;
		}
		.view-items-type:hover {
			background: #CCC;
			color: #4F68AA;
		}
		.view-items-type.activo:hover {
			background: #CCC;
			color: #FFF;
		}
	
	/*items*/
	.wrap-productos {
		width: 100%;
		float: left;
	}
		.pro-lista {
			width: 100%;
			margin: 0 0 20px 0;
			float: left;
		}
		.pro-block {}
		
		.pro-li {
			width: 100%;
			min-height: 190px;
			margin: 0 0 10px 0;
			float: left;
			background: #FFF;
			position: relative;
		}
		.page-confirmar-compra .pro-li {
			width: 100%;
			min-height: inherit;
			margin: 0 0 10px 0;
			float: left;
			background: #FFF;
			position: relative;
		}
			.pro-li:hover {
				-webkit-box-shadow: 0px 0px 21px -3px rgba(0,0,0, .5);
				-moz-box-shadow: 0px 0px 21px -3px rgba(0,0,0, .5);
				box-shadow: 0px 0px 21px -3px rgba(0,0,0, .5);
			}
		.pro-item {
			padding: 10px;
			min-height: 250px;
			
		}
		.pro-image {
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
		}
		.page-confirmar-compra .pro-image {
			width: 160px;
			display: inline-block;
			position: relative;
		}
		.page-confirmar-compra .table-div {
			width: 100%;
		}
		td.pro-cuenta-image {
			width: 174px;
		}	
		.pro-image > div,
		td.pro-cuenta-image > div {
			padding: 3px;
			margin: 10px 20px 10px 10px;
			border: 1px solid #CCC;
			background: #FFF;
		}
				.page-confirmar-compra .pro-image > div img,
				td.pro-cuenta-image > div img {
					width: 120px;
				}
		.pro-image-listado img {
			width: 220px;
		}
		.pro-detalle {
			margin: 0 0 0 250px;
		}
		.pro-detalle.no-image {
			margin: 0;
		}
			.pro-header {
				width: 100%;
				padding: 0 0 10px 0;
				margin: 0 0 8px 0;
				border-bottom: 1px solid #DDD;
			}
				.pro-header a {
					text-decoration: none;
					display: block;
				}
				.pro-detalle .pro-title	{
					width: 100%;
					font: 400 18px/24px 'Open Sans', sans-serif;
					color: #333;
					display: inline-block;
				}
					.detalle-sidebar .pro-detalle .pro-title, .wrap-cart-wind-set .pro-detalle .pro-title {
						width: auto;
					}
				.pro-detalle .pro-codigo {
					width: 130px;
					padding: 0 4px 0 20px;
					font: 400 12px/22px 'Open Sans', sans-serif;
					text-align: right;
					color: #333;
					vertical-align: top;
				}
					.pro-detalle .pro-codigo strong {
						font: 700 15px/22px 'Open Sans', sans-serif;
					}
			.pro-detalle .pro-mini-text	{
				padding: 0 0 10px 0;
				font: 400 12px/22px 'Open Sans', sans-serif;
				color: #333;
			}
			
			.pro-table-det {
				width: 100%;
				min-height: 180px;
				overflow:hidden;
			}

			.detalle-sidebar .pro-table-det {
				min-height: inherit;
			}

			.detalle-sidebar.pro-rel .pro-image {
				position: relative;
			}
			.detalle-sidebar.pro-rel .pro-image-listado {
				margin: 0;
			}
				.detalle-sidebar.pro-rel .pro-image-listado img {
					width: 120px;
				}
			
			.pro-table-juntos {
				width: 100%;
				margin-bottom: 10px;
			}
				.pro-table-juntos .juntos-image {
					width: 25%;
					max-width: 120px;
				} 
				.pro-table-juntos .juntos-title {
					text-align: left;
					width: 70%;
				}
					.pro-table-juntos .juntos-title h2 {
						line-height: 21px;
						font-size: 14px;
						margin: 0;
					}
				.pro-table-juntos .juntos-checkbox {
					text-align: right;
					position: relative;
					width: 5%;
				}
					.pro-table-juntos .juntos-checkbox .cont--form-radio-check {
						padding-left: 10px;
					}
				 
			.detalle-juntos .pro-image {
				position: relative;
			}
			.detalle-juntos .pro-image-listado {
				margin: 5px 0;
			}
				.detalle-juntos .pro-image-listado img {
					width: 100px;
				}
			
			@-moz-document url-prefix() { 
				.pro-table-det {
					height: 180px;
				}
			}
			
			.pro-cod-number {
				display: block;
			}
			.pro-cod-extra {
				display: block;
			}
			.wrap-cart-wind-set .pro-table-det {
				min-height: 80px;
			}
			.pro-add-title-cart.title-alert {
				padding: 20px;
			}
			.pro-col-det {
				/*float: left;*/
			}

			/*colores*/
			.pro-colores {
				padding: 0 0 6px 0;
			}
				.pro-colores span {
					font: 400 13px/13px 'Open Sans', sans-serif;
					color: #333;
				}			
					.pro-colores-list {
						padding: 4px 0 4px 0;
					}
					.pro-colores-list li {
						margin: 0 2px 0 0;
						list-style: none;
						display: inline-block;
						font: 400 12px/12px 'Open Sans', sans-serif;
						color: #333;
					}
					.pro-colores-list li span.picker {
						width: 14px;
						height: 14px;
						margin: 0 2px -4px 0;
						list-style: none;
						display: inline-block;
						border: 1px solid #DDD;
						position: relative;
					}
					.pro-colores-list li span.picker.bg-transparent {
						background: repeating-linear-gradient(
						  45deg,
						  rgba(0, 0, 0, 0) 2px,
						  rgba(0, 0, 0, 0) 4px,
						  #CCCCCC 4px,
						  #CCCCCC 6px
						);
					}
					.detalle-sidebar .pro-colores span,
					.detalle-sidebar .pro-tamanos span {
						font: 400 11px/13px 'Open Sans', sans-serif;
					}
						.detalle-sidebar .pro-tamanos .marca-new-logo {
							height: 65px;
						}
		
		/*Vista en blocke*/			
		.view-block .pro-lista {
			width: 100%;
			margin: 0 -1% 20px -1%;
			float: left;
		}
		.view-block .pro-li {
			width: 49%;
			min-height: 190px;
			margin: 0 .5% 10px .5%;
			float: left;
			background: #FFF;
			position: relative;
		}
		.view-block .pro-image {
			position: relative;
			top: inherit;
			left: inherit;
		}
		.view-block .pro-image > div {
			margin: 10px;
		}
		.view-block .pro-image-listado img {
			width: 100%;
		}
		.view-block .pro-detalle {
			margin: 0 10px;
		}
		.view-block .pro-detalle .pro-codigo {
			position: absolute;
			top: 25px;
			right: 25px;
			background: rgba(255, 255, 255, .8);
		}
		
		/*RESET Vista en blocke CARRITO*/			
		.view-block .wrap-cart-wind-set .pro-image {
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
		}
		.view-block .wrap-cart-wind-set .pro-image-listado img {
			width: 220px;
		}
		.view-block .wrap-cart-wind-set .pro-detalle {
			margin: 0 0 0 250px;
		}
		.view-block .wrap-cart-wind-set .pro-detalle .pro-codigo {
			position: inherit;
			top: auto;
			right: auto;
			background: none;
		}
		/**/	
			
				
			/*tamaños*/
			.pro-tamanos {
				padding: 0 0 6px 0;
			}
				.pro-tamanos span {
					font: 400 13px/13px 'Open Sans', sans-serif;
					color: #333;
				}			
					.pro-tamanos-list {
						padding: 2px 0 4px 0;
						display: inline-block;
					}
					.pro-tamanos-list li {
						margin: 0 2px 0 0;
						list-style: none;
						display: inline-block;
						font: 700 12px/12px 'Open Sans', sans-serif;
						color: #333;
					}

					.pro-tamanos span.pro-btn-variant,
					.pro-tamanos .pro-btn-variant a {
						min-width: 28px;
						padding: 4px;
						display: inline-block;
						border: 1px solid #4F68AA;
						border-radius: 4px;
						font: 400 13px/13px 'Open Sans', sans-serif;
						color: #4F68AA;
						text-align: center;
					}
						.pro-tamanos .pro-btn-variant a:hover {
							text-decoration: none;
							background-color: #4F68AA;
							color: #fff;
						}
						.pro-tamanos span.pro-btn-variant.disabled {
							border: 1px solid #ddd;
							color: #333;
						}
						
						.dropdown .pro-btn-variant {
							min-width: 28px;
							padding: 4px;
							display: inline-block;
							border: 1px solid #4F68AA;
							border-radius: 4px;
							font: 400 13px/13px 'Open Sans', sans-serif;
							color: #4F68AA;
							text-align: center;
						}

						
			
			/*botones*/
			.pro-detalle .pro-wrap-btn {
				margin: 10px 0 10px 0;
				text-align: right;
			}
				.pro-detalle .pro-wrap-btn a.pro-btn {
					height: 30px;
					padding: 0 10px;
					margin: 4px 0;
					display: inline-block;
					font: 400 12px/30px 'Open Sans', sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					color: #FFF;
					position: relative;
				}
				.pro-detalle .pro-wrap-btn a.pro-btn.type-cotizar {
					 background: #4F68AA;
				}
					.pro-detalle .pro-wrap-btn a.pro-btn.type-cotizar:hover {
						 background: #CCC;
					}
				.pro-detalle .pro-wrap-btn a.pro-btn.type-comprar {
					background: #6F9E33;
				}
					.pro-detalle .pro-wrap-btn a.pro-btn.type-comprar:hover {
						background: #CCC;
					}
					
				.cart-type-1 .pro-detalle .pro-wrap-btn a.pro-btn.type-cotizar:before,
				.cart-type-2 .pro-detalle .pro-wrap-btn a.pro-btn.type-comprar:before {
					content: "";
					width: 100%;
					height: 100%;
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
					background: rgba(255,255,255,.8);
				}
								
					
		/*controls*/
		.wrap-cart-item {
			display: none;
		}
		.page-confirmar-compra .wrap-cart-item {
			display: block;
		}
		/*Ventana add*/
		.wrap-cart-wind-set {
			position: relative;
		}
		.wrap-cart-wind-set .no-cart {
			display: none !important;
		}
			.wrap-cart-wind-set > div {
				position: relative;
			}
				.wrap-cart-wind-set .wrap-cart-item {
					display: block;
					border-top: 1px solid #DDD;
					padding: 10px 0 0 0;
				}
				.wrap-cart-wind-set .wrap-cart-item {
					display: block;
					border-top: 1px solid #DDD;
					padding: 10px 0 0 0;
				}
				.wrap-cart-wind-set .no-image .wrap-cart-item {
					border-top: none;
					padding: 20px 0 0 0;
				}
				.wrap-cart-wind-set .pro-wrap-btn {
					display: none;
				}
				.wrap-cart-wind-set .pro-image > div {
					padding: 3px;
					margin: 2px 20px 10px 0;
					border: 1px solid #CCC;
					background: #FFF;
				}
			.wrap-cart-wind-set .pro-add-title-cart	{
				margin: -10px 0 20px -6px;
				font: 400 22px 'Open Sans', sans-serif;
				color: #333;
				text-align: left;
				overflow: hidden;
			}
				.wrap-cart-wind-set .pro-add-title-cart i	{
					font-size: 32px;
					color: #A1A1A1;
				}
				.wrap-cart-wind-set .cart-item-label {
					padding: 0 0 4px 0;
					font: 400 13px/13px 'Open Sans', sans-serif;
					color: #333;
					display: block;
				}
			
			
			/*botones*/
			.pro-add-wrap-btn {
				width: 100%;
				margin: 10px 0 0 0;
				display: block;
				padding: 40px 0 0 0;
				overflow: hidden;
				text-align: left;
			}
				.pro-add-wrap-btn a.pro-add-btn {
					height: 30px;
					padding: 0 10px;
					display: inline-block;
					font: 400 12px/30px 'Open Sans', sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					color: #FFF;
				}
				.pro-add-wrap-btn a.pro-add-btn.type-cotizar {
					 background: #4F68AA;
				}
					.pro-add-wrap-btn a.pro-add-btn.type-cotizar:hover {
						 background: #CCC;
					}
				.pro-add-wrap-btn a.pro-add-btn.type-comprar {
					background: #6F9E33;
				}
					.pro-add-wrap-btn a.pro-add-btn.type-comprar:hover {
						background: #CCC;
					}
				.pro-add-wrap-btn a.pro-add-btn.type-continuar {
					background: #999;
				}
					.pro-add-wrap-btn a.pro-add-btn.type-continuar:hover {
						background: #CCC;
					}
				.pro-add-wrap-btn a.pro-add-btn.type-finalizar {
					background: #4F68AA;
				}
					.pro-add-wrap-btn a.pro-add-btn.type-finalizar:hover {
						background: #CCC;
					}
						
			
		/**/	
		.add-controls {
			margin: 0 auto;
			clear: both;
		}
			.add-controls .btn-menos, .add-controls .btn-mas {
				width: 30px;
				height: 30px;
				display: inline-block;
				text-align: center;
				color: #FFF;
				background: #4F68AA;
				float: left;
				cursor: pointer;
			}
				.add-controls .btn-menos:before, .add-controls .btn-mas:before {
					font-size: 18px;
					line-height: 30px;
				}
				.add-controls .btn-menos.disable, .add-controls .btn-mas.disable {
					color: #FFF;
					background: #CCC;
					cursor: default;
				}
			.add-controls .input-number {
				width: 80px;
				height: 29px;
				padding: 0 8px;
				margin: 0 4px;
				border: 1px solid #CCC;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				-o-order-radius: 3px;
				border-radius: 3px;
				text-align: center;
				font: 400 12px/29px 'Open Sans', sans-serif;
				float: left;
			}
			
			.pro-confirm-containter {
				width: 100%;
			}
			.pro-confirm-containter .table-cell.pro-image {
				/*width: 20%;*/
			}
			.pro-confirm-containter .table-cell.pro-precio {
				width: 16%;
			}
				.pro-confirm-containter .table-cell.pro-precio .price-tag-wrapper {
					margin-right: 20px;
				}
					.pro-confirm-containter .table-cell .pro-codigo {
						margin-top: 6px;
						font: 300 15px/22px 'Open Sans', sans-serif;
					}
						.pro-confirm-containter .table-cell .pro-codigo strong {
							font: 700 15px/22px 'Open Sans', sans-serif;
						}
			.pro-confirm-containter .table-cell.pro-name {
				width: 40%;
			}
				.pro-confirm-containter .table-cell.pro-name h2 {
					font-size: 15px;
				}
			.pro-confirm-containter .table-cell.pro-quantity {
				width: 24%;
			}
			
			.conformar-compra-title {
				margin: 25px 0 0 -4px;
				font: 700 20px/24px 'Open Sans', sans-serif;
			}
			.conformar-compra-subtitle {
				margin: 10px 0 15px 0;
				font: 700 18px/22px 'Open Sans', sans-serif;
			}
			.btn-basic.type-continuar {
				background: #999;
			}
				.btn-basic.type-continuar:hover {
					background: #CCC;
				}
		


		.pro-detalle-page {
			/*padding: 10px;*/
			margin: 10px;
		}
		.pro-detalle-page img {
			width: 100%;
		}
		.detalle-sidebar .pro-detalle {
			margin: 0;
		}
		.wrap-news-clear.detalle-sidebar {
			padding: 20px 14px 14px 14px;
			margin: 0 auto;
			background: #FFF;
			overflow: hidden;
		}
			.wrap-news-clear.detalle-sidebar.fixed-style {
				z-index: 10;
				-webkit-box-shadow: 0px 3px 4px -2px rgba(153,153,153,1);
				-moz-box-shadow: 0px 3px 4px -2px rgba(153,153,153,1);
				box-shadow: 0px 3px 4px -2px rgba(153,153,153,1);
			}
			.wrap-news-clear.detalle-sidebar.fixed-style .pro-table-det {
				display: none;
			}
		.wrap-news-clear.detalle-sidebar.separator {
			border-top: 1px solid #CCC;
		}

		.wrap-news-clear.detalle-sidebar.rell-item{
			padding-top: 0;
		}

		.detalle-sidebar .pro-tamanos-list li {
			margin: 0 2px 0 0;
			list-style: none;
			display: inline-block;
			font: 700 13px/16px 'Open Sans', sans-serif;
			color: #333;
		}
		.detalle-sidebar .pro-colores-list li {
			font: 700 13px/16px 'Open Sans', sans-serif;
		}
		.detalle-sidebar .pro-tamanos {
			padding: 0 0 12px 0;
		}
			.detalle-sidebar .pro-tamanos span {
				font: 400 11Spx/13px 'Open Sans', sans-serif;
				color: #333;
			}
			.detalle-sidebar .pro-colores-list li span.picker {
				margin: 0 2px -3px 0;
			}
			.detalle-sidebar .logo-marca {
				text-align: right;
			}
			
			
	.pro-rel {
	}
	.pro-rel h6 {
		font: 700 16px/16px 'Open Sans', sans-serif;
	}
		.pro-rel .pro-rel-cod {
			font: 400 11px/11px 'Open Sans', sans-serif;
			padding: 4px 6px;
			margin: 6px 0 0 0;
			display: inline-block;
			background: #4F68AA;
			color: #FFF;
		}
			.pro-rel .pro-rel-cod strong {
				font: 700 14px/14px 'Open Sans', sans-serif;
			}
		.pro-rel .pro-image-listado {
			margin: 0 40px;
		}
		
		.wrap-detalle-btn {
			width: 100%;
		}
		.pro-detalle .wrap-detalle-btn .pro-wrap-btn a.pro-btn {
			height: 40px;
			padding: 0 16px;
			font: 400 14px/40px 'Open Sans', sans-serif;
		}
			.pro-rel .logo-marca img {
				height: 50px;
			}

		.pro-wrap-btn .btn-disabled {
			height: 30px;
			padding: 0 10px;
			margin: 4px 0;
			display: inline-block;
			background-color: rgb(173, 173, 173);
			font: 400 12px/30px 'Open Sans', sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			color: #FFF;
			position: relative;
		}
		.pro-detalle .wrap-detalle-btn .pro-wrap-btn .btn-disabled {
			height: 40px;
			padding: 0 16px;
			display: inline-block;
			font: 400 14px/40px 'Open Sans', sans-serif;
		}
		
		
/*Ventanas emergentes*/
.pop-wind {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(200, 200, 200, 0.8);
	display: none;
	z-index: 9999;
}
	.pop-wind .alert-wind {
		width: 574px;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		/*margin-top: ? Calculado con JS*/
		margin-left: -287px;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);	

		background-color: #F2F2F2;
		
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F2F2F2, endColorstr=#CFCFCF);/*IE8*/
		background-image:-ms-linear-gradient(top, #F2F2F2 0%, #CFCFCF 100%); /*IE10*/
		background-image:-moz-linear-gradient(top, #F2F2F2 0%, #CFCFCF 100%);
		background-image:-o-linear-gradient(top, #F2F2F2 0%, #CFCFCF 100%);
		background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%, #F2F2F2), color-stop(100%, #CFCFCF));
		background-image:linear-gradient(top, #F2F2F2 0%, #CFCFCF 100%);
		behavior: url(PIE.htc); /*sombras y bordes en IE*/
	}
		.pop-wind .alert-wind .alert-header {
			height: 36px;
			padding: 18px 28px;
		}
			.pop-wind .alert-wind .alert-header h1 {
				float: left;
				color: #646464;
				display: inline;
				font-size: 18px;
				margin-top: 6px;
			}
		.pop-wind .alert-wind .alert-body {
			width: 498px;
			height: auto;
			padding: 22px 28px;
		}
			.pop-wind .alert-wind .alert-body ul {
				line-height: 22px;
			}
			.pop-wind .alert-wind .alert-body .ul-atencion {
				line-height: 16px;
				list-style-type: disc;
				margin: 10px 0 0 30px;
			}
			.pop-wind .alert-wind .alert-body p {
				margin-top: 20px;
				line-height: 20px;
			}
			.pop-wind .alert-wind .alert-body a, .pop-wind .alert-wind .alert-body span {
				color: #3398CC;
			}		
		.pop-wind .alert-wind .alert-footer {
			width: 498px;
			height: 24px;
			padding: 0 38px;
		}
		
			.pop-wind .cont-input textarea {
				width: 278px;
				height: 70px;
				font-size: 0.8em;
				/*font-weight: bold;*/
				float: right;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.8em;
			}			


/*----------------------------------------------------------------------------------------------------------------------------*/


/*Login*/
	.pop-wind .login-wind {
		width: 409px;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		/*margin-top: ? Calculado con JS*/
		margin-left: -204px;

		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		
		box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);	

		background-color: #F2F2F2;
	}
		.pop-wind .login-wind .alert-header {
			width: 409px;
			padding-bottom: 20px;
		}
			.pop-wind .login-wind .alert-header h1, .pop-wind .login-wind .alert-header .div-h1 {
				float: left;
				color: #646464;
				display: inline;
				font-size: 22px;
				margin: 38px 0 0 38px;
			}
			.pop-wind .login-wind .alert-header .title-login {
				color: #646464;
				font-size: 22px;
				margin: 38px 38px 0 38px;
			}
		.pop-wind .login-wind a.closed {
			margin: 38px 38px 0 0;
		}	
		.pop-wind .login-wind .alert-body {
			height: auto;
			padding: 12px 38px;
			text-align: center;
		}
			.pop-wind .login-wind .alert-body ul {
				line-height: 22px;
			}
			.pop-wind .login-wind .alert-body .ul-atencion {
				line-height: 16px;
				list-style-type: disc;
				margin: 10px 0 0 30px;
			}
			.pop-wind .login-wind .alert-body p {
				margin-top: 4px;
				line-height: 14px;
				color: #646464;
				font-size: 12px;
				text-align: right;
			}
			.login-wind .alert-body .input-button {
				margin: 20px 0 0 0;
				padding: 0 30px;
			}
			.pop-wind .login-wind .alert-body a, .pop-wind .login-wind .alert-body span {
				color: #3398cc;
			}		
		.pop-wind .login-wind .alert-footer {
			width: 333px;
			height: 32px;
			padding: 0 38px;
		}
		.pop-wind .login-wind .cont-input {
			margin: 2px 0 6px 0;
			text-align: left;
		}
			.pop-wind .login-wind .cont-input input[type="text"], .pop-wind .login-wind .cont-input input[type="password"] {
				width: 100%;
				height: 34px;
				padding: 0 2%;
				font-size: 0.8em;
				line-height: 34px;
				border: none;
				color: #999;
			}
			.pop-wind .login-wind input[type="submit"] {
				width: 100%;
				height: 44px;
				padding: 0;
				margin: 10px 0 0 0;
				font-size: 0.8em;
				line-height: 40px;
				cursor: pointer;
			}
			.pop-wind .login-wind .cont-input label {
				display: block;
				font-size: 14px;
				line-height: 20px;
				font-weight: bold;
				padding-top: 6px;
				color: #646464;	
			}
			.pop-wind .login-wind .cont-input .input-check {
				width: 30px;
				font-size: 0.8em;
				font-weight: bold;
				margin: 1px -9px 0 0;
			}
			@media screen\0 { .pop-wind .login-wind .cont-input .input-check { margin: -2px -12px 0 0; } } /*Para IE 8, 9 y 10*/
			.pop-wind .login-wind .cont-input p {
				height: 22px;
				font-size: 10px;
				float: right;
			}

			.pop-wind .login-wind .pRecordar a {
				font-size: 10px;
				color: #3398cc;
			}
				
		.pop-wind a.close-btn {
			width: 30px;
			height: 30px;
			margin: 10px 10px 0 0;
			display: inline-block;
			color: #000;
			text-align: center;
			text-decoration: none;
			position: absolute;
			top: 0;
    		right: 0;
		}
			.pop-wind a.close-btn i {
				width: 30px;
				height: 30px;
				line-height: 30px;
			}
				.pop-wind a.close-btn i:before {
					font-size: 24px;
					line-height: 30px;
				}
			.pop-wind a.close-btn:hover {
				background-position: 0 -360px;
			}
			.pop-wind .login-wind .alert-body span.no-cerrar {
				color: #646464;
				font-weight: 300;
				font-size: 11px;
				position: relative;
				top: -2px;
			}
.login-wind a.btn {
	border-radius: 3px;
	padding: .575rem .75rem;
}

/*Alerta Registro*/
	 .alert-reg {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 22%;
		/*margin-top: ? Calculado con JS*/
		overflow: auto;
		text-align: center;
	}
	.alertH1 {
		color: #FFF;
		font: 20px/24px Arial, Helvetica, sans-serif;
		text-align: center;
		padding: 0 0 10px 0;
	}
	.alert-reg p {
		color: #FFF;
		font: 16px/16px Arial, Helvetica, sans-serif;
		text-align: center;
		padding: 0 0 20px 0;
	}
	.btn-no-reg1, .btn-no-reg2 {
		width: 570px;
		height: 52px;
		text-align: center;
		text-decoration: none;
		font: 16px/52px Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		color: #FFF;
		margin: 10px;
		display: inline-block;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;		
	}
	.btn-no-reg1 {
		border: 1px solid #FF9900;
		background-color: #EA8500;	
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFB13E, endColorstr=#EA8500);/*IE8*/
		background-image:-ms-linear-gradient(top, #FFB13E 0%, #EA8500 100%); /*IE10*/
		background-image:-moz-linear-gradient(top, #FFB13E 0%, #EA8500 100%);
		background-image:-o-linear-gradient(top, #FFB13E 0%, #EA8500 100%);
		background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%, #FFB13E), color-stop(100%, #EA8500));
		background-image:linear-gradient(top, #FFB13E 0%, #EA8500 100%);
		behavior: url(PIE.htc); /*sombras y bordes en IE*/
		position: relative;
	}
	.btn-no-reg2 {
		border: 1px solid #999;
		background-color: #8C8C8C;
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#CCCCCC, endColorstr=#8C8C8C);/*IE8*/
		background-image:-ms-linear-gradient(top, #CCCCCC 0%, #8C8C8C 100%); /*IE10*/
		background-image:-moz-linear-gradient(top, #CCCCCC 0%, #8C8C8C 100%);
		background-image:-o-linear-gradient(top, #CCCCCC 0%, #8C8C8C 100%);
		background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%, #CCCCCC), color-stop(100%, #8C8C8C));
		background-image:linear-gradient(top, #CCCCCC 0%, #8C8C8C 100%);
		behavior: url(PIE.htc); /*sombras y bordes en IE*/
	}	
			
		#responseAjax {
			position: absolute;
			top: 0;
			left: 0;
			background: rgba(255, 255, 255, .9);
			width: 100%;
			height: 100%;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			display: none;
			color: #3398CC;
			text-align: center;
		}
			#responseAjax img {
				margin: 130px auto 0 0;/*179px*/
				border: none;
			}
			#responseAjax h1 {
				font-size: 16px;
				margin: 60px 0 0 0;
			}
			#responseAjax h3 {
				font-size: 12px;
				margin: 10px 0 0 0;
			}
			
			.errorAjax {
				margin: 100px;
				color: #C30;
				font-size: 14px;
			}			
/*----------------------------------------------------------------------------------------------------------------------------*/

.msj-ajax-input-loading {
	width: 20px;
	position: absolute;
	right: 16px;
	bottom: 24px;
}		
.msj-ajax-input-ok {
	position: absolute;
	top: 28px;
	right: 10px;
	font-size: 24px;
	color: #090;
}
.msj-ajax-input-error {
	/*margin: -10px 0 20px 0;*/
	color: #F00;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
.msj-response-html {
	margin: 30px 0;
}

.cont-input-form {
	position: relative;
}


.confirmacion-registro {
	padding-bottom: 20px;
}
.exitoPage {
}
	.exitoPage h1 {
		margin: 0 0 10px 0;
		font-size: 22px;
	}
	.exitoPage h2 {
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.exitoPage p {
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 18px;
	}
		.exitoPage p strong {
			font-weight: bold;
		}


		 
.noEncontrado h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
}
.noEncontrado h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.noEncontrado p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
}
	.noEncontrado p strong {
		font-weight: bold;
	}


.lista-numerada {
	padding: 0 0 30px 22px;
}
	.lista-numerada li {
		padding: 0 0 6px 0;
		font-size: 13px;
		line-height: 18px;
		list-style: decimal;
	}


/*Mostrar password*/
.show-password {
	position: relative;
}
	.show-password span {
		position: absolute;
		right: 8px;
		bottom: 4px;
		color: #CCC;
		padding: 4px;
		cursor: pointer;
	}
		.show-password span:before {
			margin: 0;
			font-size: 20px;
		}
	.cont-input-form.show-password span {
		right: 12px;
		bottom: 20px;
	}
	.form-group.show-password span {
		right: 16px;
		/*bottom: 4px;*/
		top: 34px;
	}
/**/


/*file icons*/
.icono-image-file {
	width: 73px;
	height: 85px;
	background: url(../icons-file/all-files.png) no-repeat;
}
	.file-upload-pdf .icono-image-file {
		background-position: -121px -213px;
	}
	.file-upload-word .icono-image-file {
		background-position: 0 -213px;
	}
	.file-upload-jpg .icono-image-file {
		background-position: 0 0;
	}	
	.file-upload-png .icono-image-file {
		background-position: -121px 0;
	}
	.file-upload-gif .icono-image-file {
		background-position: -484px -106px;
	}
.icono-image-file.left {
	margin: 0 20px 0 0;
}

/*filters*/
.wrap-filters {
}
	.wrap-filters .sidebar-container {
		overflow: hidden;
		/*border-bottom: 1px solid #DDD;*/
	}
		.wrap-filters:last-child .sidebar-container {
			/*border-bottom: none;*/
		}
		.wrap-filters ul {
			margin: 0 0 0 10px;
		}
			.wrap-filters li a {
				padding: 4px 0;
				margin: 4px 0;
				text-decoration: none;
			}
			.wrap-filters ul > ul {
				margin: 0 0 10px 10px;
				overflow: hidden;
				position: relative;
				/*float: left;*/
			}
			.wrap-filters ul > ul:after {
				content: "";
				width: 1px;
				display: block;
				position: absolute;
				top: 0;
				bottom: 15px;
				left: 0;
				border-left: 1px solid #CCC;
			}
				.wrap-filters ul > ul li {
					padding: 1px 0 1px 14px;
					position: relative;
				}
				.wrap-filters ul > ul li:before {
					content: "";
					width: 10px;
					height: 1px;
					display: block;
					position: absolute;
					top: 10px;
					left: 0;
					border-top: 1px solid #CCC;
				}
					.wrap-filters ul > ul li a {
						padding: 4px 0;
						margin: 6px 0;
						text-decoration: none;
					}
			

.wrap-table-history {
	margin: 0 0 30px 0;
}
	.table-history {
		width: 100%;
	}
	.table-history th {
		padding: 10px 6px;
		vertical-align: middle;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #e3e3e3;
	}
	.table-history td {
		padding: 10px 6px;
		vertical-align: middle;
		border-bottom: 1px solid #e3e3e3;
		font-size: 14px;
	}
		.table-history tr:hover td {
			background: #f3f3f3;
		}
	.table-history .td-date {
		width: 170px;
		text-align: center;
	}
	.table-history .td-center {
		text-align: center;
	}	
	.table-history .td-view {
		width: 120px;
		text-align: center;
		font-size: 12px;
	}
		.table-history .td-view i {
			font-size: 18px;
			line-height: 10px;
			position: relative;
			bottom: -2px;
			margin-left: 4px;
		}
		.table-history .td-view a:hover {
			color: #FFF;
		}
		
		.total-history {
			padding: 10px 0;
			margin: 20px 0;
		}
			.total-history .table-div {
				float: right;
			}
				.total-history .table-cell {
					padding: 6px;
				}
				.total-history span {
					font-size: 14px;
				}
				.total-history strong {
					font-size: 20px;
					font-weight: bold;
				}

.multimedia-video-title {
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.multimedia-video-link {
	width: 45%;
}
	.multimedia-video-link a {
		position: relative;
		display: inline-block;
	}
		.multimedia-video-link a:after {
			content: "";
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			background: url(../iconos/icono-image-youtube.png) no-repeat center center rgba(0, 0, 0, .5);
		}
		.multimedia-video-link a:hover:after {
			background-color: rgba(0, 0, 0, 0);
		}
	.multimedia-video-link img {
		width: 100%;
		position: relative;
	}

/*deco fiestas*/
.deco--navidad {
}
	.deco--navidad a {
		margin-left: 14px;
		position: relative;
	}
		.deco--navidad a:before {
			content: "";
			width: 76px;
			height: 63px;
			display: block;
			position: absolute;
			top: 0;
			left: -4px;
			background: url(../fiestas/navidad.png) no-repeat 0 0;
			background-size: contain;
		}
/**/

.call-to-whatsapp {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0 30px 89px 0;
    z-index: 100;
}
	.call-to-whatsapp a {
		width: 55px;
		height: 55px;
		display: inline-block;
		color: #F2F2F2;
		background: #039f22;
		text-align: center;
		border-radius: 55px;
		-webkit-border-radius: 55px;
		-moz-border-radius: 55px;
		-ms-border-radius: 55px;
		-o-border-radius: 55px;
		-webkit-box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.35);
		box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.35);
	}
	.call-to-whatsapp a i {
		font-size: 30px;
		line-height: 53px;
	}
		.call-to-whatsapp a:hover {
			background: #02821C; 
		}

/*QR Mercado Pago*/
.qr-mp-imge-big {
	width: 40%;
	margin: 20px;
}
/*btn nav*/
.btn-open-qr {
	width: 55px;
	display: inline-block;
	position: relative;
}
	.btn-open-qr img {
		width: 100%;
	}
	.fixed-style .btn-open-qr {
		width: 34px;
		margin-top: 4px;
	}

/**/
.vistage-logo-footer {
	width: 200px;
	margin: 30px 0 0 -100px;
	display: inline-block;
	position: absolute;
	bottom: -130px;
	left: 50%;
}
	.vistage-logo-footer span {
		display: block;
		color: #797666;
    	font-size: 0.929em;
	}
	.vistage-logo-footer img {
		display: inline-block;
	}


.checkbox-radius {
	font-family: arial;
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-top: 3px;
	cursor: pointer;
	font-size: 16px;
}
	.checkbox-radius input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}
.checkbox-radius_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border: 0px solid #000000;
}
.checkbox-radius-radio .checkbox-radius_indicator {
	/*border-radius: undefined%;*/
}

.checkbox-radius:hover input ~ .checkbox-radius_indicator,
.checkbox-radius input:focus ~ .checkbox-radius_indicator {
	background: #cccccc;
}

.checkbox-radius input:checked ~ .checkbox-radius_indicator {
	background: #2aa1c0;
}
.checkbox-radius:hover input:not([disabled]):checked ~ .checkbox-radius_indicator,
.checkbox-radius input:checked:focus ~ .checkbox-radius_indicator {
	background: #0e6647;
}
.checkbox-radius input:disabled ~ .checkbox-radius_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.checkbox-radius_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.checkbox-radius input:checked ~ .checkbox-radius_indicator:after {
	display: block;
}
.checkbox-radius-checkbox .checkbox-radius_indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.checkbox-radius-checkbox input:disabled ~ .checkbox-radius_indicator:after {
	border-color: #7b7b7b;
}





/*Comprados juntos*/
/* Customize the label (the cont--form-radio-check) */
.cont--form-radio-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cont--form-radio-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cont--form-radio-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cont--form-radio-check input:checked ~ .checkmark {
  background-color: #4F68AA;
}

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

/* Show the checkmark when checked */
.cont--form-radio-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cont--form-radio-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.floating-wpp {
    margin: 0 15px 0px 0;
	bottom: 7;
	z-index: 10;
}

/**/
.price-tag-wrapper {
	text-align: right;
}
.price-tag {
	text-align: right;
	position: relative;
	display: inline-block;
}
	.price-tag-wrapper .price-tag {
		color: #333;
		font-size: 24px;
		font-weight: 400;
		margin-right: 8px;
		line-height: 1.25;
	}
.price-tag-symbol {
	margin-right: 6px;
}
.price-tag.disabled {
    align-items: center;
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}
.price-tag.disabled:after {
    position: absolute;
    display: block;
    top: 40%;
    width: 100%;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    content: "";
}

/**/
.summary-table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 24px 0;
    border-bottom: 2px solid #ebebeb;
    font-weight: 600;
	position: relative;
}
.summary-table li span:last-child {
	font-weight: 700;
}
.summary-table li span.total-price {
	font-size: 20px;
}
.summary-table li span.envio-estimado {
    font-size: 13px;
    font-weight: normal;
    color: #039f22;
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    text-align: right;
    text-transform: initial;
}


/*Socialmedia share*/
.links-share-tools {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    margin: 0;
}
.socialmendia-share-this-tools {
    display: block;
    height: 40px;
}
	.modal-win-alert .socialmendia-share-this-tools {
		display: none !important;
	}
.socialmendia-share-this-tools span {
    margin: 2px 4px 0 0;
}
.socialmendia-share-this-tools ul {
    padding: 0;
    margin: 9px auto 0 auto;
}
.socialmendia-share-this-tools ul li {
    display: inline-block;
}
.socialmendia-share-this-tools ul li a {
    width: 40px;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.socialmendia-share-this-tools ul li a.disable {
    display: none;
}
.socialmendia-share-this-tools ul li a i {
    font-size: 14px;
}
.btn-facebook {
    color: #fff !important;
    background-color: #3b5998 !important;
}
.btn-linkedin {
    color: #fff !important;
    background-color: #0082ca !important;
}
.btn-pinterest {
    color: #fff !important;
    background-color: #c61118 !important;
}
.btn-twitter {
    color: #fff !important;
    background-color: #55acee !important;
}
.btn-whatsapp {
    color: #fff !important;
    background-color: #25d366 !important;
}
.btn-mail {
    color: #fff !important;
    background-color: #ee618c !important;
}
/**/

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
    outline: 0;
}

/*favoritos btn*/
.favorito-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.modal-win-canvas .favorito-wrapper {
	display: none;
}
	.favorito-wrapper.list {
		margin: 6px 0 0 5px;
	}
	.view-block .favorito-wrapper.list {
		margin: 16px 0 0 15px;
	}
	.favorito-wrapper .btn {
		background-color: transparent;
		font-size: 20px;
		color: #ccc;
	}
	.favorito-wrapper .btn i.enabled {
		color: #000000;
		display: none;
		padding-top: 4px;
	}
		.favorito-wrapper .btn:hover i.disabled {
			color: #000000;
		}
	.favorito-wrapper .btn.added i.disabled {
		display: none;
	}
	.favorito-wrapper .btn.added i.enabled {
		display: block;
	}
	.favorito-wrapper .btn.active.focus,
	.favorito-wrapper .btn.active:focus,
	.favorito-wrapper .btn.focus,
	.favorito-wrapper .btn:active.focus,
	.favorito-wrapper .btn:active:focus,
	.favorito-wrapper .btn:focus,
	.favorito-wrapper button.active.focus,
	.favorito-wrapper button.active:focus,
	.favorito-wrapper button.focus,
	.favorito-wrapper button:active.focus,
	.favorito-wrapper button:active:focus,
	.favorito-wrapper button:focus {
		background: transparent !important;
		box-shadow: none !important;
	}


/**/
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.swing.active {
    -webkit-animation: swing 0.5s ease;
    animation: swing 0.5s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/**/


.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.badge {
	  transition: none;
	}
  }
  
  a.badge:hover, a.badge:focus {
	text-decoration: none;
  }
  
  .badge:empty {
	display: none;
  }
  
  .btn .badge {
	position: relative;
	top: -1px;
  }
  
  .badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
  }
  
  .badge-primary {
	color: #fff;
	background-color: #20a8d8;
  }
  
  a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #1985ac;
  }
  
  a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
  }
  
  .badge-secondary {
	color: #23282c;
	background-color: #c8ced3;
  }
  
  a.badge-secondary:hover, a.badge-secondary:focus {
	color: #23282c;
	background-color: #acb5bc;
  }
  
  a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
  }
  
  .badge-success {
	color: #fff !important;
	background-color: #4dbd74;
  }
  
  a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #3a9d5d;
  }
  
  a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
  }
  
  .badge-info {
	color: #23282c !important;
	background-color: #63c2de;
  }
  
  a.badge-info:hover, a.badge-info:focus {
	color: #23282c;
	background-color: #39b2d5;
  }
  
  a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
  }
  
  .badge-warning {
	color: #23282c;
	background-color: #ffc107;
  }
  
  a.badge-warning:hover, a.badge-warning:focus {
	color: #23282c;
	background-color: #d39e00;
  }
  
  a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  
  .badge-danger {
	color: #fff;
	background-color: #f86c6b;
  }
  
  a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #f63c3a;
  }
  
  a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
  }
  
  .badge-light {
	color: #23282c;
	background-color: #f0f3f5;
  }
  
  a.badge-light:hover, a.badge-light:focus {
	color: #23282c;
	background-color: #d1dbe1;
  }
  
  a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
  }
  
  .badge-dark {
	color: #fff;
	background-color: #2f353a;
  }
  
  a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #181b1e;
  }
  
  a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
  }

  .js-href {
	  cursor: pointer !important;
  }

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

td.table-list-detail,
.table td.table-list-detail {
	font-size: 13px;
	vertical-align: middle;
}
.table-item-precio td {
	border: none !important;
}
.table-list-precio {
	text-align: right;
	font-size: 16px;
}
	.table-item-precio.total {
		background-color: #f2f2f2;
	}
		.table-item-precio.total .table-list-precio {
			font-size: 18px;
			font-weight: 700;
		}
.table-precio-left {
	margin-right: 30px;
}
.table-list-x {
	color: #54a06f;
}
.rd--wrapper-item .table-item-precio td {

}

.block-title-bold {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #555;
}


.timeline {
    display: table;
	width: 100%;
	margin-bottom: 25px;
}
	.timeline:before {
		content: " ";
		display: table-caption;
		height: 10px;
		width: 100%;
		border-radius: 10px;
		background-color: #e3e3e3;
	}
	.timeline-item:first-child, .timeline-item:last-child {
		width: 1%;
	}
	.timeline-item:first-child {
		padding-right: 25px;
	}
	@media (min-width: 768px){
		.timeline-item:first-child {
			padding-right: 40px;
		}
	}
.timeline-item {
    position: relative;
    display: table-cell;
    top: -10px;
}
@media (min-width: 768px){
	.timeline-item {
		width: 25%;
	}
}
.timeline-circle {
    position: absolute;
    z-index: 1;
    display: block;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-color: #888;
    box-sizing: border-box;
}
	.timeline-circle .fa {
		position: relative;
		top: -1px;
		font-size: 20px;
	}
	.timeline-item.warning .timeline-circle-current {
		background-color: #f1cd7d;
	}
	.timeline-item.success .timeline-circle-current {
		background-color: #4dbd74;
	}	
.timeline-circle-sm {
    top: -4px;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: inset 0 0 0 5px #e3e3e3;
}
@media (min-width: 768px){
	.timeline-item:last-child .timeline-circle {
		right: 0;
	}
	.timeline-item:last-child.line-success:after {
		margin-left: -10px;
	}
}
.timeline-item.pending-payment .timeline-circle-sm
.timeline-item.warning .timeline-circle-sm {
    box-shadow: inset 0 0 0 5px #f1cd7d;
}
.timeline-item.success .timeline-circle-sm {
    box-shadow: inset 0 0 0 5px #4dbd74;
}
.timeline-body {
    display: block;
    margin-top: 25px;
    line-height: 1;
    white-space: nowrap;
}
.timeline-subtitle {
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
    color: #333;
}
.timeline-title {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.timeline-item.done:after, .timeline-item.pending-payment:after, .timeline-item.pending:after, .timeline-item.success:last-child:after,
.timeline-item.warning:after,
.timeline-item.success:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    border-radius: 10px;
    /*background-color: #c6e2b4;*/
}
.timeline-item.done:after, .timeline-item.pending-payment:after, .timeline-item.pending:after,
.timeline-item.warning:after,
.timeline-item.success:after {
    border-radius: 10px 0 0 10px;
}
.timeline-item.pending-payment:after,
.timeline-item.line-warning:after {
    background-color: #f1cd7d;
}
.timeline-item.line-success:after {
    background-color: #4dbd74;
}

.address-item h4 {
	font-size: 13px;
	font-weight: 700;
}
.address-item .address-title {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}
.address-item p {
	font-size: 13px;
	margin-bottom: 2px;
}

.temp-display-none {
	display:  none !important;
}

/*Custom fileupload*/
.drag-and-drop-zone {
	min-height: 100px;
	padding: 20px 20px;
	margin: 0 0 20px 0;
	border: 2px dashed #999;
	border-radius: 5px;
	background: white;
	text-align: center;
}
.drag-and-drop-zone > div {
	margin: 20px 0;
	font: 20px/20px 'Open Sans', sans-serif;
	color: #ccc;
}
.fileupload-buttonbar .table-striped {
	background: #f3f3f3;
}
.template-upload {
	width: 100%;
}
.file-preview {
	width: 80px;
	vertical-align: middle !important;
}
.file-filename {
	width: 100px;
	vertical-align: middle !important;
}
.file-filename-no-image {
	vertical-align: middle !important;
}
	.file-filename p {
		width: 100px;
		margin: 5px 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.file-filesize {
	width: 120px;
	vertical-align: middle !important;
}
	.file-filesize .progress {
		background-color: #eee;
	}
.file-filebutton {
	vertical-align: middle !important;
	text-align: right;
}  
	.file-filebutton .btn {
		margin: 2px 0;
		font-size: 12px;
	}

.file-upload-wrapper .lead {
	padding: 0 0 10px 0;
    font: 700 14px/18px 'Open Sans', sans-serif;
    color: #333;	
}
.file-upload-wrapper .lead-recommend-note  {
	padding: 0 0 20px 0;
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #333;	
}	
.fade.in {
	opacity: 1;
}


/**/

.table.table-mis-compras {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    border-bottom: 1px solid #dee2e6;
}
.table.table-mis-compras td,
.table.table-mis-compras th {
    padding: 0.75rem;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #dee2e6;
}
.table.table-mis-compras .table-list-image {
    width: 120px;
}
.table.table-mis-compras .table-list-detail {
    font-size: 13px;
}
.table.table-mis-compras .table-list-precio {
    text-align: right;
}

.resumen-total-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 0.75rem;
}
.resumen-total-mis-compras {
    width: 40%;
    font-size: 14px;
}
.resumen-total-mis-compras strong {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.resumen-total-mis-compras .item-precio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.resumen-total-mis-compras .item-precio.total {
    margin-top: 15px;
    font-size: 20px;
}
.resumen-total-mis-compras .item-precio.total strong {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

.carrier-agency {
    display: block;
}
    .carrier-agency img {
        height: 30px;
        margin: 0 10px;
    }
/**/

.btn-primary {
	color: #fff;
	background-color: #4F68AA;
	border-color: #445992;
}

.card.no-border {
	border: none;
}
	.card.no-border .card-body {
		padding: 0;
	}

/**/
.stepper {
	display: -ms-flexbox;
	display: flex;
}
.stepper-body {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    opacity: .8;
    transition: opacity .15s;
}
	.stepper-item {
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		text-decoration: none;
	}
		.stepper-item:hover {
			text-decoration: none;
		}
	.stepper-item:not(:last-child) {
		-ms-flex: auto;
		flex: auto;
	}
	.stepper-item:not(:last-child):after {
		content: " ";
		-ms-flex: auto;
		flex: auto;
		margin: 10px;
		height: 1px;
		background-color: rgba(0,0,0,.08);
	}
	.stepper-circle {
		display: inline-block;
		vertical-align: middle;
		height: 31px;
		width: 31px;
		border-radius: 31px;
		line-height: 28px;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		color: #444;
		background-color: transparent;
		border: 1px solid #ccc;
		box-sizing: border-box;
		opacity: .8;
		transition: background-color .15s;
	}
	.stepper-item.active .stepper-circle {
		border-color: #5da734;
		background-color: #5da734;
	}
	.stepper-item.active .stepper-circle, .stepper-item.default .stepper-circle, .stepper-item.info .stepper-circle, .stepper-item.warning .stepper-circle {
		color: #fff;
	}
	.stepper-item.success .stepper-circle.check {
		border-color: #5da734;
		color: #5da734;	
	}
	.stepper-item.success .stepper-circle:first-child {
		display: none;
	}
		.stepper-item.success:hover .stepper-circle.check {
			display: none;
		}
		.stepper-item.success:hover .stepper-circle:first-child {
			display: inline-block;
			border-color: #5da734;
			background-color: #5da734;
			color: #ffffff;
		}
	.stepper-circle:not(.empty)+.stepper-body {
		margin-left: 10px;
	}

	.stepper-title {
		font-size: 14px;
		font-weight: 400;
		color: #444;
	}
	.stepper-item.active .stepper-title, .stepper-item.success .stepper-title {
		color: #5da734;
	}

.ckeckount-status {
	display: flex;
	justify-content: space-between;
}
.card-checkout {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
	.card-checkout:last-child {
		border-bottom: none !important;
	}
	.card-checkout:hover {
		background-color: rgba(0,0,0, .03);
	}
	.card-checkout .btn.focus, .card-checkout .btn:focus {
		outline: 0;
		box-shadow: none;
	}
.card-checkout .card-header {
	background-color: transparent;
	border-bottom: none !important;
}
	.card-checkout .card-header h2 label {
		margin: 0;
	}
	.card-checkout .btn-link span {
		position: relative;
		top: -2px;
		font-size: 14px;
	}
	.card-checkout .btn-link input[type="radio"] {
		position: relative;
		left: -14px;
	}
	.card-checkout .btn-link:hover,
	.card-checkout .btn.focus,
	.card-checkout .btn:focus {
		text-decoration: none;
	}
	.card-checkout .card-body {
		padding: 0 1.25rem 1.25rem 50px;
		font-size: 13px;
		line-height: 16px;
	}
	.card-checkout .checkout-card-logo img {
		width: 80px;
		margin-bottom: 10px;
	}
	
	.card-checkout-response {
		border-bottom: 1px solid rgba(0,0,0,.125);
	}
		.card-checkout-response:last-child {
			border-bottom: none !important;
		}
		.card-checkout-response:hover {
			background-color: rgba(0,0,0, .03);
		}
		.card-checkout-response .address-title {
			display: flex;
			align-items: center;
		}
		.card-checkout-response .address-title img {
			height: 35px;
			margin-right: 10px;
		}
		.checkout-card-banner {
			max-width: 100%;
		}
	.wrapper-centred {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card-checkout-response-title {
		padding-left: 20px;
		display: flex;
		align-items: center;
		margin-bottom: 30px;
		border-left: 2px solid #2E9D9A;
	}
		.card-checkout-response-title .checkout-card-logo img {
			height: 50px;
			padding-right: 6px;
		}

	.card-checkout-list {

	}
		.card-checkout-list li {
			margin-bottom: 10px;
			font-size: .9em;
		}

		.checkout-table-compra .checkout-table-compra-producto img {
			width: 60px;
		}
		.checkout-table-compra .checkout-table-compra-producto a {
			font-size: .8em;
			line-height: 1.2em;
		}

.alert-note-secondary, .alert-note-secondary p {
	font-size: .9em;
	line-height: 1.2em;
}
	.alert-note-secondary p {
		margin-bottom: 10px;
	}
		.alert-note-secondary p:last-child {
			margin-bottom: 0;
		}

.alert-invalid-purche-list {
	padding: 10px 10px 10px 18px;
}
.alert-invalid-purche-list p {
	padding-top: 10px;
	font-size: 11px;
}

/**/
.owl-carousel-rel {
	margin-bottom: 20px;;
}
	.owl-carousel.owl-carousel-rel .owl-nav {
		display: block !important;
	}
	.owl-carousel.owl-carousel-rel .owl-nav.disabled {
		display: none !important;
	}
		.owl-carousel.owl-carousel-rel .owl-nav .owl-prev, .owl-carousel.owl-carousel-rel .owl-nav .owl-next {
			position: absolute;
			top: 50%;
			margin-top: -20px;
			font-size: 30px;
		}
		.owl-carousel.owl-carousel-rel .owl-nav .owl-prev {
			left: -12px;
		}
		.owl-carousel.owl-carousel-rel .owl-nav .owl-next {
			right: -12px;
		}
.owl-pro-item {
	position: relative;
	display: flex;
	align-items: stretch;
}
	.owl-pro-image  {
		width: 50%;
		padding: 3px;
		margin: 0 15px 0 0;
		border: 1px solid #CCC;
		background: #FFF;
	}
	.owl-carousel .owl-item .owl-pro-image img {
		
	}
	.owl-pro-description {
		width: 50%;
		padding-top: 10px;
	}
	.owl-pro-title {
		font-size: 13px;
		line-height: 15px;
	}
	.owl-pro-cod {
		margin: 6px 0 0 0;
		font-size: 11px;
		line-height: 15px;
	}
	.owl-pro-price-wrapper {
		margin: 6px 0 0 0;
	}
	.owl-pro-sugerido {
		font-size: 11px;
		line-height: 15px;
	}
	.owl-pro-sugerido-cod {
		margin: 0 0 6px 0;
		font-size: 13px;
		line-height: 15px;
	}
		.owl-pro-sugerido-cod strong {
			font-size: 14px;
		}
/**/		

.pro-confirm-checkout .table-row {
    display: flex;
	align-items: center;
}
	.pro-confirm-checkout .pro-title {
		font-size: 12px;
	}
	.pro-confirm-checkout .pro-codigo {
		font-size: 13px;
	}
	.pro-confirm-checkout .pro-image {
		width: 100px;
	}
		.pro-confirm-checkout .pro-image > div {
			margin: 0 10px 0 0;
		}

			.pro-confirm-checkout .pro-image > div img {
				width: 80px;
			}
			.pro-confirm-checkout .pro-precio {
				margin-left: auto;
				padding-left: 10px;
				min-width: 100px;
			}
			.pro-confirm-checkout .price-tag-wrapper .price-tag {
				font-size: 16px;
				font-weight: 400;
				margin-right: 0;
				line-height: 1.25em;
			}
			.pro-confirm-checkout .price-tag-wrapper .price-tag.disabled {
				font-size: 13px;
				line-height: .75em;
			}
			.pro-confirm-checkout-wrapper .pro-li:hover {
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4F68AA;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #849ad6;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a8b9e7;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media print {
    .print-zone {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
} 


.btn-primary.disabled, 
.btn-primary:disabled {
	background-color: #878d9c;
    border-color: #67718b;
}
.svg-icon-image {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    display: inline-block;
}
	.svg-icon-image img, 
	.svg-icon-image svg {
		width: 100%;
		height: 100%;
	}
	.modal-map-instructions {
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 700;
		line-height: 14px;
	}
.form-group .input-group-text {
	background: #CCC;
}
	.form-group .input-group-text.btn-icon {
		cursor: pointer;
	}
	.form-group .input-group-text .fa {
		width: 20px;
		text-align: center;
		color: #fff;
	}		

.btn-icon i {
	padding-right: 10px;
}

.list-group.list-basic li {
	padding: 4px 0;
}

/*Modal*/
.modal.modal-custom .btn-rounded-close {
    position: absolute;
    top: -25px;
    right: -25px;
}
	@media (max-width: 768px){
		.modal.modal-custom .btn-rounded-close {
			top: -30px;
			right: 0px;
		}
	}
.modal.modal-custom .modal-content-info img {
	max-width: 100%;
    height: auto;
}

.msj-modal-sin-stock {
	padding: 10px;
	text-align: center;
}
	.msj-modal-sin-stock li {
		font-size: 18px;
		font-weight: 700;
		list-style: none;
		padding-bottom: 5px;
	}
	.msj-modal-sin-stock-redirect {
		font: 400 14px/18px 'Open Sans', sans-serif;
		text-align: center;
	}

.error-login-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#responseAjax .preloader {
	z-index: 999;
}
	.error-login-wrapper > div{
		padding: 20px;
	}
	.error-login-title {
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}
	.error-login-text {
		font-size: 14px;
		line-height: 16px;
	}			

.btn-outline-dark {
	color: #343a40;
	border-color: #dddddd;
}
.btn-outline-dark:hover {
	color: #333;
	background-color: #dddddd;
	border-color: #dddddd;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #333;
	background-color: #dddddd;
	border-color: #dddddd;
}

.alert p {
	margin-top: .5rem;
	margin-bottom: 0;
}

.img-bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.img-bg-min-height {
	min-height: 250px;
}


/* campaign-timer */
.campaign-timer{
	background: rgba(50,55,63,.45);
	max-width: 555px;
	margin: 43px auto;
	padding:14px 0 20px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(34,31,31,.2);
  }
  .camp {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight:600;
	padding: 10px 0;
  }
  @media only screen and (max-width: 767px) {
	.camp {
	  font-size: 11px;
	  padding: 10px 0 0 0;
	}
  }
  .time-after{
	position:relative;
  }
  .time-after:after{
	position:absolute;
	content:':';
	top:10px;
	right:-8px;
  }
  .time {
	display: inline-block;
	line-height: 1;
	padding: 10px 22px 0;
	font-weight: 500;
	font-size:68px;
	color: #fff;
  }
  .time-end-msg {
	display: inline-block;
	line-height: 1;
	padding: 10px 22px 0;
	font-weight: 500;
	font-size:38px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
  }/* campaign-timer */
  @media only screen and (max-width: 767px) {
	.time {
	  line-height: 1;
	  padding: 10px 12px 0;
	  font-weight: 500;
	  font-size:36px;
	  color: #fff;
	} 
  }

.argentina-campeon {
	position: absolute;
	top: 8px;
	left: 120px;
}
	.argentina-campeon i {
		color: #FFD24D;
		font-size: 16px;
		padding: 0 3px;
	}
@media only screen and (max-width: 767px) {
	.argentina-campeon {
		top: 6px;
		left: 32px;
	}
		.argentina-campeon i {
			font-size: 14px;
		}
}