/* New variables*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* line 19, ../scss/base/_text.scss */
p {
  color: #606060;
  font-size: 16px;
}
@media (min-width: 1280px) {
  /* line 19, ../scss/base/_text.scss */
  p {
    font-size: 18px;
  }
}

/* line 27, ../scss/base/_text.scss */
.color-title-primary {
  color: #00A6D7;
}

/* line 31, ../scss/base/_text.scss */
.color-title-secondary {
  color: #606060 !important;
}

/* line 35, ../scss/base/_text.scss */
.color-title-tertiary {
  color: #7DC200;
}

/* line 39, ../scss/base/_text.scss */
.color-text {
  color: #606060;
}

/* line 43, ../scss/base/_text.scss */
.header-title {
  color: #00A6D7;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
}
/* line 51, ../scss/base/_text.scss */
.header-title:before {
  content: ' ';
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-size: 100% 100%;
  background-position: center;
  margin-right: 12px;
  height: 20px;
  width: 20px;
}

/*Headings*/
/* line 64, ../scss/base/_text.scss */
.h1 {
  font-size: 28px !important;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 64, ../scss/base/_text.scss */
  .h1 {
    font-size: 32px !important;
  }
}

/* line 73, ../scss/base/_text.scss */
.h2 {
  font-size: 24px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 73, ../scss/base/_text.scss */
  .h2 {
    font-size: 28px;
  }
}

/* line 83, ../scss/base/_text.scss */
.h3 {
  font-size: 22px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 83, ../scss/base/_text.scss */
  .h3 {
    font-size: 24px;
  }
}

/* line 92, ../scss/base/_text.scss */
.h4 {
  font-size: 22px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 92, ../scss/base/_text.scss */
  .h4 {
    font-size: 24px;
  }
}

/* line 101, ../scss/base/_text.scss */
.h5 {
  font-size: 20px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 101, ../scss/base/_text.scss */
  .h5 {
    font-size: 22px;
  }
}

/* line 110, ../scss/base/_text.scss */
.h6 {
  font-size: 20px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 110, ../scss/base/_text.scss */
  .h6 {
    font-size: 22px;
  }
}

/*Titles*/
/* line 121, ../scss/base/_text.scss */
.title-small-l {
  font-size: 22px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 121, ../scss/base/_text.scss */
  .title-small-l {
    font-size: 24px;
  }
}

/* line 130, ../scss/base/_text.scss */
.title-small-r {
  font-size: 22px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 130, ../scss/base/_text.scss */
  .title-small-r {
    font-size: 24px;
  }
}

/* line 139, ../scss/base/_text.scss */
.title-small-m {
  font-size: 22px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 139, ../scss/base/_text.scss */
  .title-small-m {
    font-size: 24px;
  }
}

/* line 148, ../scss/base/_text.scss */
.title-small-b {
  font-size: 22px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 148, ../scss/base/_text.scss */
  .title-small-b {
    font-size: 24px;
  }
}

/* line 157, ../scss/base/_text.scss */
.title-medium-l {
  font-size: 24px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 157, ../scss/base/_text.scss */
  .title-medium-l {
    font-size: 28px;
  }
}

/* line 166, ../scss/base/_text.scss */
.title-medium-r {
  font-size: 24px;
  line-height: default;
  font-weight: normal !important;
}
@media (min-width: 1280px) {
  /* line 166, ../scss/base/_text.scss */
  .title-medium-r {
    font-size: 28px !important;
  }
}

/* line 175, ../scss/base/_text.scss */
.title-medium-m {
  font-size: 24px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 175, ../scss/base/_text.scss */
  .title-medium-m {
    font-size: 28px;
  }
}

/* line 184, ../scss/base/_text.scss */
.title-medium-b {
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 184, ../scss/base/_text.scss */
  .title-medium-b {
    font-size: 28px;
  }
}

/* line 193, ../scss/base/_text.scss */
.title-large-l {
  font-size: 28px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 193, ../scss/base/_text.scss */
  .title-large-l {
    font-size: 32px;
  }
}

/* line 202, ../scss/base/_text.scss */
.title-large-r {
  font-size: 28px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 202, ../scss/base/_text.scss */
  .title-large-r {
    font-size: 32px;
  }
}

/* line 211, ../scss/base/_text.scss */
.title-large-m {
  font-size: 28px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 211, ../scss/base/_text.scss */
  .title-large-m {
    font-size: 32px;
  }
}

/* line 220, ../scss/base/_text.scss */
.title-large-b {
  font-size: 28px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 220, ../scss/base/_text.scss */
  .title-large-b {
    font-size: 32px !important;
  }
}

/* line 228, ../scss/base/_text.scss */
.title-xl-large-b {
  font-size: 40px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 228, ../scss/base/_text.scss */
  .title-xl-large-b {
    font-size: 40px;
  }
}

/* line 236, ../scss/base/_text.scss */
.title-xxlarge-b {
  font-size: 64px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 236, ../scss/base/_text.scss */
  .title-xxlarge-b {
    font-size: 70px;
  }
}

/* Subtitles */
/* line 246, ../scss/base/_text.scss */
.subtitle-small-l {
  font-size: 16px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 246, ../scss/base/_text.scss */
  .subtitle-small-l {
    font-size: 18px;
  }
}

/* line 255, ../scss/base/_text.scss */
.subtitle-small-r {
  font-size: 16px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 255, ../scss/base/_text.scss */
  .subtitle-small-r {
    font-size: 18px;
  }
}

/* line 264, ../scss/base/_text.scss */
.subtitle-small-m {
  font-size: 16px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 264, ../scss/base/_text.scss */
  .subtitle-small-m {
    font-size: 18px;
  }
}

/* line 273, ../scss/base/_text.scss */
.subtitle-small-b {
  font-size: 16px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 273, ../scss/base/_text.scss */
  .subtitle-small-b {
    font-size: 18px;
  }
}

/* line 282, ../scss/base/_text.scss */
.subtitle-medium-l {
  font-size: 20px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 282, ../scss/base/_text.scss */
  .subtitle-medium-l {
    font-size: 22px;
  }
}

/* line 291, ../scss/base/_text.scss */
.subtitle-medium-r {
  font-size: 20px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 291, ../scss/base/_text.scss */
  .subtitle-medium-r {
    font-size: 22px;
  }
}

/* line 300, ../scss/base/_text.scss */
.subtitle-medium-m {
  font-size: 20px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 300, ../scss/base/_text.scss */
  .subtitle-medium-m {
    font-size: 22px;
  }
}

/* line 309, ../scss/base/_text.scss */
.subtitle-medium-b {
  font-size: 22px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 309, ../scss/base/_text.scss */
  .subtitle-medium-b {
    font-size: 20px !important;
  }
}

/* line 318, ../scss/base/_text.scss */
.subtitle-large-l {
  font-size: 24px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 318, ../scss/base/_text.scss */
  .subtitle-large-l {
    font-size: 28px;
  }
}

/* line 327, ../scss/base/_text.scss */
.subtitle-large-r {
  font-size: 24px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 327, ../scss/base/_text.scss */
  .subtitle-large-r {
    font-size: 28px;
  }
}

/* line 336, ../scss/base/_text.scss */
.subtitle-large-m {
  font-size: 24px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 336, ../scss/base/_text.scss */
  .subtitle-large-m {
    font-size: 28px;
  }
}

/* line 345, ../scss/base/_text.scss */
.subtitle-large-b {
  font-size: 24px !important;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 345, ../scss/base/_text.scss */
  .subtitle-large-b {
    font-size: 28px !important;
  }
}

/* Body */
/* line 357, ../scss/base/_text.scss */
.body-small-l {
  font-size: 14px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 357, ../scss/base/_text.scss */
  .body-small-l {
    font-size: 16px;
  }
}

/* line 366, ../scss/base/_text.scss */
.body-small-r {
  font-size: 14px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 366, ../scss/base/_text.scss */
  .body-small-r {
    font-size: 16px;
  }
}

/* line 375, ../scss/base/_text.scss */
.body-small-m {
  font-size: 14px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 375, ../scss/base/_text.scss */
  .body-small-m {
    font-size: 16px;
  }
}

/* line 384, ../scss/base/_text.scss */
.body-small-b {
  font-size: 14px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 384, ../scss/base/_text.scss */
  .body-small-b {
    font-size: 16px;
  }
}

/* line 393, ../scss/base/_text.scss */
.body-medium-l {
  font-size: 14px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 393, ../scss/base/_text.scss */
  .body-medium-l {
    font-size: 16px;
  }
}

/* line 402, ../scss/base/_text.scss */
.body-medium-r {
  font-size: 16px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 402, ../scss/base/_text.scss */
  .body-medium-r {
    font-size: 18px;
  }
}

/* line 411, ../scss/base/_text.scss */
.body-medium-m {
  font-size: 16px;
  line-height: default;
  font-weight: 500;
}
@media (min-width: 1280px) {
  /* line 411, ../scss/base/_text.scss */
  .body-medium-m {
    font-size: 18px;
  }
}

/* line 420, ../scss/base/_text.scss */
.body-medium-b {
  font-size: 16px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 420, ../scss/base/_text.scss */
  .body-medium-b {
    font-size: 18px;
  }
}

/* line 429, ../scss/base/_text.scss */
.body-large-l {
  font-size: 18px;
  line-height: default;
  font-weight: light;
}
@media (min-width: 1280px) {
  /* line 429, ../scss/base/_text.scss */
  .body-large-l {
    font-size: 20px;
  }
}

/* line 438, ../scss/base/_text.scss */
.body-large-r {
  font-size: 18px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 438, ../scss/base/_text.scss */
  .body-large-r {
    font-size: 20px;
  }
}

/* line 447, ../scss/base/_text.scss */
.body-large-m {
  font-size: 18px;
  line-height: default;
  font-weight: medium;
}
@media (min-width: 1280px) {
  /* line 447, ../scss/base/_text.scss */
  .body-large-m {
    font-size: 20px;
  }
}

/* line 456, ../scss/base/_text.scss */
.body-large-b {
  font-size: 18px;
  line-height: default;
  font-weight: bold;
}
@media (min-width: 1280px) {
  /* line 456, ../scss/base/_text.scss */
  .body-large-b {
    font-size: 20px;
  }
}

/* line 465, ../scss/base/_text.scss */
.body-xlarge {
  font-size: 20px;
  line-height: default;
  font-weight: normal;
}
@media (min-width: 1280px) {
  /* line 465, ../scss/base/_text.scss */
  .body-xlarge {
    font-size: 22px;
  }
}

/* Details */
/* line 476, ../scss/base/_text.scss */
.detail-small-l {
  font-size: 12px;
  line-height: default;
  font-weight: light;
}

/* line 482, ../scss/base/_text.scss */
.detail-small-r {
  font-size: 12px;
  line-height: default;
  font-weight: normal;
}

/* line 488, ../scss/base/_text.scss */
.detail-small-m {
  font-size: 12px;
  line-height: default;
  font-weight: medium;
}

/* line 494, ../scss/base/_text.scss */
.detail-small-b {
  font-size: 12px;
  line-height: default;
  font-weight: bold;
}

/* line 500, ../scss/base/_text.scss */
.detail-medium-l {
  font-size: 12px;
  line-height: default;
  font-weight: light;
}

/* line 506, ../scss/base/_text.scss */
.detail-medium-r {
  font-size: 14px;
  line-height: default;
  font-weight: normal;
}

/* line 512, ../scss/base/_text.scss */
.detail-medium-m {
  font-size: 14px;
  line-height: default;
  font-weight: medium;
}

/* line 518, ../scss/base/_text.scss */
.detail-medium-b {
  font-size: 14px;
  line-height: default;
  font-weight: bold;
}

/* line 524, ../scss/base/_text.scss */
.detail-large-l {
  font-size: 14px;
  line-height: default;
  font-weight: light;
}

/* line 530, ../scss/base/_text.scss */
.detail-large-r {
  font-size: 16px;
  line-height: default;
  font-weight: normal;
}

/* line 536, ../scss/base/_text.scss */
.detail-large-m {
  font-size: 16px;
  line-height: default;
  font-weight: medium;
}

/* line 542, ../scss/base/_text.scss */
.detail-large-b {
  font-size: 16px;
  line-height: default;
  font-weight: bold;
}

/* line 1, ../scss/base/_spacing.scss */
.margin-top-small {
  margin-top: 12px;
}

/* line 5, ../scss/base/_spacing.scss */
.margin-bottom-small {
  margin-bottom: 12px;
}

/* line 9, ../scss/base/_spacing.scss */
.margin-right-small {
  margin-right: 12px;
}

/* line 13, ../scss/base/_spacing.scss */
.margin-left-small {
  margin-left: 12px;
}

/* line 17, ../scss/base/_spacing.scss */
.margin-top-medium {
  margin-top: 20px;
}

/* line 21, ../scss/base/_spacing.scss */
.margin-bottom-medium {
  margin-bottom: 20px;
}

/* line 25, ../scss/base/_spacing.scss */
.margin-right-medium {
  margin-right: 20px;
}

/* line 29, ../scss/base/_spacing.scss */
.margin-left-medium {
  margin-left: 20px;
}

/* line 33, ../scss/base/_spacing.scss */
.margin-top-large {
  margin-top: 40px;
}

/* line 37, ../scss/base/_spacing.scss */
.margin-bottom-large {
  margin-bottom: 40px;
}

/* line 41, ../scss/base/_spacing.scss */
.margin-right-large {
  margin-right: 40px;
}

/* line 45, ../scss/base/_spacing.scss */
.margin-left-large {
  margin-left: 40px;
}

/* line 51, ../scss/base/_spacing.scss */
.padding-top-large {
  padding-top: 40px;
}

/* line 55, ../scss/base/_spacing.scss */
.padding-bottom-medium {
  padding-bottom: 32px;
}

/* line 59, ../scss/base/_spacing.scss */
.padding-bottom-large {
  padding-bottom: 40px;
}

/* line 63, ../scss/base/_spacing.scss */
.padding-right-large {
  padding-right: 40px;
}

/* line 67, ../scss/base/_spacing.scss */
.padding-left-large {
  padding-left: 40px;
}

