/* WEB */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';
body{
	font-family: 'Open Sans';
  font-weight: 300;
}
.page-header {
  border: none;
  text-align: center;
}
.page-header h1 {
	margin-bottom: 6px;
}
.page-header h2 {
	margin-top: 0;
}
.icon-bar {
  font-size: 1.3em;
  position: relative;
  color: #cec200;
}
.icon-bar:after,
.icon-bar:before
{
  display: block;
  content: '';
  width: 70px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -1px;
}
.icon-bar:before {
  left: auto;
  right: 35px;
}
footer{
	border-top: solid 2px #cec200;
}
footer li{
	list-style:none;
}
footer li a, footer a{
	color:#fff;
}
footer li a:hover, footer a:hover{
	color:#efefef;
	text-decoration:underline;
}
#footer-copy a{
	color: #cec200;
}
.hr-own{
	border-top: 1px solid #cec200;
}
.btn:disabled{
	cursor:not-allowed;
	text-decoration:line-through;
}
.btn-warning {
	background-color: #cec200;
	border-color: #b9ae00;
	color:#fff;
}
.btn-warning:hover {
	background-color: #b9ae00;
	border-color: #b9ae00;
}
.text-warning {
  color: #b2a800 !important;
}
/* FIN WEB */
/* MENU */
.btn-dropdown:hover > .btn-group>.dropdown-menu {
  display: block;
}
.dropdown-menu{
	margin-left: -10px;
}
.bg-pry{
	background: #cec200;
}
.sticky-top{
	border-bottom: solid 2px #cec200;
}
.navbar-nav a{
	font-size:14px;
	color:#fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	margin-top:-1px;
	background: #cec200;
}
.navbar-nav li.fstbut{
	border-left: solid 1px #cec200;
	border-right: solid 1px #cec200;
}
.navbar-nav li.but{
	border-right: solid 1px #cec200;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cec200;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cec200;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 320px) and (max-width: 767px) {
	.navbar-nav li.fstbut{
		border-left: solid 0px #cec200;
		border-right: solid 1px #cec200;
	}
	.navbar-nav li.but{
		border-right: solid 1px #cec200;
	}
}
.dropdown-submenu {
	position: relative;
}
.btn-group > a{
	color: #fff;
}
.dropdown-submenu> a > i {
	font-size:10px;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-item:hover{
	background-color: #efefef;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #cec200;
}
@media (max-width: 768px) {
	.btn-group > a{
		width:100%;
	}
	.navbar{
		padding:0.5rem .4rem;
	}
	/* .dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
		display: none;
	} */
	.btn-group, .btn-group-vertical {
    display: block;
	}
	.dropdown-menu{
		position: relative;
    float: left;
    width: 100%;
    margin: 0;
	}
	.dropdown-submenu>.dropdown-menu {
    background: #efefef !important;
	}
	.dropdown-submenu>.dropdown-menu a {
    color: #333 !important;
	}
}
/* FIN MENU */

/* CAROUSEL */
#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left:0;
	height:100%;
	width: 100%;
	background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	left:0px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#cec200; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#ada300; text-decoration:none;  }
#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:fadeOut; animation-name:fadeOut; display:block; height:auto; max-width:100%; width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#myCarousel, .container-fluid {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1;height:466px !important}
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:45%; bottom:auto; transform:translateY(-50%); background-color: #cec200; }
.carousel-inner {
	height:466px;
}
/* .carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
} */
/* .carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} */
 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes fadeOut {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.text-banner{
	position: absolute;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	bottom:20%;
}
.img-cover{
}
@media (min-width: 320px) and (max-width: 767px) {
	#myCarousel .carousel-item {
		height: 50% !important;
		min-height: 350px;
	}
	.carousel-control-next, .carousel-control-prev {
    top: 25%;
	}
	.img-cover{
		object-fit: cover;
		height:100%;
		min-width:100%;
		min-height:350px;
	}
}
/* FIN CAROUSEL */
/* INICIO */
.box14{position:relative; background:#efefef;}
.box14 h2{min-height:76px;}
.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1;z-index:3;}
.box14 img{width:100%;height:auto;z-index:2;}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;z-index:4;}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;background:#cec200;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s; font-size:18px;}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#cec200;border-color:#cec200}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}}
.ini-inf{
	border-bottom: solid 2px #cec200;
}
/* FIN INICIO */ 
/* CSS PARA BOTON TOTOP */
#toTop {
	border-radius: 4px;
	position: fixed;
	height: 35px;
	width: 48px;
	right: 10px;
	bottom: -100px;
	opacity: 0.9;
	padding-top: 7px;
	display: block;
	z-index: 1000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#toTop:hover {background-color: #999;}
