*{
    background-color: white;
 }


header img{
    width: 140px;
    height: auto;
    object-fit: contain;
    background: transparent;
}

/* =========================
   MENU
========================= */
header nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    padding-top: 0;
}

header a{
    text-decoration: none;
    padding: 12px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
}
body
{
  max-width: 100%;
  overflow-x: Auto;
  overflow-y: hidden;
  width: 100%;
  height: 50%;
  margin:0;
}

footer
{
  text-align: center;
  margin-top: 20px;
  width: 100%;
  height: 50px;
}


.menu_principal{
    color: #222;
    background-color: transparent;
}

.menu_principal:hover{
    background-color: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
}
.Linea_separador
{
  font-size: 1em;
  color: #191970;
  width: 100%;
}

.ubicacion
{
  float:right;
  margin-top: 5px;
  margin-rig:20px;
  padding-right:50px
  padding-top: 5px;
  padding-left: 5px;
}

.titulo
{
  margin-top: 30px;
  padding-top: 30px;
}

#aliados_clientes
{
   text-align:center;
}

#formulario_contactos
{
  margin-top: 20px;
  margin-left: 5px;
  padding-top: 20px;
  padding-left: 10px;
  width: 40%;
  height: 470px;
}

.contactos
{
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: Auto;
  width: 100%;
  height: 50%;

}
