@charset "utf-8";
/* CSS Document */

body,html{
	scroll-behavior: smooth;
}


.banner{	
	height: 300px;
	background-image: url("../imagenes/tools-and-wood-sawdust-in-workshop.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed
}
.principal{
font-family: 'Open Sans', sans-serif;
}

.menu{
	
	font-size: 1.0rem;font-weight:600;
}

.menu li{
	display: inline;
	padding-right: 20px;
}
.menu a:link{
	text-decoration: none;
	color: cadetblue;
}

.mensaje{
		
	background: white;opacity: 0.9;
	height: 450px;
	border-radius: 20px;
	left: 50px;
	
	
}

.categorias{

	width: 100%;
	font-size: 1.3rem;
	margin-top: 10px;
}

.categorias ul{
	margin-top: 60px;
}
.categorias li{
	display: inline;
	padding-right: 60px;
	font-weight: bold;
}

#bienvenido{
	padding-top: 50px;
	color:#ffffff;
	opacity: 1.0;
	font-size: 0.9rem;
	margin-bottom: 0px;
	
		
}


#titulo_1{
	margin-top: 20px;
	color:#468eb5;
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 60px;
}

.contratar{
	background: #468eb5;
	height: 70px;
	color: whitesmoke;
	border-radius: 5px;
	margin-top: 10px;
	border: 0;
}

#cuadrar{
	width: 100%;
	
}

.m_normal{
	color: #ffffff;
	
	width: 100%;
	padding: 15px;
	position: fixed;
	top: 0px;
	z-index: 99;
	
}

.mmovil{
display: none;
}

.lista{

	display: none;
	position: absolute;
	z-index: 99;
	background:#FFFFFF;
	color: #468eb5;
	font-size: 1.0rem;
	font-weight:600;
	top: 10px;
	left:-768px;
	
}

.lista li{
	list-style: none;
	padding-top: 10px;
	
}
.lista a:link{
	text-decoration: none;
	color: cadetblue;
}

#mutual{
	height: 110px;
}
.logo{
	height: 100px;
}

.contactos{
	font-size: 1.2rem;
}

.contactos li,ul{
	list-style: none;
}

.titulo{
	font-weight: bolder;font-size: 2.0rem;text-shadow: 20px;
}
.pie_d{
	color: white;
	font-size: 0.8rem;
	
}

.pie_d ul,li{
	line-height: 30px;
	
}

#contenedor_pie{
	
	background-image: url("../imagenes/wood-background.jpg");
	background-repeat:repeat;background-size: cover;
	min-height: 120px
}