/* line 71, ../scss/base/_spacing.scss */
.divider-primary {
  width: 165px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #7DC200;
}

/* line 79, ../scss/base/_spacing.scss */
.divider-secondary {
  width: 160px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #7DC200;
}

/* line 87, ../scss/base/_spacing.scss */
.divider-primary-top {
  margin-bottom: 25px;
}

/* line 91, ../scss/base/_spacing.scss */
.divider-primary-bottom {
  margin-top: 25px;
}

/*Rizobacter en cifras*/
@font-face {
  font-family: 'antennabold';
  font-display: auto;
  src: url("../../../libraries/Antenna/antenna-bold.woff2") format("woff2"), url("../../../libraries/Antenna/antenna-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 42, ../scss/component/_button.scss */
object {
  transition: 0.5s;
}

/* line 46, ../scss/component/_button.scss */
.button-primary, .mega-group-title {
  height: 40px;
  border-radius: 4px;
  min-width: 167px;
  width: min-content;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 12px;
  background-color: #00A6D7;
  color: #FFFFFF;
}
/* line 21, ../scss/component/_button.scss */
.button-primary .icon-right,
.button-primary .icon-left, .mega-group-title .icon-right,
.mega-group-title .icon-left {
  height: 16px;
  width: 16px;
}
/* line 27, ../scss/component/_button.scss */
.button-primary:hover, .mega-group-title:hover {
  text-decoration: none;
}
/* line 31, ../scss/component/_button.scss */
.button-primary a, .mega-group-title a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../scss/component/_button.scss */
.button-primary a:hover, .mega-group-title a:hover {
  text-decoration: none;
}
/* line 51, ../scss/component/_button.scss */
.button-primary:hover, .mega-group-title:hover {
  color: #23262D;
  background-color: #B3E4F3;
}
/* line 55, ../scss/component/_button.scss */
.button-primary:hover object, .button-primary:hover svg, .mega-group-title:hover object, .mega-group-title:hover svg {
  filter: brightness(0) saturate(100%) invert(12%) sepia(16%) saturate(599%) hue-rotate(184deg) brightness(90%) contrast(91%) !important;
}
/* line 60, ../scss/component/_button.scss */
.button-primary a, .mega-group-title a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

/* line 67, ../scss/component/_button.scss */
.button-secondary {
  background-color: #7DC200;
  color: #FFFFFF;
  height: 40px;
  border-radius: 4px;
  min-width: 167px;
  width: min-content;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 12px;
}
/* line 21, ../scss/component/_button.scss */
.button-secondary .icon-right,
.button-secondary .icon-left {
  height: 16px;
  width: 16px;
}
/* line 27, ../scss/component/_button.scss */
.button-secondary:hover {
  text-decoration: none;
}
/* line 31, ../scss/component/_button.scss */
.button-secondary a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../scss/component/_button.scss */
.button-secondary a:hover {
  text-decoration: none;
}
/* line 72, ../scss/component/_button.scss */
.button-secondary:hover {
  color: #23262D;
  background-color: #D8EDB3;
}
/* line 76, ../scss/component/_button.scss */
.button-secondary:hover object, .button-secondary:hover svg {
  filter: brightness(0) saturate(100%) invert(12%) sepia(16%) saturate(599%) hue-rotate(184deg) brightness(90%) contrast(91%) !important;
}
/* line 81, ../scss/component/_button.scss */
.button-secondary a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

/* line 88, ../scss/component/_button.scss */
.button-primary-negative {
  height: 40px;
  border-radius: 4px;
  min-width: 167px;
  width: min-content;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 12px;
  padding: 0 !important;
  background-color: #FFFFFF;
  color: #00A6D7 !important;
}
/* line 21, ../scss/component/_button.scss */
.button-primary-negative .icon-right,
.button-primary-negative .icon-left {
  height: 16px;
  width: 16px;
}
/* line 27, ../scss/component/_button.scss */
.button-primary-negative:hover {
  text-decoration: none;
}
/* line 31, ../scss/component/_button.scss */
.button-primary-negative a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../scss/component/_button.scss */
.button-primary-negative a:hover {
  text-decoration: none;
}
/* line 94, ../scss/component/_button.scss */
.button-primary-negative object {
  filter: brightness(0) saturate(100%) invert(46%) sepia(18%) saturate(4025%) hue-rotate(159deg) brightness(100%) contrast(100%);
}
/* line 98, ../scss/component/_button.scss */
.button-primary-negative a {
  color: #00A6D7 !important;
  display: flex;
  align-items: center;
}

/* line 105, ../scss/component/_button.scss */
.button-secondary-negative {
  height: 40px;
  border-radius: 4px;
  min-width: 167px;
  width: min-content;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 12px;
  padding: 0 !important;
  background-color: #FFFFFF;
  color: #7DC200 !important;
}
/* line 21, ../scss/component/_button.scss */
.button-secondary-negative .icon-right,
.button-secondary-negative .icon-left {
  height: 16px;
  width: 16px;
}
/* line 27, ../scss/component/_button.scss */
.button-secondary-negative:hover {
  text-decoration: none;
}
/* line 31, ../scss/component/_button.scss */
.button-secondary-negative a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../scss/component/_button.scss */
.button-secondary-negative a:hover {
  text-decoration: none;
}
/* line 111, ../scss/component/_button.scss */
.button-secondary-negative object {
  filter: brightness(0) saturate(100%) invert(56%) sepia(79%) saturate(508%) hue-rotate(39deg) brightness(98%) contrast(103%);
}
/* line 115, ../scss/component/_button.scss */
.button-secondary-negative a {
  color: #7DC200 !important;
  display: flex;
  align-items: center;
}

/* line 122, ../scss/component/_button.scss */
.link-secondary {
  height: 40px;
  border-radius: 4px;
  min-width: 167px;
  width: min-content;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 12px;
  min-width: auto;
  background-color: #FFFFFF;
  color: #7DC200 !important;
  padding: 4px 8px 4px 10px !important;
  transition: 0.5s;
}
/* line 21, ../scss/component/_button.scss */
.link-secondary .icon-right,
.link-secondary .icon-left {
  height: 16px;
  width: 16px;
}
/* line 27, ../scss/component/_button.scss */
.link-secondary:hover {
  text-decoration: none;
}
/* line 31, ../scss/component/_button.scss */
.link-secondary a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../scss/component/_button.scss */
.link-secondary a:hover {
  text-decoration: none;
}
/* line 130, ../scss/component/_button.scss */
.link-secondary .icon-right,
.link-secondary .icon-left {
  height: 24px !important;
  width: 24px !important;
}
/* line 136, ../scss/component/_button.scss */
.link-secondary object, .link-secondary svg {
  filter: brightness(0) saturate(100%) invert(56%) sepia(79%) saturate(508%) hue-rotate(39deg) brightness(98%) contrast(103%);
}
/* line 140, ../scss/component/_button.scss */
.link-secondary:hover {
  background-color: #7DC200;
  color: #FFFFFF !important;
}
/* line 144, ../scss/component/_button.scss */
.link-secondary:hover object {
  filter: none;
}
/* line 148, ../scss/component/_button.scss */
.link-secondary:hover svg {
  filter: brightness(0) invert(1);
}

/* line 154, ../scss/component/_button.scss */
.link-primary {
  height: 40px;
  border-radius: 4px;
  min-width: 167px;
  width: min-content;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 12px;
  min-width: auto;
  padding: 4px 8px 4px 10px !important;
  background-color: #FFFFFF;
  color: #00A6D7 !important;
  transition: 0.5s;
}
/* line 21, ../scss/component/_button.scss */
.link-primary .icon-right,
.link-primary .icon-left {
  height: 16px;
  width: 16px;
}
/* line 27, ../scss/component/_button.scss */
.link-primary:hover {
  text-decoration: none;
}
/* line 31, ../scss/component/_button.scss */
.link-primary a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 36, ../scss/component/_button.scss */
.link-primary a:hover {
  text-decoration: none;
}
/* line 162, ../scss/component/_button.scss */
.link-primary .icon-right,
.link-primary .icon-left {
  height: 24px !important;
  width: 24px !important;
}
/* line 167, ../scss/component/_button.scss */
.link-primary object {
  filter: brightness(0) saturate(100%) invert(46%) sepia(18%) saturate(4025%) hue-rotate(159deg) brightness(100%) contrast(100%);
}
/* line 170, ../scss/component/_button.scss */
.link-primary:hover {
  background-color: #00A6D7;
  color: #FFFFFF !important;
}
/* line 174, ../scss/component/_button.scss */
.link-primary:hover object {
  filter: none;
}
/* line 178, ../scss/component/_button.scss */
.link-primary:hover svg {
  filter: brightness(0) invert(1);
}

/* line 184, ../scss/component/_button.scss */
.banner-video {
  position: relative;
}

/* line 188, ../scss/component/_button.scss */
.button-scroll {
  position: absolute;
  bottom: 20px;
}

/* line 194, ../scss/component/_button.scss */
.button-download a {
  color: #00A6D7;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}
/* line 202, ../scss/component/_button.scss */
.button-download::before {
  content: ' ';
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/download.svg");
  display: inline-block;
  margin-right: 8px;
}

/* line 3, ../scss/component/_card.scss */
.card {
  border-radius: 16px !important;
  height: min-content;
  transition: 1s;
  border: none !important;
}

/* line 203, ../scss/component/_card.scss */
.card-dark-large {
  background-color: #D4D4D4;
  padding: 32px;
  width: 350px;
  height: 400px;
}
/* line 13, ../scss/component/_card.scss */
.card-dark-large .card-title {
  color: #00A6D7;
  font-weight: 700;
}
/* line 18, ../scss/component/_card.scss */
.card-dark-large .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 23, ../scss/component/_card.scss */
.card-dark-large .card-text {
  color: #606060;
  font-weight: 400;
}
@media (max-width: 1200px) {
  /* line 203, ../scss/component/_card.scss */
  .card-dark-large {
    width: 100%;
    height: auto;
  }
}
/* line 117, ../scss/component/_card.scss */
.card-dark-large .card-img {
  margin-bottom: 12px;
}
/* line 120, ../scss/component/_card.scss */
.card-dark-large .card-img img {
  width: 50px;
  height: 50px;
}
/* line 126, ../scss/component/_card.scss */
.card-dark-large .card-title {
  margin-bottom: 12px;
  font-size: 28px;
}
/* line 131, ../scss/component/_card.scss */
.card-dark-large .card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 136, ../scss/component/_card.scss */
.card-dark-large .card-text p,
.card-dark-large .field--name-field-body p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 18.75px;
}

/* line 208, ../scss/component/_card.scss */
.card-dark-medium {
  background-color: #D4D4D4;
  padding: 32px 16px;
  width: 242px;
  height: 325px;
}
/* line 13, ../scss/component/_card.scss */
.card-dark-medium .card-title {
  color: #00A6D7;
  font-weight: 700;
}
/* line 18, ../scss/component/_card.scss */
.card-dark-medium .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 23, ../scss/component/_card.scss */
.card-dark-medium .card-text {
  color: #606060;
  font-weight: 400;
}
/* line 149, ../scss/component/_card.scss */
.card-dark-medium .card-img {
  margin-bottom: 12px;
  width: 50px;
  height: 50px;
  margin: auto;
}
/* line 155, ../scss/component/_card.scss */
.card-dark-medium .card-img img {
  transition: 1s;
  width: 50px;
  height: 50px;
}
/* line 162, ../scss/component/_card.scss */
.card-dark-medium .card-title {
  margin-bottom: 12px;
  font-size: 24px;
  transition: 1s;
}
/* line 168, ../scss/component/_card.scss */
.card-dark-medium .card-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  transition: 1s;
}
/* line 212, ../scss/component/_card.scss */
.card-dark-medium:hover {
  background-color: #B3E4F3;
}
/* line 215, ../scss/component/_card.scss */
.card-dark-medium:hover .card-img {
  margin-bottom: 12px;
}
/* line 218, ../scss/component/_card.scss */
.card-dark-medium:hover .card-img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* line 225, ../scss/component/_card.scss */
.card-dark-medium:hover .card-title,
.card-dark-medium:hover .card-subtitle {
  color: #23262D;
}

/* line 232, ../scss/component/_card.scss */
.card-dark-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 157px;
  background-color: #D4D4D4;
}
/* line 183, ../scss/component/_card.scss */
.card-dark-small .card-img {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
/* line 188, ../scss/component/_card.scss */
.card-dark-small .card-img img {
  width: 50px;
  height: 50px;
}
/* line 194, ../scss/component/_card.scss */
.card-dark-small .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: 1s;
}
/* line 236, ../scss/component/_card.scss */
.card-dark-small .card-title {
  color: #23262D;
  font-weight: 700;
}
/* line 241, ../scss/component/_card.scss */
.card-dark-small:hover {
  background-color: #B3E4F3;
}
/* line 244, ../scss/component/_card.scss */
.card-dark-small:hover .card-title,
.card-dark-small:hover .card-subtitle {
  color: #23262D;
}

/* line 251, ../scss/component/_card.scss */
.card-blue-large {
  background-color: #00A6D7;
  padding: 32px;
  width: 350px;
  height: 400px;
}
/* line 32, ../scss/component/_card.scss */
.card-blue-large .card-title {
  color: #FFFFFF;
  font-weight: 700;
}
/* line 37, ../scss/component/_card.scss */
.card-blue-large .card-subtitle {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 42, ../scss/component/_card.scss */
.card-blue-large .card-text,
.card-blue-large .field--name-field-body p {
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  /* line 251, ../scss/component/_card.scss */
  .card-blue-large {
    width: 100%;
    height: auto;
  }
}
/* line 117, ../scss/component/_card.scss */
.card-blue-large .card-img {
  margin-bottom: 12px;
}
/* line 120, ../scss/component/_card.scss */
.card-blue-large .card-img img {
  width: 50px;
  height: 50px;
}
/* line 126, ../scss/component/_card.scss */
.card-blue-large .card-title {
  margin-bottom: 12px;
  font-size: 28px;
}
/* line 131, ../scss/component/_card.scss */
.card-blue-large .card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 136, ../scss/component/_card.scss */
.card-blue-large .card-text p,
.card-blue-large .field--name-field-body p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 18.75px;
}
/* line 255, ../scss/component/_card.scss */
.card-blue-large .card-text p {
  color: #FFFFFF;
}

