	body{
		background-color:white !important;
		font-family: "Inter", sans-serif;
		overflow: hidden !important;
	}

	h1{
		font-family: "Inter", sans-serif;
		font-size:1.8rem;
		font-weight:400 !important;		
		color: #041352 !important;  
	}

	h2 {
		font-family: "Inter", sans-serif;
		font-size: 1.3rem !important;
		color: #5C6D79;
		font-weight: 300 !important;
	}

	a{
		text-decoration:none !important;
		cursor:pointer;
		font-family: "Inter", sans-serif;
		font-size:1.5rem !important;
		color:#404041 !important;
		font-weight:300;
	}

	#capaBotones{
		position:absolute;
		width:100%;
		left:0px;
		top: 100%;
		margin-top:-100px;
		display:flex;
	}
	
	.headerNavy {
		height: 230px; 
		width: 100%; 
		background-color: #041352;
	}
	
	#fotoPersona
	{
		width:210px !important; 
		height:210px !important; 
		border-radius:50% !important; 
		background-image:url('../images/Juanjo.jpg') !important; 
		background-size:cover !important; 
		justify-self:center !important;
	}
	
	.contenedorFotoPersona{
		text-align:center !important;  
		position:relative !important; 
		margin-top:-110px !important;
		display:grid;
	}
	
	.botonGuardaContacto{
		background-color: #7FCC00 !important; 
		border-color: white !important; 
		color: #041352 !important; 
		font-size: 1.1rem !important; 
		padding-left: 15px !important; 
		padding-right: 15px !important; 
		padding-top: 10px !important; 
		padding-bottom: 10px !important; 
		font-family:'Inter' !important;
	}
	
	.botonesCallToAction{
		width:80px !important;
	}