*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


body  {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}


.header {
    display: inline;
    justify-content: baseline;
    align-items: center;

}


.navbar {
    display:display-box;
    background-color:#0f1e39;
    overflow: hidden;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 100%;
    
}

.navbar a {

    float: inline-start;
    color: #ffffff;
    text-align: right;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 20 px;
    margin-top: 10px;

}

.navbar a:hover {
    background-color: #275dbd;
    color: black;
}

.navbar a.active {
    background-color: #00092f;
    color: white;

}

.contact_form{	
	width: 250px; 
  height:   1500px;
  margin: 1px 20 px;
	border-radius: 10px;  
	padding-top: 30px;
	padding-bottom: 20px;   
  padding-left: 700px; 
}


input{
	width: 458px; 
	height: 50px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff; 
	margin-top: 20px;  
	padding-left: 10px;
  margin-bottom: 20px; 
}


textarea{
  background-color: #fbfbfb; 
	width: 405px; 
	height: 150px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #4882e7; 
	margin-top: 10px;  
	padding-left: 10px;
  margin-bottom: 20px; 
  padding-top: 15px; 
}


label{
    display: flex; 
	float: center; 	
}


button{
	height: 45px; 
	padding-left: 5px;
	padding-right: 5px; 	
	margin-bottom: 20px; 
	margin-top: 10px; 	
	text-transform: uppercase;
	background-color: #4882e7; 
	border-color: #4882e7; 
	border-style: solid; 
	border-radius: 10px;	
	width: 420px;   
  cursor: pointer;
}


button p{
	color: #fff; 
}


span{
	color: #48e7df; 
}


.aviso{
	font-size: 13px;  
	color: #ffffff;  
}


h1{
	font-size: 20px;  
	text-align: letf; 
	padding-bottom: 50px; 
	color: #63e748;
}


h3{
	font-size: 16px; 
	padding-bottom: 30px;
	color: #ffffff;   
}


p{
	font-size: 14px; 
	color: #ffffff; 
}


::-webkit-input-placeholder {
 color: #a8a8a8;
}


::-webkit-textarea-placeholder {
 color: #a8a8a8;
}


.formulario input:focus{
	outline:0;
	border: 1px solid #97d848;
}


.formulario textarea:focus{
	outline:0;
	border: 1px solid #97d848;
}


body {
    background-image: url(imagenes/contacto.jpg)
  }