/* line 260, ../scss/component/_card.scss */
.card-blue-medium {
  background-color: #00A6D7;
  padding: 32px 16px;
  width: 242px;
  height: 325px;
}
/* line 32, ../scss/component/_card.scss */
.card-blue-medium .card-title {
  color: #FFFFFF;
  font-weight: 700;
}
/* line 37, ../scss/component/_card.scss */
.card-blue-medium .card-subtitle {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 42, ../scss/component/_card.scss */
.card-blue-medium .card-text,
.card-blue-medium .field--name-field-body p {
  color: #FFFFFF;
}
/* line 149, ../scss/component/_card.scss */
.card-blue-medium .card-img {
  margin-bottom: 12px;
  width: 50px;
  height: 50px;
  margin: auto;
}
/* line 155, ../scss/component/_card.scss */
.card-blue-medium .card-img img {
  transition: 1s;
  width: 50px;
  height: 50px;
}
/* line 162, ../scss/component/_card.scss */
.card-blue-medium .card-title {
  margin-bottom: 12px;
  font-size: 24px;
  transition: 1s;
}
/* line 168, ../scss/component/_card.scss */
.card-blue-medium .card-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  transition: 1s;
}
/* line 264, ../scss/component/_card.scss */
.card-blue-medium:hover {
  background-color: #B3E4F3;
}
/* line 267, ../scss/component/_card.scss */
.card-blue-medium:hover .card-img {
  margin-bottom: 12px;
}
/* line 270, ../scss/component/_card.scss */
.card-blue-medium:hover .card-img img {
  width: 30px;
  height: 30px;
}
/* line 276, ../scss/component/_card.scss */
.card-blue-medium:hover .card-title,
.card-blue-medium:hover .card-subtitle {
  color: #23262D;
}

/* line 283, ../scss/component/_card.scss */
.card-blue-small {
  background-color: #00A6D7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 157px;
}
/* line 32, ../scss/component/_card.scss */
.card-blue-small .card-title {
  color: #FFFFFF;
  font-weight: 700;
}
/* line 37, ../scss/component/_card.scss */
.card-blue-small .card-subtitle {
  color: #FFFFFF;
  font-weight: 500;
}
/* line 42, ../scss/component/_card.scss */
.card-blue-small .card-text,
.card-blue-small .field--name-field-body p {
  color: #FFFFFF;
}
/* line 183, ../scss/component/_card.scss */
.card-blue-small .card-img {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
/* line 188, ../scss/component/_card.scss */
.card-blue-small .card-img img {
  width: 50px;
  height: 50px;
}
/* line 194, ../scss/component/_card.scss */
.card-blue-small .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: 1s;
}
/* line 287, ../scss/component/_card.scss */
.card-blue-small:hover {
  background-color: #B3E4F3;
}
/* line 290, ../scss/component/_card.scss */
.card-blue-small:hover .card-title,
.card-blue-small:hover .card-subtitle {
  color: #23262D;
}

/* line 297, ../scss/component/_card.scss */
.card-bluelight-large {
  background-color: #B3E4F3;
  padding: 32px;
  width: 350px;
  height: 400px;
}
/* line 51, ../scss/component/_card.scss */
.card-bluelight-large .card-title {
  color: #23262D;
  font-weight: 700;
}
/* line 56, ../scss/component/_card.scss */
.card-bluelight-large .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 61, ../scss/component/_card.scss */
.card-bluelight-large .card-text {
  color: #23262D;
}
@media (max-width: 1200px) {
  /* line 297, ../scss/component/_card.scss */
  .card-bluelight-large {
    width: 100%;
    height: auto;
  }
}
/* line 117, ../scss/component/_card.scss */
.card-bluelight-large .card-img {
  margin-bottom: 12px;
}
/* line 120, ../scss/component/_card.scss */
.card-bluelight-large .card-img img {
  width: 50px;
  height: 50px;
}
/* line 126, ../scss/component/_card.scss */
.card-bluelight-large .card-title {
  margin-bottom: 12px;
  font-size: 28px;
}
/* line 131, ../scss/component/_card.scss */
.card-bluelight-large .card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 136, ../scss/component/_card.scss */
.card-bluelight-large .card-text p,
.card-bluelight-large .field--name-field-body p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 18.75px;
}
/* line 301, ../scss/component/_card.scss */
.card-bluelight-large .card-text p {
  color: #23262D;
}

/* line 306, ../scss/component/_card.scss */
.card-bluelight-medium {
  background-color: #B3E4F3;
  padding: 32px 16px;
  width: 242px;
  height: 325px;
}
/* line 51, ../scss/component/_card.scss */
.card-bluelight-medium .card-title {
  color: #23262D;
  font-weight: 700;
}
/* line 56, ../scss/component/_card.scss */
.card-bluelight-medium .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 61, ../scss/component/_card.scss */
.card-bluelight-medium .card-text {
  color: #23262D;
}
/* line 149, ../scss/component/_card.scss */
.card-bluelight-medium .card-img {
  margin-bottom: 12px;
  width: 50px;
  height: 50px;
  margin: auto;
}
/* line 155, ../scss/component/_card.scss */
.card-bluelight-medium .card-img img {
  transition: 1s;
  width: 50px;
  height: 50px;
}
/* line 162, ../scss/component/_card.scss */
.card-bluelight-medium .card-title {
  margin-bottom: 12px;
  font-size: 24px;
  transition: 1s;
}
/* line 168, ../scss/component/_card.scss */
.card-bluelight-medium .card-subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  transition: 1s;
}

/* line 320, ../scss/component/_card.scss */
.card-bluelight-small {
  background-color: #B3E4F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 157px;
}
/* line 51, ../scss/component/_card.scss */
.card-bluelight-small .card-title {
  color: #23262D;
  font-weight: 700;
}
/* line 56, ../scss/component/_card.scss */
.card-bluelight-small .card-subtitle {
  color: #23262D;
  font-weight: 500;
}
/* line 61, ../scss/component/_card.scss */
.card-bluelight-small .card-text {
  color: #23262D;
}
/* line 183, ../scss/component/_card.scss */
.card-bluelight-small .card-img {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
/* line 188, ../scss/component/_card.scss */
.card-bluelight-small .card-img img {
  width: 50px;
  height: 50px;
}
/* line 194, ../scss/component/_card.scss */
.card-bluelight-small .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: 1s;
}
/* line 324, ../scss/component/_card.scss */
.card-bluelight-small:hover {
  background-color: #D8EDB3;
}
/* line 327, ../scss/component/_card.scss */
.card-bluelight-small:hover .card-title,
.card-bluelight-small:hover .card-subtitle {
  color: #23262D;
}

/* line 334, ../scss/component/_card.scss */
.card-light {
  width: 350px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 30px 0px #0000001A;
}
/* line 71, ../scss/component/_card.scss */
.card-light .card-body {
  padding: 24px 16px !important;
}
/* line 76, ../scss/component/_card.scss */
.card-light .card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
/* line 84, ../scss/component/_card.scss */
.card-light .card-title {
  font-size: 24px;
  color: #00A6D7;
  font-weight: 700;
  margin-bottom: 16px;
}
/* line 91, ../scss/component/_card.scss */
.card-light .card-subtitle {
  color: #606060;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}
/* line 98, ../scss/component/_card.scss */
.card-light .card-text p,
.card-light .field--name-field-body p {
  color: #606060;
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}

/* line 338, ../scss/component/_card.scss */
.card-event {
  height: 236px;
  padding: 32px 20px 32px 20px;
  gap: 24px;
  border-radius: 16px;
  box-shadow: 1px 1px 30px 0px #0000001A;
}
/* line 345, ../scss/component/_card.scss */
.card-event .card-title {
  font-weight: 700;
  font-size: 24px;
  color: #606060;
  line-height: 22px;
  min-height: 44px;
  margin-bottom: 24px;
}
/* line 354, ../scss/component/_card.scss */
.card-event p {
  margin-bottom: 0;
}
/* line 358, ../scss/component/_card.scss */
.card-event .card-text {
  color: #606060;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}

/* line 366, ../scss/component/_card.scss */
.card-product {
  width: 262px;
  height: 252px;
  padding: 32px 20px 32px 20px;
  gap: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 377, ../scss/component/_card.scss */
.card-product .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #606060;
  width: 90%;
}
/* line 383, ../scss/component/_card.scss */
.card-product .card-title p {
  font-size: 16px;
}
/* line 388, ../scss/component/_card.scss */
.card-product .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.52px;
  color: #606060;
  font-size: 16px;
}
/* line 396, ../scss/component/_card.scss */
.card-product .card-image,
.card-product .card-img, .card-product .card-img-top {
  width: 222px;
  height: 70px;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
/* line 404, ../scss/component/_card.scss */
.card-product .card-image img,
.card-product .card-img img, .card-product .card-img-top img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
/* line 411, ../scss/component/_card.scss */
.card-product .link-primary {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* line 418, ../scss/component/_card.scss */
.card-primary {
  width: 262px;
  height: 287px;
  padding: 32px 20px 32px 20px;
  gap: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  /* line 418, ../scss/component/_card.scss */
  .card-primary {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/* line 433, ../scss/component/_card.scss */
.card-primary .card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #00A6D7;
}
/* line 440, ../scss/component/_card.scss */
.card-primary .card-text, .card-primary .card-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.52px;
  color: #606060;
}
/* line 447, ../scss/component/_card.scss */
.card-primary .card-img {
  width: 222px;
  height: 70px;
}
@media screen and (max-width: 576px) {
  /* line 447, ../scss/component/_card.scss */
  .card-primary .card-img {
    width: 100%;
  }
}
/* line 454, ../scss/component/_card.scss */
.card-primary .card-img img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
/* line 461, ../scss/component/_card.scss */
.card-primary .card-button {
  display: flex;
  justify-content: end;
}

/* line 467, ../scss/component/_card.scss */
.card-crop {
  width: 100%;
  height: 250px;
  gap: 16px;
  border-radius: 16px;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 467, ../scss/component/_card.scss */
  .card-crop {
    width: 545px;
  }
}
/* line 478, ../scss/component/_card.scss */
.card-crop a {
  text-decoration: none;
}
/* line 482, ../scss/component/_card.scss */
.card-crop .card-image-container {
  position: relative;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 482, ../scss/component/_card.scss */
  .card-crop .card-image-container {
    width: 545px;
  }
}
/* line 494, ../scss/component/_card.scss */
.card-crop .card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 494, ../scss/component/_card.scss */
  .card-crop .card-img img {
    width: 545px;
  }
}
/* line 507, ../scss/component/_card.scss */
.card-crop .card-icon {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 75px solid #ffffff;
  border-top: 75px solid transparent;
  border-left: 75px solid transparent;
  border-bottom: 75px solid #ffffff;
  right: 0;
  bottom: 0;
}
/* line 518, ../scss/component/_card.scss */
.card-crop .card-icon img {
  width: 60px;
  height: auto;
}
/* line 524, ../scss/component/_card.scss */
.card-crop .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 74px;
}
/* line 531, ../scss/component/_card.scss */
.card-crop .card-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  color: #606060;
  text-decoration: none;
}

/* line 4, ../scss/component/_accordion.scss */
.accordion-button {
  height: 50px;
  color: #23262D;
  background-color: rgba(125, 194, 0, 0.1);
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-weight: 400;
  font-size: 22px;
}
/* line 16, ../scss/component/_accordion.scss */
.accordion-button .accordion-title {
  margin: 0 !important;
  font-weight: 400;
  font-size: 22px;
}
/* line 22, ../scss/component/_accordion.scss */
.accordion-button:before {
  content: '';
  background: #00A6D7;
  width: 5px;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
}
/* line 32, ../scss/component/_accordion.scss */
.accordion-button:after {
  background-image: url(../images/icons/gradient-arrow.svg);
  background-size: 100% 100%;
  margin-left: 12px;
  height: 16px;
  width: 16px;
}

/* line 41, ../scss/component/_accordion.scss */
.accordion-body {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 47, ../scss/component/_accordion.scss */
.accordion-item {
  border: none;
}

/* line 51, ../scss/component/_accordion.scss */
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* line 56, ../scss/component/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #23262D;
  background-color: rgba(125, 194, 0, 0.1);
  box-shadow: none;
}
/* line 61, ../scss/component/_accordion.scss */
.accordion-button:not(.collapsed):after {
  background-image: url(../images/icons/gradient-arrow.svg);
  transform: rotate(-90deg);
}

