body {
	margin: 0px;
	padding: 0px;
	background-image: url("imagenes/fondo.webp");
	background-size: 100%;
	background-attachment: fixed;
}
.bdout {
	background: none;
}
header {
	height: 100px;
	background: rgba(255, 255, 255, 1);
	position:fixed;
	width: 100%;
	z-index: 100;
	color:#2e75b6;
}
h1 {
	padding: 0px;
	margin: 0px;
}
header h1 {
	padding: 20px 0px 20px 10px;
	position: absolute;
}
.menu {
	list-style: none;
	position: absolute;
	padding: 20px 0px 20px 10px;	
	right: 20px;
	display: inline-flex;
}
.menu li {
	border:1px solid white;
}
.contenidos {
	/*height: 300px;*/
	background: rgba(55,55,255,0.3);
	position: relative;
	padding-top: 110px;
	width: 100%;
}
section {
	position: relative;
	width: 100%;
	/*top: 90px;*/
}
a {
	text-decoration: none;
	padding: 10px;
	font-size: 1.3em;
	transition: all 1s;
	border-radius:10px;
}
a:hover {
	background: #58ACFA;
	transition: all 1s;
}
.contenidos h1 {
	font-size: 3em;
}
#consu {
	width: 100%;
	padding-top: 40px;
	height: 250px;
}
button {
	background: #58ACFA;
	padding: 7px 12px;
	font-size: 1.5em;
	border-radius: 15px;
}
input {
	font-size: 2em;
	text-align: center;
	border-radius: 15px;
}
.correo {
	position:absolute;
	left:50px;
	bottom:10px;
	font-size: 23px;
	font-style: italic;
	color: #485CFF;
}
.correo img {
	width:25px;
}
#inicio {

}
#inicio h1 {
	font-size: 6em;
	color:#2980B9;
	-webkit-text-stroke: 2px black;
	padding:0px;
	margin: 0px;
}
.logpr {
	height: 250px;	
	position:relative;
}
.logpr img {
	width: 22%;
	padding-top: 10px;
}
.atencion {
	 position:relative;
}
.atencion fieldset {
	position:relative;
	width:450px;
	font-size: 20px;
	font-weight:bold;
	border-radius:25px;
	background:rgba(0, 0, 0, 0.1);
	border: 1px solid black;
}
.atencion fieldset h2 {
	padding: 0px;
	margin: 0px;
}
.serv1 {
	width:350px;
	/*height: 500px;*/
	background: rgba(255,255,255,0.8);
	border: white solid 4px;
	border-radius: 20px;
	margin: 15px;
	padding: 0px 15px;
	font-size: 25px;
	display: flex;
	flex-direction: column;
}
.serv1 img {
	width: 60px;
}
#servicio {

}
.servicont {
	display: flex;
	flex-wrap: 	wrap;
	justify-content: center; 
}
#contactenos {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.contac {
	display: flex;
	flex-wrap: 	wrap;
	justify-content: center;
}
.con1 {
	width: 500px;
	background: rgba(255, 255, 255, 0.7);
	margin-left: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.con1 div {
	width: 400px;
	border:solid 1px white;
	margin: 2px;
}
.noapl {
	display: none;
}
#comentario input {
	width: 400px;
	font-size: 15px;
	text-align: left;
	border-radius: 0px;
	margin: 10px;
	height: 30px;
}
#comentario input[type=submit] {
	width: 100px;
	text-align: center;
}
textarea {
	width: 400px;
	height: 300px;
	font-size: 15px;
}
/*espacio del responsive*/
@media device (max-width: 600px) {
	header {
		height: 200px;
		background: rgba(255, 5, 255, 1);
	}
	header h1 {
		text-align: center;
		background: red;
	}
}