@import "filt-ia.css";

:root {
  --color-white: #fff;
  --color-black: #151515;
  --color-border: #e7e7e7;
  --color-bg: #f7f7f7;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 32px;
}

#barra_menu_principal {
  position: relative;
}

.menu_principal .sub-menu .col .menu-agrotitan a {
  margin-bottom: 4px;
  margin-top: 2px;
}

a, p, h1, h2, h3, h4, h5, h6, span, button, div {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  margin: 0;
}

body .menu-item,
body .menu-item a {
  font-family: "Open Sans", sans-serif;
}

a, p, span, button {
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 120%;
}

h1 {
  font-size: clamp(1.56rem, 2.1vw + 0.89rem, 2.22rem);
}

h2 {
  font-size: clamp(1.56rem, 2.1vw + 0.89rem, 2.22rem);
}

h3 {
  font-size: clamp(1.33rem, 1.5vw + 0.89rem, 1.78rem);
}

h4 {
  font-size: clamp(1.11rem, 1.2vw + 0.89rem, 1.555rem);
}

strong {
  font-weight: 700;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  background-color: var(--color-primary);
}

.video-play-button {
  background: rgba(0, 0, 0, 0.403);
  color: var(--color-white);
  cursor: pointer;
  border: none;
  inset: 0;
  position: absolute;
  z-index: 10;
}

.video-play-button svg {
  height: 72px;
  width: 72px;
}

.tracking-tags-container {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

@media (max-width: 1025px) {
  .container {
    padding-inline: 24px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-inline: 16px;
  }
}