/* line 1, ../scss/component/_carousel.scss */
.psi-carousel-primary {
  max-width: 782px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: auto;
}
/* line 9, ../scss/component/_carousel.scss */
.psi-carousel-primary .slick-list {
  width: 782px;
  overflow: hidden;
}
/* line 14, ../scss/component/_carousel.scss */
.psi-carousel-primary .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -25px;
}
/* line 22, ../scss/component/_carousel.scss */
.psi-carousel-primary .slick-track {
  display: flex;
  justify-content: center;
  transform: translate3d(0px, 0px);
}
/* line 28, ../scss/component/_carousel.scss */
.psi-carousel-primary .slick-slide {
  height: 170px;
  display: flex;
  align-items: center;
}
/* line 34, ../scss/component/_carousel.scss */
.psi-carousel-primary .card-simple {
  width: 150px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
/* line 41, ../scss/component/_carousel.scss */
.psi-carousel-primary .card-simple img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
/* line 47, ../scss/component/_carousel.scss */
.psi-carousel-primary .card-simple a, .psi-carousel-primary .card-simple a:hover {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #606060;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 8px;
}

/* line 59, ../scss/component/_carousel.scss */
.slick-prev {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/carousel-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

/* line 70, ../scss/component/_carousel.scss */
.slick-next {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/carousel-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

/* line 81, ../scss/component/_carousel.scss */
.slick-dots {
  gap: 24px;
}
/* line 83, ../scss/component/_carousel.scss */
.slick-dots button {
  all: unset;
  cursor: pointer;
  width: 8px;
  height: 8px;
  color: transparent;
  background-color: #A7A7A7;
  border-radius: 100%;
}
/* line 94, ../scss/component/_carousel.scss */
.slick-dots .slick-active button {
  background-color: #606060;
}

/* line 100, ../scss/component/_carousel.scss */
.psi-carousel-secondary {
  display: flex;
  align-items: center;
}
/* line 103, ../scss/component/_carousel.scss */
.psi-carousel-secondary .slick-slide {
  display: flex;
  justify-content: center;
}
/* line 107, ../scss/component/_carousel.scss */
.psi-carousel-secondary .card-light {
  box-shadow: 1px 1px 20px 0px #0000001A;
}

/* line 112, ../scss/component/_carousel.scss */
.carousel-news-mobile {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 116, ../scss/component/_carousel.scss */
.carousel-news-mobile .slick-slide {
  display: flex;
  justify-content: center;
}
/* line 121, ../scss/component/_carousel.scss */
.carousel-news-mobile .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: -25px;
  width: 100%;
  justify-content: center;
}

/* line 1, ../scss/component/_footer.scss */
footer {
  background-color: #23262D;
  color: #FFFFFF;
  height: 124px;
  padding: 40px 56px 40px 56px;
  display: flex;
  align-items: center;
}
/* line 9, ../scss/component/_footer.scss */
footer .container-footer {
  width: 100%;
}
/* line 13, ../scss/component/_footer.scss */
footer .social {
  all: unset;
}
/* line 15, ../scss/component/_footer.scss */
footer .social .circles {
  display: flex;
  gap: 9px;
}
/* line 22, ../scss/component/_footer.scss */
footer .social a {
  display: block;
  width: 24px;
  height: 24px;
}
/* line 28, ../scss/component/_footer.scss */
footer .social h2,
footer .social h3 {
  display: none;
}
/* line 33, ../scss/component/_footer.scss */
footer .social svg {
  display: none;
}
/* line 37, ../scss/component/_footer.scss */
footer .social .circle-social {
  margin: 0px;
  width: 24px;
  height: 24px;
}
/* line 43, ../scss/component/_footer.scss */
footer .social #twitter a {
  background-image: url(../images/icons/twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 49, ../scss/component/_footer.scss */
footer .social #facebook a {
  background-image: url(../images/icons/facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 55, ../scss/component/_footer.scss */
footer .social #linkedin a {
  background-image: url(../images/icons/linkedin.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 61, ../scss/component/_footer.scss */
footer .social #youtube a {
  background-image: url(../images/icons/youtube.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 67, ../scss/component/_footer.scss */
footer .social #instagram a {
  background-image: url(../images/icons/instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 75, ../scss/component/_footer.scss */
footer #block-argentina-v2-rizobactersocialmedia h2 {
  display: none;
}
/* line 80, ../scss/component/_footer.scss */
footer ul {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
}
/* line 86, ../scss/component/_footer.scss */
footer ul li {
  list-style: none;
}
/* line 89, ../scss/component/_footer.scss */
footer ul li a {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #606060;
}
/* line 99, ../scss/component/_footer.scss */
footer ul li a:hover {
  color: #FFFFFF;
}
/* line 106, ../scss/component/_footer.scss */
footer ul li:first-child a {
  background-color: unset;
  font-size: 12px;
}

/* Footer tablet */
@media (max-width: 900px) {
  /* line 118, ../scss/component/_footer.scss */
  footer {
    height: 170px;
    padding: 40px 56px 40px 56px;
    gap: 24px;
  }
  /* line 123, ../scss/component/_footer.scss */
  footer nav {
    width: 100%;
  }
  /* line 126, ../scss/component/_footer.scss */
  footer .container-footer {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  /* line 132, ../scss/component/_footer.scss */
  footer ul {
    justify-content: center;
  }
  /* line 136, ../scss/component/_footer.scss */
  footer svg {
    width: 140px;
    height: 24px;
  }
}
/* Footer mobile */
@media (max-width: 768px) {
  /* line 148, ../scss/component/_footer.scss */
  footer {
    height: 217px;
    padding: 16px 16px 24px 16px;
    gap: 24px;
  }
  /* line 153, ../scss/component/_footer.scss */
  footer .container-footer {
    gap: 24px;
  }
  /* line 157, ../scss/component/_footer.scss */
  footer svg {
    width: 140px;
    height: 24px;
  }
  /* line 162, ../scss/component/_footer.scss */
  footer ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 166, ../scss/component/_footer.scss */
  footer ul li:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
/* line 1, ../scss/component/_tabs.scss */
.nav-tabs {
  justify-content: center;
  gap: 10px;
  border: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  /* line 1, ../scss/component/_tabs.scss */
  .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* line 11, ../scss/component/_tabs.scss */
.nav-tabs .nav-item a {
  padding: 20px 30px 20px 30px;
  color: #A7A7A7;
  font-weight: 700;
  font-size: 16px;
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  /* line 11, ../scss/component/_tabs.scss */
  .nav-tabs .nav-item a {
    padding: 0;
    font-size: 12px;
    text-align: center;
  }
}
/* line 29, ../scss/component/_tabs.scss */
.nav-tabs .nav-item a.active {
  color: #606060;
}
/* line 31, ../scss/component/_tabs.scss */
.nav-tabs .nav-item a.active .tab-icon {
  opacity: 1;
}
/* line 35, ../scss/component/_tabs.scss */
.nav-tabs .nav-item .tab-icon {
  height: 60px;
  object-fit: contain;
  opacity: 0.6;
}

/* line 43, ../scss/component/_tabs.scss */
.fade:not(.show) {
  display: none;
}

/* line 48, ../scss/component/_tabs.scss */
.container-content-tabs .container {
  color: #606060;
}
/* line 50, ../scss/component/_tabs.scss */
.container-content-tabs .container .row {
  align-items: center;
  justify-content: center;
}
/* line 54, ../scss/component/_tabs.scss */
.container-content-tabs .container .row .first-column {
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  /* line 54, ../scss/component/_tabs.scss */
  .container-content-tabs .container .row .first-column {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 62, ../scss/component/_tabs.scss */
  .container-content-tabs .container .row .col-md-6 {
    width: 437px;
  }
}
@media (max-width: 768px) {
  /* line 66, ../scss/component/_tabs.scss */
  .container-content-tabs .container .row .col-md-6 .button-primary {
    width: 100%;
  }
}
/* line 71, ../scss/component/_tabs.scss */
.container-content-tabs .container .row img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  /* line 71, ../scss/component/_tabs.scss */
  .container-content-tabs .container .row img {
    width: 437px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 0;
  }
}

/* line 1, ../scss/component/_banner.scss */
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 90vh;
}
/* line 8, ../scss/component/_banner.scss */
.banner-video_opacity {
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #00000056;
  position: absolute;
}

/* line 20, ../scss/component/_banner.scss */
.banner-m .container {
  max-width: 100% !important;
}
/* line 22, ../scss/component/_banner.scss */
.banner-m .container .row {
  padding: 0;
  margin: 0;
}
/* line 26, ../scss/component/_banner.scss */
.banner-m .container .col-md-12 {
  padding: 0;
  margin: 0;
}
/* line 31, ../scss/component/_banner.scss */
.banner-m .banner {
  padding: 150px 0px 150px 0px;
  height: 370px;
}
/* line 35, ../scss/component/_banner.scss */
.banner-m .banner-body {
  width: 1170px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  /* line 35, ../scss/component/_banner.scss */
  .banner-m .banner-body {
    width: 100%;
  }
}
/* line 44, ../scss/component/_banner.scss */
.banner-m .banner-body .banner-title {
  color: white;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  /* line 44, ../scss/component/_banner.scss */
  .banner-m .banner-body .banner-title {
    font-size: 36px;
  }
}

/* line 54, ../scss/component/_banner.scss */
.banner-webform_contact, .banner-news {
  height: 310px;
}
/* line 56, ../scss/component/_banner.scss */
.banner-webform_contact img, .banner-news img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 62, ../scss/component/_banner.scss */
.banner-news {
  position: relative;
}
/* line 64, ../scss/component/_banner.scss */
.banner-news img {
  position: absolute;
}
/* line 67, ../scss/component/_banner.scss */
.banner-news-body {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  padding: 3rem;
}
/* line 74, ../scss/component/_banner.scss */
.banner-news-body h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}

/* line 1, ../scss/component/_container.scss */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
@media (min-width: 1200px) {
  /* line 1, ../scss/component/_container.scss */
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  /* line 17, ../scss/component/_container.scss */
  .section .button-primary {
    width: 100%;
  }
}

/* line 23, ../scss/component/_container.scss */
.container {
  padding: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  /* line 23, ../scss/component/_container.scss */
  .container {
    max-width: 1170px !important;
  }
}

/* line 34, ../scss/component/_container.scss */
.header .container .row {
  align-items: center;
}
@media (max-width: 768px) {
  /* line 34, ../scss/component/_container.scss */
  .header .container .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) and (min-width: 1270) {
  /* line 40, ../scss/component/_container.scss */
  .header .container .row .first-column,
  .header .container .row .col-md-6 {
    width: 545px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1269) {
  /* line 40, ../scss/component/_container.scss */
  .header .container .row .first-column,
  .header .container .row .col-md-6 {
    width: 364px;
  }
}

/* line 57, ../scss/component/_container.scss */
.header img {
  width: 100%;
  height: 234px;
  margin-bottom: 16px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  /* line 57, ../scss/component/_container.scss */
  .header img {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
  }
}

/* line 71, ../scss/component/_container.scss */
.container-title {
  width: 545px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 71, ../scss/component/_container.scss */
  .container-title {
    width: 100%;
  }
  /* line 77, ../scss/component/_container.scss */
  .container-title .button-primary {
    width: 100%;
  }
}
/* line 82, ../scss/component/_container.scss */
.container-title div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 82, ../scss/component/_container.scss */
  .container-title div {
    width: 100%;
  }
}
/* line 92, ../scss/component/_container.scss */
.container-title h2 {
  font-size: 28px !important;
  margin-bottom: 24px;
  color: #00A6D7;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  /* line 92, ../scss/component/_container.scss */
  .container-title h2 {
    font-size: 24px !important;
  }
}
/* line 103, ../scss/component/_container.scss */
.container-title h2 {
  font-size: 29px !important;
  margin-bottom: 24px;
  color: #00A6D7;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  /* line 103, ../scss/component/_container.scss */
  .container-title h2 {
    font-size: 28px !important;
  }
}
/* line 114, ../scss/component/_container.scss */
.container-title p {
  margin-bottom: 24px;
  text-align: center;
}
/* line 119, ../scss/component/_container.scss */
.container-title .button-primary {
  margin-top: 0;
}

/* line 124, ../scss/component/_container.scss */
.container-title-medium {
  width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 124, ../scss/component/_container.scss */
  .container-title-medium {
    width: 100%;
  }
}
/* line 132, ../scss/component/_container.scss */
.container-title-medium div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 139, ../scss/component/_container.scss */
.container-title-medium h2 {
  font-size: 32px !important;
  margin-bottom: 24px;
  color: #00A6D7;
  text-align: center;
  font-weight: 700;
}
/* line 147, ../scss/component/_container.scss */
.container-title-medium p {
  margin-bottom: 24px;
  text-align: center;
}
/* line 152, ../scss/component/_container.scss */
.container-title-medium .button-primary {
  margin-top: 0;
}

/* line 157, ../scss/component/_container.scss */
.container-m {
  width: 739px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 157, ../scss/component/_container.scss */
  .container-m {
    width: 100%;
  }
}

/* line 167, ../scss/component/_container.scss */
.container-lg {
  width: 929px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 167, ../scss/component/_container.scss */
  .container-lg {
    width: 100%;
  }
}

/* line 179, ../scss/component/_container.scss */
.container-photo-text .container .row {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1270px) {
  /* line 183, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 454px;
  }
}
@media screen and (max-width: 1269px) {
  /* line 183, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 369px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 183, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 352px;
  }
}
@media screen and (max-width: 576px) {
  /* line 183, ../scss/component/_container.scss */
  .container-photo-text .container .row .first-column {
    width: 100%;
  }
}
@media screen and (min-width: 1270px) {
  /* line 201, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 454px;
  }
}
@media screen and (max-width: 1269px) {
  /* line 201, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 360px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 201, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 352px;
  }
}
@media screen and (max-width: 576px) {
  /* line 201, ../scss/component/_container.scss */
  .container-photo-text .container .row .col-md-6 {
    width: 100%;
  }
}
/* line 219, ../scss/component/_container.scss */
.container-photo-text .container .row h2 {
  margin-bottom: 0;
}
/* line 223, ../scss/component/_container.scss */
.container-photo-text .container .row img {
  width: 100%;
  height: 234px;
  margin-bottom: 24px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  /* line 223, ../scss/component/_container.scss */
  .container-photo-text .container .row img {
    width: 100% px;
    height: 454px;
    object-fit: cover;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  /* line 223, ../scss/component/_container.scss */
  .container-photo-text .container .row img {
    height: 320px;
  }
}

/* line 244, ../scss/component/_container.scss */
.container-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 250, ../scss/component/_container.scss */
  .container-column-reverse .row {
    flex-direction: column-reverse;
  }
}

/* line 257, ../scss/component/_container.scss */
.layout-container {
  overflow: hidden;
}

/* line 262, ../scss/component/_container.scss */
.container-btn .container {
  display: flex;
  justify-content: center;
}

/* line 4, ../scss/component/_menu.scss */
.menu-argentina {
  width: 100%;
}
/* line 8, ../scss/component/_menu.scss */
.menu-argentina .navbar-toggler:focus {
  box-shadow: none;
}
/* line 13, ../scss/component/_menu.scss */
.menu-argentina .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 12.2947H18V10.2947H0L0 12.2947ZM0 7.29474H18V5.29474H0L0 7.29474ZM0 0.294739L0 2.29474H18V0.294739H0Z" fill="%2300A6D7"/></svg>');
}
/* line 19, ../scss/component/_menu.scss */
.menu-argentina .nav a,
.menu-argentina .nav span {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 31, ../scss/component/_menu.scss */
.menu-argentina ul {
  list-style: none;
  justify-content: center;
}
/* line 37, ../scss/component/_menu.scss */
.menu-argentina-search input {
  border: 0;
  border-radius: 0;
  width: 84px;
  height: 27px;
}
/* line 43, ../scss/component/_menu.scss */
.menu-argentina-search input::placeholder {
  font-size: 12px;
}
/* line 47, ../scss/component/_menu.scss */
.menu-argentina-search input:focus {
  box-shadow: none;
  width: 200px;
  transition: 1s;
}
/* line 54, ../scss/component/_menu.scss */
.menu-argentina-search button {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 60, ../scss/component/_menu.scss */
.menu-argentina-social {
  display: flex;
}
/* line 63, ../scss/component/_menu.scss */
.menu-argentina-social > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 70, ../scss/component/_menu.scss */
.menu-argentina-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
/* line 76, ../scss/component/_menu.scss */
.menu-argentina-buttons a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 84, ../scss/component/_menu.scss */
.menu-argentina .social {
  all: unset;
}
/* line 85, ../scss/component/_menu.scss */
.menu-argentina .social .circles {
  display: flex;
  gap: 9px;
}
/* line 92, ../scss/component/_menu.scss */
.menu-argentina .social a {
  display: block;
  width: 16px;
  height: 16px;
}
/* line 98, ../scss/component/_menu.scss */
.menu-argentina .social h2,
.menu-argentina .social h3 {
  display: none;
}
/* line 103, ../scss/component/_menu.scss */
.menu-argentina .social svg {
  display: none;
}
/* line 107, ../scss/component/_menu.scss */
.menu-argentina .social .circle-social {
  margin: 0px;
  width: 16px;
  height: 16px;
}
/* line 113, ../scss/component/_menu.scss */
.menu-argentina .social #twitter a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 118, ../scss/component/_menu.scss */
.menu-argentina .social #facebook a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 123, ../scss/component/_menu.scss */
.menu-argentina .social #linkedin a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 128, ../scss/component/_menu.scss */
.menu-argentina .social #youtube a {
  background-repeat: no-repeat;
  background-position: center;
}
/* line 133, ../scss/component/_menu.scss */
.menu-argentina .social #instagram a {
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  /* line 140, ../scss/component/_menu.scss */
  .menu-argentina .navbar-toggler {
    display: none;
  }
  /* line 145, ../scss/component/_menu.scss */
  .menu-argentina .menu-item--expanded .menu {
    display: none;
  }
  /* line 150, ../scss/component/_menu.scss */
  .menu-argentina .menu-item--expanded:hover .menu {
    position: absolute;
    z-index: 2;
    padding: 0;
    display: block;
    background-color: #ffffff;
  }
  /* line 157, ../scss/component/_menu.scss */
  .menu-argentina .menu-item--expanded:hover .menu a {
    color: #00A6D7;
  }
  /* line 160, ../scss/component/_menu.scss */
  .menu-argentina .menu-item--expanded:hover .menu a:hover {
    color: #0D4371;
  }
  /* line 169, ../scss/component/_menu.scss */
  .menu-argentina .dropdown button {
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
  }
  /* line 174, ../scss/component/_menu.scss */
  .menu-argentina .dropdown button:focus {
    border: 0;
    box-shadow: none;
  }
  /* line 181, ../scss/component/_menu.scss */
  .menu-argentina-front {
    position: absolute;
    z-index: 10;
  }
  /* line 187, ../scss/component/_menu.scss */
  .menu-argentina-front .nav .bg-gray a {
    color: #00A6D7 !important;
  }
  /* line 193, ../scss/component/_menu.scss */
  .menu-argentina-front .nav a,
  .menu-argentina-front .nav span {
    color: #FFFFFF !important;
    border-right: none !important;
  }
  /* line 198, ../scss/component/_menu.scss */
  .menu-argentina-front .nav a:hover,
  .menu-argentina-front .nav span:hover {
    background-color: transparent !important;
  }
  /* line 203, ../scss/component/_menu.scss */
  .menu-argentina-front .nav a svg,
  .menu-argentina-front .nav span svg {
    margin-left: 5px;
  }
  /* line 209, ../scss/component/_menu.scss */
  .menu-argentina-front .social #twitter a {
    background-image: url(../images/icons/menu/tw.png);
  }
  /* line 213, ../scss/component/_menu.scss */
  .menu-argentina-front .social #facebook a {
    background-image: url(../images/icons/menu/fb.png);
  }
  /* line 217, ../scss/component/_menu.scss */
  .menu-argentina-front .social #linkedin a {
    background-image: url(../images/icons/menu/li.png);
  }
  /* line 221, ../scss/component/_menu.scss */
  .menu-argentina-front .social #youtube a {
    background-image: url(../images/icons/menu/yt.png);
  }
  /* line 225, ../scss/component/_menu.scss */
  .menu-argentina-front .social #instagram a {
    background-image: url(../images/icons/menu/ig.png);
  }
  /* line 231, ../scss/component/_menu.scss */
  .menu-argentina-front .menu-argentina-buttons a {
    color: #FFFFFF;
    background-color: rgba(96, 96, 96, 0.8);
  }
  /* line 235, ../scss/component/_menu.scss */
  .menu-argentina-front .menu-argentina-buttons a:hover {
    color: #FFFFFF;
    background-color: #606060;
  }
  /* line 244, ../scss/component/_menu.scss */
  .menu-argentina-front .dropdown button:hover {
    background-color: rgba(212, 212, 212, 0.3);
  }
  /* line 249, ../scss/component/_menu.scss */
  .menu-argentina-front .dropdown li a {
    color: #00A6D7;
  }
  /* line 255, ../scss/component/_menu.scss */
  .menu-argentina-front .menu-argentina-search input {
    background: transparent;
    border-bottom: 1px solid white;
  }
  /* line 259, ../scss/component/_menu.scss */
  .menu-argentina-front .menu-argentina-search input::placeholder {
    color: #FFFFFF;
  }
  /* line 263, ../scss/component/_menu.scss */
  .menu-argentina-front .menu-argentina-search input:focus {
    background-color: transparent;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  /* line 270, ../scss/component/_menu.scss */
  .menu-argentina-front .menu-argentina-search button {
    background-image: url(../images/icons/search-icon-home.svg);
  }
  /* line 276, ../scss/component/_menu.scss */
  .menu-argentina-default {
    height: 148px;
  }
  /* line 279, ../scss/component/_menu.scss */
  .menu-argentina-default .nav a,
  .menu-argentina-default nav span {
    color: #606060 !important;
    border-right: none !important;
  }
  /* line 284, ../scss/component/_menu.scss */
  .menu-argentina-default .nav a:hover,
  .menu-argentina-default nav span:hover {
    color: #606060;
    background-color: transparent;
  }
  /* line 292, ../scss/component/_menu.scss */
  .menu-argentina-default .social #twitter a {
    background-image: url(../images/icons/menu/tw-gray.png);
  }
  /* line 296, ../scss/component/_menu.scss */
  .menu-argentina-default .social #facebook a {
    background-image: url(../images/icons/menu/fb-gray.png);
  }
  /* line 300, ../scss/component/_menu.scss */
  .menu-argentina-default .social #linkedin a {
    background-image: url(../images/icons/menu/li-gray.png);
  }
  /* line 304, ../scss/component/_menu.scss */
  .menu-argentina-default .social #youtube a {
    background-image: url(../images/icons/menu/yt-gray.png);
  }
  /* line 308, ../scss/component/_menu.scss */
  .menu-argentina-default .social #instagram a {
    background-image: url(../images/icons/menu/ig-gray.png);
  }
  /* line 314, ../scss/component/_menu.scss */
  .menu-argentina-default .menu-argentina-buttons a {
    color: #606060;
    background-color: rgba(96, 96, 96, 0.1);
  }
  /* line 318, ../scss/component/_menu.scss */
  .menu-argentina-default .menu-argentina-buttons a:hover {
    color: #FFFFFF;
    background-color: rgba(96, 96, 96, 0.5);
  }
  /* line 326, ../scss/component/_menu.scss */
  .menu-argentina-default .dropdown button {
    color: #606060;
  }
  /* line 329, ../scss/component/_menu.scss */
  .menu-argentina-default .dropdown button:hover {
    background-color: rgba(212, 212, 212, 0.3);
  }
  /* line 334, ../scss/component/_menu.scss */
  .menu-argentina-default .dropdown li a {
    color: #606060;
  }
  /* line 340, ../scss/component/_menu.scss */
  .menu-argentina-default .menu-argentina-search input {
    background: transparent;
    border-bottom: 1px solid #606060;
  }
  /* line 344, ../scss/component/_menu.scss */
  .menu-argentina-default .menu-argentina-search input::placeholder {
    color: #606060;
  }
  /* line 348, ../scss/component/_menu.scss */
  .menu-argentina-default .menu-argentina-search input:focus {
    background-color: transparent;
    color: #606060;
    border-bottom: 1px solid #606060;
  }
  /* line 355, ../scss/component/_menu.scss */
  .menu-argentina-default .menu-argentina-search button {
    background-image: url(../images/icons/search-icon.svg);
  }
}
@media (max-width: 991px) {
  /* line 364, ../scss/component/_menu.scss */
  .menu-argentina .icon-1 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 371, ../scss/component/_menu.scss */
  .menu-argentina .icon-1 span {
    display: none;
  }
  /* line 375, ../scss/component/_menu.scss */
  .menu-argentina .icon-1:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/inoculantes.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 387, ../scss/component/_menu.scss */
  .menu-argentina .icon-2 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 394, ../scss/component/_menu.scss */
  .menu-argentina .icon-2 span {
    display: none;
  }
  /* line 398, ../scss/component/_menu.scss */
  .menu-argentina .icon-2:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/terapicos.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 410, ../scss/component/_menu.scss */
  .menu-argentina .icon-3 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 417, ../scss/component/_menu.scss */
  .menu-argentina .icon-3 span {
    display: none;
  }
  /* line 421, ../scss/component/_menu.scss */
  .menu-argentina .icon-3:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/nutricion.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 433, ../scss/component/_menu.scss */
  .menu-argentina .icon-4 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 440, ../scss/component/_menu.scss */
  .menu-argentina .icon-4 span {
    display: none;
  }
  /* line 444, ../scss/component/_menu.scss */
  .menu-argentina .icon-4:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/adyuvantes.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 456, ../scss/component/_menu.scss */
  .menu-argentina .icon-5 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 463, ../scss/component/_menu.scss */
  .menu-argentina .icon-5 span {
    display: none;
  }
  /* line 467, ../scss/component/_menu.scss */
  .menu-argentina .icon-5:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/controlplagas.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute !important;
    left: 0;
  }
  /* line 479, ../scss/component/_menu.scss */
  .menu-argentina .icon-6 {
    position: relative;
    padding-left: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 486, ../scss/component/_menu.scss */
  .menu-argentina .icon-6 span {
    display: none;
  }
  /* line 490, ../scss/component/_menu.scss */
  .menu-argentina .icon-6:before {
    content: ' ';
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/menu/biocontrol.svg);
    background-repeat: no-repeat;
    background-size: 85% 85%;
    position: absolute !important;
    left: 3px;
  }
  /* line 502, ../scss/component/_menu.scss */
  .menu-argentina ul {
    list-style: none;
    justify-content: start;
    flex-direction: column;
  }
  /* line 507, ../scss/component/_menu.scss */
  .menu-argentina ul a {
    color: #00A6D7;
  }
  /* line 512, ../scss/component/_menu.scss */
  .menu-argentina-mobile {
    background-color: #00a6d7;
    justify-content: space-around !important;
  }
  /* line 517, ../scss/component/_menu.scss */
  .menu-argentina-mobile .social #twitter a {
    background-image: url(../images/icons/menu/tw.png);
  }
  /* line 521, ../scss/component/_menu.scss */
  .menu-argentina-mobile .social #facebook a {
    background-image: url(../images/icons/menu/fb.png);
  }
  /* line 525, ../scss/component/_menu.scss */
  .menu-argentina-mobile .social #linkedin a {
    background-image: url(../images/icons/menu/li.png);
  }
  /* line 529, ../scss/component/_menu.scss */
  .menu-argentina-mobile .social #youtube a {
    background-image: url(../images/icons/menu/yt.png);
  }
  /* line 533, ../scss/component/_menu.scss */
  .menu-argentina-mobile .social #instagram a {
    background-image: url(../images/icons/menu/ig.png);
  }
  /* line 538, ../scss/component/_menu.scss */
  .menu-argentina-mobile .dropdown {
    text-transform: uppercase;
  }
  /* line 541, ../scss/component/_menu.scss */
  .menu-argentina-mobile .dropdown button {
    color: #FFFFFF;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
  }
  /* line 547, ../scss/component/_menu.scss */
  .menu-argentina-mobile .dropdown button:focus {
    border: 0;
    box-shadow: none;
  }
  /* line 552, ../scss/component/_menu.scss */
  .menu-argentina-mobile .dropdown button:hover {
    background-color: rgba(212, 212, 212, 0.3);
  }
  /* line 557, ../scss/component/_menu.scss */
  .menu-argentina-mobile .dropdown li a {
    color: #606060;
  }
}
@media (min-width: 993px) {
  /* line 566, ../scss/component/_menu.scss */
  .menu-argentina-fixed {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    background-color: #FFFFFF;
    z-index: 10;
    left: 0;
  }
  /* line 576, ../scss/component/_menu.scss */
  .menu-argentina-fixed .nav {
    height: 34px;
  }
  /* line 580, ../scss/component/_menu.scss */
  .menu-argentina-fixed .nav a,
  .menu-argentina-fixed .nav span {
    color: #606060 !important;
  }
  /* line 584, ../scss/component/_menu.scss */
  .menu-argentina-fixed .nav a:hover,
  .menu-argentina-fixed .nav span:hover {
    color: #606060 !important;
    background-color: transparent;
  }
  /* line 591, ../scss/component/_menu.scss */
  .menu-argentina-fixed .menu-argentina-topsection {
    display: none !important;
  }
  /* line 598, ../scss/component/_menu.scss */
  .menu-argentina-fixed #navbarNav ul li a {
    color: #606060;
  }
  /* line 605, ../scss/component/_menu.scss */
  .menu-argentina-fixed .fixed-logorizobacter-wrapper {
    display: block !important;
  }
  /* line 608, ../scss/component/_menu.scss */
  .menu-argentina-fixed .fixed-logorizobacter-wrapper .fixed-logorizobacter-logo {
    background-image: url(../images/icons/menu/rizobacter-logo-color.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 153px;
    height: 32px;
  }
  /* line 618, ../scss/component/_menu.scss */
  .menu-argentina .navbar-collapse {
    justify-content: space-around !important;
  }
}
@media (max-width: 992px) {
  /* line 624, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile {
    min-height: 100vh;
  }
  /* line 627, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .bg-gray {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 631, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .bg-gray a {
    flex-direction: row;
  }
  /* line 636, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile span,
  .menu-argentina .menu-mobile a,
  .menu-argentina .menu-mobile .dropdown-toggle {
    color: #606060;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }
  /* line 645, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile ul {
    padding: 0;
  }
  /* line 649, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile li {
    padding: 20px;
    padding-top: 0;
  }
  /* line 654, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile li.level-3 {
    padding-left: 0;
  }
  /* line 658, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile li.level-1 {
    padding-top: 20px;
  }
  /* line 662, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .tb-megamenu-submenu {
    padding: 0;
    border: none;
  }
  /* line 666, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .tb-megamenu-submenu a {
    display: flex;
    flex-direction: column;
    color: #00A6D7;
    text-transform: none;
  }
  /* line 672, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .tb-megamenu-submenu a span {
    color: #606060;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
  }
  /* line 680, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .tb-megamenu-submenu .mega-group-title {
    display: none;
  }
  /* line 689, ../scss/component/_menu.scss */
  .menu-argentina .menu-mobile .tb-megamenu-submenu img {
    display: none;
  }
  /* line 695, ../scss/component/_menu.scss */
  .menu-argentina-fixed {
    position: fixed;
    z-index: 33;
    top: 0;
    left: 0;
  }
  /* line 702, ../scss/component/_menu.scss */
  .menu-argentina .navbar {
    background-color: #FFFFFF;
  }
}

