@import url('https://necolas.github.io/normalize.css/8.0.1/normalize.css');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');

@font-face {
    font-family: 'timeburnerbold';
    src: url('../fonts/timeburnerbold-webfont.woff2') format('woff2'),
         url('../fonts/timeburnerbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'timeburnerregular';
    src: url('../fonts/timeburnernormal-webfont.woff2') format('woff2'),
         url('../fonts/timeburnernormal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

main {
	background: #efefef;
}

.contenedor {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,1);
}

.bgcolor {
	background-color: rgba(255,255,255,0);
	transition: all .35s ease-in-out;
}


.logo {
	height: 80px;
	float: left;
	margin: -5px 0;
}

.logo img {
	height: 100%;
}

.menu-principal {
	float: right;
	height: 50px;
	line-height: 50px;
}

.menu-principal ul {
	margin: 10px 0 0 0;
}

.menu-principal li  {
	display: inline-block;
}

.menu-principal li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #FF5100;
	font-weight: 300;
	font-size: 12px;
	transition: all .3s ease;
}

.menu-principal li a:hover {
	color: #ff51007a;
}

.menu-principal li:last-child a {
	padding-right: 0;
}

.menu-principal li a.activo {
	font-weight: 700;
}

.boton-menu {
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 1.3em;
	color: #FF5100;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10001;
}

.destacado {
	height: 90vh;
	padding: 13em 0;
	box-sizing: border-box;
	background: url(../img/haz_solar_paneles.jpg);
	background-size: cover;
}

h2 {
	color: #FF5100;
	font-size: 3em;
	margin: 0 0 50px 0;
	font-family: 'timeburnerbold';
    src: url('timeburnerbold-webfont.woff2') format('woff2'),
         url('timeburnerbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.destacado p {
	margin: 0 0 50px 0;
	font-family: 'timeburnerregular';
    src: url('timeburnernormal-webfont.woff2') format('woff2'),
         url('timeburnernormal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.presentacion {
	padding-top: 50px;
	margin-bottom: -200px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.latemotiv {
	color: #FF5100;
	font-size: 45px;
	margin: 0 0 50px 0;
	font-family: 'timeburnerbold';
    src: url('timeburnerbold-webfont.woff2') format('woff2'),
         url('timeburnerbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    padding: 50px 70px 0 150px;
}

.equipo {
	padding-top: 120px;

}

h3 {
	color: #FF5100;
	font-family: 'timeburnerbold';
    src: url('timeburnerbold-webfont.woff2') format('woff2'),
         url('timeburnerbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    margin-bottom: 70px;
}

.flotar {
	float: left;
}

.socio-1 {
	margin-right: 20px;
	width: 160px;
	height: 75px;
	background: url('../img/san_martin_porrer_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-2 {
	margin-right: 25px;
	margin-top: 10px;
	width: 130px;
	height: 55px;	
	background: url('../img/fundacion_manresa_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-3 {
	margin-top: 15px;
	width: 150px;
	height: 55px;	
	background: url('../img/ecooo_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-4 {
	margin-top: 15px;
	width: 100px;
	height: 90px;	
	background: url('../img/el_zaguan_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.patrocinadores {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.socio-5 {
	margin-top: 15px;
	width: 150px;
	height: 55px;	
	background: url('../img/cam_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-6 {
	margin-left: 20px;
	margin-top: 15px;
	width: 130px;
	height: 55px;	
	background: url('../img/fse_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.trabajador {
	padding: 30px;
	height: 350px;
	background: url('../img/haz_solar_equipo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border: 4px solid #FF5100;
	border-radius: 50px;
	overflow: hidden;
	
}

.trabajos {
	margin-top: 100px;
	margin-bottom: -100px;
}
	
	.contenedor-foto {
		display: block;
	}
		
	.caja {
		border: 4px solid #FF5100;
		border-radius: 50px;
		overflow: hidden;
		margin: 1px;
	}

	.foto-1 {
		background: url('../img/haz_solar_trabajo_01.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}

	.foto-2 {
		background: url('../img/haz_solar_trabajo_02.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}


	.foto-3 {
		background: url('../img/haz_solar_trabajo_03.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.texto-interior {
		padding: 30px 15px 15px 20px;
		height: 250px;
		background: rgba(255,255,255,0.8);
		opacity: 0;
	}

	.texto-interior h5 {
		font-size: 0.7em;
	}

	.texto-interior:hover {
		opacity: 1;
		transition: all .6s ease-in-out;
	}

	.caja {
		margin-top: 30px;
	}

	.naranjita {
		color: #FF5100;
	}
	

.contacto {
	padding-top: 150px;
	margin-bottom: -100px;
}

.localizacion {
	padding-top: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.fas {
	color: #FF5100;
}

.mapa {
	height: 450px;
	width: 500px;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 50px;
	border: 4px solid #FF5100;
}

iframe {
		width: 100%;
	}

.formulario {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;

}
	form {
		margin-top: 60px;
	}

	.espaciado {
		margin: 30px 0;
	}

	label {
	display: block;
	color: #000000;
	}

	input {
	width: 100%;
	height: 40px;
	padding: 20px;
	border-radius: 100px;
	font-weight: 200;
	color: #222222;
	border: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	}
	
	input:focus {
		outline: none;
		box-shadow: 0px 0px 10px #FF5100;
	}

	.enviar {
	background-color: #FF5100;
	color: #fff;
	height: 80px;
	width: 150px;
	font-family: 'timeburnerregular';
    src: url('../fonts/timeburnernormal-webfont.woff2') format('woff2'),
         url('../fonts/timeburnernormal-webfont.woff') format('woff');
    font-size: 22px;     
	border-radius: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
	}

	.enviar:hover {
		background-color: #ff51007a;
	}

	textarea {
		width: 100%;
		height: 200px;
		border-radius: 30px;
		padding: 10px;
		font-weight: 200;
		color: #222222;
		resize: none;
		border: none;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	}

	textarea:focus {
		outline: none;
		box-shadow: 0px 0px 10px #FF5100;
	}

	.gracias {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;

	}

	.gracias p {
		margin-top: 50px;
		font-size: 1.3em;
		margin-bottom: 120px;
	}

	.gracias a {
		margin-bottom: 200px;
		color: #FF5100;
	}

	.gracias a:hover {
		color: #000000;
		text-decoration: none;
	}


	.error {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;

	}

	.error p {
		margin-top: 50px;
		font-size: 1.3em;
		margin-bottom: 120px;
	}

	.error a {
		margin-bottom: 200px;
		color: #FF5100;
	}

	.error a:hover {
		color: #000000;
		text-decoration: none;
	}

aside {
	bottom: 0;
	right: 0;
	height: 300px;
	background: url(../img/haz_solar_web_fondo.png);
	background-size: cover;
	opacity: 1;
	z-index: -1;
}

footer {
	padding: 1em 0;
	background-color: #FF5100;
}

footer span {
	font-style: normal;
	float: left;
}

footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: .8em;
}

footer a:hover {
	color: #ffffff;
	font-weight: black;
}

.menu-secundario {
	float: right;
}

.menu-secundario ul {
	margin: 0;
}

.menu-secundario li  {
	display: inline-block;
}

.menu-secundario li a {
	display: block;
	padding: 0 10px;
	transition: all .3s ease;
}

.menu-secundario li a:hover {
	color: #999;
}

.menu-secundario li:last-child a {
	padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.contenedor {
		width: 90vw;
		padding-top: 0;
	}

	.destacado {
	width: 100%;
	height: 550px;
	padding-top: 180px;
	}

	h2 {
		margin-top: -150px;
	}

	.presentacion {
		margin-top: 50px;
		padding: 0 10px;
		font-size: 0.8em;
		margin-bottom: -120px;
	}

	.latemotiv {
	margin: 0 auto;
    padding: 60px 0 0 20px;
	}

	.trabajador {
		margin-top: 50px;
		width: 100%;
		height: 250px;
		background: url('../img/haz_solar_equipo.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}

.socio-1 {
	margin-right: 20px;
	width: 28%;
	height: 45px;
	background: url('../img/san_martin_porrer_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-2 {
	margin-right: 20px;
	margin-top: 10px;
	width: 25%;
	height: 35px;	
	background: url('../img/fundacion_manresa_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-3 {
	margin-top: 15px;
	width: 25%;
	height: 30px;	
	background: url('../img/ecooo_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

	.trabajos {
		margin-bottom: -150px;
	}

	h3 {
		margin: 0 auto;
		margin-bottom: 30px;

	}
	
	.contacto {
	padding-top: 60px;
	margin-bottom: -180px;
	}

	.contacto p {
		padding-left: 40px;
	}

	.mapa {
		height: 450px;
		width: 100%;
		border-radius: 50px;
		overflow: hidden;
		margin-top: 40px;
		margin-bottom: 40px;
		border: 4px solid #FF5100;
	}

	iframe {
		width: 100%;
	}

	.espaciado input {

	}

	input {
		margin-top: 10px;
	}

	label {
		margin-top: 20px;
	}


	.boton-menu {
		display: block;
	}

	.menu-principal {
		position: fixed;
		top: 0;
		right: 0;
		width: 60vw;
		height: 100vh;
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		transition: all .3s ease-in-out;
		transform: translateX(100vw);
	}

	.menu-principal ul {
		padding-top:60px;

	}

	.menu-principal li {
		display: block;
	}

	.menu-principal.mostrar {
		transform: translateX(0);
	}


}

@media (max-width: 767px) {
	.contenedor {
		width: 90vw;
		padding-top: 0;
	}

	.destacado {
	width: 100vw;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 180px;
	}

	h2 {
		margin-top: -150px;
	}

	.presentacion {
		margin-top: 50px;
		margin-bottom: 80px;
		padding: 0 10px;
		font-size: 0.8em;

	}

	.latemotiv {
	margin: 0 auto;
    padding: 60px 0 0 10px;
	}

	.trabajador {
		margin-top: 50px;
		width: 100%;
		height: 250px;
		background: url('../img/haz_solar_equipo.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}

.socio-1 {
	margin-right: 20px;
	width: 28%;
	height: 45px;
	background: url('../img/san_martin_porrer_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-2 {
	margin-right: 20px;
	margin-top: 10px;
	width: 27%;
	height: 40px;	
	background: url('../img/fundacion_manresa_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.socio-3 {
	margin-top: 15px;
	width: 27%;
	height: 34px;	
	background: url('../img/ecooo_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

	.trabajos {
		margin-bottom: 50px;
	}

	h3 {
		margin-bottom: 10px;
	}
	
	.contacto {
	padding-top: 60px;
	margin-bottom: 50px;
	}

	.contacto p {
		padding-left: 40px;
	}

	.mapa {
		height: 450px;
		width: 90vw;
		border-radius: 50px;
		overflow: hidden;
		margin-top: 40px;
		margin-bottom: 40px;
		border: 4px solid #FF5100;
	}

	iframe {
		width: 100%;
	}

	.espaciado {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	input {
		margin-top: 10px;
	}

	label {
		margin-top: 20px;
	}

	.boton-menu {
		display: block;
	}

	.menu-principal {
		position: fixed;
		top: 0;
		right: 0;
		width: 60vw;
		height: 100vh;
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		transition: all .3s ease-in-out;
		transform: translateX(100vw);
	}

	.menu-principal ul {
		padding-top:60px;

	}

	.menu-principal li {
		display: block;
	}

	.menu-principal.mostrar {
		transform: translateX(0);
	}

	.degradado {
		display: none;
	}

	footer {
		text-align: center;
	}

	footer span {
		float: none;
	}

	footer a:hover {
		float: none;
	}

	.menu-secundario {
		float: none;
		margin-top: 10px;
	
	}

	.menu-secundario ul {
		padding-left: 0;
	}

}