/* Contenedor principal */
.form-wrapper {
  max-width: 480px;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
  
}

/* Título con estilo Serif como en la imagen */
.form-wrapper h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 25px;
}

/* Grupos del formulario */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px;
}

.form-group label span {
  font-weight: normal;
  font-size: 13px;
  color: #555;
}

/* Campos de entrada */
.form-group input, 
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #f3964a; /* Azul oscuro */
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}

/* Estilo cuando el campo está seleccionado o autocompletado */
.form-group input:focus, 
.form-group textarea:focus {
  border-color: #101010;
}

/* Botón Submit */
.btn-submit {
  width: 100%;
  background-color: #f0b152; /* Azul de la imagen */
  color: #ffffff;
  padding: 12px;
  border: none;
  border-radius: 25px; /* Bordes redondeados */
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
  transition: background-color 0.2s ease;
}

.btn-submit:hover {
  background-color: #1d3557;
}
.mapa{
  width: 450px;
  height: 300px;
  border-radius: 30px;
  margin-bottom: 20px;
  gap : 20px;
  margin: 20px;
  border: solid 20px black;


 
}
#logoammi {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    margin-left: 85px;
    cursor: pointer;
}
.brand {
    display: flex;
    align-items: center;
    gap: 16px;
}
.contenedor {
    display: flex;
    flex-direction: row-reverse;
   justify-content: center;
   gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.eyebrow {
    margin: 0 0 8px;
    color: #e4951e;
    font-size: 0.82rem;
    font-weight: 500px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
    
  }
  .footer1{
    background-color: #f0b152;
    color: #ffffff;
    text-align: center;
    padding: 70px;
    font-size: 14px;
  }
  #logoammi2 {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    
    box-shadow: var(--shadow);
  }
  .donar {
    background-color: white;
    padding: 10px 20px;
    color: #f0b152;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    gap: 16px;
    border:white 1px solid;
    cursor: pointer;
  }
  .refresh{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
    transition: color 0.2s ease;/* Transición suave para el cambio de color */
}
.refresh:hover{
color: #f0b152;
cursor: pointer;

}
#logoammi3{
width: 100px;
height: 100px;
}
.footer2{
  background-color: ;
  display: flex;
  background-color: rgb(201, 199, 199);
  padding: 40px;
}
.footer2 img{
margin-right: 300px;
}
*{
  font-family: 'Courier New', Courier, monospace;
}
.footer3{
  background-color: black;
  color: white;
  padding: 40px;
}