p
{
	color: black;
	font-size: 14px;
}

a{
	display: inline-block;
	text-decoration: none;
}

*{
	box-sizing: border-box;
}

body{
	font-family: "Roboto";
	font-size: 13px;
	color: black;
}

header{
	
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 2;
	background-color: white;
}

header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .container .logo{
	width: 100px;
}

header .container nav a{
	color: red;
	text-decoration: none;
	margin: 0 15px;
}

header .container .ham{
	display: none;
}

footer {
	background-color: black;
	color: white;
	padding-top: 60px;
}

footer .barra-footer{
	background-color: grey;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .logo-footer{
	width: 75%;
}

footer p{
	color: white;
	margin-bottom: 30px;
}

footer a{
	color: white;
}

footer .redes{
	font-size: 30px;
	display: flex;
	justify-content: space-between;
}

footer .redes a{
	margin: 0 7.5px;
}

footer ul{
	padding-left: 0;
	list-style: none;
	margin: 0;
}

footer ul li{
	margin-bottom: 10px;
}

.boton{
	text-align: center;
	text-decoration: none;
	padding: 15px 20px;
	border: none;
}

.boton.boton-rojo{
	background-color: red;
	color: white;
	font-size: 20px;
	font-weight: bold; 
}

.boton.boton-blanco{
	background-color: white;
	color: red;
	font-size: 20px;
	font-weight: bold; 
	border: 1px solid red;
}

.boton.boton-negro{
	background-color: black;
	color: white;
	font-size: 20px;
	font-weight: bold; 
}

.boton.boton-negro:hover{
	background-color: white;
	color: black;
	font-size: 20px;
	font-weight: bold; 
}
.seccion{
	padding-top: 60px;
	padding-bottom: 60px;
}

.cuadrado-perfecto{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	
}

.cuadrado-perfecto img{
	
	object-fit: cover;
	object-position: center;
	position: absolute;
	
}
.container{
	width: 1140px;
	margin: 0 auto 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.container-fluid{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

#Inicio{
	position: relative;
}

#Inicio img{
	width: 100%;
	display: block;
	margin-top: 8%;
}

#Inicio .bloque-inicio{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 400px;
	text-align: center;
	margin-left: -200px;
}

#Inicio .bloque-inicio h1{
	color: white;
	font-size: 35px;
}

#Inicio .bloque-inicio p{
	color: white;
	font-size: 16px;
}

#Nosotros{
	background-image: url(img/latas.jpg);
	background-size: cover;
	color: white;
	text-align: center;
}

#Nosotros p{
	color: white;
	text-align: center;
	font-size: 16px;
}

.row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.columna{
	padding-right: 15px;
	padding-left: 15px;
}

.columna-25{
	width: 25%;
}

.columna-33{
	width: 33.33%;
}

.columna-50{
	width: 50%;
}

.columna-41{
	width: 41.66%;
}

.empuja-50{
	margin-left: 50%;
}

.empuja-58{
	margin-left: 58.33%;
}

.empuja-0{
	margin-left: 0%;
}

#Servicios .bloque-servicio{
	border: 1px solid grey;
	margin-top: 30%;
	
	
}

#Servicios .bloque-servicio .bloque-img-servicio img{
	width: 85%;
	
			
}

#Servicios .bloque-servicio .bloque-img-servicio.cuadrado-perfecto{
	padding-bottom: 53%;
	
		
}

#Servicios .bloque-servicio .bloque-contenido-servicio{
	padding: 15px;
	
}	

#Servicios .bloque-servicio .bloque-contenido-servicio h3{
margin-top: 15%;
font-size: 25px;
}

#Galeria h4{
padding-left: 15px;
padding-right: 15px;
text-align: center;
position: absolute;
top: 40%;
color: white;
font-size: 18px;
width: 100%;
}

#Galeria img{
filter: grayscale(1);
}

#Galeria .cuadrado-perfecto:hover img{
filter: grayscale(0);
}

#Galeria .cuadrado-perfecto:hover h4{
display: none;
}

#Contactenos{
	position: relative;
}

#Contactenos iframe{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}

#Contactenos form{
	margin-top: 7%;
	padding: 60px;
	background-color: red;
}

#Contactenos form .form-block{
	width: 100%;
	margin-bottom: 15px;
}

#Contactenos form .form-block .form-control{
	display: block;
	height: 40px;
	font-size: 16px;
	border: 1 px solid grey;
	width: 100%;
	padding: 5px 10px;
}

#Contactenos form .form-block textarea{
	display: block;
	height: 100px;
	font-size: 16px;
	border: 1 px solid grey;
	width: 100%;
	padding: 5px 10px;
}

#Contactenos form .form-block.bloque-ultimo{
	margin-bottom: 0;
}

@media(max-width: 767px){
	body{
		font-size: 15px;
	}
	header .container nav{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: white;
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 15px;
		padding-right: 15px;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		transition: all 0.4s ease;
		transform: translateX(100%);
	}

	header .container nav.open{
		transform: translateX(0);
	}

	header .container nav a{
		font-size: 30px;
		margin: 15px 0;
	}

	header .container .ham{
		display: block;
		font-size: 40px;
		color: red;
		position: relative;
	}

	form .boton.boton-negro{
		width: 100%;
	}

	footer{
		text-align: center;
	}

	footer .logo-footer{
		width: 50%;
	}

	footer .redes{
		justify-content: center;
	}

	.container{
		width: 100%;
	}

	.columna-mobile-100{
		width: 100%;
	}

	.empuja-mobile-0{
		margin-left: 0;
	}

	.sinpadding-mobile{
		padding: 0;
	}

	#Inicio{
		height: 100vh;
	}

	#Inicio img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	#Servicios .bloque-servicio{
		margin-bottom: 15px;
		text-align: center;
	}

	#Contactenos{
		padding: 0;
	}

	#Contactenos iframe{
		position: relative;
		height: 50vh;
	}
}
