/*
Theme Name: Palo Agencia
Theme URI: https://palo.com.ar
Author: PALO
Description: Tema institucional de una sola página para PALO, agencia de comunicación integral.
Version: 1.1
Text Domain: palo-agencia
*/

body {
  margin: 0;
  background: #F5F1E7;
}

* {
  box-sizing: border-box;
}

a {
  color: #0E2A47;
  text-decoration: none;
}

a:hover {
  color: #6E9A54;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 640px) {
  header {
    flex-wrap: wrap;
    row-gap: 14px;
  }
  header nav {
    width: 100%;
    justify-content: space-between;
  }
}