@charset "UTF-8";
/*! 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 {
  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 {
  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] {
  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;
}

@font-face {
  font-family: "GothamRegular";
  src: url(../../fonts/Gotham/GothamRegular.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url(../../fonts/Gotham/GothamMedium.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GothamLight";
  src: url(../../fonts/Gotham/GothamLight.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GothamBlack";
  src: url(../../fonts/Gotham/GothamBlack.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GothamBold";
  src: url(../../fonts/Gotham/GothamBold.otf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GothamBook";
  src: url(../../fonts/Gotham/GothamBook.otf);
  font-weight: 100;
  font-display: swap;
}
/** Media Queries **/
/*
    Sombra
*/
/*
    Centrar en el eje horizontal
*/
/*
    Centrar en el eje vertical
*/
/*
    Centrar en ambos ejes
*/
/*
    <hr>
    @param color
*/
/* 
    Imagen en cuadrado 1x1
*/
/* 
    Máximo de lineas
    para un parráfo
*/
/* 
    Eliminar los pseudocodigos 
    de un elemento.
    - Mayormente son generados por Woocommerce
*/
/*
    Customiza su scrollbar
*/
/*
    Botones
*/
.card_catalog-title a, .import_content a, .frontpage_section .btn_custom {
  position: relative;
  cursor: pointer;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

* {
  font-family: "GothamMedium";
}

picture {
  display: block;
}

.w-100, .wh-100vh, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

.wh-100vh {
  height: 100vh;
}

img {
  vertical-align: top;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.row.start {
  align-items: flex-start;
}
.row.end {
  align-items: flex-end;
}
.row.center {
  justify-content: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

main, section, header, footer, aside {
  width: 100%;
}

a {
  text-decoration: none;
}

textarea, button, input, select, option {
  outline: none;
}

.contenedor {
  width: min(88%, 1180px);
  margin-inline: auto;
}
.contenedor.contenedor_r {
  width: min(94%, 1540px);
  margin: 0 0 0 auto;
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

picture, .d-block {
  display: block;
}
picture img, picture source, .d-block img, .d-block source {
  width: 100%;
}

.none, .d-none {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -ms-appearance: none;
}

input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

summary::-webkit-details-marker {
  display: none !important;
}

h1 {
  font-size: 3.85em;
}
@media (max-width: 1462px) {
  h1 {
    font-size: 3.4em;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 3.25em;
}
@media (max-width: 1462px) {
  h2 {
    font-size: 3em;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 2.75em;
  }
}

h3 {
  font-size: 2.5em;
}
@media (max-width: 1462px) {
  h3 {
    font-size: 2.2em;
  }
}

h4 {
  font-size: 2em;
}
@media (max-width: 1462px) {
  h4 {
    font-size: 1.8em;
  }
}

h5 {
  font-size: 1.5em;
}
@media (max-width: 1462px) {
  h5 {
    font-size: 1.3em;
  }
}

h6 {
  font-size: 1.2em;
}
@media (max-width: 1462px) {
  h6 {
    font-size: 1.075em;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0;
}

a, p {
  font-size: 1.1rem;
}

small {
  font-size: 75%;
}

.hero {
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.hero_bg {
  inset: 0;
}
.hero_bg .splide__slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.hero_bg .splide__slide picture {
  height: 100%;
  width: 100%;
}
.hero_bg .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero_content .content > * {
  color: #ffffff;
}
.hero_content .content h2 {
  font-size: 75px;
  font-family: "GothamBlack";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero_content .content p {
  font-size: 29px;
  max-width: 680px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 4px 24px;
}

.frontpage_section {
  overflow: hidden;
}
.frontpage_section .btn_custom {
  border-radius: 0;
  border: 2px solid #ffffff;
  width: 200px;
  height: 47px;
  background: linear-gradient(90deg, #61A60D 0%, #3E7200 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.frontpage_section .btn_custom::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 0;
  background: #CCD621;
  transition: all 0.35s ease;
}
.frontpage_section .btn_custom p {
  position: relative;
  transition: all 0.35s ease;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-family: "GothamBook";
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.frontpage_section .btn_custom:is(:hover, :focus)::before {
  height: calc(100% + 4px);
}
.frontpage_section .btn_custom:is(:hover, :focus) p {
  color: #2C2C2C;
}

.abastecimiento {
  padding: 4rem 0;
  background: url(../../images/textura-crema.webp) no-repeat;
  background-size: cover;
}
.abastecimiento .contenedor {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.abastecimiento::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200%;
  background: url(../../images/textura-gris.webp) no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  z-index: -1;
}
.abastecimiento_title {
  position: relative;
  padding: 1.2rem 0;
}
.abastecimiento_title::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 150vw;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: white;
  opacity: 0.4;
  z-index: 0;
}
.abastecimiento_title h2 {
  font-size: 1.5rem;
  color: #61a60d;
  text-align: center;
  position: relative;
  z-index: 1;
}
.abastecimiento #abastecimiento .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.abastecimiento #abastecimiento .splide__track .splide__list .splide__slide div {
  width: 7rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abastecimiento #abastecimiento .splide__track .splide__list .splide__slide div img {
  height: 4rem;
  width: auto;
}
.abastecimiento #abastecimiento .splide__track .splide__list .splide__slide p {
  width: 35rem;
  color: #454545;
  font-size: 1.5rem;
}
.abastecimiento #abastecimiento .splide__arrows button {
  background: transparent;
}
.abastecimiento #abastecimiento .splide__arrows button svg {
  display: none;
}
.abastecimiento #abastecimiento .splide__arrows button::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 3em;
  width: 3em;
}
.abastecimiento #abastecimiento .splide__arrows button.splide__arrow--prev::after {
  background-image: url("../../images/arrow-left.svg");
}
.abastecimiento #abastecimiento .splide__arrows button.splide__arrow--next::after {
  background-image: url("../../images/arrow-right.svg");
}

.supplies {
  background: #62A830;
  padding-block: 6rem 5rem;
}
.supplies h2 {
  text-align: center;
  color: #ffffff;
  font-family: "GothamBook";
  font-weight: 100;
  font-size: 29px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.supplies h2 b, .supplies h2 strong {
  display: block;
  color: #ffffff;
  font-family: "GothamBold";
  font-weight: 100;
  font-size: 30px;
  text-transform: uppercase;
}
.supplies h2::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 30%;
  background: #D9D9D9;
  height: 5px;
  border-radius: 0;
}
.supplies h2 {
  margin: 0 auto;
}
.supplies h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.supplies p {
  color: #ffffff;
  font-family: "GothamBook";
  font-weight: 100;
}
.supplies .contenedor > p {
  text-align: center;
  margin-block: 56px 40px;
}
.supplies_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.supplies_grid > div {
  cursor: pointer;
}
.supplies_grid > div:nth-of-type(1) {
  border-top-left-radius: 10px;
}
.supplies_grid > div:nth-of-type(2) {
  border-top-right-radius: 10px;
}
.supplies_grid > div:nth-last-of-type(2) {
  border-bottom-left-radius: 10px;
}
.supplies_grid > div:nth-last-of-type(1) {
  border-bottom-right-radius: 10px;
}

.supplie_card {
  aspect-ratio: 16/7.5;
  border: 1px solid #ffffff;
  padding: 2.75rem 2rem;
  overflow: hidden;
}
.supplie_card::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0px;
  background: #3A7411;
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: 2;
  transition: all 0.2s ease;
}
.supplie_card img {
  inset: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease;
}
.supplie_card h3 {
  color: #ffffff;
  font-size: 23px;
  font-family: "GothamBold";
  margin-bottom: 12px;
}
.supplie_card p {
  text-align: justify;
}
.supplie_card-content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.supplie_card svg {
  position: absolute;
  bottom: 0;
  right: 15%;
  transition: all 0.3s ease;
}
.supplie_card path {
  transition: all 0.3s ease;
}
.supplie_card:hover::before {
  height: 100%;
}
.supplie_card:hover img {
  transform: scale(1.1);
  opacity: 0.1;
}
.supplie_card:hover svg {
  right: 0;
}
.supplie_card:hover path {
  fill: #CCD621;
}

.supply_lines {
  background: linear-gradient(180deg, #354921 0%, #15210a 100%);
  padding-block: 9rem;
}
.supply_lines::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/textura-gris.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.supply_lines .contenedor {
  z-index: 2;
}
.supply_lines-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.supply_lines-title {
  width: calc(27% - 15px);
}
.supply_lines-title p {
  color: #ffffff;
  font-family: "GothamLight";
  font-weight: 100;
  width: min(100%, 279px);
  margin-block: 24px 40px;
  line-height: 1.3em;
}
.supply_lines-list {
  width: calc(73% - 15px);
}
.supply_lines h2 {
  text-align: left;
  color: #ffffff;
  font-family: "GothamBook";
  font-weight: 100;
  font-size: 29px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.supply_lines h2 b, .supply_lines h2 strong {
  display: block;
  color: #61A60D;
  font-family: "GothamBold";
  font-weight: 100;
  font-size: 30px;
  text-transform: uppercase;
}
.supply_lines h2::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 30%;
  background: #D9D9D9;
  height: 5px;
  border-radius: 0;
}
.supply_lines h2::before {
  left: 0;
}

.brands {
  background: #eee;
  padding-block: 3.25rem;
}
.brands img {
  max-height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sub {
  padding: 5rem 0;
  background-image: url(../../images/fondo_sub.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub .contenedor {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
.sub_titulo {
  color: white;
  font-size: 0.8rem;
  align-self: center;
}
.sub #mc_embed_shell {
  max-width: 100%;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: 1fr 15rem;
  gap: 0;
  row-gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .mc-field-group {
  grid-row: 1;
  grid-column: 1;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
  display: none !important;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .mc-field-group label {
  display: none;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .mc-field-group input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  font-family: "GothamMedium", sans-serif;
  font-size: 1.2rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .tnp-privacy-field {
  grid-row: 2;
  grid-column: span 2;
  margin: 0;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .tnp-privacy-field label {
  color: white;
  font-family: "GothamBook", sans-serif;
  margin: 0;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll #mce-responses {
  grid-row: 3;
  grid-column: span 2;
  align-self: center;
  place-self: center;
  color: white;
  font-size: 1rem;
  font-family: "GothamBold", sans-serif;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll #mce-responses #mce-error-response {
  background-color: red;
  padding: 0.3rem 2rem;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll #mce-responses #mce-success-response {
  background-color: #ccd621;
  padding: 0.3rem 2rem;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .optionalParent {
  width: 100%;
  max-width: 100%;
  grid-row: 1;
  grid-column: span 2;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .optionalParent .clear.foot {
  height: 100%;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .optionalParent input {
  width: 100%;
  height: 100%;
  background-color: #ccd621;
  border: 1px solid white;
  transition: all 0.5s ease;
  color: white;
  font-family: "GothamBook", sans-serif;
  font-size: 1.3rem;
}
.sub #mc_embed_shell form #mc_embed_signup_scroll .optionalParent input:hover {
  background-color: #61a60d;
}

.lines {
  padding-block: 4rem 7rem;
}
.lines-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.lines-grid .card_line-content h3 {
  width: 12.7rem;
}

.catalogs {
  padding-block: 4rem 5rem;
}
.catalogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 65px 35px;
}

.import {
  padding: 0;
}
.import_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  align-items: center;
}
.import_image img {
  aspect-ratio: 1/1;
}
.import_content {
  padding-block: 1.5rem;
}
.import_content-mx {
  max-width: 411px;
  margin-inline: auto;
}
.import_content-description {
  margin-block: 28px 34px;
}
.import_content h2 {
  font-size: 27px;
  font-family: "GothamBold";
  color: #CCD621;
}
.import_content p {
  font-family: "GothamBook";
  font-size: 15px;
  color: #000000;
  text-align: justify;
}
.import_content p:not(:last-child) {
  margin-bottom: 14px;
}
.import_content a {
  border-radius: 0;
  border: 2px solid #ffffff;
  width: 200px;
  height: 47px;
  background: linear-gradient(90deg, #61A60D 0%, #3E7200 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.import_content a::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 0;
  background: #CCD621;
  transition: all 0.35s ease;
}
.import_content a p {
  position: relative;
  transition: all 0.35s ease;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-family: "GothamBook";
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.import_content a:is(:hover, :focus)::before {
  height: calc(100% + 4px);
}
.import_content a:is(:hover, :focus) p {
  color: #2C2C2C;
}
.import_content a {
  border: none;
}
.import_content a::before {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}
.import_content a:is(:hover, :focus)::before {
  height: 100%;
}
.import_content a {
  height: 38px;
}
.import_content a p {
  font-size: 17px;
}
.import.import_2 {
  background: rgb(239, 239, 239);
  background: linear-gradient(270deg, rgb(239, 239, 239) 50%, rgb(255, 255, 255) 50%);
}
.import.import_1 {
  background: rgb(239, 239, 239);
  background: linear-gradient(90deg, rgb(239, 239, 239) 50%, rgb(255, 255, 255) 50%);
}
.import.import_1 .import_image {
  order: 2;
}
.import.import_1 .import_content {
  order: 1;
}

.cargosMain .banner_bg {
  background: rgb(58, 116, 17);
}
.cargosMain {
  /* Oculta los botones de navegación por defecto */
}
.cargosMain .splide__arrow,
.cargosMain .splide__pagination {
  display: none;
}
.cargosMain .splide .splide__arrow {
  width: -moz-fit-content;
  width: fit-content;
}
.cargosMain .splide .splide__arrow svg {
  display: none;
}
.cargosMain .splide .splide__arrow::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 3rem;
  font-weight: 900;
  font-family: "GothamBold", sans-serif;
}
.cargosMain .splide .splide__arrow--prev {
  left: -3rem;
}
.cargosMain .splide .splide__arrow--prev::after {
  content: "←";
}
.cargosMain .splide .splide__arrow--next {
  right: -0.3rem;
}
.cargosMain .splide .splide__arrow--next::after {
  content: "→";
}
.cargosMain .splide {
  /* Centra los elementos dentro del carrusel */
}
.cargosMain .splide .splide__track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cargosMain .splide .splide__track .splide__list {
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
}
.cargosMain .splide .splide__track .splide__list.centerList {
  justify-content: center;
}
.cargosMain .splide .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: center;
  height: 3.2rem;
}
.cargosMain .splide .splide__track .splide__list .splide__slide button {
  max-width: 16rem;
}

.singleLinea {
  padding: 5rem 0;
}
.singleLinea_grid {
  display: none;
  grid-template-columns: 2fr 3fr;
  gap: 1rem;
}
.singleLinea_grid.active {
  display: grid;
}
.singleLinea_grid-listado {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.singleLinea_grid-listado ul li {
  color: #ababab;
  font-family: "GothamLight", sans-serif;
}
.singleLinea_grid-listado a {
  width: 80%;
  text-align: center;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  color: white;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}
.singleLinea_grid-listado a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #61a60d 0%, #3e7200 100%);
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 1;
}
.singleLinea_grid-listado a:hover {
  color: #61a60d;
  border-color: #61a60d;
}
.singleLinea_grid-listado a:hover::after {
  opacity: 0;
}
.singleLinea_grid-grid {
  display: grid;
  grid-template-columns: repeat(2, 20rem);
  grid-template-rows: repeat(2, 17rem);
  gap: 1rem;
}
.singleLinea_grid-grid div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.singleLinea_grid-grid div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.singleLinea_grid-grid div:hover img {
  transform: scale(1.1);
}

.seguridad {
  padding: 5rem 0;
}
.seguridad .contenedor {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.seguridad .contenedor .detalle {
  text-align: center;
  width: 100%;
  color: #6A6A6A;
  font-family: "GothamLight", sans-serif;
}
.seguridad_grid {
  display: grid;
  grid-template-columns: 17rem 1fr 17rem;
  grid-template-rows: repeat(5, auto);
}
.seguridad_svg {
  grid-area: span 5/2;
  justify-self: center;
  align-self: center;
}
.seguridad_svg svg {
  width: 20rem;
  height: auto;
}
.seguridad_svg svg circle.second {
  transition: all 0.5s ease;
  cursor: pointer;
}
.seguridad_svg svg circle.second:hover {
  fill: #61a60d;
}
.seguridad_parte {
  opacity: 0;
  transition: all 0.5s ease;
}
.seguridad_parte p {
  text-align: center;
  background-color: #3a7411;
  color: white;
  padding: 0.5rem 0;
}
.seguridad_parte div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.seguridad_parte div img {
  width: 8rem;
}
.seguridad_parte-1 {
  grid-area: 1/3;
}
.seguridad_parte-2 {
  grid-area: 1/1;
}
.seguridad_parte-3 {
  grid-area: 2/1;
}
.seguridad_parte-4 {
  grid-area: 2/3;
}
.seguridad_parte-5 {
  grid-area: 3/1;
}
.seguridad_parte-6 {
  grid-area: 3/3;
}
.seguridad_parte-7 {
  grid-area: 4/3;
}
.seguridad_parte-8 {
  grid-area: 4/1;
}
.seguridad_titulo h2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
  flex-direction: column;
  position: relative;
  font-size: 2rem;
  color: #454545;
  font-family: "GothamLight", sans-serif;
}
.seguridad_titulo h2 span {
  font-family: "GothamBold", sans-serif;
  color: #61a60d;
}
.seguridad_titulo h2::after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  height: 0.3rem;
  width: 7rem;
  background-color: #d9d9d9;
  border-radius: 0.5rem;
}
.seguridad #otras_marcas {
  pointer-events: none !important;
}

.nosotros_section h2 {
  text-align: left;
  color: #6B6B6B;
  font-family: "GothamBook";
  font-weight: 100;
  font-size: 29px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.nosotros_section h2 b, .nosotros_section h2 strong {
  display: block;
  color: #61A60D;
  font-family: "GothamBold";
  font-weight: 100;
  font-size: 30px;
  text-transform: uppercase;
}
.nosotros_section h2::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 30%;
  background: #D9D9D9;
  height: 5px;
  border-radius: 0;
}
.nosotros_section h2 {
  margin-inline: auto;
}
.nosotros_section h2::before {
  left: 50%;
  transform: translateX(-50%);
}

.objetivo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.objetivo::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background-image: url("../../images/fondo_que_hacemos.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.objetivo .contenedor {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
}
.objetivo_detalle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  padding-right: 12rem;
}
.objetivo_detalle h2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "GothamLight", sans-serif;
  color: #6B6B6B;
  font-size: 1.9rem;
  position: relative;
  text-transform: uppercase;
  line-height: 2.8rem;
}
.objetivo_detalle h2 b {
  color: #61A60D;
  text-transform: uppercase;
}
.objetivo_detalle h2::after {
  position: relative;
  content: "";
  height: 0.4rem;
  width: 8rem;
  background-color: #A8A8A7;
  margin-top: 0.2rem;
}
.objetivo_detalle div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.objetivo_detalle div p {
  text-align: justify;
  font-family: "GothamBook", sans-serif;
  font-size: 0.95rem;
}
.objetivo_imagen {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 54rem;
}
.objetivo_imagen img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  transition: all 0.5s ease;
}
.objetivo_imagen img:hover {
  height: 110%;
  transform: translateY(-5%);
}

.trayectoria {
  padding: 7rem 0;
  background-image: url(../../images/fondo_trayectoria.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.trayectoria::after {
  position: absolute;
  content: "";
  background-color: white;
  opacity: 0.94;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.trayectoria_grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  row-gap: 1rem;
  position: relative;
  z-index: 2;
  transform: translateX(3rem);
}
.trayectoria_grid div {
  color: #6B6B6B;
  font-size: 1.5rem;
}
.trayectoria_grid div p {
  position: relative;
  color: #61A60D;
  font-size: 2.7rem;
  font-family: "GothamBold", sans-serif;
}
.trayectoria_grid div p span {
  color: #3A7411;
  font-size: 4rem;
  font-family: "GothamBold", sans-serif;
}
.trayectoria_grid div p span:first-child {
  position: absolute;
  left: -2.3rem;
}

.valores .contenedor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
.valores .contenedor h2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "GothamBook", sans-serif;
  color: #6B6B6B;
  font-size: 2.5rem;
  position: relative;
  text-transform: uppercase;
  line-height: 3.2rem;
}
.valores .contenedor h2 b {
  color: #61A60D;
  text-transform: uppercase;
}
.valores .contenedor h2::after {
  position: relative;
  content: "";
  height: 0.4rem;
  width: 8rem;
  background-color: #D9D9D9;
  margin-top: 0.2rem;
}
.valores_grid {
  display: grid;
  grid-template-columns: 35rem 1fr;
  gap: 1rem;
}
.valores_grid-listado ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
}
.valores_grid-listado ul li {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  transition: all 0.5s ease;
}
.valores_grid-listado ul li button {
  background-color: transparent;
  width: 100%;
  border: none;
  text-align: start;
  padding: 1.5rem 0;
  position: relative;
  font-size: 1.2rem;
  color: #454545;
  font-family: "GothamBold", sans-serif;
}
.valores_grid-listado ul li button::after {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: "GothamBold", sans-serif;
  color: #454545;
  font-size: 2rem;
  transition: all 0.5s ease;
}
.valores_grid-listado ul li p {
  opacity: 0;
  max-height: 0;
  font-family: "GothamLight", sans-serif;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}
.valores_grid-listado ul li.activated button {
  color: #61A60D;
}
.valores_grid-listado ul li.activated button::after {
  color: #61A60D;
  transform: rotate(-90deg) translateX(1rem);
}
.valores_grid-listado ul li.activated p {
  opacity: 1;
  max-height: 10rem;
  padding: 1rem 0;
}
.valores_grid img {
  justify-self: end;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.mvf {
  padding-block: 6.5rem;
}
.mvf_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.mvf_grid > div {
  width: 20rem;
  height: 16rem;
  max-height: 40rem;
  max-width: 100%;
  background: #F1FFE8;
  padding: 1.2rem 2rem 3rem;
}
.mvf h2 {
  margin-bottom: 30px;
}
.mvf h2::before {
  max-width: 70px;
}
.mvf p {
  font-family: "GothamBook";
  font-weight: 100;
  color: #606060;
  font-size: 15px;
  text-align: justify;
  line-height: 1.25em;
}

.our_history {
  padding-block: 7rem;
}
.our_history h2 {
  margin-bottom: 5rem;
}
.our_history-timeline-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 30px;
  margin-bottom: 30px;
}
.our_history-timeline-numbers p {
  color: #A1A1A1;
  font-family: "GothamBook";
  font-weight: 100;
  padding-block: 6px;
  cursor: pointer;
}
.our_history-timeline-line {
  width: 100%;
  margin-inline: auto;
  height: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23CCD621FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  position: relative;
}
.our_history-timeline-line::before, .our_history-timeline-line::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.our_history-timeline-line::before {
  background: #D9D9D9;
  display: block;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.our_history-timeline-line::after {
  background: #61A60D;
  display: block;
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.our_history-timeline-content {
  height: 200px;
}
.our_history-timeline-content > div {
  inset: 0;
}
.our_history-timeline-content_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.our_history-timeline-content .content {
  opacity: 0;
  padding: 4.5rem 2rem;
  transition: all 0.4s ease;
}
.our_history-timeline-content .content h3 {
  color: #61A60D;
  font-family: "GothamBold";
  font-size: 1.45rem;
}
.our_history-timeline-content .content p {
  font-family: "GothamBook";
  color: #454545;
}
.our_history-timeline-content .content span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-family: "GothamBold";
  font-size: 110px;
  color: #CCD621;
  opacity: 0.3;
}
.our_history-timeline-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  align-items: flex-start;
  flex-direction: column;
}
.our_history-timeline[data-step="1"] .our_history-timeline-numbers p:nth-child(1) {
  color: #61A60D;
  font-family: "GothamRegular";
  font-weight: 100;
}
.our_history-timeline[data-step="1"] .our_history-timeline-line::before {
  left: 0;
}
.our_history-timeline[data-step="1"] .our_history-timeline-line::after {
  left: 8px;
}
.our_history-timeline[data-step="1"] .content-1 {
  opacity: 1;
}
.our_history-timeline[data-step="2"] .our_history-timeline-numbers p:nth-child(2) {
  color: #61A60D;
  font-family: "GothamRegular";
  font-weight: 100;
}
.our_history-timeline[data-step="2"] .our_history-timeline-line::before {
  left: 19.45%;
}
.our_history-timeline[data-step="2"] .our_history-timeline-line::after {
  left: calc(19.45% + 8px);
}
.our_history-timeline[data-step="2"] .content-2 {
  opacity: 1;
}
.our_history-timeline[data-step="3"] .our_history-timeline-numbers p:nth-child(3) {
  color: #61A60D;
  font-family: "GothamRegular";
  font-weight: 100;
}
.our_history-timeline[data-step="3"] .our_history-timeline-line::before {
  left: 38.8%;
}
.our_history-timeline[data-step="3"] .our_history-timeline-line::after {
  left: calc(38.8% + 8px);
}
.our_history-timeline[data-step="3"] .content-3 {
  opacity: 1;
}
.our_history-timeline[data-step="4"] .our_history-timeline-numbers p:nth-child(4) {
  color: #61A60D;
  font-family: "GothamRegular";
  font-weight: 100;
}
.our_history-timeline[data-step="4"] .our_history-timeline-line::before {
  left: 58.5%;
}
.our_history-timeline[data-step="4"] .our_history-timeline-line::after {
  left: calc(58.5% + 8px);
}
.our_history-timeline[data-step="4"] .content-4 {
  opacity: 1;
}
.our_history-timeline[data-step="5"] .our_history-timeline-numbers p:nth-child(5) {
  color: #61A60D;
  font-family: "GothamRegular";
  font-weight: 100;
}
.our_history-timeline[data-step="5"] .our_history-timeline-line::before {
  left: 77.7%;
}
.our_history-timeline[data-step="5"] .our_history-timeline-line::after {
  left: calc(77.7% + 8px);
}
.our_history-timeline[data-step="5"] .content-5 {
  opacity: 1;
}
.our_history-timeline[data-step="6"] .our_history-timeline-numbers p:nth-child(6) {
  color: #61A60D;
  font-family: "GothamRegular";
  font-weight: 100;
}
.our_history-timeline[data-step="6"] .our_history-timeline-line::before {
  left: 97.5%;
}
.our_history-timeline[data-step="6"] .our_history-timeline-line::after {
  left: calc(97.5% + 8px);
}
.our_history-timeline[data-step="6"] .content-6 {
  opacity: 1;
}

.contactarse {
  padding: 5rem 0;
}
.contactarse_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.contactarse_info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactarse_info p {
  font-family: "GothamLight", sans-serif;
  color: #6b6b6b;
}
.contactarse_info ul {
  list-style: none;
}
.contactarse_info ul li {
  margin: 1rem 0;
}
.contactarse_info ul li a {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  text-decoration: none;
  font-family: "GothamLight", sans-serif;
  color: #6b6b6b;
}
.contactarse_info div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.contactarse_info div div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.contactarse_info div div a:hover svg {
  transform: scale(1.2);
}
.contactarse_info div div a svg {
  transition: all 0.5s ease;
  height: 1.5rem;
  width: auto;
}
.contactarse_form {
  padding: 2rem;
  border-top: 4px solid #ccd621;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 27rem;
  max-width: 100%;
}
.contactarse_form .wpcf7 form {
  width: 100%;
}
.contactarse_form .wpcf7 form p {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.contactarse_form .wpcf7 form p label {
  font-family: "GothamLight", sans-serif;
  color: #a8a8a7;
  text-align: justify;
}
.contactarse_form .wpcf7 form p span {
  width: 100%;
}
.contactarse_form .wpcf7 form p span input,
.contactarse_form .wpcf7 form p span textarea {
  border: 1px solid #ccd621;
  padding: 0.5rem 1rem;
  resize: none;
  width: 100%;
}
.contactarse_form .wpcf7 form p span input::-moz-placeholder, .contactarse_form .wpcf7 form p span textarea::-moz-placeholder {
  font-family: "GothamLight", sans-serif;
  color: #a8a8a7;
}
.contactarse_form .wpcf7 form p span input::placeholder,
.contactarse_form .wpcf7 form p span textarea::placeholder {
  font-family: "GothamLight", sans-serif;
  color: #a8a8a7;
}
.contactarse_form .wpcf7 form p span textarea {
  height: 6rem;
}
.contactarse_form .wpcf7 form p span:last-child {
  display: none;
}
.contactarse_form .wpcf7 form p span[data-name=file-580] {
  position: relative;
  height: 2.5rem;
  width: 100%;
  border: 1px solid #ccd621;
}
.contactarse_form .wpcf7 form p span[data-name=file-580] input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.contactarse_form .wpcf7 form p span[data-name=file-580]::before {
  position: absolute;
  content: "Agregar archivo";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: white;
  background-color: #ccd621;
  z-index: 1;
}
.contactarse_form .wpcf7 form p input[type=submit] {
  color: white;
  padding: 0.5rem 2rem;
  border: 1px solid white;
  background: linear-gradient(90deg, #61a60d 0%, #3e7200 100%);
  font-family: "GothamLight", sans-serif;
  transition: all 0.5s ease;
}
.contactarse_form .wpcf7 form p input[type=submit]:hover {
  color: #61a60d;
  border-color: #61a60d;
  background: white;
}

.mapa {
  padding: 0 0 4rem 0;
}
.mapa .contenedor {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.mapa .contenedor .tabs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.mapa .contenedor .tab {
  cursor: pointer;
  padding: 0.7rem 2rem;
  border: 1px solid white;
  transition: all 0.5s ease;
}
.mapa .contenedor .tab.active {
  background-color: #3e7200;
  color: white;
}
.mapa .contenedor .tab.active:hover {
  border: 1px solid white;
}
.mapa .contenedor .tab:hover {
  border: 1px solid #3e7200;
}
.mapa .contenedor .tab-content {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  width: 100%;
}
.mapa .contenedor .tab-content p {
  text-align: center;
}
.mapa .contenedor a {
  display: inline-block;
  height: auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.mapa .contenedor a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.mapa .contenedor a:hover img {
  transform: scale(1.1);
}

.gracias {
  height: 102vh;
  width: 100%;
  background-image: url(../../images/fondo_gracias.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -6rem;
}
.gracias .contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
  height: 100%;
}
.gracias_saludo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.gracias_saludo h1, .gracias_saludo p, .gracias_saludo a {
  color: white;
  text-align: center;
}
.gracias_saludo a {
  text-decoration: none;
  background: linear-gradient(90deg, #61A60D 0%, #3E7200 100%);
  border: 1px solid white;
  padding: 1rem 2rem;
  font-family: "GothamLight", sans-serif;
  transition: all 0.5s ease;
}
.gracias_saludo a:hover {
  background: transparent;
  color: white;
}
.gracias_saludo p {
  font-family: "GothamLight", sans-serif;
}
.gracias_redes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.gracias_redes p {
  color: white;
  font-family: "GothamLight", sans-serif;
}
.gracias_redes div {
  display: flex;
  justify-content: space-between;
  width: 20rem;
}
.gracias_redes div a:hover svg {
  transform: scale(1.2);
}
.gracias_redes div a svg {
  height: 1.7rem;
  width: auto;
  transition: all 0.5s ease;
}

.vacantes {
  padding: 4rem 0;
}
.vacantes .contenedor {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.vacantes_title {
  width: 100%;
}
.vacantes_title h2 {
  color: #CCD621;
  font-family: "GothamLight", sans-serif;
  text-align: center;
}
.vacantes_title p {
  color: #5D5D5D;
  font-size: 1.3rem;
  font-family: "GothamLight", sans-serif;
  text-align: center;
}
.vacantes_title p b {
  font-family: "GothamBlack", sans-serif;
  color: #6DAC2F;
}
.vacantes ul {
  list-style: none;
}
.vacantes ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
  margin: 1.5rem 0;
}
.vacantes ul li a {
  color: white;
  border-radius: 0.5rem;
  border: 1px solid white;
  background-color: #6DAC2F;
  transition: all 0.5s ease;
  padding: 1rem;
}
.vacantes ul li a:hover {
  color: #6DAC2F;
  background-color: white;
  border: 1px solid #6DAC2F;
}
.vacantes_detalle {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 2rem;
}
.vacantes_detalle img {
  height: auto;
  width: 100%;
}
.vacantes_detalle div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.vacantes_detalle div span {
  color: #A0A0A0;
  font-family: "GothamBold", sans-serif;
}
.vacantes_detalle div p {
  color: #303030;
  font-family: "GothamMedium", sans-serif;
}
.vacantes_detalle div div {
  gap: 0.2rem;
}
.vacantes_detalle div div span {
  color: #A0A0A0;
  font-family: "GothamMedium", sans-serif;
}

.homologacion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.homologacion .contenedor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.homologacion_imagen {
  position: relative;
  width: 100%;
  height: 55rem;
  position: relative;
}
.homologacion_imagen img {
  width: 99%;
  position: absolute;
  top: 0;
  height: auto;
  right: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: -1;
}
.homologacion_listado {
  position: relative;
  padding: 4rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  width: 35rem;
  max-width: 100%;
}
.homologacion_listado::after {
  position: absolute;
  content: "";
  top: 0;
  left: -2rem;
  width: 200%;
  height: 100%;
  background-color: #EFEFEF;
  z-index: -1;
}
.homologacion_listado h2 {
  font-size: 2rem;
  color: #CCD621;
  padding-left: 2rem;
}
.homologacion_listado ul {
  list-style: none;
  width: 100%;
}
.homologacion_listado ul li {
  display: grid;
  grid-template-columns: 1fr 3rem;
  width: 100%;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #CCD621;
  padding: 1rem 2rem;
}
.homologacion_listado ul li div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.homologacion_listado ul li div span {
  color: #8C8C8C;
  font-family: "GothamLight", sans-serif;
}
.homologacion_listado ul li a {
  background-color: #61A60D;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homologacion_listado ul li a svg g path:first-child {
  transition: all 0.5s ease;
}
.homologacion_listado ul li a:hover {
  background-color: #CCD621;
}
.homologacion_listado ul li a:hover svg g path:first-child {
  transform: translateY(3px);
}

.services_grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
}
.services_grid img {
  width: 100%;
}
.services_grid-enlace, .services_grid-simple, .services_grid-acordeon {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
}
.services_grid-enlace div, .services_grid-simple div, .services_grid-acordeon div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.services_grid-enlace::after, .services_grid-simple::after, .services_grid-acordeon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../../images/fondo_servicio.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.services_grid-enlace a, .services_grid-simple a, .services_grid-acordeon a {
  border: 1px solid white;
  padding: 0.5rem 2rem;
  color: white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.services_grid-enlace a span, .services_grid-simple a span, .services_grid-acordeon a span {
  z-index: 2;
  position: relative;
}
.services_grid-enlace a::after, .services_grid-simple a::after, .services_grid-acordeon a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #61A60D 0%, #3E7200 100%);
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 0;
}
.services_grid-enlace a:hover, .services_grid-simple a:hover, .services_grid-acordeon a:hover {
  border-color: #61A60D;
  color: #61A60D;
}
.services_grid-enlace a:hover::after, .services_grid-simple a:hover::after, .services_grid-acordeon a:hover::after {
  opacity: 0;
}
.services_grid-simple {
  justify-content: flex-start;
}
.services_grid-simple div div {
  justify-content: flex-start;
  gap: 1rem;
}
.services_grid-simple div div p {
  text-align: justify;
  font-family: "GothamLight", sans-serif;
  font-size: 0.95rem;
}
.services_grid-acordeon {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.services_grid-acordeon div ul li {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #CCD621;
}
.services_grid-acordeon div ul li button {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: start;
  position: relative;
  padding: 1rem 0;
  color: black;
}
.services_grid-acordeon div ul li button::after {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.5rem;
  color: #CCD621;
  transition: all 0.5s ease;
}
.services_grid-acordeon div ul li p {
  font-family: "GothamLight", sans-serif;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
  text-align: justify;
  font-size: 0.95rem;
}
.services_grid-acordeon div ul li.activated button:after {
  transform: translateY(-50%) rotate(-90deg);
}
.services_grid-acordeon div ul li.activated p {
  opacity: 1;
  max-height: 30rem;
}
.services_grid-enlace {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.services_grid-enlace div ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.services_grid-enlace div ul li div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}
.services_grid-enlace div ul li div a {
  position: relative;
  border: none;
  color: #61A60D;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "GothamBold", sans-serif;
}
.services_grid-enlace div ul li div a::after {
  background: transparent;
  content: "→";
  font-size: 1.7rem;
  float: left;
  top: 50%;
  transform: translate(-1rem, -50%);
  height: auto;
  width: auto;
  color: #61A60D;
}
.services_grid-enlace div ul li div a:hover {
  color: #CCD621;
}
.services_grid-enlace div ul li div a:hover::after {
  color: #CCD621;
  opacity: 1;
  transform: translate(0, -50%);
}
.services_grid-enlace div ul li div span {
  font-size: 0.95rem;
}
.services_grid-enlace div ul li p {
  font-family: "GothamLight", sans-serif;
  text-align: justify;
  font-size: 0.95rem;
}
.services_grid h2 {
  font-size: 2rem;
  color: #CCD621;
}
.services_grid ul {
  list-style: none;
}
.services_grid.active {
  display: grid;
}

.contactarseBtn {
  position: fixed;
  right: 0;
  top: 40%;
  border-radius: 2.5rem 0px 0px 2.5rem;
  border: 1px solid var(--EFC7, #61A60D);
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
  z-index: 15;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.contactarseBtn::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #FFF 0%, #D9D9D9 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s ease;
}
.contactarseBtn::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #61A60D 0%, #3A7411 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.contactarseBtn svg {
  position: relative;
  z-index: 2;
  height: 2.7rem;
  aspect-ratio: 1/1;
  transition: all 0.5s ease;
}
.contactarseBtn svg path {
  transition: all 0.5s ease;
}
.contactarseBtn span {
  font-size: 0;
  color: white;
  max-width: 0;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}
.contactarseBtn:hover {
  gap: 1rem;
}
.contactarseBtn:hover::before {
  opacity: 0;
}
.contactarseBtn:hover svg {
  height: 2rem;
}
.contactarseBtn:hover svg path {
  fill: white;
}
.contactarseBtn:hover span {
  font-size: 1.3rem;
  max-width: 10rem;
}

.cargosMain {
  width: 100%;
  background-image: url(../../images/fondo_cargos.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 4rem 0;
  margin-top: -6rem;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.cargosMain.lineas {
  padding: 10rem 0 6rem 0;
}
.cargosMain h1 {
  float: left bottom;
  color: white;
}

.cargos {
  padding: 3rem 0;
}
.cargos_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.cargos_card {
  width: 17.7rem;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.cargos_card-imagen {
  width: 100%;
  height: 22rem;
  position: relative;
}
.cargos_card-imagen img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.cargos_card-imagen div {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 5rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cargos_card-imagen div::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.7;
  z-index: 1;
}
.cargos_card-imagen div img {
  height: auto;
  width: 80%;
  z-index: 2;
}
.cargos_card-detalle {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.cargos_card-detalle span {
  color: #3a7411;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-family: "GothamBold", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
}
.cargos_card-detalle span::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 3rem;
  background-color: #d9d9d9;
  bottom: -0.7rem;
  left: 0;
}
.cargos_card-detalle p {
  font-family: "GothamLight", sans-serif;
  font-size: 1rem;
}

.casos {
  margin: 5rem 0;
}
.casos .contenedor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.casos_listado {
  perspective: 1000px;
  width: 23.8rem;
  height: 18rem;
  background-color: transparent;
  border: none;
}
.casos_listado:hover .casos_listado-card {
  transform: rotateY(180deg);
}
.casos_listado-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.casos_listado-card_face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  color: white;
  font-family: Arial, sans-serif;
}
.casos_listado-card_face.front {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(0deg);
}
.casos_listado-card_face.front::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
}
.casos_listado-card_face.front h2 {
  position: absolute;
  bottom: 2rem;
}
.casos_listado-card_face.back {
  background-color: #354921;
  transform: rotateY(180deg);
  gap: 1.5rem;
  padding: 2rem 0;
}
.casos_listado-card_face.back p, .casos_listado-card_face.back span {
  font-size: 1rem;
  font-family: "GothamLight", sans-serif;
}
.casos_listado-card_face h2 {
  font-size: 1.5rem;
  z-index: 2;
}
.casos_modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -99;
  opacity: 0;
  transition: all 0.5s ease;
}
.casos_modal-overlay .cerrarModal {
  position: relative;
  height: 100%;
}
.casos_modal-overlay .cerrarModal .close-button {
  position: absolute;
  top: 10%;
  left: 1rem;
  cursor: pointer;
}
.casos_modal-overlay .modal-container {
  background-color: #fff;
  padding: 5rem;
  width: 70rem;
  max-width: 95%;
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-200%);
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}
.casos_modal-overlay .modal-container_titulo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.casos_modal-overlay .modal-container_titulo-left {
  align-items: flex-start;
}
.casos_modal-overlay .modal-container_titulo-left span:first-child {
  font-family: "GothamLight", sans-serif;
  color: #6B6B6B;
}
.casos_modal-overlay .modal-container_titulo-left span:last-child {
  font-family: "GothamBlack", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  color: #61A60D;
}
.casos_modal-overlay .modal-container_titulo-left span:last-child::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 0;
  height: 0.3rem;
  width: 7rem;
  border-radius: 0.2rem;
  background-color: #D9D9D9;
}
.casos_modal-overlay .modal-container_titulo-right {
  align-items: flex-end;
  text-align: end;
}
.casos_modal-overlay .modal-container_titulo-right span:first-child {
  font-family: "GothamBlack", sans-serif;
  color: #CCD621;
}
.casos_modal-overlay .modal-container_titulo-right span:last-child {
  font-family: "GothamLight", sans-serif;
  color: #6B6B6B;
}
.casos_modal-overlay .modal-container_titulo-left, .casos_modal-overlay .modal-container_titulo-right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.casos_modal-overlay .modal-container_titulo-left span:first-child, .casos_modal-overlay .modal-container_titulo-right span:first-child {
  font-size: 1.8rem;
}
.casos_modal-overlay .modal-container_titulo-left span:last-child, .casos_modal-overlay .modal-container_titulo-right span:last-child {
  font-size: 2.2rem;
}
.casos_modal-overlay .modal-container_div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.casos_modal-overlay .modal-container_div.grid_row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
.casos_modal-overlay .modal-container_div.grid_row .modal-container_subtitulo {
  overflow: hidden;
  padding: 1.3rem;
  border: 1px solid #CCD621;
  width: 18rem;
  max-width: 100%;
  height: 15rem;
}
.casos_modal-overlay .modal-container_div::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  width: 80vw;
  transform: translateX(-50%);
  height: 1rem;
  background-color: #61A60D;
}
.casos_modal-overlay .modal-container_div:nth-child(2)::after {
  background-color: #CCD621;
}
.casos_modal-overlay .modal-container_div:last-child::after {
  display: none;
}
.casos_modal-overlay .modal-container_subtitulo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.casos_modal-overlay .modal-container_subtitulo.right div {
  align-items: flex-end;
  width: 100%;
}
.casos_modal-overlay .modal-container_subtitulo.right div span {
  text-align: right;
}
.casos_modal-overlay .modal-container_subtitulo.right div span:last-child {
  padding: 0.5rem 0 0.5rem 1rem;
}
.casos_modal-overlay .modal-container_subtitulo.right div span:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 50vw;
  background-color: #CCD621;
  opacity: 0.2;
  z-index: -1;
}
.casos_modal-overlay .modal-container_subtitulo.right .contenidoDiv {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 2rem;
  padding-right: 0;
}
.casos_modal-overlay .modal-container_subtitulo.right .contenidoDiv h1, .casos_modal-overlay .modal-container_subtitulo.right .contenidoDiv p {
  text-align: end;
}
.casos_modal-overlay .modal-container_subtitulo div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.casos_modal-overlay .modal-container_subtitulo div span {
  position: relative;
}
.casos_modal-overlay .modal-container_subtitulo div span:first-child {
  color: #3A7411;
  font-family: "GothamBold", sans-serif;
  font-size: 1.15rem;
}
.casos_modal-overlay .modal-container_subtitulo div span:last-child {
  font-family: "GothamLight", sans-serif;
  padding: 0.5rem 1rem 0.5rem 0;
}
.casos_modal-overlay .modal-container_subtitulo div span:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  background-color: #CCD621;
  opacity: 0.2;
  z-index: -1;
}
.casos_modal-overlay .modal-container_subtitulo .contenidoDiv {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-right: 2rem;
}
.casos_modal-overlay .modal-container_subtitulo .contenidoDiv h1 {
  font-size: 1.4rem;
  color: #3A7411;
}
.casos_modal-overlay .modal-container_subtitulo .contenidoDiv p {
  font-family: "GothamLight", sans-serif;
  font-size: 0.9rem;
}
.casos_modal-overlay .modal-container_imagen {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 25rem;
}
.casos_modal-overlay .modal-container_imagen img {
  height: 100%;
  width: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}
.casos_modal-overlay .modal-container.clase2 {
  gap: 0;
}
.casos_modal-overlay .modal-container.clase2 .modal-container_div::after {
  display: none;
}
.casos_modal-overlay .modal-container.clase2 .modal-container_div .color_1, .casos_modal-overlay .modal-container.clase2 .modal-container_div .color_2, .casos_modal-overlay .modal-container.clase2 .modal-container_div .color_3 {
  height: 100%;
  width: 100%;
  position: relative;
}
.casos_modal-overlay .modal-container.clase2 .modal-container_div .color_1::after, .casos_modal-overlay .modal-container.clase2 .modal-container_div .color_2::after, .casos_modal-overlay .modal-container.clase2 .modal-container_div .color_3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-color: #CCD621;
}
.casos_modal-overlay .modal-container.clase2 .modal-container_div .color_2::after {
  right: 0;
  left: auto;
  background-color: #3A7411;
}
.casos_modal-overlay .modal-container.clase2 .modal-container_div .color_3::after {
  background-color: #62A830;
}
.casos_modal-overlay .modal-container.clase2 .modal-container_subtitulo {
  margin-top: 0;
  justify-content: center;
  padding: 2rem 0;
}
.casos_modal-overlay .modal-container.clase3 .modal-container_imagen img {
  height: 120%;
  width: 120%;
  -o-object-position: center;
     object-position: center;
  left: 50%;
  transform: translateX(-50%);
}
.casos_modal-overlay.activado {
  opacity: 1;
  z-index: 99;
}
.casos_modal-overlay.activado .modal-container {
  transform: translateY(0);
}

.blog {
  padding: 4rem 0;
}
.blog .contenedor {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1rem;
}
.blog_filtro {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem;
}
.blog_filtro h2 {
  font-size: 1.5rem;
  color: #ccd621;
  position: relative;
}
.blog_filtro h2::after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  height: 0.3rem;
  width: 2.6rem;
  background-color: #d9d9d9;
}
.blog_filtro ul {
  list-style: none;
}
.blog_filtro ul li {
  margin: 0.8rem 0;
}
.blog_filtro ul li a {
  text-decoration: none;
  color: #6b6b6b;
  font-family: "GothamLight", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.blog_filtro ul li a::before {
  position: relative;
  float: left;
  content: "";
  height: 0.7rem;
  aspect-ratio: 1/1;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
}
.blog_filtro ul li.activado a {
  color: #61a60d;
  font-family: "GothamBold", sans-serif;
}
.blog_filtro ul li.activado a::before {
  border: 1px solid #61a60d;
  background-color: #61a60d;
}
.blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card_post {
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card_post:hover img {
  transform: scale(1.1);
}
.card_post:hover .card_post-content span {
  gap: 0.2rem;
  color: #ccd621;
}
.card_post:hover .card_post-content span svg path {
  fill: #ccd621;
  stroke: #ccd621;
}
.card_post-image {
  height: 13rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.card_post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.card_post-image::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background-color: #ccd621;
}
.card_post-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  position: relative;
}
.card_post-content h3 {
  font-size: 1.2rem;
  color: #3a7411;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 3rem;
}
.card_post-content p {
  font-size: 0.9rem;
  font-family: "GothamLight", sans-serif;
  color: #616162;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.card_post-content span {
  font-size: 0.9rem;
  text-align: right;
  width: 100%;
  margin: 1rem 0;
  color: #61a60d;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  transition: all 0.5s ease;
}
.card_post-content span svg path {
  transition: all 0.5s ease;
}

.singleBlogHero {
  padding: 9.5rem 0 0;
}
.singleBlogHero .contenedor {
  padding: 2.25rem 0 2.75rem;
}
.singleBlogHero h1 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1.08;
}
.singleBlogHero > .banner_bg.banner_bg-options {
  min-height: 2rem;
  height: 2rem;
  padding-block: 0;
}

.singleBlogMeta {
  border-bottom: 1px solid #e2e2e2;
  background: linear-gradient(180deg, #fbfcf7 0%, #ffffff 100%);
}
.singleBlogMeta .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 0;
}
.singleBlogMeta_date {
  color: #616162;
  font-family: "GothamBook", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.singleBlogMeta_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}
.singleBlogMeta_icon {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #d8e6c6;
  border-radius: 999px;
  background: #ffffff;
  color: #61a60d;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}
.singleBlogMeta_icon svg {
  width: 1rem;
  height: 1rem;
}
.singleBlogMeta_icon:hover, .singleBlogMeta_icon:focus-visible, .singleBlogMeta_icon.is-copied {
  border-color: #61a60d;
  background: #61a60d;
  color: #ffffff;
  transform: translateY(-2px);
  outline: none;
}

button.singleBlogMeta_icon {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.singleBlogMeta + .singleBlog {
  padding: 4.25rem 0 7rem;
}

.singleBlog {
  padding: 5rem 0;
}
.singleBlog .contenedor {
  width: min(92%, 1220px);
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.singleBlog_layout {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: clamp(2.5rem, 4vw, 4rem);
  align-items: start;
}
.singleBlog_toc {
  align-self: start;
  position: sticky;
  top: 7rem;
  max-width: 20rem;
  width: 100%;
}
.singleBlog_toc-box {
  border: 1px solid #ebebeb;
  border-radius: 0.45rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  padding: 1.85rem 1.5rem 1.55rem;
  padding-right: 10px;
}
.singleBlog_toc-box::-webkit-scrollbar {
  border-radius: 5px;
  width: 6px;
}
.singleBlog_toc-box::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 5px;
}
.singleBlog_toc-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.singleBlog_toc-title {
  margin: 0 0 1.45rem;
  padding-bottom: 0.8rem;
  color: #61a60d;
  font-family: "GothamBold", sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.08;
  position: relative;
}
.singleBlog_toc-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 2.85rem;
  height: 0.24rem;
  border-radius: 999px;
  background-color: #d9d9d9;
}
.singleBlog_toc-list {
  list-style: none;
  counter-reset: blog-toc-item;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.singleBlog_toc-item {
  counter-increment: blog-toc-item;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
  color: #4d4d4d;
  font-family: "GothamBold", sans-serif;
  font-size: 0.98rem;
  line-height: 1.3;
  padding-left: 0;
  margin: 0;
}
.singleBlog_toc-item::before {
  content: counter(blog-toc-item) ".";
  color: #6d6d6d;
  font-family: "GothamBold", sans-serif;
  font-size: 0.98rem;
  line-height: 1.3;
  min-width: 1.35rem;
  text-align: right;
  padding-top: 0.02rem;
}
.singleBlog_toc-item a {
  display: block;
  color: inherit;
  font: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.singleBlog_toc-item:hover a, .singleBlog_toc-item:focus-within a {
  color: #61a60d;
}
.singleBlog_toc-item--level-3, .singleBlog_toc-item--level-4, .singleBlog_toc-item--level-5, .singleBlog_toc-item--level-6 {
  margin-left: 1.2rem;
  font-family: "GothamBook", sans-serif;
  font-size: 0.9rem;
  color: #6d6d6d;
}
.singleBlog_toc-item--level-3::before, .singleBlog_toc-item--level-4::before, .singleBlog_toc-item--level-5::before, .singleBlog_toc-item--level-6::before {
  font-family: "GothamBook", sans-serif;
  font-size: 0.9rem;
  color: #8a8a8a;
}
.singleBlog_toc-item--level-2 + .singleBlog_toc-item--level-3, .singleBlog_toc-item--level-2 + .singleBlog_toc-item--level-4, .singleBlog_toc-item--level-2 + .singleBlog_toc-item--level-5, .singleBlog_toc-item--level-2 + .singleBlog_toc-item--level-6 {
  margin-top: -0.25rem;
}
.singleBlog_toc-item--level-2 a {
  letter-spacing: -0.01em;
}
.singleBlog_toc-empty {
  color: #787878;
  font-size: 0.95rem;
  font-family: "GothamLight", sans-serif;
  line-height: 1.5;
}
.singleBlog_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.singleBlog_grid .card_post {
  width: 100%;
  display: block;
}
.singleBlog_related {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.singleBlog_related-head {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.singleBlog_related-head span {
  color: #61a60d;
  font-family: "GothamBold", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.singleBlog_related-head h2 {
  color: #3a7411;
  font-size: 1.7rem;
  line-height: 1.1;
}
.singleBlog_detalle {
  width: 100%;
  max-width: 49.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}
.singleBlog_detalle-img {
  border: none !important;
  padding: 0 !important;
}
.singleBlog_detalle-img img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0;
}
.singleBlog_detalle > h2 {
  display: none;
}
.singleBlog_detalle > div {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.singleBlog_detalle-content {
  display: block;
  color: #878787;
  font-family: "GothamLight", sans-serif;
  text-wrap: pretty;
}
.singleBlog_detalle-content > * {
  margin: 0;
  max-width: 100%;
}
.singleBlog_detalle-content > * + * {
  margin-top: 1.45rem;
}
.singleBlog_detalle-content h2,
.singleBlog_detalle-content h3,
.singleBlog_detalle-content h4,
.singleBlog_detalle-content h5,
.singleBlog_detalle-content h6 {
  color: #4f891d;
  font-family: "GothamBold", sans-serif;
  font-weight: 100;
  line-height: 1.28;
  letter-spacing: 0;
  scroll-margin-top: 8.5rem;
  margin-top: 3rem;
}
.singleBlog_detalle-content h2 + *,
.singleBlog_detalle-content h3 + *,
.singleBlog_detalle-content h4 + *,
.singleBlog_detalle-content h5 + *,
.singleBlog_detalle-content h6 + * {
  margin-top: 0.95rem;
}
.singleBlog_detalle-content h2 {
  font-size: clamp(1.82rem, 2.2vw, 2.08rem);
}
.singleBlog_detalle-content h3 {
  font-size: clamp(1.38rem, 1.7vw, 1.6rem);
}
.singleBlog_detalle-content h4 {
  font-size: 1.18rem;
}
.singleBlog_detalle-content h5,
.singleBlog_detalle-content h6 {
  font-size: 1.03rem;
}
.singleBlog_detalle-content p,
.singleBlog_detalle-content li,
.singleBlog_detalle-content td,
.singleBlog_detalle-content th,
.singleBlog_detalle-content figcaption,
.singleBlog_detalle-content blockquote,
.singleBlog_detalle-content cite,
.singleBlog_detalle-content small {
  font-size: 1.02rem;
  font-family: "GothamLight", sans-serif;
  color: #878787;
  font-weight: 100;
  line-height: 1.78;
  letter-spacing: 0.002em;
}
.singleBlog_detalle-content p {
  text-align: justify;
}
.singleBlog_detalle-content ul,
.singleBlog_detalle-content ol {
  padding-left: 1.5rem;
  margin: 0;
}
.singleBlog_detalle-content ul {
  list-style: disc;
}
.singleBlog_detalle-content ol {
  list-style: decimal;
}
.singleBlog_detalle-content li {
  padding-left: 0.12rem;
}
.singleBlog_detalle-content li + li {
  margin-top: 0.45rem;
}
.singleBlog_detalle-content ul li::marker,
.singleBlog_detalle-content ol li::marker {
  color: #666666;
}
.singleBlog_detalle-content strong,
.singleBlog_detalle-content b {
  color: #666666;
  font-family: "GothamBold", sans-serif;
  font-weight: 100;
}
.singleBlog_detalle-content a {
  color: #CCD621;
  font-family: "GothamBold", sans-serif;
  font-weight: 100;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16rem;
  transition: color 0.35s ease;
}
.singleBlog_detalle-content a:hover {
  color: #3A7411;
}
.singleBlog_detalle-content :where(h2, h3, h4, h5, h6)[style] {
  color: #4f891d !important;
  font-family: "GothamBold", sans-serif !important;
  font-size: inherit !important;
  font-weight: 100 !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.singleBlog_detalle-content :where(p, li, td, th, blockquote, cite, figcaption, small, span, em, font)[style] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.singleBlog_detalle-content :where(strong, b)[style] {
  color: #666666 !important;
  font-family: "GothamBold", sans-serif !important;
  font-weight: 100 !important;
}
.singleBlog_detalle-content :where(a)[style] {
  color: #CCD621 !important;
  font-family: "GothamBold", sans-serif !important;
  font-weight: 100 !important;
}
.singleBlog_detalle-content :where(a:hover)[style] {
  color: #3A7411 !important;
}
.singleBlog_detalle-content p span,
.singleBlog_detalle-content li span,
.singleBlog_detalle-content td span,
.singleBlog_detalle-content th span,
.singleBlog_detalle-content blockquote span,
.singleBlog_detalle-content figcaption span,
.singleBlog_detalle-content p font,
.singleBlog_detalle-content li font,
.singleBlog_detalle-content td font,
.singleBlog_detalle-content th font,
.singleBlog_detalle-content blockquote font,
.singleBlog_detalle-content figcaption font {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.singleBlog_detalle-content p[style*="color: #000"],
.singleBlog_detalle-content p[style*="color:#000"],
.singleBlog_detalle-content p[style*="color: rgb(0, 0, 0)"],
.singleBlog_detalle-content p[style*="color:rgb(0,0,0)"],
.singleBlog_detalle-content li[style*="color: #000"],
.singleBlog_detalle-content li[style*="color:#000"],
.singleBlog_detalle-content li[style*="color: rgb(0, 0, 0)"],
.singleBlog_detalle-content li[style*="color:rgb(0,0,0)"],
.singleBlog_detalle-content td[style*="color: #000"],
.singleBlog_detalle-content td[style*="color:#000"],
.singleBlog_detalle-content td[style*="color: rgb(0, 0, 0)"],
.singleBlog_detalle-content td[style*="color:rgb(0,0,0)"],
.singleBlog_detalle-content th[style*="color: #000"],
.singleBlog_detalle-content th[style*="color:#000"],
.singleBlog_detalle-content th[style*="color: rgb(0, 0, 0)"],
.singleBlog_detalle-content th[style*="color:rgb(0,0,0)"],
.singleBlog_detalle-content blockquote[style*="color: #000"],
.singleBlog_detalle-content blockquote[style*="color:#000"],
.singleBlog_detalle-content blockquote[style*="color: rgb(0, 0, 0)"],
.singleBlog_detalle-content blockquote[style*="color:rgb(0,0,0)"],
.singleBlog_detalle-content span[style*="color: #000"],
.singleBlog_detalle-content span[style*="color:#000"],
.singleBlog_detalle-content span[style*="color: rgb(0, 0, 0)"],
.singleBlog_detalle-content span[style*="color:rgb(0,0,0)"],
.singleBlog_detalle-content font[color="#000"],
.singleBlog_detalle-content font[color="#000000"] {
  color: #878787 !important;
}
.singleBlog_detalle-content em {
  font-family: "GothamBook", sans-serif;
  font-style: italic;
}
.singleBlog_detalle-content blockquote {
  margin: 2.15rem 0;
  padding: 0.2rem 0 0.2rem 1.4rem;
  border-left: 4px solid #53673c;
  background: transparent;
}
.singleBlog_detalle-content blockquote p,
.singleBlog_detalle-content blockquote span,
.singleBlog_detalle-content blockquote em,
.singleBlog_detalle-content blockquote strong,
.singleBlog_detalle-content blockquote b {
  color: #6f6f6f;
  font-style: italic;
}
.singleBlog_detalle-content blockquote p {
  margin: 0;
}
.singleBlog_detalle-content blockquote > * + * {
  margin-top: 0.35rem;
}
.singleBlog_detalle-content blockquote p:first-child {
  font-family: "GothamBold", sans-serif;
  color: #696969;
}
.singleBlog_detalle-content blockquote p:last-child:not(:first-child),
.singleBlog_detalle-content blockquote cite {
  display: block;
  color: #9a9a9a;
  font-size: 0.95rem;
}
.singleBlog_detalle-content hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 2rem 0;
}
.singleBlog_detalle-content img,
.singleBlog_detalle-content iframe,
.singleBlog_detalle-content video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
.singleBlog_detalle-content figure {
  margin: 2rem 0;
}
.singleBlog_detalle-content figcaption {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #999999;
  text-align: left;
}
.singleBlog_detalle-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 0;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.singleBlog_detalle-content th {
  background: #f7f7f7;
  color: #616162;
  font-family: "GothamBold", sans-serif;
}
.singleBlog_detalle-content th,
.singleBlog_detalle-content td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid #ececec;
}
.singleBlog_detalle-content tr:last-child td {
  border-bottom: none;
}
.singleBlog_detalle-autor {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.6rem 1.75rem;
  background-color: #fcfded;
  border-bottom: none !important;
}
.singleBlog_detalle-autor span {
  font-family: "GothamBold", sans-serif;
  color: #616162;
  text-transform: none;
}
.singleBlog_detalle-autor i {
  font-size: 0.9rem;
  color: #616162;
  font-family: "GothamLight", sans-serif;
  text-transform: uppercase;
}
.singleBlog_detalle > a {
  align-self: flex-start;
  margin: 0;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  color: white;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}
.singleBlog_detalle > a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #61a60d 0%, #3e7200 100%);
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 1;
}
.singleBlog_detalle > a:hover {
  color: #61a60d;
  border-color: #61a60d;
}
.singleBlog_detalle > a:hover::after {
  opacity: 0;
}

@media (max-width: 1200px) {
  .singleBlog .contenedor {
    width: min(92%, 1120px);
  }
  .singleBlog_layout {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 2.5rem;
  }
  .singleBlog_toc {
    margin-top: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .singleBlog_layout {
    grid-template-columns: minmax(215px, 255px) minmax(0, 1fr);
    gap: 2rem;
  }
  .singleBlog_toc {
    top: 7.5rem;
    margin-top: 2.5rem;
  }
  .singleBlog_detalle {
    max-width: none;
  }
  .singleBlog_detalle-content h2 {
    font-size: 1.8rem;
  }
  .singleBlog_detalle-content h3 {
    font-size: 1.45rem;
  }
  .singleBlog_detalle-content p,
  .singleBlog_detalle-content li,
  .singleBlog_detalle-content td,
  .singleBlog_detalle-content th,
  .singleBlog_detalle-content figcaption,
  .singleBlog_detalle-content blockquote,
  .singleBlog_detalle-content cite,
  .singleBlog_detalle-content small {
    font-size: 0.98rem;
    line-height: 1.72;
  }
}
@media (max-width: 942px) {
  .singleBlog .contenedor {
    width: min(90%, 920px);
    gap: 2.5rem;
  }
  .singleBlog_layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .singleBlog_toc {
    max-width: none;
    position: static;
    top: auto;
    margin-top: 0;
  }
  .singleBlog_toc-box {
    max-height: none;
  }
  .singleBlog_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .singleBlogMeta + .singleBlog {
    padding: 3rem 0 5rem;
  }
  .singleBlog {
    padding: 4rem 0;
  }
  .singleBlog_toc-box {
    padding: 1.45rem 1.2rem 1.25rem;
  }
  .singleBlog_toc-title {
    font-size: 1.35rem;
  }
  .singleBlog_toc-list {
    gap: 0.75rem;
  }
  .singleBlog_detalle-content h2,
  .singleBlog_detalle-content h3,
  .singleBlog_detalle-content h4,
  .singleBlog_detalle-content h5,
  .singleBlog_detalle-content h6 {
    margin-top: 2.35rem;
    scroll-margin-top: 7.5rem;
  }
  .singleBlog_detalle-content h2 {
    font-size: 1.5rem;
  }
  .singleBlog_detalle-content h3 {
    font-size: 1.24rem;
  }
  .singleBlog_detalle-content h4 {
    font-size: 1.08rem;
  }
  .singleBlog_detalle-content p,
  .singleBlog_detalle-content li,
  .singleBlog_detalle-content td,
  .singleBlog_detalle-content th,
  .singleBlog_detalle-content figcaption,
  .singleBlog_detalle-content blockquote,
  .singleBlog_detalle-content cite,
  .singleBlog_detalle-content small {
    font-size: 0.95rem;
    line-height: 1.68;
  }
  .singleBlog_detalle-content blockquote {
    margin: 1.6rem 0;
    padding-left: 1rem;
  }
}
@media (max-width: 480px) {
  .singleBlog .contenedor {
    width: 92%;
    gap: 2rem;
  }
  .singleBlog_grid {
    grid-template-columns: 1fr;
  }
  .singleBlog_toc-title {
    font-size: 1.2rem;
  }
  .singleBlog_toc-item {
    font-size: 0.92rem;
  }
  .singleBlog_detalle-content h2 {
    font-size: 1.34rem;
  }
  .singleBlog_detalle-content h3 {
    font-size: 1.14rem;
  }
  .singleBlog_detalle-content ul,
  .singleBlog_detalle-content ol {
    padding-left: 1.25rem;
  }
}
.brands_container, .customer_container {
  padding-block: 5rem;
  min-height: 100vh;
}
.brands_grid, .customer_grid {
  display: grid;
  transition: all 0.35s ease;
}
.brands_grid img, .customer_grid img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
}
.brands_grid:not(.active), .customer_grid:not(.active) {
  display: none;
}

.brands_grid {
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-gap: 20px 8px;
}

.customer_grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px 8px;
}

.menu_bar-list a, .header_nav .ul_menu a {
  color: #ffffff;
  display: block;
  position: relative;
  font-family: "GothamBook";
  width: -moz-fit-content;
  width: fit-content;
}
.menu_bar-list a::before, .header_nav .ul_menu a::before {
  position: absolute;
  content: "";
  transition: all 0.3s ease;
}
.menu_bar-list li:not(:last-child) a::before, .header_nav .ul_menu li:not(:last-child) a::before {
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #CCD621;
}
.menu_bar-list li:not(:last-child) a:hover, .header_nav .ul_menu li:not(:last-child) a:hover {
  color: #CCD621;
}
.menu_bar-list li:not(:last-child) a:hover::before, .header_nav .ul_menu li:not(:last-child) a:hover::before {
  width: 100%;
}
.menu_bar-list li:last-child a, .header_nav .ul_menu li:last-child a {
  border: 2px solid #61A60D;
  padding: 7px 14px;
}
.menu_bar-list li:last-child a::before, .header_nav .ul_menu li:last-child a::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #61A60D 0%, #3E7200 100%);
  z-index: -1;
}
.menu_bar-list li:last-child a:hover, .header_nav .ul_menu li:last-child a:hover {
  background: transparent;
  border-color: #ffffff;
}
.menu_bar-list li:last-child a:hover::before, .header_nav .ul_menu li:last-child a:hover::before {
  opacity: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-block: 12px;
}
.header::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(35, 35, 35, 0.5) 100%);
  transition: all 1.2s ease;
}
.header_grid {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  grid-gap: 60px;
}
.header ul {
  list-style: none;
}
.header_buttons {
  display: flex;
}
.header_buttons ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header_buttons button {
  background: none;
  border: none;
  transition: all 0.35s ease;
}
.header_buttons button rect, .header_buttons button svg, .header_buttons button path, .header_buttons button g {
  transition: all 0.35s ease;
}
.header_buttons button#menu {
  width: 26px;
  height: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.header_buttons button#menu:hover rect {
  fill: #CCD621;
}
.header_buttons button#menu:hover #rec1, .header_buttons button#menu:hover #rec3 {
  width: 17px;
  transform: translateX(2px);
}
.header_buttons button#menu:hover svg, .header_buttons button#menu:hover #rec2 {
  width: 24px;
}
.header_buttons button#menu:hover #rec2 {
  transform: translateX(-2px);
}
.header_buttons button#search {
  width: 20px;
  height: 20px;
}
.header_buttons button#search:hover {
  transform: scale(1.2);
}
.header_buttons button#search:hover path {
  fill: #CCD621;
}
.header_buttons button.close {
  display: block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header_buttons button.close svg {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header .contenedor {
  z-index: 2;
}
.header_nav {
  display: grid;
  grid-template-columns: 1fr 68px;
  grid-gap: 26px;
}
.header_nav .ul_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px 3.9%;
}
.header_searcher {
  left: 0;
  background: #354921;
  z-index: 4;
  top: -100%;
  transition: all 0.45s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.header_searcher-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: nowrap;
}
.header_searcher-flex form {
  width: 480px;
  height: 36px;
}
.header_searcher-flex form > * {
  outline: none;
}
.header_searcher-flex form input {
  font-family: "GothamBook";
  font-weight: 100;
  padding-inline: 14px;
  border: none;
}
.header_searcher-flex form button {
  display: block;
  width: 21px;
  height: 21px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  right: 10px;
}
.header_searcher-flex form button svg {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header.scrolled::before {
  background: #3A7411;
}
.header.searched .header_searcher {
  top: 0;
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
}
.menu_bg {
  background: rgba(0, 0, 0, 0.3);
  inset: 0;
  z-index: 21;
  opacity: 0;
  pointer-events: none;
  transition: all 0.45s ease;
}
.menu_bar {
  height: 90vh;
  z-index: 22;
  top: 0;
  right: -520px;
  width: min(94%, 520px);
  background: #354921;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.menu_bar-content {
  max-width: 222px;
}
.menu_bar-content ul {
  list-style: none;
}
.menu_bar-content .close {
  margin: 0 0 0 auto;
}
.menu_bar-list {
  margin-block: 6vh 7.5vh;
}
.menu_bar-list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.menu_bar-list li:last-child a {
  width: 100%;
  text-align: center;
}
.menu_bar-social p {
  font-family: "GothamLight";
  font-weight: 100;
  color: #ffffff;
  font-size: 15px;
}
.menu_bar-social ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.menu.active {
  opacity: 1;
  pointer-events: all;
}
.menu.active .menu_bg {
  opacity: 1;
  pointer-events: all;
}
.menu.active .menu_bar {
  right: 0;
}

.card_line {
  position: relative;
  width: 100%;
}
.card_line-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.card_line-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}
.card_line-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
  z-index: 2;
  padding: 30px 20px;
}
.card_line h3 {
  width: 20.5rem;
  text-align: center;
  color: #ffffff;
  font-family: "GothamBlack";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card_line:not(.small) {
  aspect-ratio: 9/11;
  box-shadow: 0px 1.675px 4.187px rgba(0, 0, 0, 0.15);
}
.card_line:not(.small) h3 {
  font-size: 33px;
  text-transform: uppercase;
}
.card_line a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.card_line a p {
  color: #ffffff;
  font-family: "GothamBook";
  font-weight: 100;
}
.card_line a svg {
  transition: all 0.4s ease;
}
.card_line:hover .card_line-bg::before {
  background: #62A830;
  opacity: 0.9;
}
.card_line:hover a svg {
  transform: translateX(50px);
}
.card_line.small {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.25);
  display: block;
  height: 18rem;
}
.card_line.small p {
  font-size: 14px;
  font-family: "GothamBold";
  color: #CCD621;
  font-weight: 100;
}
.card_line.small h3 {
  font-size: 1.28rem;
  text-transform: uppercase;
}

