@charset "utf-8";
/* CSS Document */
body{
	background-image: url("Presentación de Negocios Propuesta de Proyecto Digital Profesional Corporativa Azul y Naranja (7).png")
}
header{	
list-style-type: none;
margin: 0;
padding: 0; 	
overflow: hidden;
background-color: black;	
}
li{
	float: left;
}
li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 13px 30px;
	text-decoration: none;
	text-align: center;
}
.form-row {
    margin-bottom: 10px;
}

.form-input {
    display: block;
}

.form-error {
    color: red;
}
#popup-form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup-form-container form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 500px;
    margin: 30px auto;
}
footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: justify;
	background-color: midnightblue;
	color: white;
    color: #F3F3F3;
	text-align: center;