body {
	font-family: 'Darwin', Helvetica, Arial;
	color: #405864;
	font-size: 13px;
	line-height: 130%;
	background: #f1eae0;
}

strong {
	font-family: 'Darwin-Black';
	font-weight: normal;
}
a, button {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
	color: #000;
	text-decoration: none;
	outline: none;
}
li {
	list-style: none;
}
h1,h2,h2,h4 {
	font-weight: normal;
}

body > header {
	border-top: 10px solid #1492A8;
	position: relative;
	height: 248px;
	min-width: 900px;
	width: 90%;
	margin: 0 auto;
	display: block;		
}
body.mini > header {
	background-color: #405864;
	border-top: 10px solid #405864;
	height: 62px;
	padding: 0 5%;
	position: fixed;
	top: 0;
	width: 90%;
}
.subh {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.social {
	position: absolute;
	right: 0;
	top: 62px;
}
.mini .social {
	top: -40px;	
} 
.social li {
	background: none repeat scroll 0 0 #405864;
	border-radius: 30px;
	display: inline-block;
	margin-left: 1px;
}
.social li a{
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-radius:28px;
	background-size: 80%;
}
.social li a.soc_lin{
	background-image: url("/img/ico_linkedin.png");
}
.social li a.soc_ins{
	background-image: url("/img/ico_instagram.png");
}
.social li a.soc_fac{
	background-image: url("/img/ico_facebook.svg");
}
.social li a.soc_twi{
	background-image: url("/img/ico_twitter.png");
}
.social li a:hover{
	opacity: 0.6;
}
.logo {
	background: url("/img/logo-fontaneria-hueso.svg") no-repeat scroll center center transparent;
	background-size: 320px auto;
	display: block;
	float: left;
	height: 152px;
	margin-left: 0;
	margin-top: 40px;
	overflow: hidden;
	text-indent: -200px;
	transition: none 0s ease-out 0s ;
	-webkit-transition:none 0s ease-out 0s ;
	width: 320px;
}
.mini .logo {
	background: url("/img/logo-fontaneria-hueso_white.svg") no-repeat scroll left center transparent;
	height: 46px;
	margin-left: 0;
	margin-top: 1px;
	width: 398px;
	background-size: contain;
}
.menu {
	float: right;
	margin: 155px 0 0;
	text-align: right;
	width: 440px;
}
.mini .menu {
	margin-top: 19px;
	width: 400px;
}
.menu li{
	display: inline-block;
	margin-left: 10px;
}
.menu li a{
	color: #405864;
	font-family: DarwinAlt,serif;
	font-size: 16px;
	font-weight: normal;
}
.mini .menu li a{
	color: #fff;
}
.mini .menu li a:hover,
.menu li a:hover{
	color: #1492A8;
}
.content {
	min-width: 900px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: block;	
}

.fila {
	width: 100%;
	margin: 0 auto;
	display: block;
	clear: both;

}
.col .fila {
	width: 100%;
}
.col {
	float: left;
}
.col1 {
	width: 22.5%;
}
.col1 img + h3{
	margin-top: 26px;
}
.col2 {
	width: 46%;
}
.col2 table {
	margin-bottom: 15px;
}
.col2 table td {
	border: 1px solid #000;
	padding: 5px;
}
.col3 {
	width: 74%;
}
.leftm {
	margin-left: 3.25%;
}
.left1 {
	margin-left: 25.75%;
}
.rightm {
	margin-right: 3.25%;
}
.col img {
	width: 100%;
	display: block;
	height: auto;
}

h3 {
	border-bottom: 2px solid;
	border-top: 2px solid;
	font-family: DarwinAlt,serif;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 11px;
	padding: 11px 0;
}
cite {
	color: #1492A8;
	display: block;
	font-family: DarwinAlt-Italic;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin: 0 0 15px;
}
cite strong {
	font-family: 'DarwinAlt-BlackItalic';
}

.mini .content {
	margin-top: 112px;
}
section {
	display: block;
	clear: both;
}
section header {
	font-family: DarwinAlt-Bold;
	color: #f1eae0;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	height: 390px;
	width: 100%;
	margin-bottom: 26px;
}
section header h2{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 130px 0 0;
	text-transform: uppercase;
}

section header h2:after{
	content: "";
	height: 2px;
	background: #fff;
	width: 200px;
	margin: 10px auto;
	display: block;
}
section header h1{
	font-size: 40px;
	line-height: 38px;
	text-transform: uppercase;
}
section header p:before{
	content: "";
	height: 2px;
	background: #fff;
	width: 200px;
	margin: 10px auto;
	display: block;
}
section.historia header {
	background-image: url(/img/Hueso-fondos-web-2.jpg);
}
.historia img {
	width: 100%;
	height: auto;
	margin-bottom: 3.25%;
}
section.servicios {
	margin-top: 100px;
}
section.servicios header {
	background-image: url(/img/Hueso-fondos-web-1.jpg);
}

section.servicios .lat img {
	width: 70%;
}

section p {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 15px;
}
section ul {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 10px;
}
section li {
	font-size: 20px;
	line-height: 120%;
	list-style: inside none circle;
	margin-bottom: 5px;
	padding: 0 0 0 8px;
}
.lat p {
	font-family: DarwinAlt, serif;
	font-size: 15px;
	font-weight: normal;
}
.lat ul {
	margin: 0px 0 15px 0;
}
.lat ul li{
	font-family: DarwinAlt;
	font-size: 13px;
	font-weight: normal;
	list-style: disc inside none;
}
.galeria {
	margin: 40px 0 0;
}
.gal {
	margin: 23px 0 14px;
}

.gal li{
	float: left;
	margin-right: 3.25%;
	width: 22.5%;
	height: auto;
	margin-bottom: 3.25%;
}
.gal li img {
	width: 100%;
	height: auto;
}
.gal li:nth-child(4n) {
	margin-right: 0;
}

section.marcas {
	margin-top: 100px;
}
section.marcas header {
	background-image: url(/img/Hueso-fondos-web-3.jpg);
}
section.marcas .fila .col img {
	width: 100%;
	height: auto;
}
section.marcas .fila .col h3 {
	margin-bottom: 5px;
	margin-top: 13px;
}

section.marcas .fila .col a {
	color: #1492A8;
}

section.marcas .fila .col a:hover {
	color: #000;
}
section.marcas .fila .col.col1 {
	margin-bottom: 15px;
}



section.contacto {
	margin-top: 100px;
}
section.contacto header {
	background-image: url(/img/Hueso-fondos-web-4.jpg);
}
section.contacto hr {
	display: block;
	clear: both;
	border: 1px solid #000;
	width: 100%;
	margin: 36px auto;
	max-width: 1200px;
}
section.contacto iframe {
	width: 100%;
}
section.contacto .googlemaps {
	margin-bottom: 20px;
}
section.contacto h5{
	font-family: DarwinAlt;
	font-size: 20px;
	margin-bottom: 10px;
}
section.contacto .tlf{
	color: #1492A8;
	font-size: 20px;
}
section.contacto .contform p{
	font-family: DarwinAlt;
	font-size: 20px;
	line-height: 140%;
	text-align: right;
	padding: 0 0 0 80px;
}
section.contacto .contform p a{
	color: #1492A8;
}
section.contacto .contform small p {
	text-align: left;
	font-size: 0.8em;
	padding-left: 0;
}
form {
	
}

form > div{
	margin-bottom: 5px;
}
form > div.checkbox {
	display: flex;
	gap: 5px;
	margin-bottom: 15px;
}
form > div.checkbox label{
	display: block;
}
form > div.checkbox input{
	width: auto;
}



label{
	display: none;
}
input, textarea{
	background: #fff;
	border: none;
	padding: 8px 10px;
	width: calc(100% - 20px);
	font-family: 'Darwin', Helvetica, Arial;
	font-size: 14px;
	color: #000;
}
form button {
	font-family: 'Darwin', Helvetica, Arial;
	background: #1492A8;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	border: none;
	font-size: 16px;
	cursor: pointer;
}
form button:hover {
	background: #333;
}
footer {
	clear: both;
	background: #405864;
	width: 100%;
	height: 80px;
	margin-top: 100px;
}
footer > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
}
footer > div > div {
	width: 32%;
	padding-right: 1.333%;
	float: left;
	color: #fff;
	padding-top: 14px;
}
footer a {
	color: #F1EAE0;
}

