*, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

.swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.container-list {
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 1rem;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  .container-list {
    width: 100%;
  }
}
.container-list .video-multimedia {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.container-list .quick_access-cards {
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .container-list .quick_access-cards {
    max-width: 100%;
    max-height: auto;
    aspect-ratio: 1/1;
  }
}

.date-event {
  top: 0;
  right: 0;
  position: absolute;
  padding: 0.5rem 1rem;
  background-color: #1EA096;
  color: #ffffff;
}

.main-internal-page {
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.noticia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: 3rem auto;
}

.noticia_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 1355px) {
  .noticia_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.noticia_header .noticia_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.noticia_header .noticia_info .noticia_title {
  font-size: 36px;
}
.noticia_header .noticia_info .share_label {
  margin-bottom: 0.5rem;
}
.noticia_header .noticia_info .social_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.noticia_header .noticia_info .social_share a {
  text-decoration: none;
}
.noticia_header .noticia_info .social_share a svg {
  fill: #868686;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.noticia_header .noticia_info .social_share a svg:hover {
  fill: #3170EA;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.noticia_header .noticia_banner img {
  width: 100%;
}

.noticia_content {
  max-width: 80ch;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.noticia_content p {
  font-size: 22px;
  line-height: 30px;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: 3rem auto;
}

.event_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1355px) {
  .event_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event_header .event_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 1350px) {
  .event_header .event_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event_header .date-share-container {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.event_header .date-share-container .share_label {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1350px) {
  .event_header .date-share-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event_header .date-share-container .share_label {
    display: none;
  }
}
.event_header .social_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.event_header .social_share a {
  text-decoration: none;
}
.event_header .social_share a svg {
  fill: #868686;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.event_header .social_share a svg:hover {
  fill: #3170EA;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.event_header .event_title {
  font-size: 36px;
  width: 80%;
  margin: 0;
}
.event_header .event_date {
  color: #616161;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.event_header .event_banner img {
  width: 100%;
}

.event_content {
  max-width: 90ch;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.event_content p {
  font-size: 22px;
  line-height: 30px;
}

.btn {
  margin: 1rem;
  text-decoration: none;
  background-color: #3170EA;
  color: #ffffff;
  padding: 0.5rem 1rem;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-radius: 10px;
  text-align: center;
  max-width: 300px;
  border: none;
  outline: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #265bc3;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.statistic_container {
  padding: 0.5rem 1rem;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434555;
}
@media screen and (max-width: 1024px) {
  .statistic_container {
    width: 100%;
    margin: 0;
    padding: 0.5rem;
  }
}
.statistic_container .statistic_icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1355px) {
  .statistic_container .statistic_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .statistic_container .statistic_icon {
    display: none;
  }
}
.statistic_container a {
  text-decoration: none;
}

.statistic_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 2rem;
  gap: 0.5rem;
  min-width: 300px;
  width: 100%;
  margin: 0 auto;
  color: #434555;
}
@media screen and (max-width: 1355px) {
  .statistic_card {
    width: 100%;
    padding: 0.5rem 0.5;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.statistic_card .statistic_title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  line-break: normal;
  width: 50%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1e1f27;
}
@media screen and (max-width: 1355px) {
  .statistic_card .statistic_title {
    width: 100%;
  }
}
.statistic_card .statistic_title a {
  text-decoration: none;
}
.statistic_card .statistic_description {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #434555;
}
@media screen and (max-width: 1355px) {
  .statistic_card .statistic_description {
    width: 100%;
  }
}
.statistic_card .statistic_data {
  font-size: 36px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .statistic_card .statistic_data {
    font-size: 32px;
    width: 100%;
  }
}
.statistic_card .statistic_data, .statistic_card .green {
  color: #0A9D7A;
}
.statistic_card .statistic_data .blue {
  color: #3170EA;
}

.statistic_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: pre-wrap;
  line-break: auto;
}
@media screen and (max-width: 1024px) {
  .statistic_header {
    gap: 0.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.statistic_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: pre-wrap;
}

.top_bar_gov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1355px) {
  .top_bar_gov {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_bar_gov .logo_gov {
  padding: 0.2rem 0.5rem;
  width: 15%;
  background-color: #3366CC;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1355px) {
  .top_bar_gov .logo_gov {
    width: 25%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.1rem 0.3rem;
  }
}
.top_bar_gov .link_txt_gov {
  width: 60%;
  background-color: #E5EEFB;
  padding: 0.2rem 0.5rem;
  color: #0B457F;
  font-size: 12.1px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top_bar_gov .link_txt_gov a {
  color: #0B457F;
  font-size: 12.1px;
  text-decoration: none;
}
.top_bar_gov .link_txt_gov a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1355px) {
  .top_bar_gov .link_txt_gov {
    width: 75%;
  }
}
.top_bar_gov .sign_in_history {
  width: 25%;
  background-color: #1EA096;
  padding: 0.5rem;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1rem 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1355px) {
  .top_bar_gov .sign_in_history {
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_bar_gov .sign_in_history button {
  background-color: #1EA096;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  outline: none;
  margin: 10px;
  margin-top: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem;
  cursor: pointer;
}
.top_bar_gov .sign_in_history button:hover {
  background-color: #177970;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1355px) {
  .top_bar_gov .sign_in_history button {
    margin: 0;
    padding: 0.2rem;
  }
}

.preoload-agrosavia {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5647058824);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.gif-preloader {
  max-width: 200px;
  max-height: auto;
}

.siembra_navbar, .desk-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 5rem;
  background-color: #434555;
  color: #f4f4f4;
  gap: 0.2rem;
}
@media screen and (max-width: 1355px) {
  .siembra_navbar, .desk-nav {
    display: none;
  }
}
.siembra_navbar .menu_list, .desk-nav .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  gap: 0.2rem;
}
.siembra_navbar .menu_list .menu_item a, .desk-nav .menu_list .menu_item a {
  color: #f4f4f4;
  text-decoration: none;
  font-size: 16px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.siembra_navbar .menu_list .menu_item a:hover, .desk-nav .menu_list .menu_item a:hover {
  color: #f4f4f4;
  background-color: rgba(0, 0, 0, 0.5019607843);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.siembra_navbar .menu_list .menu_item .btn-tutorial, .desk-nav .menu_list .menu_item .btn-tutorial {
  background: #3170EA;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.5rem;
  gap: 0.5rem;
}

.mobile-nav {
  display: none;
}
@media screen and (max-width: 1355px) {
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #434555;
    padding: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-nav .menu-button button {
    border: none;
    background-color: transparent;
  }
  .mobile-nav .logo_siembra {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 auto;
  }
  .mobile-nav a {
    margin: auto;
  }
}

.offcanvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-container.open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-container .menu_mobile {
  background-color: #1ea096;
  color: #f4f4f4;
  width: 300px;
  height: 100%;
  padding: 1rem;
}
.offcanvas-container .offcanvas-header {
  height: 5%;
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-container .offcanvas-header button {
  padding: 1rem;
  font-weight: bold;
  font-size: 28px;
  border: none;
  color: #f4f4f4;
  background-color: transparent;
  cursor: pointer;
}
.offcanvas-container .offcanvas-content {
  padding: 1rem;
  height: 95%;
}
.offcanvas-container .offcanvas-content ul {
  padding: 1rem;
  list-style: none;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.offcanvas-container .offcanvas-content .mobile_nav_link {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  color: white;
}

footer {
  background: #3366CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 1355px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
footer .footer-gov {
  padding: 2rem 1rem;
  padding-right: 2rem;
  border-right: 2px solid #fff;
  height: 320px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-gov img {
  max-width: 300px;
}
@media screen and (max-width: 1355px) {
  footer .footer-gov {
    border-bottom: 2px solid #fff;
    border-right: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
  }
  footer .footer-gov img {
    width: 90%;
    margin: auto;
  }
}
footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  padding-right: 2rem;
  border-right: 2px solid #fff;
  height: 320px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1355px) {
  footer .footer-info {
    border-bottom: 2px solid #fff;
    border-right: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
  }
}
footer .footer-info h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
}
footer .footer-info ul {
  list-style: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
footer .footer-info a {
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  footer .footer-info a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
footer .footer-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  padding-right: 2rem;
  height: 320px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1355px) {
  footer .footer-contacto {
    border-bottom: 2px solid #fff;
    border-right: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}
footer .footer-contacto h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
}
footer .footer-contacto ul {
  list-style: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
footer .footer-contacto a {
  color: #ffffff;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1355px) {
  footer .footer-contacto a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    justify-content: center;
  }
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #f4f4f4;
  padding: 2rem 1rem;
}
.bottom-footer a {
  color: #3366CC;
  text-decoration: underline;
  text-align: center;
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero_Section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .hero_Section {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.hero_Section .search_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 1.5rem;
  background-image: url(../img/bg-search.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #f4f4f4;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section {
    padding: 4rem 0.2rem;
    width: 100%;
  }
}
.hero_Section .search_section .search_container {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .search_container {
    gap: 5px;
  }
}
.hero_Section .search_section .search_container .title_search {
  font-size: 42px;
}
.hero_Section .search_section .search_container .description_seacrch {
  font-size: 20px;
}
.hero_Section .search_section .search_box {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_Section .search_section .search_box button {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .search_box {
    width: 100%;
  }
}
.hero_Section .search_section .search_input_form {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .search_input_form {
    gap: 5px;
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 720px) {
  .hero_Section .search_section .search_input_form {
    gap: 0;
    width: 100%;
    padding: 1rem;
  }
}
.hero_Section .search_section .search_input_form .search_input {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  display: inline-block;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .search_input_form .search_input {
    max-width: 90%;
  }
}
@media screen and (max-width: 720px) {
  .hero_Section .search_section .search_input_form .search_input {
    width: 88%;
  }
}
.hero_Section .search_section .search_input_form .btn_search {
  padding: 0.5rem;
  background: #3170EA;
  color: #f4f4f4;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 20px;
  width: 9%;
  cursor: pointer;
}
.hero_Section .search_section .search_input_form .btn_search:hover {
  padding: 0.5rem;
  background-color: #2455af;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .search_input_form .btn_search {
    margin: 0;
  }
}
.hero_Section .search_section .advanced_search_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .advanced_search_container {
    width: 100%;
    padding: 0.2rem 0.5rem;
  }
}
.hero_Section .search_section .advanced_search_container .btn_advanced_search {
  padding: 0.5rem 1rem;
  background: #3170EA;
  color: #f4f4f4;
  border: none;
  outline: none;
  margin: 0 1rem;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .advanced_search_container .btn_advanced_search {
    width: 100%;
    padding: 0.2rem 0.5rem;
  }
}
.hero_Section .search_section .advanced_search_container .btn_advanced_search:hover {
  background-color: #2455af;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.hero_Section .search_section .advanced_search_box {
  padding: 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.hero_Section .search_section .advanced_search_box input {
  padding: 0.5rem;
  outline: none;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .hero_Section .search_section .advanced_search_box input {
    width: 100%;
  }
}
.hero_Section .news_section {
  background-color: #F6F6F6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1.5rem;
}
.hero_Section .news_section .title_recent_news {
  font-size: 36px;
  color: #434555;
}

.news_title_link {
  text-decoration: none;
}

.btn-news {
  float: right;
}

.new_card {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.new_card .image_container {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.new_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new_card .title_new_card {
  padding: 1rem;
}
.new_card .title_new_card h4 {
  font-size: 24px;
  color: #434555;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title_new_card::before {
  content: attr(data-date);
    background-color: transparent;
    color: #acacac;
    display: flex;
    justify-content: end;
    padding: 0 5px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}

.containersearch {
  background: rgba(255, 255, 255, 0.4588235294);
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 10px;
}

.quick_access {
  padding-bottom: 5rem;
  margin-bottom: 2rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .quick_access {
    margin: 0;
    padding: 0;
  }
}

.container-cards-access {
  background: url("../img/bg-container-bards-access.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin: 0;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container-cards-access h3 {
  font-weight: 900;
  font-size: 48px;
  /* identical to box height, or 37px */
  text-align: center;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1350px) {
  .container-cards-access h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1350px) {
  .container-cards-access {
    background: #434555;
    height: auto;
    padding: 2rem 1rem;
  }
}

.container-map-access {
  background: url("../img/bg-container-map-access.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin: 0;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .container-map-access {
    background: #ffffff;
  }
}

.cards-container-quick_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .cards-container-quick_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.quick_access-cards {
  height: 250px;
  width: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid #f4f4f4;
  border-radius: 6px;
  -webkit-backdrop-filter: grayscale(0.1);
          backdrop-filter: grayscale(0.1);
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quick_access-cards:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quick_access-cards a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.quick_access-cards p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  /* or 88% */
  letter-spacing: -0.015em;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  -webkit-backdrop-filter: grayscale(90%) brightness(60%) blur(1px);
          backdrop-filter: grayscale(90%) brightness(60%) blur(1px);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.quick_access-cards p:hover {
  -webkit-backdrop-filter: grayscale(0%) brightness(100%) blur(1px);
          backdrop-filter: grayscale(0%) brightness(100%) blur(1px);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.container-map-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media screen and (max-width: 1350px) {
  .container-map-access {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .container-map-access {
    margin: 0;
  }
}

.map-regiones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .map-regiones {
    padding: 0.5rem 2rem;
    padding-top: 2rem;
    position: relative;
  }
}
.map-regiones .info-regiones {
  position: absolute;
  top: 5rem;
  margin: 0 0 0 15rem;
  font-weight: bold;
  color: #4E5B4F;
  font-size: 42px;
}
.map-regiones .info-regiones span {
  color: #248638;
}
@media screen and (max-width: 1350px) {
  .map-regiones .info-regiones {
    position: relative;
    text-align: center;
    top: 0;
    margin: 0;
  }
}
.map-regiones .map-farmer {
  margin-top: 2rem;
  top: 10px;
}
@media screen and (max-width: 1350px) {
  .map-regiones .map-farmer {
    display: none;
  }
}
.map-regiones .cards-regiones {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  bottom: 4rem;
}
.map-regiones .cards-regiones .quick_access-cards {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1350px) {
  .map-regiones .cards-regiones {
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    margin-top: 4rem;
  }
  .map-regiones .cards-regiones .quick_access-cards {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1350px) {
  .map-regiones {
    position: inherit;
  }
}

.octiagro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 2rem auto;
  gap: 2rem;
}
.octiagro img {
  width: 300px;
  height: auto;
  margin: 0 8rem 0 -8rem;
}
@media screen and (max-width: 1350px) {
  .octiagro {
    background: #434555;
    padding: 2rem 1rem;
    margin: 0;
  }
  .octiagro img {
    width: 80%;
    height: auto;
    margin: auto;
  }
}

.cards-octiagro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.cards-octiagro :nth-child(even) {
  margin-top: 4rem;
}
@media screen and (max-width: 1350px) {
  .cards-octiagro {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .cards-octiagro {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.agro-context {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 0 80%;
  grid-template-columns: 20% 80%;
  gap: 0;
  margin: 2rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .agro-context {
    display: inherit;
    background-color: #414353;
    z-index: 1;
    padding: 1rem 1rem;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-slider-navigation {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #414353;
}
@media screen and (max-width: 1350px) {
  .bg-slider-navigation {
    display: none;
  }
}

.container-title-agro-context {
  z-index: 2;
  padding: 1rem 2rem;
}

.title-agro-context {
  z-index: 2;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  margin: 0 1rem;
  padding: 1rem;
}
.title-agro-context span {
  color: #2dbe4a;
}
@media screen and (max-width: 1024px) {
  .title-agro-context {
    margin-bottom: 0;
  }
}

.context-cards-slide {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1350) {
  .context-cards-slide {
    padding: 0;
  }
}

.home-multimedia {
  background: url("../img/bg-multimedia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 1rem;
  height: 80%;
  width: 100%;
}
@media screen and (max-width: 1355px) {
  .home-multimedia {
    display: block;
    background: #414353;
    padding: 3rem 1rem;
    height: auto;
  }
}
.home-multimedia h3 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin: 1rem 0 1rem 8rem;
  text-align: left;
}
@media screen and (max-width: 1355px) {
  .home-multimedia h3 {
    margin: 0 auto;
    text-align: center;
  }
}
.home-multimedia .videos-multimedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin: auto;
  width: 80%;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1355px) {
  .home-multimedia .videos-multimedia {
    width: 100%;
  }
}
.home-multimedia .video-multimedia {
  width: 45%;
  aspect-ratio: 16/9;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 1355px) {
  .home-multimedia .video-multimedia {
    width: 100%;
  }
}
.home-multimedia .btn-multimedia {
  text-decoration: none;
  background-color: #3170EA;
  color: #ffffff;
  padding: 0.5rem 1rem;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-radius: 10px;
  text-align: center;
  width: 100px;
}
.home-multimedia .btn-multimedia:hover {
  background-color: #265bc3;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.home-eventos_recientes {
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  background-color: #F4F4F4;
  width: 100%;
}
.home-eventos_recientes h3 {
  color: #414353;
  font-size: 40px;
}
@media screen and (max-width: 1350px) {
  .home-eventos_recientes h3 {
    text-align: center;
  }
}
.home-eventos_recientes span {
  color: #248638;
}
.home-eventos_recientes .event-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.home-eventos_recientes .event-cards .quick_access-cards {
  height: 300px;
  width: 300px;
}
.home-eventos_recientes .event-cards .events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 1355px) {
  .home-eventos_recientes .event-cards .events {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-eventos_recientes .btn-events {
  background-color: #3366CC;
  border-radius: 0.5rem;
  color: #F4F4F4;
  padding: 0.8rem 1rem;
  text-align: center;
  max-width: 300px;
  text-decoration: none;
}
@media screen and (max-width: 1355px) {
  .home-eventos_recientes .btn-events {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}

.followtwitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  width: 600px;
}

.container-events-twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .container-events-twitter {
    width: 100%;
  }
}
.container-events-twitter .twitter-profile {
  width: 100%;
}

.map_container {
  padding: 1rem;
  width: 80%;
  margin: 2rem auto;
  overflow: hidden;
}
@media screen and (max-width: 1355px) {
  .map_container {
    width: 100%;
  }
}

.map_list_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map_list_container .list_departamentos {
  background-color: #eeeeee;
  height: 600px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  overflow-y: scroll;
  width: 300px;
}
@media screen and (max-width: 1355px) {
  .map_list_container .list_departamentos {
    width: 100%;
  }
}
.map_list_container .list_departamentos .departamento_card {
  padding: 0.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1355px) {
  .map_list_container .list_departamentos .departamento_card {
    width: 100%;
  }
}
.map_list_container .list_departamentos .departamento_card a {
  text-decoration: none;
  color: #222222;
  font-size: 14px;
}
.map_list_container .list_departamentos .departamento_card img {
  width: 18px;
  height: auto;
}
.map_list_container .map_img {
  width: 800px;
}
@media screen and (max-width: 1355px) {
  .map_list_container .map_img {
    display: none;
  }
}

.recursos {
  background-color: #414353;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recursos img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recursos img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}