/* line 5, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu {
  width: 100%;
  background-color: transparent;
}
/* line 10, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .active a {
  background-color: transparent !important;
}
/* line 17, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .open .dropdown-toggle {
  background-color: rgba(212, 212, 212, 0.3) !important;
}
/* line 24, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .level-3 a,
.menu-argentina .tb-megamenu .tb-megamenu-nav .level-2 a {
  color: #00A6D7 !important;
  text-transform: none !important;
  font-size: 14px;
  width: min-content;
  white-space: nowrap;
  padding: 0;
  height: 60px;
}
/* line 37, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item a {
  border: 0;
  font-weight: 500;
}
/* line 43, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .level-0 a {
  font-weight: 500;
  color: #606060 !important;
  font-size: 12px;
  background-color: #ffffff !important;
}
/* line 49, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .level-0 a::after {
  display: none !important;
}
/* line 53, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .level-0 a:hover {
  background-color: #ffffff !important;
  border-bottom: 1px solid #00A6D7;
}
/* line 60, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu {
  background-color: #ffffff;
  border: 0;
  width: 100%;
  height: 397px;
}
/* line 66, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .tb-megamenu-submenu.nav-child {
  height: auto !important;
}
/* line 70, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu img {
  width: 488px;
  height: 397px;
  object-fit: cover;
}
/* line 76, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .img-s {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
/* line 82, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .link-primary {
  height: auto;
}
/* line 86, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .mega-caption {
  color: #606060 !important;
  font-size: 12px;
  position: absolute;
  width: 300px;
  white-space: normal;
  text-transform: none;
  font-weight: 400;
}
/* line 96, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-1 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 101, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-1:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/inoculantes.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 113, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-1:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 126, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-2 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 131, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-2:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/terapicos.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 142, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-2:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 155, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-3 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 160, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-3:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/nutricion.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 171, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-3:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 184, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-4 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 189, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-4:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/adyuvantes.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 200, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-4:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 213, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-5 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 218, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-5:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/controlplagas.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  left: 0;
}
/* line 229, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-5:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 242, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-6 {
  position: relative;
  padding-left: 45px;
  width: min-content;
}
/* line 247, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-6:before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/menu/biocontrol.svg);
  background-repeat: no-repeat;
  background-size: 85% 85%;
  position: absolute !important;
  left: 3px;
}
/* line 258, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .icon-6:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 271, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .bg-gray {
  background-color: #F5F5F5;
  height: 152px;
  padding: 24px 16px 24px 16px;
  gap: 8px;
}
/* line 279, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-nav .tb-megamenu-item .tb-megamenu-submenu .tb-megamenu-subnav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 289, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .submenu-large {
  height: auto !important;
  gap: 16px;
}
/* line 293, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .submenu-large a {
  height: auto !important;
  width: 100% !important;
  white-space: normal !important;
}
/* line 300, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-container {
  height: 397px;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 32px;
}
/* line 309, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-container li a {
  position: relative;
}
/* line 311, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-container li a:after {
  content: ' ';
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: -20px;
  top: 2px;
}
/* line 326, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-container .mega-group-title {
  font-size: 24px;
  font-weight: 700;
  color: #00A6D7 !important;
  width: auto;
  text-transform: none;
  padding-left: 0 !important;
  margin-left: 0;
}
/* line 338, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-product {
  height: 397px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 32px;
}
/* line 346, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-product a.mega-group-title {
  position: relative;
  width: min-content;
  text-transform: uppercase !important;
  font-size: 14px;
  background-color: #00A6D7 !important;
  color: white !important;
  padding: 4px 34px 4px 8px !important;
  height: auto;
  white-space: nowrap;
  margin-bottom: 24px !important;
  min-height: auto;
  font-weight: 500;
}
/* line 360, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .argentinav2-submenu-product a.mega-group-title:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  right: 2px;
  top: 2px;
}
/* line 374, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .tb-megamenu-submenu {
  background-color: #ffffff;
}
/* line 378, ../scss/component/_mega-menu.scss */
.menu-argentina .tb-megamenu .mega-inner,
.menu-argentina .tb-megamenu .tb-block {
  padding: 0;
  margin: 0;
}
/* line 388, ../scss/component/_mega-menu.scss */
.menu-argentina-default .tb-megamenu-nav .open .dropdown-toggle {
  color: #00A6D7 !important;
  background-color: rgba(212, 212, 212, 0.3) !important;
}
/* line 396, ../scss/component/_mega-menu.scss */
.menu-argentina-default .active .active-trail {
  color: #00A6D7 !important;
  background-color: transparent !important;
}
/* line 406, ../scss/component/_mega-menu.scss */
.menu-argentina-front .tb-megamenu .nav > li > a:focus,
.menu-argentina-front .tb-megamenu .nav > li > a:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #00A6D7 !important;
  color: #F5F5F5;
}
/* line 416, ../scss/component/_mega-menu.scss */
.menu-argentina-front .tb-megamenu-nav .open .dropdown-toggle {
  color: #ffffff !important;
  background-color: rgba(212, 212, 212, 0.3) !important;
}
/* line 427, ../scss/component/_mega-menu.scss */
.menu-argentina-fixed .tb-megamenu-nav .open .dropdown-toggle {
  color: #606060 !important;
}
/* line 438, ../scss/component/_mega-menu.scss */
.menu-argentina .dropdown-menu .active > a {
  background-image: unset;
  background-color: #f5f5f5;
}
/* line 441, ../scss/component/_mega-menu.scss */
.menu-argentina .dropdown-menu .active > a:hover {
  background-image: unset;
}

