﻿body{
	font-family: 'Open Sans', sans-serif !important;
}

.cabecera{
	padding: 20px 0;
}

.logotipo{
	border: 0px solid red;
	color: #f05f40;
	font-weight: bold;
	font-size: 38px;
	font-family: 'Nunito', sans-serif;
}
.logotipo img{
	width: 100%;
}

.datos span{
	border: 0px solid red;
	width: 50%;
	text-align: center;
	font-size: 21px;
	float: left;
}

.right{
	width: 100% !important;
}


.efecto{
	background: url(../images/fondo-efecto.jpg) no-repeat center center;
	background-size: cover;
	padding: 220px 0;
}
.efecto h1{
	background: rgba(240,95,64,0.7);
	font-size: 30px;
	text-align: center;
	color: white;
}
.efecto h1 strong{
	font-size: 37px;
	text-shadow: 2px 2px 2px black;
}


.contenido2{
	background: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contenido{
	padding-top: 50px;
	padding-bottom: 50px;
}
.contenido h2{
	text-align: center;
	font-weight: lighter;
}

.servicio{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.servicio strong{
	font-size: 30px;
	font-weight: lighter;
	color: #f05f40;
}
.servicio b{
	font-size: 50px;
	color: #3cdbcf;
}


.productos{
	text-align: center;
	color: white;
	font-size: 22px;
	line-height: 32px;
	margin: 40px 0;
}
.productos strong{
	font-size: 32px;
	font-weight: lighter;
}
.productos strong, .productos p{
	position: relative;
	z-index: 2;
	text-shadow: 2px 2px 2px black;
}

.producto1{
	position: relative;
	z-index: 2;
	background: url(../images/tinas-de-hidromasaje.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px;
}
.producto2{
	position: relative;
	z-index: 2;
	background: url(../images/calderas.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px;
}
.producto3{
	position: relative;
	z-index: 2;
	background: url(../images/tanques-de-almacenamiento.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px;
}
.producto4{
	position: relative;
	z-index: 2;
	background: url(../images/banos-sauna.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px;
}
.producto5{
	position: relative;
	z-index: 2;
	background: url(../images/generadores-de-vapor.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px;
}
.producto6{
	position: relative;
	z-index: 2;
	background: url(../images/manerales-para-bano-de-alta-gama-y-economicos.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px;
}

.fondo-azul{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(240,95,64,0.7);
	width: 100%;
	height: 100%;
}


.seccion{
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	margin: 60px 0 0 0;
}


footer{
	background: #f05f40;
	color: white;
	font-size: 19px;
	line-height: 24px;
	padding: 50px 0;
}

footer a, footer a:hover{
	color: white;
}

footer strong{
	width: 100%;
	text-shadow: 2px 2px 2px black;
	font-size: 27px;
	font-weight: lighter;
	margin: 0 0 30px 0;
	float: left;
}

footer iframe{
	width: 100%;
	height: 200px;
}

@media screen and (max-width:700px){
	.datos span{
		width: 100%;
	}
}