@charset "utf-8";
/* CSS Document */

@media(max-width:768px){
	
	
.mensaje{
		
	background: white;opacity: 0.9;
	height: 400px;
	border-radius: 20px;
	left: 0;
	
	
}

	#titulo_1{
	margin-top: 20px;
	color:#468eb5;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 40px;
}


	.menu{
		display: none;
	}
	
	.mmovil{
	display: block;
	background:white;
	color: #468eb5;
	height: 50px;
	width: 100%;
	padding: 15px;
	position: fixed;
	top: 0px;
	z-index: 99;
	}
	
	.lista{
	display: block;
	
	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;
	
	
}
	
#mutual{
	height: 90px;
}

.logo{
	
height: 80px
}	
	
.contactos{
	font-size: 0.9rem;
}
	
.categorias{

	width: 100%;
	font-size: 1.0rem;
	margin-top: 10px;
	
}
	
	.titulo{
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	
.categorias ul{
	margin-top: 20px;
	
}

.categorias li{
	text-align: left;
	display: block;
	padding-right: 0px;
	font-weight: normal;
	padding-top: 10px;
}

.pie_d{
	color: white;
	font-size: 0.7rem;
	
}
	
	.pie_d ul,li{
	line-height: 20px;
	
}
	
	.contacto_movil li{
		padding-top: 5px;
		font-size: 0.8rem;
		line-height: 20px;
		font-weight: bold;
		
		
	}
	

}