/* ================== Badge Overlay CSS ========================*/
.badge-overlay {		
    position: absolute;
    margin-top: -220px;
    left: -15px;
    /*top: -120px;*/
    width: 100%;
    height: 220px;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.badge-o {
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
    border-radius: 0px;
}

.badge-o::before, .badge-o::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px
}

.badge-o::before {
    right: 100%
}

.badge-o::after {
    left: 100%
}

/* ================== Badge Position CSS ========================*/
.top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
    transform: translateX(30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
    transform: translateX(-30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
    transform: translateX(30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.top-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.middle-full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
    transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.bottom-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* ================== Badge color CSS ========================*/
.badge-o.red {
    background: #ed1b24;
}

.badge-o.orange {
    background: #fa7901;
}

.badge-o.pink {
    background: #ee2b8b;
}

.badge-o.blue {
    background: #00adee;
}

.badge-o.green {
    background: #b4bd00;
}




.tdhActP h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px 9px;
  background: #4D90D0;
  color: #fff;
  font-size: 12px;
  transform: skewY(-3deg);
-moz-transform:skewY(-3deg); 
-webkit-transform:skewY(-3deg); 
-o-transform:skewY(-3deg); 
-ms-transform:skewY(-3deg); 
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
}

.tdhActP {
	width:200px;
  margin: 0 auto;
  margin-top:25%;
}

.tdhActP h2 {
	position: absolute;
  left: -15px;
  top: 0px;
 }

.tdhActP h2:before{
	content:"";	
	float:left;
	position:absolute;
	top:19px;
	left:0px;
	width:0;
	height:0;
	border-color:transparent #1D4E7E transparent transparent;
	border-style:solid;
	border-width: 0px 15px 12px 0px;
-webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
}



.tdhOferta h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px 9px;
  background: #FAB63D;
  color: #fff;
  font-size: 16px;
  transform: skewY(-3deg);
-moz-transform:skewY(-3deg); 
-webkit-transform:skewY(-3deg); 
-o-transform:skewY(-3deg); 
-ms-transform:skewY(-3deg); 
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
}

.tdhOferta {
	width:200px;
  margin: 0 auto;
  margin-top:25%;
}

.tdhOferta h2 {
	position: absolute;
  left: -15px;
  top: 20px;
 }

.tdhOferta h2:before{
	content:"";	
	float:left;
	position:absolute;
	top:24px;
	left:0px;
	width:0;
	height:0;
	border-color:transparent #B18A43 transparent transparent;
	border-style:solid;
	border-width: 0px 15px 12px 0px;
-webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
}


.grid0 > li {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 15px;
    box-shadow: 0 0 5px hsl(38, 24%, 80%);
    padding: 15px;    
    background: rgb(255 255 255 / 80%);
}

.texto-filtro {
	font-size: 12px;
	color: #1887B7;
}



/*=============================================
FILTROS
=============================================*/

.collapsed-icon-toggle.collapsed .on-closed {
  display: initial;
}
.collapsed-icon-toggle.collapsed .on-opened {
  display: none;
}
.collapsed-icon-toggle .on-closed {
  display: none;
}
.collapsed-icon-toggle .on-opened {
  display: initial;
}
.scroll-v-250px {
  max-height: 250px;
  overflow-y: scroll;
}
.padding-v-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn.ico span.icon {
  opacity: 0;
}
.btn.ico.active span.icon {
  opacity: 1;
}


/*=============================================
BANNER
=============================================*/

.etq_editor {
	color: #777; 
	font-size: 18px; 	
	font-weight: 500; 
	line-height: 1.1;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.img-responsive {
	/*max-width: 255px;
    max-height: 255px;*/
    object-fit: cover;
    margin: 0 auto;
}

.margenes5 {
	padding-right: 5px;
	padding-left: 5px;
}

.label-ubic {
	position: relative;
    font-size: 11px;
    white-space: normal;
    display: inline-block;    
    padding: 5px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.banner{
	position: relative;
	overflow:hidden;
}

.banner .textoBanner{
	position:absolute;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.banner .textoDer{
	right:50px; 
	text-align:right;
}

.banner .textoIzq {
	left:0px; 
	text-align:left;
}

.banner .textoIzq h1{
	background:rgba(0,0,0,.9);
	text-shadow:0px 0px 10px black;
	border-radius:0px 5px 5px 0px;
}

.banner .textoCentro{
	top:50px; 
	left:50%;
	width:800px; 
	margin-left: -400px;
	text-align:center;
}

.textoBanner h1{
	font-size:35px;
	line-height:20px;
}

.textoBanner h2{
	font-size:30px;
	line-height:20px;
}

.textoBanner h3{
	font-size:24px;
}

/*=============================================
BARRA PRODUCTOS
=============================================*/

.barraProductos .organizarProductos span{
	margin-left:5px;
}

/*=============================================
VITRINA PRODUCTOS CUADRÍCULA
=============================================*/

.tituloDestacado h1{
	margin-top:-5px;
}

.tituloDestacado button span{
	margin-left:5px;
}

.productos ul li figure{
	overflow:hidden;
	border: solid 1px #f4f4f4;
	/*display: inline-block;*/
	/*min-height: 300px;*/ 
}

.productos ul li a img:hover{
	transition: .3s all ease;
	opacity:.8;
	transform: scale(1.1,1.1);
}

.productos ul li h4 small{
	color:#777;
	text-transform: uppercase;
	font-size:12px;
	font-weight: 700;
}

.productos ul li h4 small a{
	color:#777;
}

.productos ul li div.precio{
	padding:0;
	/*margin-top:10px;*/
	padding-bottom:20px;
	
}

.productos ul li div.enlaces{
	padding:0;
	margin-top:10px;
	padding-bottom:20px;
	
}

.productos ul li div.enlaces button{
	margin:2px;
}

.productos ul li div.enlaces button i{
	/*color:#999;*/
	font-size:14px;
}

/*=============================================
VITRINA PRODUCTOS LISTA
=============================================*/

.productos ul li h1{
	margin-top:-10px;
}

.productos ul li h1 small{
	text-transform: uppercase;
	font-size:20px;
	font-weight: 700;
}

.productos ul li h1 small a{
	color:#777;
}

.oferta{
	 text-decoration:line-through;
	 color:#ccc;
	 font-size:15px;
}

.fontSize{
	font-size:11px;
}


/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	.banner{
		height:200px;
	}

	.banner .textoDer{
		top:5px; 
	}
	
	.banner .textoIzq {
		top:50px; 
	}

	.banner .textoIzq h1{
		font-size:40px;
		padding:25px;
		padding-left:100px;
	}


}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

	.banner{
		height:180px;
	}
	
	.banner .textoDer{
		top:10px; 
	}

	.banner .textoIzq {
		top:35px; 
	}

	.banner .textoIzq h1{
		font-size:30px;
		padding:25px;
		padding-left:60px;
	}

	.textoBanner h1{
		font-size:25px;
		line-height:10px;
	}

	.textoBanner h2{
		font-size:20px;
		line-height:10px;
	}

	.textoBanner h3{
		font-size:20px;
		line-height:10px;
	}

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

	.banner{
		height:150px;
	}

	.banner .textoDer{
		top:0px; 
	}
	
	.banner .textoIzq {
		top:10px; 
	}

	.banner .textoIzq h1{
		font-size:20px;
		padding:25px;
		padding-left:60px;
	}

	.textoBanner h1{
		font-size:25px;
		line-height:10px;
	}

	.textoBanner h2{
		font-size:20px;
		line-height:10px;
	}

	.textoBanner h3{
		font-size:20px;
		line-height:10px;
	}

	.banner .textoIzq, .banner .textoCentro{
		top:22px; 
	}


}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	.banner{
		height:100px;
	}

	.banner .textoDer, .banner .textoCentro, .banner .textoIzq{
		top:7px; 
		left:50%;
		width:800px; 
		margin-left: -400px;
		text-align:center;
		text-shadow:2px 2px 20px black;
	}

	.textoBanner h1{
		display:none;
	}

	.textoBanner h2{
		display:none;
	}

	.textoBanner h3{
		display:none;
	}

	.banner .textoIzq {
		top:0px; 
	}

	.banner .textoIzq h1{
		font-size:20px;
		padding:20px;
		text-align: center;
		display:block;
	}	

	.tituloDestacado h1{
		text-align:center;
	}

	.tituloDestacado button{
		position: absolute;
		left:50%;
		width:40%;
		margin-left:-20%;

	}

	.productos ul li h1 small{
		font-size:16px;
	}

	
}

