body {
   font-family: Arial, sans-serif;
}

header {
   background-color: #4CAF50;
   background-size: cover;
   height: 50px;
   margin-top: auto;
   width: 100%;
   z-index: 100;

}


.container {
   display: flex;
   width: 50%;
   height: 50vh;
   justify-content: left;
   align-items: left;
   background-color: #446b46;
   padding: 2%;
   color: #f1f1f1;
}


.contenedor {
   display: flex;
   width: 50%;
   height: 50vh;
   justify-content: left;
   align-items: left;
   background-color: #446b46;
   padding: 2%;
   color: #f1f1f1;
}

.textos {
   margin-left: 30px;
   text-align: left;
   line-height: 125%
}

.textos2 {
   margin-left: 30px;
   line-height: 125%;
   text-align: left;
}

.formulario {
   width: 300px;
   height: 300px;
   background-color: #f2f2f2;
   padding: 20px;
   border-radius: 5px;
}


input[type="text"],
input[type="email"],
textarea {
   width: 100%;
   padding: 12px 20px;
   margin: 8px 0;
   box-sizing: border-box;
}

button {
   background-color: #4CAF50;
   color: white;
   padding: 14px 20px;
   margin: 8px 0;
   border: none;
   cursor: pointer;
   width: 100%;
}

button:hover {
   opacity: 0.8;
}

.piePagina {
   position: fixed;
   bottom: 0;
   width: 100%;
   background-color: #f1f1f1;
   padding: 10px;
   text-align: center;
}