/* line 456, ../scss/component/_mega-menu.scss */
#block-argentina-v2-navegacionargentina-2 .fixed-logorizobacter-wrapper {
  position: absolute;
  left: 20px;
  z-index: 10;
}
/* line 463, ../scss/component/_mega-menu.scss */
#block-argentina-v2-navegacionargentina-2 .menu-argentina-fixed .tb-megamenu-navegacion-argentina {
  padding-left: 175px;
}
/* line 466, ../scss/component/_mega-menu.scss */
#block-argentina-v2-navegacionargentina-2 .menu-argentina-fixed .nav > li > a:focus,
#block-argentina-v2-navegacionargentina-2 .menu-argentina-fixed .nav > li > a:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #00A6D7 !important;
  color: #606060;
}
/* line 478, ../scss/component/_mega-menu.scss */
#block-argentina-v2-navegacionargentina-2 .tb-megamenu-submenu span.mega-caption {
  white-space: normal;
}

/* line 484, ../scss/component/_mega-menu.scss */
.contacto-mobile {
  padding: 20px;
}

/* line 1, ../scss/component/_modal.scss */
.modal-header {
  background-color: #23262D;
}

/* line 6, ../scss/component/_modal.scss */
.modal-body img {
  width: 100%;
  height: auto;
}

