@media only screen and (min-width:768px) { 
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

.maincontenedor{
	padding: 60px 0;        
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

.titulos{
	color:#c31432;
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
}


nav{
	text-align: right;
	padding: 10px;
	z-index: 10;
	position: fixed;
	background: -webkit-linear-gradient(to right, hsla(192, 10%, 10%, 0.671), hsla(0, 10%, 10%, 0.671)); 
	background: linear-gradient(to right, hsla(192, 10%, 10%, 0.671), hsla(0, 10%, 10%, 0.671));
	width: 100%;
}

nav a{
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 15px;
	-webkit-radius:15px;
	-moz-radius:15px;
}

nav a:hover{
	text-decoration:underline;
	padding: 5px;
	text-decoration-color:#c0392b; 
}

.mensaje-header{
	display: flex;
	height: 430px;
	width: 100%
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align: center;
}

.mensaje-header h1{
	color: #ffffff;
	font-size: 40px;
}

.mensaje-header h2{
	color: #ffffff;
	font-size: 30px;
}

.wave{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.contenidoproducto{
	display: flex;
	justify-content:center;
	margin-left: 15%;
	width: 50%;
}

.imgacercadenosotros{
	width: 50%;
	padding-right: 40px;
	object-fit:cover;
}


.contenproducto .contenidoproducto{
	width: 70%;
	padding-right: 40px;
	
}

.textoacercadenosotros h3{
	margin-bottom: 15px;
}

.textoacercadenosotros h3 span{
	background-color: #c31432;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px;
	margin: 5px;
}

.textoacercadenosotros p{
	padding: 0 0 30px 15px;
	text-align: justify;
}

.galeria{
	display: flex;
	justify-content: space-evenly;
	flex-wrap:wrap;
}

.imagengaleria{
	width: 25%;
	margin-bottom: 10px;
	
}

.imagengaleria img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	display: block;
	//opacity: 0.7;
}

.imagengaleria img:hover{
	width: 100%;
	height: 100%;
	object-fit:cover;
	display: block;
	//opacity: 1;
}

#titulo{
	margin-top: -120px;
	border:0px solid #ffffff;
	color: #ffffff;
	height: 80px;
	width: 19%;
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	//background-color: #000000;
	background: -webkit-linear-gradient(to right, hsla(192, 10%, 10%, 0.5), hsla(0, 10%, 10%, 0.5)); 
	background: linear-gradient(to right, hsla(192, 10%, 10%, 0.5), hsla(0, 10%, 10%, 0.5));
	position: absolute;
}

#busqueda:hover #titulo{
	margin-top: -120px;
	border:0px solid #ffffff;
	color: #ffffff;
	height: 80px;
	width: 19%;
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	//background-color: #000000;
	background: -webkit-linear-gradient(to right, hsla(192, 10%, 10%, 0.7), hsla(0, 10%, 10%, 0.7)); 
	background: linear-gradient(to right, hsla(192, 10%, 10%, 0.7), hsla(0, 10%, 10%, 0.7));
	position: absolute;
}

#bloqueabajo{
	//margin-top: -10px;
	border:1px solid #ffffff;
	color: #ffffff;
	height: 5px;
	width: 19%;
	//padding-top: 10px;
	text-align: center;
	font-size: 20px;
	//background-color: #000000;
	background: -webkit-linear-gradient(to right, hsla(192, 10%, 10%, 0.7), hsla(0, 10%, 10%, 0.7)); 
	background: linear-gradient(to right, hsla(192, 10%, 10%, 0.7), hsla(0, 10%, 10%, 0.7));
	position: absolute;
	display: none;
}

#busqueda:hover #bloqueabajo{
	//margin-top: -10px;
	border:1px solid #ffffff;
	color: #ffffff;
	height: 5px;
	width: 19.4%;
	//padding-top: 10px;
	text-align: center;
	font-size: 20px;
	//background-color: #000000;
	background: -webkit-linear-gradient(to right, hsla(192, 10%, 10%, 0.7), hsla(0, 10%, 10%, 0.7)); 
	background: linear-gradient(to right, hsla(192, 10%, 10%, 0.7), hsla(0, 10%, 10%, 0.7));
	position: absolute;
	display: block;
}


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

.servicoimg{
	width: 100%;
	text-align: center;
	padding: 10px;
}

.servicoimg img{
	width: 90%;
}

.servicoimg h3{
	margin: 10px;
}

.servicoimg p{
	text-align: justify;
}

footer{
	background-color: #566b80;
	padding: 60px 0 30px 0;
	margin: auto;
	overflow: hidden;
}

.contenedorfooter{
	display: flex;
	width: 90%;
	justify-content:space-evenly;
	margin: auto;
	padding-bottom: 50px;
}

.contenfoo{
	text-align: center;
}

.contenfoo{
	color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

footer a{
	color: #ffffff;
	text-decoration: none;
}

footer a:hover{
	color: #e78e1b;
	text-decoration: underline;
}

footer .creadopor{
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	margin: 20px 0 0 10%;
	background-color: #41576d;
	width: 80%;
	align-items: center;
	border-radius: 15px;
	-webkit-radius:15px;
	-moz-radius:15px;
	padding: 5px;
}

footer .siguenos{
	width: 48px;
	height: 48px;
	background-image: url("../img/faceoscuro.png");
	background-size: cover;
}

footer .siguenos:hover{
	width: 48px;
	background-image: url("../img/faceblanco.png");
}
}
