/*
Theme Name: Vetiagro Distribuciones
Theme URI: https://vetiagro.com/
Author: Vetiagro Distribuciones S.A.S.
Author URI: https://vetiagro.com/
Description: Tema institucional de Vetiagro Distribuciones S.A.S. con portada corporativa, catálogo por categorías, promociones, domicilios, contacto y asistente Veti.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: vetiagro
*/

:root {
  --vetiagro-forest: #2e623f;
  --vetiagro-forest-deep: #153b27;
  --vetiagro-red: #ca302f;
  --vetiagro-gold: #f4c225;
  --vetiagro-ink: #1f2a24;
  --vetiagro-line: #dbe5d9;
}

body:not(.home) {
  margin: 0;
  color: var(--vetiagro-ink);
  background: #fffaf0;
  font-family: Arial, Helvetica, sans-serif;
}

.wp-site-blocks,
.site-content {
  min-height: 55vh;
}

.standard-header {
  border-bottom: 3px solid var(--vetiagro-gold);
  background: #fff;
}

.standard-header-inner,
.standard-content,
.standard-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.standard-header-inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.standard-header img {
  display: block;
  width: 185px;
  height: auto;
}

.standard-header a,
.standard-content a {
  color: var(--vetiagro-forest);
}

.standard-header-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: .9rem;
  font-weight: 700;
}

.standard-content {
  padding: 72px 0;
}

.standard-content article {
  margin-bottom: 42px;
  padding: 34px;
  border: 1px solid var(--vetiagro-line);
  border-radius: 16px;
  background: #fff;
}

.standard-content h1,
.standard-content h2 {
  color: var(--vetiagro-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.standard-content img {
  max-width: 100%;
  height: auto;
}

.standard-footer {
  padding: 28px 0;
  border-top: 4px solid var(--vetiagro-red);
  color: rgba(255,255,255,.78);
  background: var(--vetiagro-forest-deep);
  font-size: .8rem;
}

@media (max-width: 680px) {
  .standard-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }
}
