@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic,300italic,300);

*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:active, :focus{
	outline: none !important;
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.01rem;
	line-height: 2rem;
	white-space: pre-line;
	color: rgb(250,250,250);
}

.p-cabecera{
	font-weight: 400;
	font-style: italic;
	color: rgb(150,150,150);
}

p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.01rem;
	line-height: 2rem;
	white-space: pre-line;
	color: rgb(250,250,250);
}

a {
	font-weight: 700;
	color: rgb(232,147,12);
}

body {
	background-image: url("../img/fondo.jpg");
}

.contenedor{
	display: block;
	width: 1000px;
	background: rgb(20,20,20);
	margin: auto;
	border-radius: 20px;
	box-shadow: 0 0px 8px 2px rgba(0,0,0,.8);
	margin-bottom: 65px;
}

.contenedor-2{
	display: block;
	width: 1000px;
	height: 700px;
	background: rgb(20,20,20);
	background-image: url(../img/fondo-portada.png);
	margin: auto;
	border-radius: 20px;
	box-shadow: 0 0px 8px 2px rgba(0,0,0,.8);
	margin-bottom: 65px;
}

header{
	height: 400px;
	background-image: url("../img/fondo-cabacera.png");
	border-radius: 20px 20px 0px 0px;
}

.header-2{
	height: 400px;
	border-radius: 20px 20px 0px 0px;
}

.cabecera{
	height: 126px;
	padding-top: 35px;

	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap:wrap;
}

.cabecera-2{
	height: 126px;

	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap:wrap;
}

.p-cabecera{
	width: 535px;
	text-align: left;
}

.marca{
	width: 280px;
	padding-left: 50px;
}

.caja-contacto{
	width: 149px;
	height: 43px;
	background-image: url(../img/contacto-1.svg);
	cursor: pointer;
}

.caja-contacto:hover{
	width: 149px;
	height: 43px;
	background-image: url(../img/contacto-2.svg);
	cursor: pointer;
}

.caja-volver{
	width: 1000px;
	padding-top: 13px;
	padding-right: 45px;
}

.volver{
	width: 40px;
	float: right;
	box-shadow: 0 0px 8px 2px rgba(0,0,0,.8);
	border-radius: 20px;
}

.menu{
	height: 274px;

	display:flex;
	justify-content: space-between;
	align-items:center;
}

.menu-2{
	height: 274px;
	margin-left: 500px;
	margin-top: -25px;
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.arte{
	width: 255px;
	height: 270px;
}

.concepto{
	width: 200px;
	margin-top: -15px;
}

nav{
	width: 500px;
	height: 120px;
	margin-top: 20px;
	display: flex;
}

.boton-fabricacion, .boton-reparacion, .boton-ventas, .boton-empresas{
	float: left;
	text-align: center;
	width: 105px;
	height: 120px;
	line-height: 0px;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	color: rgb(250,250,250);
}

.b-fabricacion-d, .b-reparacion-d, .b-ventas-d, .b-empresa-d {
	box-shadow: 0 0px 8px 2px rgba(232,147,12,.5);
	border-radius: 12px;
}

.b-fabricacion:hover, .b-reparacion:hover, .b-ventas:hover, .b-empresa:hover {
	box-shadow: 0 0px 8px 2px rgba(232,147,12,.5);
	border-radius: 12px;
	transition: all 0.4s ease;
}

.p-nombre{
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	color: rgb(70,70,70);
}

.p-nombre-d{
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	color: rgb(250,250,250);
}

main{
	width: 632px;
	margin-left: 280px;
}

.main-2{
	width: 900px;
	margin: auto;
}

main h1{
	color: rgb(232,147,12);
	font-size: 2.2rem;
	line-height: 2.3rem;
}

main p{
	text-align: justify;
}

.pie-foto{
	display: block;
	margin-top: -18px;
	margin-bottom: 22px;
	
}

.pie-foto p{
	text-align: center;
	font-size: 1.1rem;
	font-style: italic;
	color: rgb(150,150,150);
}

footer{
	background-image: url(../img/fondo-pie.png);
	height: 213px;
	border-radius: 0px 0px 20px 20px;
}

.footer-2{
	height: 213px;
	margin-top: -36px;
	border-radius: 0px 0px 20px 20px;
}

.caja-pata{
	display: block;
	width: 400px;
	padding-top: 100px;
	margin-left: 510px;

	display:flex;
	justify-content: space-between;
	align-items:center;
}

footer p{
	font-size: 1.2rem;
	color: rgb(150,150,150);
}

.footer-2 p{
	font-size: 1.2rem;
	color: rgb(150,150,150);
}
.pata-icono{
	width: 30px;
}

.noticia{
	display: block;
	width: 950px;
	height: 188px;
	margin: auto;
	margin-top: -48px;
	display: flex;
	justify-content: flex-end;
}

.noticia-grupo{
	width: 465px;
	height: 188px;
	margin-right: 0px;
	display: flex;
	align-items:center;
	overflow: hidden;
}

.noticia-img-caja{
	width: 180px;
	height: 188px;
	display: flex;
	align-items:center;
}

.noticia-foto{
	border-radius: 15px;
}

.noticia-text-caja{
	width: 265px;
	height: 188px;
	padding-left: 20px;
	display: flex;
	align-items:center;
	margin-top: -188px;
	margin-left:180px;
}

/*................FORMULARIO.................*/

.caja-formulario{
	height: 565px;
	font-family: 'Roboto Condensed', sans-serif;
	color: rgb(100,100,100);
}

.campo{
	margin: 20px 0px 20px;
	font-size: 1.2rem;
}

.campo input, .campo textarea{
	width: 100%;
	padding: 20px;
	border: none;
	border-radius: 8px;
}
.campo_boton{
	width: 100%;
	display: flex;
	justify-content: center;
}

.campo_boton input{
	width: 35%;
	border: none;
	padding: 15px;
	border-radius: 8px;
	margin: 0px 30px 0px;
	font-size: 1.2rem;
	font-weight: 600;
	color: rgb(250,250,250);
	background: rgb(232,147,12);
	transition-duration:0.6s;
}

.campo_boton input:hover {
	background: rgb(166,18,0);
	color: white;
}

