/* @override 
	http://estudiodesoluciones.com/trofeosmunoz/css/estilos.css */

body{
  font-family: 'Archivo', sans-serif;
}

.cabecera_rojo{
  background-color: #01735f !important; 
}

#menu_cabecera{
  background-color: #01735f !important; 
}
.producto_codigo_cabecera {
	background-color: #01735f;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.producto_medida {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.producto_tags {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.imagen_producto:hover {
	opacity: 0.8;
}

@media (min-width: 576px) {

.imagen_producto {
	max-height: 200px;
	max-width: auto;
}

}

@media (min-width: 768px) {

.imagen_producto {
	max-height: 400px;
	max-width: auto;
}

}
@media (min-width: 992px) {

.imagen_producto {
	max-height: 500px;
	max-width: auto;
}

}
@media (min-width: 1200px) {

.imagen_producto {
	max-height: 600px;
	max-width: auto;
}

}

@media (max-width:767px) {
  .contact-clean form {
    padding:10px;
  }
}

.contact-clean form {
  background-color:#ffffff;
  padding:30px;
  border-radius:4px;
  color:#505e6c;
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}

/* @group footer */

.footer-basic {
  padding: 40px 0;
  background-color: #01735f;
  color: #ffffff;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 8px;
  color: inherit;
  opacity: 0.9;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #cfcfcf;
  margin-bottom: 0;
}




/* @end */