@font-face {
  font-family: 'MontserratL';
  src: url('../fonts/Montserrat-Light.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Light.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat-Light.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Montserrat-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat-Light.ttf#svgFontName') format('svg'); /* Legacy iOS */
}

body
{
  font-family: 'MontserratL', sans-serif;
  font-size: 13px;
  color: #000000;
  background: #ffffff;
}

a:hover
{
  text-decoration: none;
}

p
{
  line-height: 23px;
}

.clear
{
  clear: both;
}

.img_full
{
  width: 100%;
  max-width: 100%;
}

.img_hover_zoom
{
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}
.img_hover_zoom:hover
{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.parallax-window {
  padding: 60px 0px 60px 0px;
  background: transparent;
}

.padding_0
{
  padding: 0px;
}

.padding_l_0
{
  padding-left: 0px;
}

.padding_r_0
{
  padding-right: 0px;
}

.padding_40
{
	padding: 40px 0px;
}

.m_l_20
{
	margin-left: 20px;
}

.titulos_rojos
{
  font-family: 'Playball', cursive;
  color: #ed1f24;
  font-size: 35px;
  margin: 0px;
  padding: 0px;
}

#superior
{
  background: #f2f2f2;
  color: #757575;
  font-size: 12px;
  font-family: 'MontserratL', sans-serif;
  padding: 5px 0px;
}

#superior a
{
  color: #757575;

  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

#superior a:hover
{
  color: #000000;
}

#superior .fa-envelope
{
  margin-left: 25px;
}

#superior i
{
  margin-right: 4px;
  font-size: 14px;
}

header
{
	padding: 25px 0px;
  background: #fbfafa;
}

#logo
{
	width: 100%;
	max-width: 300px;
}

footer
{
  background: #044a76;
  border-top: 3px solid #ed1f24;
  padding: 20px 0px;
  color: #ffffff;
  line-height: 33px;
}
footer h2
{
  margin-bottom: 10px !important;
}
footer a
{
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
footer a:hover
{
  color: #ececec;
}

.campo_contactorapido
{
  width: 100%;
  padding: 0px 6px;
  margin-bottom: 3px;
  color: #4c4c4c;
  line-height: 28px;
}

.contactorapido_btn
{
  background: #ed1f24;
  text-align: center;
  color: #ffffff;
  width: 100%;
  border: 0px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
}
.contactorapido_btn:hover
{
  background: #ba1c28;
}

/* HOME */
#slider_home
{
  background: url('../imagenes/home/fondo_slider.jpg');
  background-position: center;
  padding: 50px 0px 20px 0px;
  margin-bottom: 45px;
}

.item_counter_home
{
  color: #ffffff;
  font-size: 45px;
  line-height: 35px;
}
.item_counter_home a
{
  color: #ffffff;
  font-size: 29px;
}

#frase_slider_home
{
  font-family: 'Playball', cursive;
  color: #ffffff;
  font-size: 44px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 70px;
}
/* FIN HOME */

.media-box-price
{
  color: #565656 !important;
  font-weight: 500;
  font-size: 13px !important;
}

.media-box-title
{
  font-size: 15px !important;
  margin-bottom: -6px !important;
}

.media-box-content
{
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

.thumbnail-overlay a
{
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
}
.thumbnail-overlay span
{
  margin-bottom: 10px;
  font-size: 19px;
}

/* PRODUCTOS A */
.titulo_producto
{
  padding: 0px;
  margin: 0px;
  font-size: 26px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 20px;
}

.grid_productos
{
  color: #ffffff;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 300;
}

.grid_productos span
{
  font-size: 27px;
  font-weight: 600;
}

.grid_productos i
{
  font-size: 60px;
}

.grid_productos .col-sm-9
{
  padding-left: 10px;
}

#fondo_codigo
{
  background: #5dbdeb;
}

#fondo_codigo_barras
{
  background: #a869ab;
}

#fondo_capacidad
{
  background: #7bc472;
}

#fondo_medidas
{
  background: #cc2d66;
}

#fondo_medidas .col-sm-9 div
{
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

#fondo_medidas .col-sm-9
{
  line-height: 17px;
}

#fondo_uxb
{
  background: #4358a7;
}

#fondo_colores
{
  background: #f47b36;
}

.colores_grid_productos img
{
  border: 1px solid #ffffff;
}

#contiene_producto_detalle
{
  padding: 40px 0px 130px 0px;
}

.media-box
{
  min-height: 290px !important;
}
/* FIN PRODUCTOS A */

.media-boxes-load-more-button
{
  display: none !important;
}

#btn_volver
{
  margin: 5px 0px 0px 0px;
}

#btn_volver a
{
  color: #666;
  font-style: italic;
}

.item_ofertas a
{
  color: #666;
}

.tag_producto
{
  background: red;
  position: absolute;
  color: #ffffff;
  border: 1px solid red;
  z-index: 999;
  font-weight: 600;
  padding: 3px 5px;
}

#ofertas_grid .media-box
{
  min-height: 305px !important;
}