/* FIN CSS BOTON TOTOP */
/* LISTADO DE PRODUCTOS */
.nav-item{
	height:65px !important;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-item:hover{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.nav-item a{
	height:100% !important;
	padding:0px;
}
.nav-pills .nav-link{
	color:#000;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color:#000;
	background-color: #fff;
	box-shadow: inset 0px 0px 5px #cec200;
}
.img-contain{
	max-height:100%;
	object-fit:contain;
	max-width:100%;
}
.breadcrumb {
	background-color: #fff;
	/* box-shadow: inset 0px 0px 5px #cec200; */
	border-bottom:solid 2px #cec200;
}
.box15{
	position:relative;
	border: solid 1px #ccc;
	min-height:350px;
	margin-bottom:20px;
}
.box15 img{width:100%;height:auto}
.box15 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .5s ease 0s}
.box15:hover .box-content{background-color:rgba(223,210,0,.4)}
.box15:hover .box-origin{
	opacity:0.3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.box15 .box-content:after,.box15 .box-content:before{content:"";width:50px;height:50px;position:absolute;opacity:0;transform:scale(1.5);transition:all .6s ease .3s}
.box15 .box-content:before{border-left:1px solid #040404;border-top:1px solid #040404;top:19px;left:19px}
.box15 .box-content:after{border-bottom:1px solid #040404;border-right:1px solid #040404;bottom:19px;right:19px}
.box15:hover .box-content:after,.box15:hover .box-content:before{opacity:1;transform:scale(1)}
.box15 .title{font-size:22px;color:#000;margin:0;position:relative;top:10%;opacity:0;transition:all 1s ease 10ms; padding:0px 40px;}
.box15:hover .title{/* top:39%; */opacity:1;transition:all .5s cubic-bezier(1,-.53,.405,1.425) 10ms}
.box15 .title:after{content:"";width:0;height:1px;background:#040404;position:absolute;bottom:-8px;left:0;right:0;margin:0 auto;transition:all 1s ease 0s}
.box15:hover .title:after{width:80%;transition:all 1s ease .8s}
.box15 .icon{width:100%;/* margin:0 auto; */position:relative;/* bottom:0; */opacity:0;transition-duration:.6s;transition-timing-function:cubic-bezier(1,-.53,.405,1.425);transition-delay:.1s}
.box15:hover .icon{bottom:39%;opacity:1}
.box15 .icon li{display:inline-block}
.box15 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;font-size:18px;color:#000;border:1px solid #000;margin-right:5px;transition:all .3s ease-in-out 0s}
.box15 .icon li a:hover{background:#444;color:#fff}
.bg-box-img::after{
}
/* .box-degradado{
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(42, 159, 255, 0)), color-stop(75%, #fff), to(#fff));
	background: linear-gradient(to right, rgba(42, 159, 255, 0) 0%, #fff 75%, #fff 100%);
	background-blend-mode: multiply;
} */
.box15 h5{
	border-bottom:solid 1px #ccc;
	font-size:1.2rem;
	font-weight:bold;
}
.filtr-container,
.color-container-1,
.color-container-2,
.color-container-3,
.color-container-4 {
  transition: height 500ms ease-out;
	min-height:350px;
}

.cnrflash{
	/*Position correctly within container*/
	position: absolute;
	top: -9px;
	right: -11px;
	z-index: 1; /*Set overflow to hidden, to mask inner square*/
	overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
	width: 70px;
	height: 70px;
	border-radius: 3px 5px 3px 0;
}
.cnrflash-inner{
	/*Set position, make larger then 			container and rotate 45 degrees*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
	-ms-transform-origin: 100% 100%;  /* IE 9 */
	-o-transform-origin: 100% 100%; /* Opera */
	-moz-transform-origin: 100% 100%; /* Firefox */
	background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
	background-size: 4px,auto, auto,auto;
	background-color: #aa0101;
	box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after{
	/*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
	content: " ";
	display: block;
	position: absolute;
	bottom: -16px;
	width: 0;
	height: 0;
	border: 8px solid #800000;
}
.cnrflash-inner:before{
	left: 1px;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.cnrflash-inner:after{
	right: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.cnrflash-label{
	/*Make the label look nice*/
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding-bottom: 0px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(1,1,1,.8);
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
}
.box1{
	position:absolute;
	z-index:1;
	right:0px;
	padding:0px 20px;
	bottom: 10px;
}
.box1 h6, .box1 h5{
	position:relative;
	padding:3px 10px;
	margin:0 -30px 0px;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
		 -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
					box-shadow:0 1px 1px rgba(0,0,0,0.2);
	zoom:1;
}
.box1 h6:after, .box1 h5:after{
	content:"";
	position:absolute;
	z-index:-1;
	top:100%;
	left:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent maroon;
}
.box1 h6:after, .box1 h5:after{
	left:auto;
	right:0;
	border-width:0 0 10px 10px;
}
.box-img{
	height:280px;
}
.box-img img{
	object-fit: cover;
	width:100%;
	height:100%;
}
/* FICHA DE PRODUCTO */
.thumbnail{
	position: relative;
	height: 100%;
	width: auto;
	float: left;
}
/* FIN DE FICHA DE PRODUCTO */
/* LOADER */
		#Loa{
			background: rgba(255,255,255,0.95);
			z-index:10000;
			overflow-y: none !important;
			position:fixed !important;
		}
			.lds-spinner {
				color: official;
				display: inline-block;
				position: relative;
				width: 80px;
				height: 80px;
			}
			.lds-spinner div {
				transform-origin: 40px 40px;
				animation: lds-spinner 1.2s linear infinite;
			}
			.lds-spinner div:after {
				content: " ";
				display: block;
				position: absolute;
				top: 3px;
				left: 37px;
				width: 6px;
				height: 18px;
				border-radius: 20%;
				background: #cec200;
			}
			.lds-spinner div:nth-child(1) {
				transform: rotate(0deg);
				animation-delay: -1.1s;
			}
			.lds-spinner div:nth-child(2) {
				transform: rotate(30deg);
				animation-delay: -1s;
			}
			.lds-spinner div:nth-child(3) {
				transform: rotate(60deg);
				animation-delay: -0.9s;
			}
			.lds-spinner div:nth-child(4) {
				transform: rotate(90deg);
				animation-delay: -0.8s;
			}
			.lds-spinner div:nth-child(5) {
				transform: rotate(120deg);
				animation-delay: -0.7s;
			}
			.lds-spinner div:nth-child(6) {
				transform: rotate(150deg);
				animation-delay: -0.6s;
			}
			.lds-spinner div:nth-child(7) {
				transform: rotate(180deg);
				animation-delay: -0.5s;
			}
			.lds-spinner div:nth-child(8) {
				transform: rotate(210deg);
				animation-delay: -0.4s;
			}
			.lds-spinner div:nth-child(9) {
				transform: rotate(240deg);
				animation-delay: -0.3s;
			}
			.lds-spinner div:nth-child(10) {
				transform: rotate(270deg);
				animation-delay: -0.2s;
			}
			.lds-spinner div:nth-child(11) {
				transform: rotate(300deg);
				animation-delay: -0.1s;
			}
			.lds-spinner div:nth-child(12) {
				transform: rotate(330deg);
				animation-delay: 0s;
			}
			@keyframes lds-spinner {
				0% {
					opacity: 1;
				}
				100% {
					opacity: 0;
				}
			}
/* FIN LOADER */
/* timeline pedidos de usuario */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 90%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
::placeholder{
	font-size:12px;
}
/* fin timeline pedidos de usuario */
@media (min-width: 1281px) {
}
/* ##Device = Laptops, Desktops  ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
}
/* ##Device = Tablets, Ipads (portrait)  ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
}
/*  ##Device = Tablets, Ipads (landscape)  ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}
/*  ##Device = Low Resolution Tablets, Mobiles (Landscape)  ##Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
}
/*  ##Device = Most of the Smartphones Mobiles (Portrait)  ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
}
/* FIN LISTADO DE PRODUCTOS */
/* MENU DEL LISTADO DE PRODUCTOS */
.img-cont{
	 height:175px;
}
.box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden}
.box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px}
.box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic}
.box4{position:relative}
.box4:before{z-index:1000;width:0;height:200%;background:rgba(0,0,0,.6);position:absolute;top:0;left:-250px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
.box4:hover:before{width:200%}
.box4 img{width:auto;height:auto;z-index:1;max-height: 175px;}
.box4 .box-content{z-index:1001;width:100%;height:100%;padding-top:0%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
.box4 .icon,.box5 .icon{list-style:none;padding:0}
.box4:hover .box-content{transform:scale(1)}
.box4 .title{font-size:18px;font-weight:700;color:#fff;margin:0 0 10px}
.box4 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.box4 .icon{margin:0}
.box4 .icon li{display:inline-block}
.box4 .icon li a{display:block;width:35px;height:35px;line-height:35px;font-size:20px;background:#fff;color:#fff;margin-right:10px;transition:all .3s ease 0s}
.box5 .icon,.box5 .icon li{display:inline-block}
@media only screen and (max-width:990px){.box4{margin-bottom:30px}
}
@media only screen and (max-width:767px){.box4:before{left:-400px}
.box4:hover:before{width:300%}
}
.list-inline>li {
	padding: 0 10px 0 0;
}
.container-pad {
	padding: 30px 15px;
}
/**** MODULE ****/
.bgc-fff {
  background-color: #fff!important;
}
.box-shad {
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
	border: 1px solid #dbdbdb;
	border-radius:3px;
}
.media{
	background:#efefef;
}
/* Font changes */
.fnt-smaller {
	font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}
/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
	#property-listings .property-listing {
			padding: 5px!important;
	}
	#property-listings .property-listing a {
			margin: 0;
	}
	#property-listings .property-listing .media-body {
			padding: 10px;
	}
}
@media only screen and (min-width: 992px) {
	#property-listings .property-listing img {
			max-width: 180px;
	}
}
/* FIN DEL MENU DE LISTADO DE PRODUCTOS */
/* CSS DE LA FICHA DEL PRODUCTO*/
.info-prod{
	font-size:13px;
}
.img-cur{
	height:300px;
	width:auto;
}
.img-cur img{
	object-fit: contain;
	height:100%;
	width:auto;
}
/* FIN DE LA FICHA DEL PRODUCTO */
/* CARRITO MINI */
.dropdown:hover>.dropdown-menu {
  display: block;
}
ul.dropdown-cart{min-width:300px;}
ul.dropdown-cart li .item{display:block;padding:3px 10px;margin:3px 0;}
ul.dropdown-cart li .item:hover{background-color:#f3f3f3;}
ul.dropdown-cart li .item:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
ul.dropdown-cart li .item-left{float:left;}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{float:left;}
ul.dropdown-cart li .item-left span.item-info{margin-left:10px;}
ul.dropdown-cart li .item-left span.item-info span{display:block;}
ul.dropdown-cart li .item-right{float:right;}
ul.dropdown-cart li .item-right button{margin-top:14px;}
#carrito_mini{margin-right:25px;/* float: right; */position: relative;}
.carrito_mini_pap{position:absolute;top:0px;float:left;left:-10px;border-radius:3px;}
.carrito_mini_txt{font-size:12px;margin-bottom:5px;position:relative;min-width: 200px;}
.carrito_mini_precio{font-size:12px;text-align:right;position:relative;line-height: 17px;}
.carrito_mini_prod{border-bottom:solid 1px #efefef;position:relative;float:left;width:100%;}
.carrito_mini_final{position:relative;float:left;width:100%;background:#ccc;padding:5px;}
/* FIN CARRITO MINI */
/* CSS PARA LOGIN */
.user_card {
	margin-top: auto;
	margin-bottom: auto;
	background: #f39c12;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;

}
.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #6cb300;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	height: auto;
	width: 100%;
	border-radius: 50%;
	border: 2px solid white;
	background: #fff;
}
.login_btn {
	width: 100%;
	color: white !important;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.input-group-text {
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c0392b !important;
}
/* FIN CSS LOGIN */
/* CSS INFORMACIÓN */
nav > .nav.nav-tabs{
  border: 15px;
	color:#fff;
	background:#333;
	border-radius:0;
}
nav > div a.nav-item.nav-link{
	border: none;
	padding: 18px 0px;
	color:#fff;
	border-radius:0;
	background:#333;
}
nav > div a.nav-item.nav-link.active{
  border: none;
	color:#fff;
	background:#cec200;
	border-radius:0;
}
nav > div a.nav-item.nav-link.active:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 15px solid transparent;
  border-top-color: #cec200 ;
	width: 0px;
	height: 0px;
}
.tab-content{
  background: #fdfdfd;
	line-height: 25px;
	border: 1px solid #ddd;
	border-top:5px solid #cec200;
	border-bottom:5px solid #cec200;
	padding:30px 25px;
}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus{
  border: none;
	background: #cec200;
	color:#fff;
	border-radius:0;
	transition:background 0.20s linear;
}
/* FIN CSS INFORMACIÓN */
/* CSS BUSCADOR */
.search-inline {
	width: 100%;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	top: 0;
	height: 10%;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	z-index: 9;
	transition: all .5s ease-in-out;
	height: 100%;
	z-index: 1022;
}

.search-inline.search-visible {
		opacity: 1;
		visibility: visible;
		animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
		position: absolute;
		right: 52px;
		top: 0;
		background-color: transparent;
		border: 0px;
		top: 0;
		right: 80px;
		padding: 0px;
		cursor: pointer;
		width: 80px;
		height: 99%;
		background: #222;
		color: #fff;
}

.search-inline .form-control {
		border: 0px;
		padding-left: 0;
		font-size: 2rem;
		position: absolute;
		left: 1%;
		top: 0;
		height: 100%;
		width: 99%;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		outline: none;
}

.search-inline .search-close {
		position: absolute;
		top: 0;
		right: 0;
		color: #616161;
		width: 80px;
		height: 100%;
		text-align: center;
		display: table;
		background: #efefef;
		text-decoration: none;
}

.search-inline .search-close i {
		display: table-cell;
		vertical-align: middle;
}

.form-control {
		display: block;
		width: 100%;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #efefef;
		background-clip: padding-box;
		border: 1px solid #efefef;
		border-radius: .25rem;
		transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
		from {
				opacity: 0;
				transform: translate3d(0, -20%, 0);
		}
		to {
				opacity: 1;
				transform: translate3d(0, 0, 0);
		}
}
.search-open{
	cursor:pointer;
}
optgroup, option, select{ 
	font-size: 14px;
	padding-left:8px;
}
.search-inline .form-control {
	font-size: 12px;
	height: calc(2.25rem + 2px);
	padding-left:8px;
	position:relative;
	left:0px;
}
label{
	float:left;
	font-size:12px;
	background:#efefef;
	border-radius: 4px 4px 0px 0px;
	margin-bottom:0px;
	border: solid 1px #e9e9e9;
	padding: 2px 6px;
}

@media only screen and (max-width: 768px) {
	.search-inline .search-close{
		position:relative;
		float:right;
		height:auto;
		padding: 10px;
	}
	.search-inline{
		overflow-y: auto;
	}
}
/* FIN CSS BUSCADOR */