@CHARSET "ISO-8859-1";

.visibleBig {
  display: inline;
}

.visibleSmall {
  display: none;
}

.altoImagenBanner{
	min-height:400px;
	max-height:450px;
}

.tamanioLetra {
	font-size: 12px;	 
}

.tablaCabecera{
	margin-top:10%;
}

.carritoCompras{
	
	padding:30px; 
	border-radius:25px; 
	margin-top:30px;
	margin-right: 20px;
}

.txtPlaceholder {
  color: gray !important;
  font-weight:normal;
}

.itemsDestacados{
	width: 130%;
	margin-left: -14%;
}

.espacioIzquierdo{
	margin-left: -80px;
}

.margenSuperior{
	margin-top: -36px;
	text-align: center;
}

/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 1024px) {
  .visibleBig {
    display: none;
  }
  
  .visibleSmall {
    display: inline;
  }
  
  .altoImagenBanner{
	min-height:180px;
	max-height:200px;
  }
  
  .tamanioLetra {
	font-size: 10px;	 
  }
  
  .tablaCabecera{
	margin-top:0%;
  }
  
  .carritoCompras{
	padding:10px; 
	border-radius:25px; 
	margin-top:5px;
	margin-right: 5px;
  }
  
  .itemsDestacados{
	width: 100%;
	margin-left: 5%;
  }
  
  .espacioIzquierdo{
	margin-left: -15px;
  }
  
  .margenSuperior{
	margin-top: 0px;
	text-align: center;
  }
}
	

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}

/* Círculos de colores numerados */
span.red {
  background: red;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.grey {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.green {
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.blue {
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.orange {
  background: orange;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.pink {
  background: #EF0BD8;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.bordeInferior{
	border-bottom: 0.1px solid #F5F5F5;
	border-collapse: collapse;
}


.whatsapp {
	position: fixed;
	bottom: 5px;
	right: 5px;
    text-align: center;
    z-index: 500;    
}
.whatsapp a {
	display: block;
	min-width: 55px;
	text-decoration: none;
    font-weight: normal;
    margin-top: 14px;
    position: relative;
    outline: none;
    -webkit-tap-highlight-color: transparent !important;
}
.whatsapp .icon {
	background-color: #4dc247;
	float: right;
	height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    -webkit-tap-highlight-color: transparent !important;
}
.whatsapp-svg {
	fill: white;
    width: 41px;
    height: 50px;
}

.estiloWApp{
	background-color:green; 
	color:white; 
	text-align:center; 
	border-radius:25px; 
	padding:6px;
	border-color:white; 
	border-width:thin; 
	border:solid;
}

.fondoPiePagina{
	background-color: #363636;
	color: #FFF;
	background-repeat:no-repeat; 
	background-size:cover
}

.alineacionTexto{
	text-align:left;
}

@media screen and (max-width: 1024px) {
	.estiloWApp{
		background-color:transparent; 
		color:white; 
		text-align:center; 
		border-radius:25px; 
		padding:0px;
		border-color:white; 
		border-width:thin; 
		border:none;
	}
	
	.fondoPiePagina{
		background-image:url('../img/footer-mini.jpg'); 
		background-repeat:no-repeat; 
		background-size:cover
	}
	
	.alineacionTexto{
		text-align:center;
	}
	
	.margenIzquierdo{
		left: 3%;
	}
	
	.margenesRow{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.margenTopCelular{
		top: -55px;
	}
	
	.margenTopImg{
		margin-top: 55px;
	}
}

#input-search-big {
    background: white url(../image/lupa.png) right no-repeat;
    padding-right: 17px;
    border-width: thin;
}

.tipografia{
    font: normal normal 17px Helvetica,Arial,sans-serif;
    color: #000000;
    text-decoration: none;
    text-align: justify;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

/* CSS */
.button-43 {
  background-image: linear-gradient(-180deg, #EC632F 0%, #EC632F 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-43:hover {
  background-image: linear-gradient(-180deg, #EC632F 0%, #A5380F 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}