/* line 1, ../scss/component/_pager.scss */
.pager__items {
  display: flex;
  margin: 0;
  padding: 20px 0px 40px 0px;
  justify-content: center;
  list-style-type: none;
  position: relative;
  max-width: 1000px;
  margin: auto;
  border-top: 1px solid #A7A7A7;
  margin-top: 60px;
}
/* line 13, ../scss/component/_pager.scss */
.pager__items li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 21, ../scss/component/_pager.scss */
.pager__items li a {
  color: #606060;
  text-decoration: none;
  font-weight: bold;
}
/* line 28, ../scss/component/_pager.scss */
.pager__items li.is-active {
  background-color: rgba(0, 166, 215, 0.3);
}
/* line 31, ../scss/component/_pager.scss */
.pager__items li.is-active a {
  color: #00a6d7;
}
/* line 36, ../scss/component/_pager.scss */
.pager__items .pager__item--last,
.pager__items .pager__item--first {
  display: none;
}
/* line 41, ../scss/component/_pager.scss */
.pager__items .pager__item--previous {
  position: absolute;
  left: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  /* line 41, ../scss/component/_pager.scss */
  .pager__items .pager__item--previous {
    left: 20px;
  }
  /* line 47, ../scss/component/_pager.scss */
  .pager__items .pager__item--previous a {
    color: transparent;
    background-image: url("../images/icons/arrow-left-gray.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  /* line 54, ../scss/component/_pager.scss */
  .pager__items .pager__item--previous a span {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  /* line 61, ../scss/component/_pager.scss */
  .pager__items .pager__item--previous::before {
    content: ' ';
    background-image: url("../images/icons/arrow-left-gray.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
  }
}
/* line 73, ../scss/component/_pager.scss */
.pager__items .pager__item--next {
  position: absolute;
  right: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  /* line 73, ../scss/component/_pager.scss */
  .pager__items .pager__item--next {
    right: 20px;
  }
  /* line 79, ../scss/component/_pager.scss */
  .pager__items .pager__item--next a {
    color: transparent;
    background-image: url("../images/icons/arrow-right-gray.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  /* line 86, ../scss/component/_pager.scss */
  .pager__items .pager__item--next a span {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  /* line 93, ../scss/component/_pager.scss */
  .pager__items .pager__item--next::after {
    content: ' ';
    background-image: url("../images/icons/arrow-right-gray.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
  }
}

/* line 1, ../scss/component/_views.scss */
.viewsreference--view-title {
  display: none;
}

/* line 1, ../scss/component/_form.scss */
.form-select {
  width: 392px;
  height: 37px;
  padding: 8px 12px 8px 12px;
  gap: 0px;
  border-radius: 4px;
  border: 1px solid #a7a7a7;
  color: #A7A7A7;
}
@media screen and (max-width: 768px) {
  /* line 1, ../scss/component/_form.scss */
  .form-select {
    width: 100%;
  }
}

/* line 14, ../scss/component/_form.scss */
.container-filter {
  padding-top: 60px;
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/component/_form.scss */
  .container-filter {
    width: 100%;
    padding: 20px;
  }
}
/* line 22, ../scss/component/_form.scss */
.container-filter label {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  /* line 22, ../scss/component/_form.scss */
  .container-filter label {
    margin-top: 16px;
  }
}
/* line 31, ../scss/component/_form.scss */
.container-filter p, .container-filter button, .container-filter input#edit-reset {
  color: #0d4371;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background-color: white;
}

/* line 4, ../scss/component/_input.scss */
.input_form-container {
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin-top: 20px;
}
/* line 9, ../scss/component/_input.scss */
.input_form-container .form-item-pais-country {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
/* line 13, ../scss/component/_input.scss */
.input_form-container .form-item-pais-country label {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 23.52px;
  color: #606060 !important;
  display: flex !important;
}
/* line 20, ../scss/component/_input.scss */
.input_form-container .form-item-pais-country select {
  height: 40px;
  width: 100%;
  border: 1px solid;
}
/* line 24, ../scss/component/_input.scss */
.input_form-container .form-item-pais-country select:focus {
  box-shadow: none;
  outline: none;
}
/* line 31, ../scss/component/_input.scss */
.input_form-label {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 23.52px;
  color: #606060 !important;
  display: flex !important;
}
/* line 38, ../scss/component/_input.scss */
.input_form-label.form-required::after {
  content: '';
  background: url(../images/icons/asterics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  height: .5rem;
  width: .5rem;
}
/* line 51, ../scss/component/_input.scss */
.input_form-text_border {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid;
  height: 40px;
}
/* line 56, ../scss/component/_input.scss */
.input_form-text_border.dark {
  border-color: #a7a7a7;
}
/* line 58, ../scss/component/_input.scss */
.input_form-text_border.dark:focus {
  border: 1px solid #a7a7a7;
  outline: none;
  box-shadow: none;
}
/* line 66, ../scss/component/_input.scss */
.input_form-text_area_border {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid;
  height: 318px;
  width: 100%;
}
/* line 72, ../scss/component/_input.scss */
.input_form-text_area_border.dark {
  border-color: #a7a7a7;
}
/* line 74, ../scss/component/_input.scss */
.input_form-text_area_border.dark:focus {
  border: 1px solid #a7a7a7;
  outline: none;
  box-shadow: none;
}
/* line 85, ../scss/component/_input.scss */
.input_form-select_border {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 89, ../scss/component/_input.scss */
.input_form-select_border.dark select {
  border-color: #a7a7a7;
}
/* line 95, ../scss/component/_input.scss */
.input_form-submit {
  float: none !important;
  padding-top: 20px;
}
/* line 98, ../scss/component/_input.scss */
.input_form-submit input {
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #00A6D7 !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  border: none;
  box-shadow: none;
  width: 100%;
  min-height: 40px;
}
@media (min-width: 1280px) {
  /* line 98, ../scss/component/_input.scss */
  .input_form-submit input {
    width: fit-content !important;
    min-width: 167px;
  }
}
/* line 114, ../scss/component/_input.scss */
.input_form-submit input:hover {
  background-color: #00A6D7 !important;
  color: #ffffff;
}

/* line 124, ../scss/component/_input.scss */
.webform-flex--container {
  margin: 0;
}
/* line 127, ../scss/component/_input.scss */
.webform-submission-contacto-argentina-form {
  overflow: hidden;
  padding-inline: 1rem;
}
/* line 132, ../scss/component/_input.scss */
.webform-address__row-4 {
  margin: 0 !important;
}

/* line 139, ../scss/component/_input.scss */
webform-address__row-4
div[data-drupal-messages] {
  display: none;
}

/* line 1, ../scss/page/_home.scss */
.card-news {
  width: 360px;
}
@media screen and (max-width: 576px) {
  /* line 1, ../scss/page/_home.scss */
  .card-news {
    width: 100%;
  }
}
/* line 7, ../scss/page/_home.scss */
.card-news .card-title {
  margin-top: 16px;
}
/* line 10, ../scss/page/_home.scss */
.card-news .card-title a {
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  color: #606060 !important;
  text-align: left;
  text-decoration: none;
}
/* line 20, ../scss/page/_home.scss */
.card-news .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #606060;
}

/* line 28, ../scss/page/_home.scss */
.container-leaf {
  padding: 12px 8px;
  background-color: rgba(212, 212, 212, 0.3) !important;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #7DC200 0%, #00A6D7 100%) 1;
  margin-top: 24px;
  border-radius: 8px 8px 0px 0px;
}
/* line 35, ../scss/page/_home.scss */
.container-leaf .row {
  gap: 8px;
}
/* line 39, ../scss/page/_home.scss */
.container-leaf p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #000000;
}
/* line 48, ../scss/page/_home.scss */
.container-leaf .col-md-4 {
  width: auto;
}
/* line 52, ../scss/page/_home.scss */
.container-leaf .col-md-4,
.container-leaf .col-md-8 {
  padding-right: 0;
  padding-left: 0;
}
/* line 58, ../scss/page/_home.scss */
.container-leaf img {
  width: 116px !important;
  height: 43px !important;
  object-fit: contain !important;
}
/* line 64, ../scss/page/_home.scss */
.container-leaf div, .container-leaf a {
  background-color: transparent !important;
}

/* line 69, ../scss/page/_home.scss */
.carousel-news {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  /* line 69, ../scss/page/_home.scss */
  .carousel-news {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  /* line 69, ../scss/page/_home.scss */
  .carousel-news {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    gap: 20px;
  }
  /* line 83, ../scss/page/_home.scss */
  .carousel-news .card-news {
    width: 100%;
  }
}

/* line 2, ../scss/page/_aboutus.scss */
.container-card-medium .col-md-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  /* line 2, ../scss/page/_aboutus.scss */
  .container-card-medium .col-md-12 {
    gap: 12px;
  }
}

/* line 14, ../scss/page/_aboutus.scss */
.container-grid {
  margin: auto;
  margin-top: 120px;
  padding-top: 60px;
  width: 876px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/page/_aboutus.scss */
  .container-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
/* line 27, ../scss/page/_aboutus.scss */
.container-grid .card-animation {
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
  gap: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 32px 20px;
  text-align: center;
  height: min-content;
  margin-bottom: 16px;
}
/* line 39, ../scss/page/_aboutus.scss */
.container-grid .card-animation h3 {
  color: #7DC200;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  text-align: center;
  margin-bottom: 0;
}
/* line 48, ../scss/page/_aboutus.scss */
.container-grid .card-animation h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: center;
  color: #606060;
  margin-bottom: 0;
}
/* line 56, ../scss/page/_aboutus.scss */
.container-grid .card-animation p {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 62, ../scss/page/_aboutus.scss */
.container-grid .item-1 {
  grid-area: item1;
}
/* line 66, ../scss/page/_aboutus.scss */
.container-grid .item-2 {
  grid-area: item2;
}
/* line 70, ../scss/page/_aboutus.scss */
.container-grid .item-3 {
  grid-area: item3;
}
/* line 74, ../scss/page/_aboutus.scss */
.container-grid .item-4 {
  grid-area: item4;
}
/* line 78, ../scss/page/_aboutus.scss */
.container-grid .item-5 {
  grid-area: item5;
}
/* line 82, ../scss/page/_aboutus.scss */
.container-grid .item-6 {
  grid-area: item6;
}
/* line 86, ../scss/page/_aboutus.scss */
.container-grid .item-7 {
  grid-area: item7;
}

/* line 92, ../scss/page/_aboutus.scss */
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 768px) {
  /* line 121, ../scss/page/_aboutus.scss */
  .offcanvas-end {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  /* line 1, ../scss/page/_event.scss */
  .views-view-responsive-grid--horizontal {
    grid-template-columns: 545px;
    justify-content: center;
  }
  /* line 5, ../scss/page/_event.scss */
  .views-view-responsive-grid--horizontal .card-event {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, ../scss/page/_event.scss */
  .views-view-responsive-grid--horizontal {
    grid-template-columns: 100%;
  }
  /* line 11, ../scss/page/_event.scss */
  .views-view-responsive-grid--horizontal .card-event {
    height: auto;
  }
}

/* line 6, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 14, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form .form-submit {
  position: absolute;
  top: 32px;
  right: 25%;
  background-color: transparent;
  border: 0;
  background-image: url("../../argentina_v2/images/icons/search-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 27px;
}
/* line 26, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form .js-form-type-textfield {
  width: 100%;
}
/* line 28, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form .js-form-type-textfield input {
  height: 37px;
  width: 50%;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}
/* line 33, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form .js-form-type-textfield input::placeholder {
  font-size: 14px;
  color: #A7A7A7;
}
/* line 39, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form .input-searchbox {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 40, ../scss/views/_search.scss */
.global-search-argentina .views-exposed-form .input-searchbox p {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  width: 50%;
}
/* line 56, ../scss/views/_search.scss */
.global-search-argentina .row {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
/* line 61, ../scss/views/_search.scss */
.global-search-argentina .card {
  max-width: 262px;
  border-radius: 16px;
  margin: auto;
  box-shadow: 1px 1px 30px 0px #0000001a;
}
@media (max-width: 425px) {
  /* line 61, ../scss/views/_search.scss */
  .global-search-argentina .card {
    margin-bottom: 2rem;
  }
}
/* line 66, ../scss/views/_search.scss */
.global-search-argentina .card .text-right {
  text-align: right;
  font-size: 14px;
}
/* line 70, ../scss/views/_search.scss */
.global-search-argentina .card a {
  outline: none;
  text-decoration: none;
}
/* line 77, ../scss/views/_search.scss */
.global-search-argentina .card-img-container {
  width: 100%;
  height: 124px;
}
/* line 80, ../scss/views/_search.scss */
.global-search-argentina .card-img-container img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  object-position: center;
  object-fit: cover;
}
/* line 87, ../scss/views/_search.scss */
.global-search-argentina .card-img-container .card-img-rzb-default {
  object-fit: contain !important;
  height: 30%;
  margin: auto;
}
/* line 93, ../scss/views/_search.scss */
.global-search-argentina .card h5 {
  color: #606060;
  font-size: 22px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* line 102, ../scss/views/_search.scss */
.global-search-argentina .card h6 {
  color: #00A6D7;
  font-size: 14px;
}
/* line 106, ../scss/views/_search.scss */
.global-search-argentina .card-body {
  width: 262px;
  height: 345px;
  overflow: hidden;
}
/* line 111, ../scss/views/_search.scss */
.global-search-argentina .card-text {
  color: #606060;
  font-size: 16px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* line 123, ../scss/views/_search.scss */
.global-search-argentina .pager ul {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-direction: row;
  gap: 3rem;
}
/* line 131, ../scss/views/_search.scss */
.global-search-argentina .pager ul li {
  padding: 12px;
}
/* line 133, ../scss/views/_search.scss */
.global-search-argentina .pager ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #606060;
  font-weight: bold;
}
/* line 140, ../scss/views/_search.scss */
.global-search-argentina .pager ul li.is-active {
  background-color: #B3E4F3;
  border-radius: 8px;
}
/* line 148, ../scss/views/_search.scss */
.global-search-argentina .pager .pager__item--last,
.global-search-argentina .pager .pager__item--first {
  display: none;
}

/* line 154, ../scss/views/_search.scss */
.object-fit-contain {
  object-fit: contain !important;
}

/* line 2, ../scss/page/_product.scss */
.container-products {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 16px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  /* line 2, ../scss/page/_product.scss */
  .container-products {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 2, ../scss/page/_product.scss */
  .container-products {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 576px) {
  /* line 2, ../scss/page/_product.scss */
  .container-products {
    grid-template-columns: auto;
  }
}
/* line 22, ../scss/page/_product.scss */
.container-products .views-row {
  width: min-content;
}

/* line 27, ../scss/page/_product.scss */
.container-products-small {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 16px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  /* line 27, ../scss/page/_product.scss */
  .container-products-small {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 27, ../scss/page/_product.scss */
  .container-products-small {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 576px) {
  /* line 27, ../scss/page/_product.scss */
  .container-products-small {
    grid-template-columns: auto;
  }
}
/* line 47, ../scss/page/_product.scss */
.container-products-small .views-row {
  width: min-content;
}
/* line 51, ../scss/page/_product.scss */
.container-products-small .card-product .card-text {
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 63, ../scss/page/_product.scss */
.container-product {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  /* line 63, ../scss/page/_product.scss */
  .container-product {
    gap: 24px;
  }
}
/* line 72, ../scss/page/_product.scss */
.container-product .product-img {
  width: 220px;
  height: 80px;
  object-fit: contain;
}

/* line 79, ../scss/page/_product.scss */
.product-label {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  margin-bottom: 8px;
}

/* line 89, ../scss/page/_product.scss */
.product-detail {
  color: #606060;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: left;
  margin-bottom: 0;
}

/* line 98, ../scss/page/_product.scss */
.product-title {
  color: #00A6D7;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.81px;
  text-align: left;
}

/* line 108, ../scss/page/_product.scss */
.product-subtitle {
  color: #00A6D7;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.48px;
  text-align: left;
}

/* line 117, ../scss/page/_product.scss */
#productsListTabs {
  display: none;
}

/* line 121, ../scss/page/_product.scss */
#showTabsContainer {
  display: none;
}

/* line 126, ../scss/page/_product.scss */
.products-banner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  background-color: #D4D4D44D;
  gap: 16px;
  padding: 24px;
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1280px) {
  /* line 126, ../scss/page/_product.scss */
  .products-banner {
    flex-flow: row nowrap;
  }
}
/* line 140, ../scss/page/_product.scss */
.products-banner p {
  font-weight: 400;
}
@media (min-width: 1280px) {
  /* line 140, ../scss/page/_product.scss */
  .products-banner p {
    max-width: 59%;
  }
}
/* line 146, ../scss/page/_product.scss */
.products-banner button, .products-banner a {
  background-color: #00A6D7;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  color: #ffffff;
  border: none;
  max-height: 40px;
  margin: auto 0;
}
/* line 157, ../scss/page/_product.scss */
.products-banner::after {
  content: '';
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #7DC200, #00A6D7);
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 166, ../scss/page/_product.scss */
.products-banner.innoculants {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  background-color: #D4D4D44D;
  gap: 16px;
  padding: 24px;
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1280px) {
  /* line 166, ../scss/page/_product.scss */
  .products-banner.innoculants {
    flex-flow: row nowrap;
  }
}
/* line 179, ../scss/page/_product.scss */
.products-banner.innoculants_logo {
  width: 75px;
  height: 60px;
  margin: auto;
}
@media (min-width: 1280px) {
  /* line 179, ../scss/page/_product.scss */
  .products-banner.innoculants_logo {
    margin: auto 0;
  }
}
/* line 186, ../scss/page/_product.scss */
.products-banner.innoculants_logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/* line 192, ../scss/page/_product.scss */
.products-banner.innoculants p {
  max-width: 75%;
}
@media (min-width: 1280px) {
  /* line 192, ../scss/page/_product.scss */
  .products-banner.innoculants p {
    max-width: 59%;
  }
}
/* line 198, ../scss/page/_product.scss */
.products-banner.innoculants button {
  background-color: #00A6D7;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  color: #ffffff;
  border: none;
  max-height: 40px;
  margin: auto 0;
  width: 100%;
}
/* line 210, ../scss/page/_product.scss */
.products-banner.innoculants::after {
  content: '';
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #7DC200, #00A6D7);
  position: absolute;
  bottom: 0;
}
/* line 219, ../scss/page/_product.scss */
.products-banner-leaf {
  display: none;
}
/* line 221, ../scss/page/_product.scss */
.products-banner-leaf_logo {
  width: 288px;
  height: 43px;
  margin: auto;
}
@media (min-width: 1280px) {
  /* line 221, ../scss/page/_product.scss */
  .products-banner-leaf_logo {
    margin: auto 0;
  }
}
/* line 228, ../scss/page/_product.scss */
.products-banner-leaf_logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/* line 234, ../scss/page/_product.scss */
.products-banner-leaf p {
  text-align: center;
  max-width: 100%;
}
@media (min-width: 1280px) {
  /* line 234, ../scss/page/_product.scss */
  .products-banner-leaf p {
    max-width: 42%;
  }
}
/* line 241, ../scss/page/_product.scss */
.products-banner-leaf a {
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}

/* line 251, ../scss/page/_product.scss */
.products-tabs {
  justify-content: flex-start;
}
@media (min-width: 1280px) {
  /* line 251, ../scss/page/_product.scss */
  .products-tabs {
    margin: 0 180px;
  }
}
/* line 257, ../scss/page/_product.scss */
.products-tabs li button {
  font-size: 24px;
  font-weight: 700;
  color: #A7A7A7 !important;
  border: none !important;
  border-bottom: 2px solid #A7A7A7 !important;
}
/* line 264, ../scss/page/_product.scss */
.products-tabs li button.active {
  color: #00A6D7 !important;
  border-bottom: 2px solid #00a6d7 !important;
}

/* line 275, ../scss/page/_product.scss */
.view_btn-link {
  color: #0d4371;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
/* line 281, ../scss/page/_product.scss */
.view_btn-link:hover {
  color: #0d4371;
}

/* line 288, ../scss/page/_product.scss */
.contact-form-product {
  transform: scale(0.9);
  margin-top: -2rem;
  margin-bottom: 2rem;
}
/* line 292, ../scss/page/_product.scss */
.contact-form-product .input_form-text_area_border {
  height: 150px;
}
/* line 295, ../scss/page/_product.scss */
.contact-form-product form > * {
  display: flex;
  flex-direction: column;
}
/* line 299, ../scss/page/_product.scss */
.contact-form-product form > * .webform-flex #edit-container-01 {
  width: 95%;
}
@media screen and (max-width: 1270px) {
  /* line 299, ../scss/page/_product.scss */
  .contact-form-product form > * .webform-flex #edit-container-01 {
    width: 91%;
  }
}
@media screen and (max-width: 992px) {
  /* line 299, ../scss/page/_product.scss */
  .contact-form-product form > * .webform-flex #edit-container-01 {
    width: 93%;
  }
}
@media screen and (max-width: 768px) {
  /* line 299, ../scss/page/_product.scss */
  .contact-form-product form > * .webform-flex #edit-container-01 {
    width: unset;
  }
}
/* line 311, ../scss/page/_product.scss */
.contact-form-product form > * .webform-flex #edit-container {
  width: 1px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columnas */
  grid-template-rows: repeat(3, auto);
  /* 3 filas */
  gap: 10px;
}
/* line 317, ../scss/page/_product.scss */
.contact-form-product form > * .webform-flex #edit-container .form-item {
  width: 400px;
}
@media screen and (max-width: 768px) {
  /* line 311, ../scss/page/_product.scss */
  .contact-form-product form > * .webform-flex #edit-container {
    display: flex;
    flex-direction: column;
    width: unset;
  }
  /* line 324, ../scss/page/_product.scss */
  .contact-form-product form > * .webform-flex #edit-container .form-item {
    width: unset;
  }
}
@media (min-width: 1280px) {
  /* line 332, ../scss/page/_product.scss */
  .contact-form-product .webform-submission-contacto-argentina-form {
    padding-inline: 2rem;
  }
}

/* line 338, ../scss/page/_product.scss */
.container-form-product {
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  /* line 338, ../scss/page/_product.scss */
  .container-form-product {
    padding-left: 20px;
  }
}

/* line 2, ../scss/page/_crop.scss */
.body-img img {
  width: 100%;
  height: auto;
}

/* line 9, ../scss/page/_crop.scss */
.container-crops .views-row, .container-crops nav, .crops .views-row, .crops nav {
  display: none;
}

/* line 4, ../scss/page/packs.scss */
.content-type-pack .layout-content {
  background-color: #f0f0f0;
}

/* line 10, ../scss/page/packs.scss */
.back_line .back_button {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0px;
}
/* line 16, ../scss/page/packs.scss */
.back_line .back_button i {
  margin: 0 5px;
}

/* line 23, ../scss/page/packs.scss */
.pack-background {
  padding-top: 30px !important;
  background-color: #F0F0F0;
}

/* line 28, ../scss/page/packs.scss */
.white_block {
  background-color: white;
  padding-top: 18px;
  padding-bottom: 0px;
}
/* line 30, ../scss/page/packs.scss */
.white_block .title-box {
  color: #20a5df;
}

/* line 39, ../scss/page/packs.scss */
.field-desc-corta {
  padding-bottom: 10px;
}

/* line 43, ../scss/page/packs.scss */
.info-block {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 45, ../scss/page/packs.scss */
.info-block .title-box {
  color: #20a5df;
}
/* line 49, ../scss/page/packs.scss */
.info-block p {
  margin-bottom: 5px;
  padding-left: 5px;
}

/* line 59, ../scss/page/packs.scss */
.pack_block {
  margin: 0 0px 20px 0px;
}

/* line 64, ../scss/page/packs.scss */
.title-box {
  color: #007abb;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #f0f0f0 solid;
  padding: 4px 8px;
}

/* line 73, ../scss/page/packs.scss */
.field-contenido {
  padding: 15px 8px;
}

/* line 78, ../scss/page/packs.scss */
.field-dosis {
  padding: 15px 8px;
}
/* line 80, ../scss/page/packs.scss */
.field-dosis ul {
  list-style-type: none;
  padding-left: 0.5em;
  margin-bottom: 5px;
}

/* line 88, ../scss/page/packs.scss */
.field_descripcion {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 93, ../scss/page/packs.scss */
.region-content {
  background-color: #f0f0f0;
}

/* line 97, ../scss/page/packs.scss */
.field_related_packs {
  margin-bottom: 20px;
}
/* line 98, ../scss/page/packs.scss */
.field_related_packs .title-box {
  color: white;
}
/* line 101, ../scss/page/packs.scss */
.field_related_packs .content-box {
  padding: 5px 5px;
  margin-top: 10px;
  color: #fff;
}
/* line 105, ../scss/page/packs.scss */
.field_related_packs .content-box a {
  color: white;
  font-weight: 600;
}
/* line 111, ../scss/page/packs.scss */
.field_related_packs .content-box ul li {
  margin-bottom: 3px;
}

/* line 120, ../scss/page/packs.scss */
.field_tipo_de_producto {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 15px 0px;
}

/* line 127, ../scss/page/packs.scss */
.title-inoculante {
  background: #007abb;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px #f0f0f0 solid;
  padding: 8px 15px 3px;
}

/* line 136, ../scss/page/packs.scss */
.title-protector {
  background: #bc5f00;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px #f0f0f0 solid;
  padding: 8px 15px 3px;
}

/* line 145, ../scss/page/packs.scss */
.title-curasemilla {
  background: #ed7d00;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px #f0f0f0 solid;
  padding: 8px 15px 3px;
}

/* line 155, ../scss/page/packs.scss */
.field-logo {
  padding: 0px;
}

/* line 159, ../scss/page/packs.scss */
.logo-producto {
  padding: 5px 15px;
}

/* line 163, ../scss/page/packs.scss */
.field_descripcion_corta_producto, .field_descripcion_corta_producto p {
  font-weight: normal;
  font-size: 14px;
  padding: 0px 10px 30px 10px;
  height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 172, ../scss/page/packs.scss */
.detalles-2 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 177, ../scss/page/packs.scss */
.btn-ver-ficha-inoculante {
  color: white;
  background: #007abb;
  border-radius: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #007abb solid;
  padding: 4px 15px;
  background-color: #007abb;
}

/* line 189, ../scss/page/packs.scss */
.btn-ver-ficha-protector {
  color: white;
  background: #bc5f00;
  border-radius: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #bc5f00 solid;
  padding: 4px 15px;
  background-color: #bc5f00;
}

/* line 201, ../scss/page/packs.scss */
.btn-ver-ficha-curasemilla {
  color: white;
  background: #ed7d00;
  border-radius: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #ed7d00 solid;
  padding: 4px 15px;
  background-color: #ed7d00;
}

/* line 213, ../scss/page/packs.scss */
.div-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 25px;
  padding-bottom: 25px;
}

/* line 221, ../scss/page/packs.scss */
.ficha-producto {
  height: 420px;
  background-color: white;
  margin-bottom: 25px;
  position: relative;
}

/* line 228, ../scss/page/packs.scss */
.background-azul-claro, .background-62 {
  background-color: #007abb;
}

@media (max-width: 990px) {
  /* line 233, ../scss/page/packs.scss */
  .div-btn {
    padding-bottom: 25px;
  }
}
/* line 1, ../scss/page/_login.scss */
.login_page {
  background: url(../images/contacto2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 9, ../scss/page/_login.scss */
.login_page .user-login-form {
  background-color: #ffffff;
  width: fit-content;
  border-radius: 16px;
  padding: 32px 20px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
/* line 17, ../scss/page/_login.scss */
.login_page .user-login-form .js-form-item {
  display: flex;
  flex-flow: column;
}
/* line 20, ../scss/page/_login.scss */
.login_page .user-login-form .js-form-item label {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.52px;
  color: #606060;
}
/* line 26, ../scss/page/_login.scss */
.login_page .user-login-form .js-form-item input {
  padding: 8px 12px;
  border: 1px solid #A7A7A7;
}
/* line 29, ../scss/page/_login.scss */
.login_page .user-login-form .js-form-item input:hover, .login_page .user-login-form .js-form-item input:focus {
  border: 1px solid #A7A7A7;
  outline: none;
  box-shadow: none;
}
/* line 37, ../scss/page/_login.scss */
.login_page .user-login-form .form-actions .form-submit {
  padding: 12px 24px;
  background: #00A6D7;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500px;
  transition: .5s;
}
/* line 46, ../scss/page/_login.scss */
.login_page .user-login-form .form-actions .form-submit:hover, .login_page .user-login-form .form-actions .form-submit:focus {
  border: 1px solid #00A6D7;
  background: #ffffff;
  color: #00A6D7;
}

/* line 2, ../scss/views/_news.scss */
#block-argentina-v2-views-block-noticias-block-1 .views-exposed-form {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: center;
}
/* line 8, ../scss/views/_news.scss */
#block-argentina-v2-views-block-noticias-block-1 .views-exposed-form .form-item-keys input {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid;
  height: 40px;
  border-color: #a7a7a7;
}
/* line 14, ../scss/views/_news.scss */
#block-argentina-v2-views-block-noticias-block-1 .views-exposed-form .form-item-keys input:focus {
  border: 1px solid #a7a7a7;
  outline: none;
  box-shadow: none;
}
/* line 22, ../scss/views/_news.scss */
#block-argentina-v2-views-block-noticias-block-1 .views-exposed-form .form-actions input {
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #00A6D7 !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  border: none;
  box-shadow: none;
  width: 100%;
  min-height: 40px;
}
@media (min-width: 1280px) {
  /* line 22, ../scss/views/_news.scss */
  #block-argentina-v2-views-block-noticias-block-1 .views-exposed-form .form-actions input {
    width: fit-content !important;
    min-width: 167px;
  }
}
/* line 38, ../scss/views/_news.scss */
#block-argentina-v2-views-block-noticias-block-1 .views-exposed-form .form-actions input:hover {
  background-color: #00A6D7 !important;
  color: #ffffff;
}

/* line 48, ../scss/views/_news.scss */
.news-date {
  font-size: 16px;
  line-height: 22.52px;
  color: #606060;
  padding: 1rem 0;
}
/* line 55, ../scss/views/_news.scss */
.news-title h6 {
  font-size: 32px;
  line-height: 37.5px;
  font-weight: 700;
  color: #00a6d7;
}
/* line 62, ../scss/views/_news.scss */
.news-subheading {
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 400;
  padding: 1rem 0;
}
/* line 69, ../scss/views/_news.scss */
.news-body p, .news-body span, .news-body strong {
  font-size: 18px;
  line-height: 21.09px;
}

/* line 38, ../scss/style.scss */
.container:after {
  clear: initial;
}

/* line 42, ../scss/style.scss */
main {
  min-height: 100vh;
  /* 	min-height: 100vh; */
}

/* line 46, ../scss/style.scss */
body,
html {
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.5;
}

/* line 52, ../scss/style.scss */
.modal-open {
  padding-right: 0px !important;
  overflow-y: auto !important;
}

/* line 57, ../scss/style.scss */
.g-2 {
  gap: 24px;
}

/* line 61, ../scss/style.scss */
.m-0 {
  margin: 0;
}

/* line 65, ../scss/style.scss */
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 70, ../scss/style.scss */
.mt-0 {
  margin-top: 0;
}

/* line 74, ../scss/style.scss */
.my-1 {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 79, ../scss/style.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 83, ../scss/style.scss */
.mb-1 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  /* line 83, ../scss/style.scss */
  .mb-1 {
    margin-bottom: 24px;
  }
}

/* line 91, ../scss/style.scss */
.mt-1 {
  margin-top: 24px;
}

/* line 95, ../scss/style.scss */
.my-2 {
  margin-top: 48px;
  margin-bottom: 48px;
}

/* line 100, ../scss/style.scss */
.mb-2 {
  margin-bottom: 48px;
}

/* line 104, ../scss/style.scss */
.mt-2 {
  margin-top: 48px;
}

/* line 108, ../scss/style.scss */
.p-0 {
  padding: 0;
}

@media (min-width: 1200px) {
  /* line 112, ../scss/style.scss */
  .ps-1 {
    padding-left: 12px !important;
  }
}

@media (min-width: 1200px) {
  /* line 118, ../scss/style.scss */
  .pe-1 {
    padding-right: 12px !important;
  }
}

/* line 124, ../scss/style.scss */
.py-1 {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 129, ../scss/style.scss */
.pb-1 {
  padding-bottom: 24px;
}

/* line 133, ../scss/style.scss */
.pt-1 {
  padding-top: 24px;
}

/* line 137, ../scss/style.scss */
.py-2 {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* line 142, ../scss/style.scss */
.pb-2 {
  padding-bottom: 48px;
}

/* line 146, ../scss/style.scss */
.pt-2 {
  padding-top: 48px;
}

/* line 150, ../scss/style.scss */
.h-300 {
  height: 300px;
}

/* line 154, ../scss/style.scss */
.raleway-bold {
  font-weight: 600;
}
