*{
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: tahoma;
	}

/*-------------------NAV NAV ----------------------*/
nav {
	background: #fff;
	height: 65px;
	width: 100%;
	}
	.enlace{
	position: absolute;
	margin: 2px 0 0 30px;
	padding: 0px 0px;
	}

	.logo{
	height: 40px;
	margin-top: 7px;
	}

	nav ul{
	height: 66px;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	justify-content: center;
	justify-content: end;
	}

	nav ul li{
	display: inline-block;
	margin: 0 5px;

	}

	nav ul li a{
	color: black;
	font-size: 20px;
	padding: 7px 0px;
	border-radius: 3px;
	margin: 15px;
	}

	li a.active, li a:hover{
	color: #0069ff;
	border-bottom: 3px solid #0069ff;
	transition: 0.5;
	}

	.checkbtn{
	font-size: 30px;
	color: #fff;
	line-height: 0px;
	margin-right: 0px;
	cursor: pointer;
	display: none;
	}

	#check{
	display: none;
	}

	.textologo{
	display: none;
	}

	i{
		margin-right: 10px;
		margin-top: 5px;
	}

/*---------------SECTIÓN DE INICIO-----------------------*/


h1{
	font-size: 32px;
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #002f69;
}

.flex-container{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 20px;
}

.texto-contenedor{
	width: 35em;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
}

.texto-contenedor figure{
	display: flex;
	justify-content: center;
	
}


.texto{
	text-align: center;
	color: #002f69;
	font-size: 24px;
	line-height: 30px;
}

.texto:hover{
	color: #0069ff;
}

.formulario{
	border: 2px solid #ddd;
	width: 35em;
/*	height: 650px;*/
	background-color: #ddd;
/*	margin: 30px auto;*/
	text-align: center;
	opacity: 0.8;
	border-radius: 6px;
	}

.formulario:hover{
	opacity: 1;
}

.titulo{
	padding-bottom: 8px;
	padding-top:20px;
	font-size:18px;
}

	input {
	width: 350px;
	height: 40px;
	border: none;
	border-bottom: 4px solid #002f69;
	outline: none;
	font-size: 16px;
	border-radius: 6px;
	}

	input:hover{
	border-bottom: 4px solid #0069ff;
	}


	textarea{
	width: 350px;
	height: 206px;
	border:none;
	border-bottom: 4px solid #002f69;
	outline: none;
	font-size: 16px;
	border-radius: 6px;
	}

	textarea:hover{
	border-bottom: 4px solid #0069ff;
	}


	p{
	font-size: 16px;
	}

.boton1{
		display: inline-block;
		margin: 25px;
		width: 140px;
		height: 45px;
		font-size: 14px;
		background: #fff;
		font-weight: bold;
		padding: 7px 10px;
		color: #000;
		border: none;
	}

.boton1:hover{
		background: #002f69;
		border: 2px solid #fff;
		color: #fff;
		font-weight: bold;
	}

.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom:25px;
	right: 25px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
	padding-left: 10px;

}

.btn-wsp:hover{

	color: #0df053;
	background: #fff;


}
/*--------------CLIENTES---------------------*/

.clientes{
	background: #eeeef2;
}

.clientes h2{
	padding-top: 30px;
	text-align: center;
	color: #002f69;
	font-size: 32px;

}

.clientes figure{
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
	justify-content: space-around;
	align-content: center;
	
}
.clientes figure img{
/*	width: 200px;*/
/*	height: 200px;*/
	margin-top: 40px;
	margin-bottom: 30px;


}


/*--------------FOOTER---------------------*/

.contenedor-footer{
	background-color: #000;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: center;

}

.contenedor-footer div{
	width: 200px;
	height: 230px;
	margin-top: 10px;
}

.contenedor-footer div h3{
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #0069ff;
	color: #fff;
	margin-top: 3px;
}

.contenedor-footer div a{
	display: block;
	text-align: center;
	padding: 7px;
	color: #fff;
}

.contenedor-footer div p{
	color: #fff;
	text-align: center;
	padding: 2px;
	padding-top: 5px;

}

.footer-nosotros p, .footer-horarios p{
    font-size:16px;
}

.footer-info a:hover{
	color: #0069ff;

}



.copyright{
	background: #ccc;
	color: #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	gap: 5px;
	flex-flow: row wrap;
}

.copyright a{
	color: #002f69;
	text-decoration: underline;
}




@media screen and (max-width: 952px) {
	.enlace{
			padding-left: 20px;
				}
				nav ul li a{
			font-size: 16px;
				}

}









@media screen and (max-width: 858px) {
	.checkbtn{
		display: inline-block;
		color: black;
		float: right;
		margin: 10px 10px 0 0;
		}

		ul{
		position: fixed;
		width: 100%;
		height: 50vh;
		background-color: #ccc;
		top: 60px;
		left: -100%;
		text-align: center;
		transition: all .05s;
		display: flex;
		justify-content: center;
		z-index: 2;
		}
		nav ul li a{
			font-size: 12px;
		}

		nav ul li{
		margin: auto;
		line-height: 27px;
			}
		nav ul li{
		font-size: 0px;

			}
		li a:hover, li a.active{
		background: none;
		color: #0069ff;
			}
		#check:checked ~ ul{
		left: 0;
		}

	.formulario{
	/*border: 2px solid #ddd;*/
/*	width: 90vw;*/
/*	height: 90%;*/
	/*background-color: #ddd;*/
	margin: 10px auto;
	/*text-align: center;*/
	}

	input {
/*	width: 80vw;*/
/*	height: 10vw;*/
	/*border: none;
	border-bottom: 4px solid #2e1a46;
	outline: none;
	border-radius: 3px;
	font-size: 16px;*/
	margin:none;
	}

	textarea{
/*	width: 80vw;*/
/*	height: 40vw;*/
	border-bottom: 4px solid #2e1a46;
	outline: none;
	border-radius: 3px;
	font-size: 16px;
	}

	.copyright p{
	margin:none;
	}
}
	