footer a:hover {
	text-decoration: underline;
}
#flashMessage{
	font-size: 20px;
	padding: 55px;
	text-align: center;
	font-family: DarwinAlt,serif;
}
.parallax{
	background: 50% 0 no-repeat fixed;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 480px) {
	section.contacto header {
		background: url(/img/Hueso-fondos-web-4_lit.jpg) no-repeat center center scroll transparent;
		background-size: 100% auto;
	}	
	section.noticias header {
		background: url(/img/Hueso-fondos-web-5_lit.jpg) no-repeat center center scroll transparent;
		background-size: 100% auto;
	}
	section.marcas header {
		background: url(/img/Hueso-fondos-web-3_lit.jpg) no-repeat center center scroll transparent;
		background-size: 100% auto;
	}
	section.historia header {
		background: url(/img/Hueso-fondos-web-2_lit.jpg) no-repeat center center scroll transparent;
		background-size:100% auto;
	}
	section.servicios header {
		background: url(/img/Hueso-fondos-web-1_lit.jpg) no-repeat center center scroll transparent;
		background-size: 100% auto;
	}
}
@media only screen and (max-width: 480px) { 
	body > header {
		height: auto;
		margin-bottom: 10px;
		max-width: none;
	    min-width: 0;
	    width: 100%;
	}
	.content {
	    display: block;
	    margin: 0 auto;
	    max-width: none;
	    min-width: 0;
	    width: 100%;
	}
	.logo {
		background-size: 200px auto;
		height: 80px;
		margin-left: 5%;
		margin-top: 5%;
		width: 200px;
		float: none;
	}
	.mini .logo {
		margin-left: 5%;
	}
	ul.menu {
		background: none repeat scroll 0 0 #405864;
		clear: both;
		display: block;
		float: none;
		margin: 20px 0 0;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	.mini ul.menu {
		margin: 20px 0 0 -6%;
		width: 112%;
	}
	.menu li {}
	.menu li a {
		color: #fff;
	}
	.menu li:first-child {
		margin: 0;
	}
	.menu li a {
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.social {
		right: 5%;
		top: 45px;
	}
	section {
		margin-top: 10%!important;
	}
	section header {
		height: 260px
	}
	section header h1 {
		font-size: 24px;
		line-height: 100%;
		padding: 0 7%;
	}
	section header h2 {
		padding-top: 73px;
	}
	.fila {
		width: 90%;
	}
	.col1, .col2, .col3 {
		float: none;
		margin: 0 auto 5%!important;
		width: 100%;
	}
	section p,
	section ul,
	section li {
		font-size: 14px;
	}

	.marcas .fila {

	}
	.marcas .col1 {
		width: 48%!important;
		margin-right:4%!important;
		float: left;
	}	
	.marcas .col1:nth-child(2n) {
		margin-right:0%!important;
	}
	section.marcas .fila .col h3 {
		font-size: 14px;
		padding: 5px 0;
	}
	section.contacto .contform p {
	    font-size: 14px;
	    line-height: 120%;
	    padding: 0;
	}
	footer {
		height: auto;		
	}
	footer > div  {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}	
	footer > div > div {
		width: 100%;
		padding: 0;
		margin: 0 0 3%;
		float: none;
		text-align: center;
	}
}