.logo-anepco{
   position: absolute;
   top: 30px;
   left: 30px;
   z-index: 2;

}

.contacto-form{
   height: 90vh;
   background-color: #0E0046;
   display: flex;
   align-items: center;
   justify-content: center;
}

.contacto-form-contenedor{
   max-width:1200px;
   display: flex;
   align-items: center;
   gap: 90px;
}

.contacto-form-contenedor p,
.contacto-form-contenedor h3{
   color: #fff;
}


.contacto-form-contenedor > div  p{
   font-size: 35px;
   font-weight: bold;
   letter-spacing: 13px;
   margin-bottom: 6px;
   margin-top: 0;
} 

.contacto-form-contenedor > div h3{
   font-size: 70px;
   font-weight: 900;
   text-transform: uppercase;
   margin: 0;
}


.contacto-form-contenedor form input,
.contacto-form-contenedor form textarea{
   display: block;
   box-sizing: border-box;
   width: 300px;
   padding: 13px;
   outline: none;
   margin-bottom: 15px;
}

.contacto-form-contenedor form button{
   outline: none;
   background-color: black;
   color: #989898;
   border: none;
   width: 100%;
   padding: 19px 0;
   cursor: pointer;
}

.footer-contenedor{
   padding-bottom: 50px;
}

@media(max-width:991px){
	.contacto-form-contenedor > div p {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-bottom: 6px;
    margin-top: 0;
}
	.contacto-form-contenedor > div h3 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
	.contacto-form-contenedor {
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}
.contacto-form {
    height: 100%;
    background-color: #0E0046;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 103px 0;
}
	html {
     margin-top: 0 !important; 
}
	

	
	
}

@media(max-height:670px) and (min-width:1000px){
	
	.header-menu-flotante{
		top: 11px;
	}
	
	.menu-flotante .icono{
		top: 6px;
	}
	
	.menu-flotante .overlay{
		top: 6px;
	}
	
	form.formulario_home{
		padding-top: 70px;
	}
}