.card_catalog {
  cursor: pointer;
}
.card_catalog img {
  width: 100%;
  transition: all 0.5s ease;
}
.card_catalog:hover img {
  transform: rotate(2deg) scale(1.05);
}
.card_catalog:hover a {
  overflow: hidden;
}
.card_catalog:hover a::before {
  height: calc(100% + 4px);
}
.card_catalog:hover a p {
  color: #2C2C2C;
}
.card_catalog-img {
  overflow: hidden;
}
.card_catalog-title {
  border: 1px solid #D9D9D9;
  min-height: 130px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.card_catalog-title h2 {
  font-family: "GothamBold";
  font-weight: 100;
  color: #454545;
  text-align: center;
  font-size: 20px;
  width: min(100%, 280px);
  margin-inline: auto;
  margin-top: -10px;
}
.card_catalog-title a {
  border-radius: 0;
  border: 2px solid #ffffff;
  width: 200px;
  height: 47px;
  background: linear-gradient(90deg, #61A60D 0%, #3E7200 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.card_catalog-title a::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 0;
  background: #CCD621;
  transition: all 0.35s ease;
}
.card_catalog-title a p {
  position: relative;
  transition: all 0.35s ease;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-family: "GothamBook";
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.card_catalog-title a:is(:hover, :focus)::before {
  height: calc(100% + 4px);
}
.card_catalog-title a:is(:hover, :focus) p {
  color: #2C2C2C;
}
.card_catalog-title a {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23.5px;
  border: none;
}
.card_catalog-title a::before {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card_catalog-title a:is(:hover, :focus)::before {
  height: 100%;
}

.footer {
  position: relative;
  border-top: 5px solid #CCD621;
  z-index: 2;
}
.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/textura-gris.webp) no-repeat;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}
.footer_grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
}
.footer_copy {
  grid-column: span 3;
  padding-block: 13px;
  position: relative;
}
.footer_copy p {
  font-size: 13px;
  color: #a8a8a7;
  text-align: left;
  font-family: "GothamBook";
  font-weight: 100;
}
.footer_copy::after {
  position: absolute;
  height: 1px;
  width: 150vw;
  left: 50%;
  transform: translate(-50%);
  content: "";
  top: 0;
  background-color: #d9d9d9;
}
.footer .ul_menu {
  list-style: none;
}
.footer .ul_menu a {
  font-size: 15px;
  font-family: "GothamBook";
  color: #6b6b6b;
  position: relative;
}
.footer .ul_menu a::before {
  position: absolute;
  content: url(../../images/arrow.svg);
  left: -1rem;
}
.footer_principal {
  padding: 2.5rem 1rem 1rem 0rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
.footer_principal-logo {
  width: 10rem;
}
.footer_principal-contacto {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.footer_principal-contacto p {
  color: #61a60d;
}
.footer_principal-contacto ul {
  list-style: none;
}
.footer_principal-contacto ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  width: 100%;
}
.footer_principal-contacto ul li a {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  width: 100%;
  text-decoration: none;
  color: #6b6b6b;
  font-family: "GothamLight", sans-serif;
}
.footer_navigation {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 1rem 1rem 1rem;
}
.footer_navigation ul {
  -moz-column-count: 2;
       column-count: 2;
}
.footer_navigation ul li {
  margin: 0 0 1.2rem 0;
}
.footer_politica {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem 0rem 1rem 7rem;
  gap: 1rem;
}
.footer_politica .ul_menu {
  width: -moz-fit-content;
  width: fit-content;
}
.footer_politica .reclamation {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.footer_redes a:hover svg {
  transform: scale(1.2);
}
.footer_redes a svg {
  transition: all 0.5s ease;
  height: 1.5rem;
  width: auto;
}

:root {
  --barra_baja: 30px;
}

.banner {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-direction: column;
}
.banner.no_bg {
  background: #D9D9D9;
}
.banner_bg {
  background: rgba(58, 116, 17, 0.875);
}
.banner_bg-txt {
  padding-block: 2rem;
}
.banner_bg-txt p {
  color: #ffffff;
  font-family: "GothamLight";
  text-align: center;
  line-height: 1.4em;
  max-width: 57rem;
  margin-inline: auto;
  font-size: 18px;
}
.banner_bg-txt p:not(:last-child) {
  margin-bottom: 18px;
}
.banner_bg-options {
  padding-block: 1.2rem;
  z-index: 4;
}
.banner_bg-options .splide__track {
  display: flex;
  justify-content: center;
}
.banner_bg-options ul {
  list-style: none;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
}
.banner_bg-options ul li {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_bg-options ul li:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.banner_bg-options button {
  border: none;
  background: none;
  color: #ffffff;
  font-family: "GothamBold";
  font-size: 20px;
  max-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}
.banner_bg-options button.active {
  color: #CCD621;
}
.banner_bg-options button.claseClientes {
  width: -moz-fit-content;
  width: fit-content;
}
.banner::before, .banner::after {
  position: absolute;
  content: "";
  width: 100%;
}
.banner h1 {
  color: #ffffff;
  font-family: "GothamBold";
  font-size: 73px;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner .contenedor {
  z-index: 3;
}
.banner::after {
  z-index: 1;
  inset: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.banner.type_3 {
  min-height: 65vh;
}
.banner.type_2 {
  min-height: 65vh;
  padding-bottom: calc(var(--barra_baja) + 14px);
}
.banner.type_2::before {
  height: 30px;
  bottom: 0;
  left: 0;
  background: #3A7411;
  z-index: 2;
}
.banner.type_1 {
  min-height: 76vh;
}

.entry_blog {
  padding-block: 7rem 5rem;
}
.entry_blog h2 {
  text-align: center;
  color: #6B6B6B;
  font-family: "GothamBook";
  font-weight: 100;
  font-size: 29px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.entry_blog h2 b, .entry_blog h2 strong {
  display: block;
  color: #61A60D;
  font-family: "GothamBold";
  font-weight: 100;
  font-size: 30px;
  text-transform: uppercase;
}
.entry_blog h2::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 30%;
  background: #D9D9D9;
  height: 5px;
  border-radius: 0;
}
.entry_blog h2 {
  margin: 0 auto 7rem;
}
.entry_blog h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.entry_blog picture, .entry_blog img {
  width: 100%;
  transition: all 0.4s ease;
}
.entry_blog-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.entry_blog-flex > p {
  font-family: "GothamLight";
  font-weight: 100;
  color: #5C5C5C;
}
.entry_blog-name p {
  font-size: 13px;
}
.entry_blog-description > p {
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry_blog-description .external {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}
.entry_blog-description .external div {
  width: 100px;
  transition: all 0.4s ease;
  padding-left: 0;
}
.entry_blog-description .external div svg {
  width: 69px;
  transition: all 0.4s ease;
}
.entry_blog-description .external div path {
  transition: all 0.4s ease;
}
.entry_blog-description .external p {
  font-size: 13px;
  color: #61A60D;
  text-transform: uppercase;
  opacity: 0;
}
.entry_blog-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px;
  border-block: 1px solid #CACACA;
  padding-block: 2.5rem;
}
.entry_blog-article h3 {
  color: #454545;
  font-family: "GothamBold";
  font-size: 19px;
}
.entry_blog-article p {
  transition: all 0.4s ease;
}
.entry_blog-article picture {
  overflow: hidden;
}
.entry_blog-article:hover img {
  transform: scale(1.2);
}
.entry_blog-article:hover .entry_blog-description > p {
  color: #61A60D;
}
.entry_blog-article:hover .entry_blog-description .external div {
  padding-left: 31px;
}
.entry_blog-article:hover .entry_blog-description .external div path {
  fill: #61A60D;
  stroke: #61A60D;
}
.entry_blog-article:hover .entry_blog-description .external p {
  opacity: 1;
}/*# sourceMappingURL=app.css.map */