/* #region IMPORT */
/* !
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
! */
:root {
  --c1-txt: #ffffff;
  --c2-txt: #3d4543;
  --c3-txt: #ffb71b;

  --c1-bg: #ffffff;
  --c1-bf: invert(100%) sepia(0%) saturate(0%) hue-rotate(27deg)
    brightness(105%) contrast(104%);
  --c2-bg: #3d4543;
  --c2-bt: rgba(61, 69, 67, 0.8);
  --c2-bf: invert(24%) sepia(10%) saturate(384%) hue-rotate(115deg)
    brightness(94%) contrast(87%);

  --c2-bm: #393f3e;
  --c3-bg: #ffb71b;
  --c3-bf: invert(78%) sepia(66%) saturate(1727%) hue-rotate(342deg)
    brightness(102%) contrast(101%);
  --c4-bg: #e33f54;
  --c5-bg: #3eaaa2;
  --c6-bg: #1380c3;
  --c7-bg: #e69e6c;

  --f1-fnte: "f1", "Oswald", sans-serif;
  --f2-fnte: "f2", "Bebas Neue", sans-serif;
}
/* #endregion */
/* #region !bases sd 2.0 --  NZ v8.0.1  --  BT v4.5.0 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: var(--f1-fnte);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--c2-txt);
  text-align: left;
  background-color: var(--c1-bg);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--f2-fnte);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1.1rem;
}
a {
  background-color: transparent;
  color: var(--c2-txt);
  outline: none;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  border-radius: 0;
}
button,
input {
  overflow: visible;
  color: var(--b-txt);
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button:focus {
  outline: none;
}
[role="button"] {
  cursor: pointer;
}
button,
/* [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
} */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
legend {
  display: table;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  box-sizing: border-box;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  /* -webkit-appearance: textfield; */
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
details {
  display: block;
}
[hidden] {
  display: none;
}
mark {
  padding: 0.2em;
}
code {
  font-size: 87.5%;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
.container_sd {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.txarea::-webkit-input-placeholder,
.inpt::-webkit-input-placeholder {
  color: var(--c2-txt);
}
.txarea:-moz-placeholder,
.inpt:-moz-placeholder {
  color: var(--c2-txt);
  opacity: 1;
}
.txarea::-moz-placeholder,
.inpt::-moz-placeholder {
  color: var(--c2-txt);
  opacity: 1;
}
.txarea:-ms-input-placeholder,
.inpt:-ms-input-placeholder {
  color: var(--c2-txt);
}
.inpt,
.txarea {
  border: none;
}
.tranform_03 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tranform_05 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tranform_08 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* #endregion sd 2.0 --  NZ v8.0.1  --  BT v4.5.0 */
/* #region HEADER */
.header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0.5rem;

  z-index: 10;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2-bg);
  z-index: -1;
  opacity: 0;
}

.logo_sd {
  position: relative;
  height: 108px;
}
.logo_sd-img {
  width: 100%;
  max-width: 120px;
  margin: 0;
}
.logo_sd-img2 {
  position: absolute;
  top: 71px;
  left: -19px;
  width: 154px;
  opacity: 0;
}

.btn-mb {
  width: 50px;
  height: 50px;
  z-index: 9;
}
.btn-mb .line {
  width: 45px;
  height: 5px;
  background-color: var(--c1-txt);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mb:hover {
  cursor: pointer;
}
.menu-opn .btn-mb .line:nth-child(2) {
  opacity: 0;
}
.menu-opn .btn-mb .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.menu-opn .btn-mb .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.itm_mn.itm_logo-b,
.itm_mn.itm_logo-b2 {
  display: none;
}

.menu_sd {
  background-color: var(--c2-txt);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  align-items: flex-start;

  padding: 0 1rem;
  max-height: 0px;
  overflow: hidden;
}
.menu_sd-b1,
.menu_sd-b2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 90;
}
.sub-menu_sdc {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.menu-opn {
  overflow: hidden;
}
.menu-opn .menu_sd {
  max-height: calc(100vh - 107px);
  padding: 1rem;
  padding-top: 0;
  overflow: scroll;
}

.sub-menu_sdc i {
  background-image: url(../img/icons/arrow.svg);
  filter: var(--c3-bf);
  cursor: pointer;
  width: 35px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  order: -1;

  transform: rotate(180deg);
}
.subMenu-opn .sub-menu_sdc i {
  transform: rotate(90deg);
}

.itm_mn {
  padding: 0.5rem 0;
  display: block;
  color: var(--c1-txt);
  font-family: var(--f2-fnte);
  font-size: 1.375rem;
  text-decoration: none;
}
.itm_mn:active,
.itm_mn:hover {
  text-decoration: none;
}
.btn-t1 {
  background-color: var(--c3-bg);
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
}

ul.sub-menu_sd {
  background-color: var(--c2-bm);
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 0px;
  list-style: none;
  overflow: hidden;

  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem;
  z-index: 2;

  align-items: flex-start;
}

.subMenu-opn ul.sub-menu_sd {
  max-height: 2000px;
  padding: 1rem 0;
}
ul.sub-menu_sd > li {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  flex-grow: 1;
  flex-basis: 150px;
  text-align: right;
}

ul.sub-menu_sd > li > a {
  color: var(--c1-txt);
  font-family: var(--f2-fnte);
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
ul.sub-menu_sd > li ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0;
}
ul.sub-menu_sd > li ul li > a {
  color: var(--c1-txt);
  text-decoration: none;
  font-size: 1rem;
}

.scroll-activo .logo_sd {
  height: 50px;
}
.scroll-activo .header::before {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-activo .logo_sd-img {
  opacity: 0;
  margin: -64px 0 0 20px;
}
.scroll-activo .logo_sd-img2 {
  opacity: 1;
  top: 7px;
  left: 0;
  width: 174px;
}

.scroll-activo #progress-bar-container {
  top: 60px;
}

#progress-bar-container {
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  height: 1.5px;
  z-index: 1000;
}

#progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--c3-bg);
}
/* #endregion */
/* #region INDEX SLIDER */
.bi1 {
  --bi1-height: 470px;

  width: 100%;
  height: var(--bi1-height);
  display: block;
  position: relative;
  z-index: 1;
}

.bis1 img {
  height: 100%;
  object-fit: cover;
}
.bis1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--bi1-height);

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bis1::after {
  content: "";
  background-color: var(--c2-bg);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bis1 img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  width: 100%;
}
.bist1 {
  position: relative;
  z-index: 1;
  color: var(--c1-txt);
  width: 100%;
  max-width: 540px;
  padding: 5% 0 0 12%;
}
.bist1 h1 {
  font-size: 3.2rem;
  line-height: 80.9%;
  margin: 0;
}
.bist1 p {
  font-size: 1rem;
  line-height: 80.9%;
}
.bi_btn {
  width: 100%;
  position: absolute;
  bottom: 47px;
  left: 0;
  z-index: 1;
}
.bi_btn .container_sd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0 30px 0 15px;
}

.btn_help {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 9px;
}
.btn_help div {
  width: 67px;
  height: 67px;
  border-radius: 33.5px;
  background-color: var(--c3-bg);
  position: relative;
}
.btn_help div::after {
  position: absolute;
  background: url(./../img/icons/dialog.svg) center center no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.btn_help p {
  color: var(--c1-txt);
  font-size: 1.4375rem;
  margin: 0;
  max-width: 140px;
  display: none;
}

.btn_carnelly {
  position: relative;
  height: 67px;
  width: 174px;
  border-radius: 0px 21px;
  background: url(./../img/icons/img-carnelly.webp) center center no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn_carnelly img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 102px;
  margin-left: 20px;
}

.btn_carnelly::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 67px;
  background-color: #002856;
  z-index: 1;
  border-radius: 0px 21px;
}

.btn_carnelly span {
  background-color: var(--c1-bg);
  height: 34px;
  width: 34px;
  border-radius: 34px;
  position: absolute;
  top: 17px;
  right: -18px;
}
.btn_carnelly span::after {
  position: absolute;
  background: url(./../img/icons/arrow.svg) center center no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: invert(10%) sepia(43%) saturate(4936%) hue-rotate(202deg)
    brightness(90%) contrast(101%);
}
.btn_slide_social {
  margin-left: auto;
  display: none;

  flex-direction: row;
  gap: 1rem;
}
.btn_slide_social a {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  filter: var(--c1-bf);
}

.bi1 .swiper-pagination1 {
  bottom: 17px;
}

.bi1 .swiper-pagination1 .swiper-pagination-bullet {
  background: initial;
  height: 14px;
  width: 14px;
  border-radius: 4px;
  rotate: 45deg;
  border: 3px solid var(--c1-bg);
  opacity: 1;
  margin: 0 4px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bi1 .swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: var(--c3-bg);
  border: 3px solid var(--c3-bg);
}

/* #endregion */
/* #region INDEX BLOQUE 2 */
.bi2 {
  background-color: var(--c5-bg);
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}
.bi2 .container_sd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem;
  padding-bottom: 5rem;
  min-height: 730px;
}

.b_catg {
  height: 484px;
  width: 280px;
  /* flex-basis: 280px; */
  overflow: hidden;
  border-radius: 0px 21px;
  position: relative;
}
.b_catg img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.b_catg span {
  position: absolute;
  z-index: 1;
  background-color: var(--c3-bg);
  height: 34px;
  width: 34px;
  border-radius: 34px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.b_catg span::after {
  position: absolute;
  background: url(./../img/icons/arrow.svg) center center no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: var(--c1-bf);
}

.b_catg-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem;
  z-index: 1;
  color: var(--c1-txt);
  font-family: var(--f2-fnte);
}
.b_catg-txt h2 {
  font-size: 3.75rem;
  line-height: 80.9%;
  letter-spacing: -0.6px;
}
.b_catg-txt p {
  font-size: 1.5rem;
}

.b_catg-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c6-bg);
  z-index: -1;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b_catg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2-bg);
  z-index: 1;
  opacity: 0;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b_catg:nth-child(1) .b_catg-txt {
  color: var(--c5-bg);
}
.b_catg:nth-child(1) .b_catg-txt::after {
  background-color: var(--c1-bg);
}
.b_catg:nth-child(3) .b_catg-txt::after {
  background-color: var(--c4-bg);
}
.b_catg:nth-child(4) .b_catg-txt::after {
  background-color: var(--c7-bg);
}
.b_catg:hover .b_catg-txt {
  color: var(--c1-txt);
}
.b_catg:hover .b_catg-txt::after {
  height: 0;
}
.b_catg:hover::before {
  opacity: 0.45;
}

.bi2-btn {
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;

  cursor: pointer;

  z-index: 1;
}
.bi2-btn span {
  font-family: var(--f2-fnte);
  color: var(--c1-txt);
  font-size: 1.6875rem;
  margin: 5px 0 0 0;
}
.bi2-btn i {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--c1-bg);
  transition: all 0.5s ease;
  transform: translateY(0px) scale(1);
}

.show-category .bi2-btn i {
  transform: translateY(-50px) scale(0.6);
}

.bi2-btn i::after {
  position: absolute;
  background: url(./../img/icons/arrow-down.svg) center center no-repeat;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: var(--c3-bf);
  transition: all 0.7s ease;

  rotate: 0deg;
}

.show-category .bi2-btn i::after {
  rotate: 180deg;
}

.blq_prd.blq_prd-category {
  background: none;
  background-color: var(--c5-bg);

  /* box-shadow: inset 0 0 10px #393f3e; */
  height: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.5s ease;
  margin-top: -1px;
}
.blq_prd.blq_prd-category .container_sd {
  padding: 0;
}
.show-category .blq_prd.blq_prd-category {
  height: 100%;
  padding: 3rem 1rem;
  max-height: 2200px;
}

/* #endregion */
/* #region INDEX BLOQUE 3 */
.bi3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* min-height: 323px; */
  background: url(./../img/fondo-logo.svg) left top no-repeat;
  background-size: 80%;
}
.bi3 .container_sd {
  max-width: 1100px;
  padding: 3rem 1rem;
}
.bi3 span {
  margin-bottom: 35px;
  display: inline-block;
  font-size: 1.6875rem;
  font-family: var(--f2-fnte);
}
.bi3 h2 {
  font-size: 3rem;
  line-height: 80.9%; /* 74.428px */
  letter-spacing: -0.92px;
}

.bi3 p {
  font-size: 1.125rem;
  text-align: left;
  line-height: 26px;
}

.bi3-cont {
  width: 100%;
  padding: 20px 0 0 0;
  max-width: 920px;
  margin: auto;
}

/* #endregion */
/* #region INDEX BLOQUE 4 */
.bi4 {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 497px;
  background: url(./../img/icons/bnn-foot.webp) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bi4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2-bg);
  opacity: 0.5;
}
.bi4 img {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 424px;
}

/* #endregion */
/* #region INDEX BLOQUE 5 */
.bi5 {
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 797px;
}
.bi5 .container_sd {
  padding: 3rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1237px;
}

.b_blog {
  position: relative;
  height: auto;
  overflow: hidden;
  max-width: 520px;
  flex-grow: 1;
  text-decoration: none;
}
.b_blog:active,
.b_blog:hover {
  text-decoration: none;
}

.b_blog-more {
  position: absolute;
  top: 42px;
  right: 56px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.b_blog-more div {
  font-size: 1.25rem;
  color: var(--c1-txt);
  font-family: var(--f2-fnte);
  font-weight: normal;
}

.b_blog-more span {
  position: relative;
  background-color: var(--c3-bg);
  height: 34px;
  width: 34px;
  border-radius: 34px;
}
.b_blog-more span::after {
  position: absolute;
  background: url(./../img/icons/arrow.svg) center center no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: var(--c1-bf);
}

.b_blog-img {
  position: relative;
  width: 100%;
  height: 264px;
  object-fit: cover;
}

.b_blog-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2-bg);
  opacity: 0.5;
  z-index: 1;
}
.b_blog-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b_blog-txt {
  padding: 38px 35px 0 55px;
  text-align: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.b_blog-txt span {
  font-size: 27px;
  margin-bottom: 20px;
  display: inline-block;
}
.b_blog-txt h2 {
  font-size: 2.625rem;
  line-height: 80.9%; /* 29.933px */
  letter-spacing: -0.37px;
}
.b_blog-txt p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: justify;
}

/* #endregion */
/* #region FOOTER */
.footer {
  width: 100%;
}
.rowFoot1 {
  background-color: var(--c2-bg);
  color: var(--c1-txt);
  width: 100%;
}
.rowFoot1 .container_sd {
  min-height: 314px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem 1rem;
}

.rowFoot1 a {
  color: var(--c1-txt);
}
.cFoot {
  width: 150px;
  text-align: center;
  flex-basis: 1;
}
.cFoot1 {
  width: 180px;
}
.cFoot2 {
  width: 270px;
}
.cFoot3 {
  width: 278px;
}

.cFoot img {
  width: 100%;
  max-width: 192px;
}
.cFoot h3 {
  font-size: 1.6875rem;
}
.cFoot a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
  margin: 0 5px 0 0;
}

.bloqFoot2 {
  width: 100%;
}
.bloqFoot2 .container_sd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.GoogleMapsFooter {
  background: var(--c3-bg) url(../img/icons/google-maps.svg) center center no-repeat;
  width: 100%;
  height: 50px;
}
.legalFooter {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.legalFooter-s {
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.socialFooter {
  width: 170px;
  display: none;
  justify-content: space-between;
}

.socialFooter a {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  filter: var(--c2-bf);
}

/* #endregion */

/* #region NOVEDADES */
.bn-wp.bi1 {
  height: 400px;
  overflow: hidden;
}
.bn_int {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bn_int::after {
  content: "";
  background-color: var(--c2-bg);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bn_int img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bn_int h1 {
  color: var(--c1-txt);
  font-size: 60px;
  line-height: 80.9%; /* 82.518px */
  letter-spacing: -1.02px;
  position: relative;
  z-index: 2;
  margin: 0;
}

.blq_nv {
  background: var(--c4-bg) url(./../img/fondo-logo.svg) left 68% no-repeat;
  background-blend-mode: multiply;
  background-size: auto 150%;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 730px;
}
.blq_nv.blq_rec {
  background-color: var(--c6-bg);
}

.blq_nv .container_sd {
  padding: 3rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 54px;
  max-width: 1237px;
}
.blq_nv .b_blog-txt {
  color: var(--c1-txt);
}

.blq_nv-int {
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 730px;
}
.blq_nv-int .container_sd {
  padding: 3rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 54px;
  max-width: 1237px;
}

.blq_nva1 {
  background: var(--c4-bg) url(./../img/fondo-logo.svg) left 68% no-repeat;
  background-blend-mode: multiply;
  background-size: auto 150%;
  width: 100%;
  position: relative;
  text-align: left;
  min-height: 730px;
  color: var(--c1-txt);
  position: relative;
}

.blq_rec.blq_nva1 {
  background-color: var(--c6-bg);
}

.blq_nva1 .container_sd {
  padding: 4rem 1rem 3rem 1rem;
  max-width: 900px;
}
.blq_nva1 h2 {
  font-size: 2.625rem;
  line-height: 80.9%; /* 33.978px */
  letter-spacing: -0.42px;
}
.blq_nva1 p {
  font-size: 18px;
  line-height: 26px; /* 33.978px */
  text-align: justify;
}

.blq_nva1-sh {
  font-size: 1.6875rem;
  font-family: var(--f2-fnte);
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.blq_nva1-sh a {
  color: var(--c1-txt);
  text-decoration: none;
}

.icn_share {
  position: relative;
}
.icn_share i {
  background: url("./../img/icons/share.svg") center center no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.icn_share .icn_shareUps {
  position: absolute;
  bottom: 100%;
  padding-bottom: 10px;
  left: 0;
  display: flex;
  gap: 10px;
  pointer-events: none;
}
.icn_share:hover .icn_shareUps {
  pointer-events: initial;
}

.icn_shareUps .icn_shareUps_btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--c1-bg);
  display: block;
  box-shadow: 1px 1px 3px rgb(48, 48, 48);
  position: relative;

  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.icn_shareUps .icn_shareUps_btn:nth-child(1) {
  transition: 0.1s;
}
.icn_shareUps .icn_shareUps_btn:nth-child(2) {
  transition: 0.3s;
}
.icn_shareUps .icn_shareUps_btn:nth-child(3) {
  transition: 0.5s;
}
.icn_shareUps .icn_shareUps_btn:nth-child(4) {
  transition: 0.7s;
}
.icn_shareUps .icn_shareUps_btn:nth-child(5) {
  transition: 0.9s;
}

.icn_share:hover .icn_shareUps_btn {
  visibility: visible;
  opacity: 1;
}

.icn_shareUps_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: var(--c2-bf);
}
.icn_shareUps_btn.shareUps_btnfacebook::after {
  background: url("./../img/icons/facebook.svg") center center no-repeat;
}
.icn_shareUps_btn.shareUps_btnwhatsapp::after {
  background: url("./../img/icons/whatsapp.svg") 5px 4px no-repeat;
  background-size: 70%;
}
.icn_shareUps_btn.shareUps_btninstagram::after {
  background: url("./../img/icons/instagram.svg") center center no-repeat;
}
.icn_shareUps_btn.shareUps_btntwitter::after {
  background: url("./../img/icons/twitter.svg") center center no-repeat;
}
.icn_shareUps_btn.shareUps_btnticktock::after {
  background: url("./../img/icons/ticktock.svg") center center no-repeat;
}

.icn_time i {
  background: url("./../img/icons/clock.svg") center center no-repeat;
  height: 21px;
  width: 21px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.bsldier2 {
  position: relative;
  width: 100%;
  /* min-height: 507px; */
  padding: 20px 0 60px 0;
}
.sli2 {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  gap: 1px;
}
.sli2 img {
  width: 300px;
  flex-grow: 1;
  object-fit: cover;
}

.bsldier2 .swiper-pagination2 {
  bottom: 20px;
}
.bsldier2 .swiper-pagination2 .swiper-pagination-bullet {
  background: initial;
  height: 14px;
  width: 14px;
  border-radius: 4px;
  rotate: 45deg;
  border: 3px solid var(--c2-bg);
  opacity: 1;
  margin: 0 4px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bsldier2 .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: var(--c3-bg);
  border: 3px solid var(--c3-bg);
}

.btn_back {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--c1-bg);
  color: var(--c3-txt);
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--f2-fnte);
  padding: 0 20px 0 13px;
  border-radius: 0px 0px 0 23.5px;
  text-decoration: none;

  cursor: pointer;
}
.active-filter .btn_back {
  background-color: var(--c3-bg);
  color: var(--c1-txt);
}

.btn_back:hover {
  text-decoration: none;
}

.btn_back i {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  rotate: 180deg;
  margin-right: 5px;
}
.btn_back i::after {
  content: "";
  position: absolute;
  background: url(./../img/icons/arrow.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: var(--c3-bf);
}
.btn_back i.icn_filter::after {
  background: url(./../img/icons/filter.svg) center center no-repeat;
  filter: var(--c3-bf);
}
.active-filter .btn_back i.icn_filter::after {
  filter: var(--c1-bf);
}

.btn_back-des {
  width: 100%;
  max-width: 620px;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: var(--c1-bg);
  border-radius: 0px 0px 0 23.5px;
  padding: 0 24px;
  z-index: 1;

  display: flex;
  flex-wrap: wrap;

  overflow: hidden;
  max-height: 0;
}
.active-filter .btn_back-des {
  max-height: 300px;
  padding: 24px;
  overflow: auto;
}

.btn_back-des .bd-title {
  font-size: 20px;
  width: 100%;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--c2-bg);
}

.bd-cont {
  padding: 20px 0 0 0;
  color: var(--c2-txt);
  display: grid;
  gap: 2px;
  grid-auto-rows: 26px;
  grid-template-columns: repeat(auto-fit, min(100%, 115px));
  justify-content: space-between;

  height: 100%;
  width: 100%;
}
.bd-cont .checkbox + .checkbox {
  margin: 0;
}
.bd-cont .checkbox label {
  color: var(--c2-txt);
  margin: 0;
  padding: 0 0 0 20px;
  font-family: var(--f1-fnte);
}

/* #endregion */
/* #region ENCUENTRANOS */
.blq_enc {
  background: var(--c7-bg) url(./../img/fondo-logo.svg) left 68% no-repeat;
  background-blend-mode: multiply;
  background-size: auto 150%;
  width: 100%;
  position: relative;
}
.blq_enc .container_sd {
  padding: 100px 1rem 10px 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.blq_enc2 {
  width: 100%;
  position: relative;
}
.blq_enc2 .container_sd {
  padding: 70px 1rem 10px 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.item_enc {
  background-color: var(--c2-bg);
  color: var(--c1-txt);
  width: 600px;
  max-width: 600px;
  flex-grow: 1;
  min-height: 106px;
  border-radius: 0px 21px;
  position: relative;
  margin-bottom: 30px;

  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item_enc h3 {
  font-size: 1.6875rem;
  margin: 0;
}
.item_enc p {
  font-size: 1.125rem;
  margin: 2px 0 0 0;
}

.item_enc-txt {
  margin: 0;
}
.item_enc-txt span {
  display: inline-block;
  margin: 24px 0 0 0;
}
.item_enc-txt img {
  width: 100%;
  max-width: 113px;
  margin: 0;
}
.item_enc-img {
  width: 120px;
  position: absolute;
  overflow: hidden;
  border-radius: 0px 21px;
  top: -50px;
}
.item_enc-img img {
  width: 100%;
}

/* #endregion */
/* #region CONTACTANOS */
.bc1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 323px;
  background: url(./../img/fondo-logo.svg) left top no-repeat;
  background-size: auto 100%;
}
.bc1 .container_sd {
  max-width: 1044px;
  padding: 3rem 1rem;
}

.bc1 h2 {
  font-size: 3rem;
  line-height: 80.9%; /* 74.428px */
  letter-spacing: -0.92px;
  width: 100%;
  max-width: 754px;
}
.bc1 h3 {
  font-size: 1.6875rem;
}
.bc1 p {
  font-size: 1.125rem;
}
.bc1 a {
  text-decoration: none;
}

.bc1-cont {
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bc1-conter {
  width: 271px;
}

.bc2 {
  background-color: var(--c2-bg);
  width: 100%;
  min-height: 525px;
  margin-bottom: 50px;
}
.bc2 .container_sd {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  max-width: 1044px;
}

/* #region form */
.form_ctn {
  position: relative;
  z-index: 1;
  padding: 60px 0 0 0;

  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-end;
}
.form_ctn2 {
  padding: 15px 0 0 0;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.btn-form_ctn {
  background-color: var(--c3-bg);
  color: var(--c1-txt);
  padding: 14px 3rem 12px 3rem;
  border-radius: 3rem;
  border: none;
  font-size: 22px;
  font-family: var(--f2-fnte);
  margin-top: 15px;
}

.form-radio,
.form-group {
  position: relative;
  flex-grow: 1;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-group select {
  height: 53px;
  display: block;
  background: transparent;
  padding: 0 0 10px 0;
  font-size: 29px;
  font-weight: 400;
  border: none;
  color: var(--c1-txt);
  font-family: var(--f2-fnte);
  width: 100%;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  border-bottom: 1px solid var(--c1-bg);
}
.form-group select option {
  background-color: var(--c2-bg);
  color: var(--c1-txt);
  font-size: 20px;
}

.form-group .control-label {
  position: absolute;
  top: -30px;
  pointer-events: none;
  z-index: 2;

  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;

  font-family: var(--f2-fnte);
  color: var(--c1-txt);
  font-weight: 400;
  font-size: 42px;
}
.form-group input:placeholder-shown ~ .control-label,
.form-group select:placeholder-shown ~ .control-label,
.form-group textarea:placeholder-shown ~ .control-label {
  font-size: 29px;
  top: -5px;
  font-family: var(--f2-fnte);
  font-weight: 400;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  top: -30px;
}

.form-group .bar {
  position: absolute;
  height: 32px;
  width: 32px;
  bottom: 10px;
  right: 0;
  background: url("./../img/icons/icn_inpt.svg") center center no-repeat;
}

.form-group input {
  height: 40px;
}
.form-group input,
.form-group textarea {
  display: block;
  background: transparent;
  padding: 5px 50px 5px 0;
  font-size: 20px;
  font-weight: 400;
  border: none;
  color: var(--c1-txt);
  font-family: var(--f1-fnte);
  width: 100%;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  border-bottom: 1px solid var(--c1-bg);
}

.form-group textarea {
  height: 130px;
  resize: none;
  font-weight: 400;
  font-size: 20px;
  margin: 0px 0 0 0;
  display: block;
  border-bottom: 1px solid var(--c1-bg);
  color: var(--c1-txt);
}

.form-group input[type="file"] {
  line-height: 1;
}

.form-group textarea:-moz-placeholder,
.form-group input:-moz-placeholder {
  font-size: 14px;
  color: var(--c1-txt);
  opacity: 1;
}
.form-group textarea::-moz-placeholder,
.form-group input::-moz-placeholder {
  font-size: 14px;
  color: var(--c1-txt);
}
.form-group textarea:-ms-input-placeholder,
.form-group input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--c1-txt);
}
.form-group textarea::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--c1-txt);
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  font-family: var(--f2-fnte);
  color: var(--c1-txt);
  font-weight: 400;
  font-size: 28px;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: var(--c1-txt);
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.checkbox .helper {
  color: var(--c3-bg);
  background-color: var(--c3-bg);

  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before,
.checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: var(--c1-txt);
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: var(--c3-bg);
  background-color: var(--c3-bg);
}
.checkbox input:checked ~ .helper {
  color: var(--c3-bg);
  background-color: var(--c3-bg);
}
.checkbox input:checked ~ .helper::after,
.checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}
.checkbox a {
  color: var(--c1-txt);
}

.b_contat_sld_fnd {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
  padding: 0 20px;
}
.b_contat_sld_fnd .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_contat_sld_fnd p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

/* #endregion */

.adjuntar-tel {
  display: flex;
  position: relative;
  flex-grow: 1;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.file-ts {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.file-ts input {
  display: none;
}
#fileName_sd {
  width: auto;
  max-width: 170px;
  padding: 0 20px 0 0;
  font-family: var(--f2-fnte);
  text-transform: uppercase;
  color: var(--c1-txt);
  font-size: 22px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -5px;
}
.file-ts span {
  cursor: pointer;
  width: 50px;
  height: 36px;
  background-color: var(--c3-bg);
  border-radius: 20px;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.file-ts span img {
  filter: var(--c1-bf);
  display: block;
  width: 25px;
  height: 25px;
}

/* #endregion */
/* #region NOSOTROS */
.blq-mision {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("./../img/fondo-logo.svg") left top no-repeat;
  background-size: 150% auto;
  font-size: 1.125rem;
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.blq-mision h2 {
  font-family: var(--f2-fnte);
  font-size: 3.5rem;
  line-height: 80.9%;
  letter-spacing: -0.0575rem;
}

.blq-mision .subtitle {
  font-family: var(--f2-fnte);
  font-size: 1.6875rem;
  text-transform: uppercase;
  margin: 0.15rem 0 0.5rem 0;
}

.blq-mision p {
  text-align: justify;
  line-height: 1.725rem;
  margin-bottom: 2rem;
}

.blq-mision .cols-2 {
  max-width: 1100px;
  margin: auto;
  padding: 3rem 1rem;
}

.blq-mision .title-2 {
  margin-top: 1rem;
}

.blq-history {
  overflow: scroll;
}

/*Plantas*/
.blq-plantas {
  padding: 2.75rem 1rem;
}

.blq-plantas h2 {
  color: var(--c2-txt);
  text-align: center;
  font-size: 3.75rem;
  line-height: 80.9%; /* 4.65175rem */
  letter-spacing: -0.0575rem;
  margin-bottom: 1rem;
}

.blq-plantas .cols {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.blq-plantas .col1 {
  padding: 2rem;
  text-align: justify;
  line-height: 1.625rem;
}

.blq-plantas .col1 h3 {
  margin: 1.5rem 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 80.9%; /* 3.03375rem */
  letter-spacing: -0.0375rem;
}

.blq-plantas .col2 {
  /* background-image: url("./../img/icons/plantas-produccion.webp"); */
  background-size: contain;
  background-position: center center;
  padding: 2rem;
  display: flex;
  min-height: 36rem;
  align-items: flex-end;
  position: relative;
}

.blq-plantas .col2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blq-plantas .col2 .texts {
  color: var(--c1-txt);
}

.blq-plantas .col2 h3 {
  font-size: 3.75rem;
  line-height: 80.9%; /* 3.03375rem */
  letter-spacing: -0.0375rem;
}

/* Timeline */
.blq-timeline .items {
  width: 100%;
}

.blq-timeline .item {
  color: var(--c1-txt);
  padding: 3rem;
  width: 100%;
  height: 730px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blq-timeline .item .date {
  text-align: right;
  font-size: 5.75rem;
  line-height: 80.9%; /* 4.65175rem */
  letter-spacing: -0.0575rem;
}

.blq-timeline .item h2 {
  font-size: 3.75rem;
  line-height: 80.9%; /* 3.03375rem */
  letter-spacing: -0.0375rem;
}

.blq-timeline .item p {
  font-size: 1.125rem;
  line-height: 1.625rem; /* 144.444% */
}

.blq-timeline .item.item1 {
  background-image: url("./../img/icons/timeline-1.webp");
}

.blq-timeline .item.item2 {
  background-image: url("./../img/icons/timeline-2.webp");
}

.blq-timeline .item.item3 {
  background-image: url("./../img/icons/timeline-3.webp");
}

.item_tl {
  width: 100%;
  height: 730px;
  position: relative;
  overflow: hidden;
}
.items {
  position: relative;
  overflow: hidden;
}

.mySwiper3 {
  width: 100%;
  position: relative;
  overflow: initial;
}
.items::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  background: url("../img/icons/line.webp") left center repeat-x;

  z-index: 2;
}

.mySwiper3 .swiper-slide {
  width: initial;
}
.items .swiper-button-next {
  height: 99px;
  width: 99px;
  background: url("../img/icons/next.webp") center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -45.5px;
  opacity: 1;
  outline: none;
  z-index: 4;
}
.items .swiper-button-next::after {
  display: none;
}

.mySwiper3 .item_tl::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  right: initial;
  z-index: 10;
  background-color: #fff;

  -webkit-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.mySwiper3 .swiper-slide-prev .item_tl::after {
  opacity: 0;
}
.mySwiper3 .swiper-slide-active .item_tl::after {
  opacity: 0;
}

/* Valores */
.blq-valores {
  background-color: var(--c4-bg);
  color: var(--c1-txt);
  padding: 6rem 1rem;
}

.blq-valores .container_sd {
  max-width: 1200px;
}

.blq-valores h2 {
  font-family: var(--f2-fnte);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 80.9%; /* 4.65175rem */
  letter-spacing: -0.0575rem;
  text-transform: lowercase;
}

.blq-valores .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 393px), 1fr));
  gap: 2rem;
  margin-top: 3.4rem;
  grid-auto-flow: dense;
}
.blq-valores .items::after {
  display: none;
}

.blq-valores .item {
  display: flex;
  gap: 1rem;
  align-items: start;
}

.blq-valores .item h3 {
  font-family: var(--f2-fnte);
  font-size: 2.75rem;
  line-height: 80.9%; /* 3.03375rem */
  letter-spacing: -0.0375rem;
}

.blq-valores .item p {
  font-size: 1.125rem;
  line-height: 0.9375rem;
}
/* #endregion */
/* #region MARCA */
.bm1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 323px;
  background: url("./../img/fondo-logo.svg") left top no-repeat;
  background-size: auto 100%;
}
.bm1 .container_sd {
  max-width: 1100px;
  padding: 3rem 1rem;
}
.bm1 span {
  margin-bottom: 35px;
  display: inline-block;
  font-size: 1.6875rem;
  font-family: var(--f2-fnte);
}
.bm1 h2 {
  font-size: 3rem;
  line-height: 80.9%; /* 74.428px */
  letter-spacing: -0.92px;
  text-align: center;

  margin: 50px 0;
}
.bm1 .bm1-cont h2 {
  text-align: left;
  margin: 0;
}

.bm1 p {
  font-size: 1.125rem;
  text-align: left;
  line-height: 26px;
}

.bm2 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.bm2 .container_sd {
  display: grid;
  gap: 1px;
  grid-auto-rows: 290px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 339px), 1fr));
  grid-auto-flow: dense;
  margin-top: -20%;
}

.item_marca:first-child {
  grid-row: span 2;
}
.item_marca:first-child h2 {
  font-size: 60px;
  line-height: 80.9%;
  letter-spacing: -0.6px;
}

.item_marca {
  position: relative;
  /* flex: 1 auto; */
}
.item_marca::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2-bg);
  opacity: 0.5;
}
.item_marca img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_marca-txt {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: var(--c1-txt);
  padding: 1rem;
}

.item_marca-txt h2 {
  font-size: 27px;
  line-height: 23px; /* 85.185% */
}

/* #endregion */
/* #region PRODUCTOS */
.blq_prd {
  background: var(--c5-bg) url(./../img/fondo-logo.svg) left 68% no-repeat;
  background-blend-mode: multiply;
  background-size: auto 150%;
  width: 100%;
  position: relative;
}
.blq_prd h2 {
  color: var(--c1-txt);
  text-align: left;
  width: 100%;
  font-size: 40px;
}

.blq_prd2 {
  width: 100%;
  position: relative;
}
.blq_prd .container_sd {
  padding: 1rem;
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
}
.blq_prd2 .container_sd {
  padding: 2rem 1rem;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
}

.blq_prd2 h1 {
  font-size: 3.75rem;
  line-height: 80.9%; /* 74.428px */
  letter-spacing: -0.92px;
  text-align: center;
}

.prd-menu {
  width: 100%;

  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.prd-menu_item {
  font-family: var(--f2-fnte);
  color: var(--c1-txt);
  position: relative;
  font-size: 1.4rem;
  line-height: 80.9%; /* 30.742px */
  letter-spacing: -0.38px;
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
  margin: 0 30px 5px 0;
}
.prd-menu_item:hover,
.prd-menu_item.active {
  opacity: 1;
}
.prd-menu_item::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -22px;
}
.prd-menu_item:last-child:after {
  display: none;
}

.prd_items {
  width: 100%;
  position: relative;

  display: grid;
  gap: 40px;
  grid-auto-rows: 484px;
  grid-template-columns: repeat(auto-fit, min(100%, 280px));
  justify-content: space-evenly;
  /* grid-auto-flow: dense; */
}

.prd_item {
  position: relative;
  border-radius: 0px 21px;
  padding: 30px;
  overflow: hidden;

  background: url(./../img/fondo-logo.svg) 56% 79% no-repeat;
  background-blend-mode: multiply;
  background-size: auto 154%;
}

.prd_item-green {
  background-color: #3eaa82;
}
.prd_item-blue {
  background-color: var(--c6-bg);
}
.prd_item-red {
  background-color: var(--c4-bg);
}
.prd_item-yellow {
  background-color: var(--c3-bg);
}

.prd_item span {
  position: absolute;
  z-index: 1;
  background-color: var(--c3-bg);
  height: 34px;
  width: 34px;
  border-radius: 34px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.prd_item span::after {
  position: absolute;
  background: url(./../img/icons/arrow.svg) center center no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  filter: var(--c1-bf);
}

.prd_item-img {
  position: absolute;
  top: 10%;
  left: 2.5%;
  width: 95%;
  height: 55%;
  z-index: 0;
}
.prd_item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: drop-shadow(10px 40px 20px rgba(0, 0, 0, 0.35));
}

.prd_item-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--c1-txt);
  padding: 30px;
}

.prd_item-txt h2 {
  font-size: 48px;
  line-height: 80.9%;
  letter-spacing: -0.6px;
}
.prd_item-txt p {
  font-family: var(--f2-fnte);
  font-size: 24px;
  line-height: 21px;
  margin: 0 0 5px 0;
}

/* #endregion */
/* #region PRODUCTOS AMP */
.blq_prd-am .container_sd {
  padding: 2rem 1rem;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
  align-items: flex-start;
}
.prd-amp-tit {
  width: 100%;
  max-width: 258px;
  text-align: right;
  color: var(--c1-txt);
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: space-between;
}
.prd-amp-tit h2 {
  font-size: 27px;
  text-align: right;
}

.prd-amp-tit h1 {
  font-size: 90px;
  line-height: 80.9%; /* 72.81px */
  letter-spacing: -0.9px;
}
.prd-amp-tit h3 {
  font-family: var(--f1-fnte);
  font-size: 24px;
  line-height: 91.9%; /* 22.056px */
  letter-spacing: -1.44px;
}
.prd-amp-tit-img {
  width: 100%;
  padding: 10px 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
}

.prd-amp-tit-img img {
  opacity: 0;
  transform: translateY(100px);
}
.prd-amp-tit-img.visible img:nth-child(1) {
  transition-delay: 0.3s;
}
.prd-amp-tit-img.visible img:nth-child(2) {
  transition-delay: 0.6s;
}
.prd-amp-tit-img.visible img:nth-child(3) {
  transition-delay: 0.9s;
}
.prd-amp-tit-img.visible img:nth-child(4) {
  transition-delay: 1.2s;
}
.prd-amp-tit-img.visible img:nth-child(5) {
  transition-delay: 1.5s;
}

.prd-amp-tit-img.visible img {
  transition: all 1.2s ease;

  opacity: 1;
  scale: 1;
  transform: translateY(0px);
}

.prd-amp-tit p {
  font-size: 21px;
  line-height: 20px; /* 95.238% */
  margin-top: 18px;
  width: 100%;
  max-width: 230px;
}

.prd-amp-img {
  width: 100%;
  max-width: 383px;
  text-align: center;
}
.prd-amp-img img {
  width: 100%;
}

.prd-amp-des {
  position: relative;
  width: 100%;
  max-width: 482px;
  color: var(--c1-txt);
}
.prd-amp-des h4 {
  position: relative;
  font-size: 27px;
  margin-bottom: 1.2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--c1-txt);
}
.prd-amp-des h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  width: 40%;
  background-color: var(--c1-txt);
}

.prd-amp-des-pr {
  width: 100%;
}
.prd-amp-des p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.2rem;
}

.prd-amp-des > span {
  font-size: 18px;
  display: flex;
  width: 100%;
  border-top: 3px dashed var(--c1-txt);
  padding: 10px 0 12px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prd-amp-des > span span {
  border: none;
  padding: 0;
}
.prd-amp-des > span hr {
  height: 20px;
  border: 2px dashed var(--c1-txt);
  box-shadow: none;
  margin: 0;
}

.prd-more {
  position: absolute;
  top: -8px;
  right: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;

  cursor: pointer;
}
.prd-more > div {
  font-size: 1.25rem;
  color: var(--c1-txt);
  font-family: var(--f2-fnte);
  font-weight: normal;
}

.prd-more span {
  position: relative;
  background-color: var(--c3-bg);
  height: 34px;
  width: 34px;
  border-radius: 34px;
}

.triangle {
  position: absolute;
  top: 13px;
  left: 14.5px;
  background-color: var(--c1-bg);
  rotate: 90deg;
}
.triangle:before,
.triangle:after {
  content: "";
  position: absolute;
  background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
  width: 8px;
  height: 8px;
  border-top-right-radius: 50%;
}
.triangle {
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}
.triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
    translate(0, -50%);
}
.triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.btnImgNutrition {
  background-color: var(--c3-bg);
  color: var(--c1-txt);
  display: inline-block;
  padding: 8px 20px 5px 20px;
  border-radius: 5px;
  font-size: 22px;
  font-family: var(--f2-fnte);
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}

.waperVideoAmp,
.waperImgNutrition {
  display: flex;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 69, 67, 0.8);
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.waperVideoAmp {
  padding: 0 18px;
}

.showVideo,
.show-table {
  overflow: hidden;
}

.showVideo .waperVideoAmp,
.show-table .waperImgNutrition {
  visibility: initial;
}

.boxVideoAmp,
.boxImgNutrition {
  position: relative;
  width: auto;
  max-width: 90%;

  opacity: 0;
  scale: 0.8;
}
.boxVideoAmp {
  width: 100%;
  max-width: 750px;
}

.showVideo .boxVideoAmp,
.show-table .boxImgNutrition {
  transition: all 0.5s ease;
  opacity: 1;
  scale: 1;
}

.boxiVideoAmp,
.boxiImgNutrition {
  position: relative;
  width: auto;
  max-width: 760px;
  height: auto;
  max-height: 90dvh;
  overflow: auto;
  border-radius: 20px;
}
.boxiImgNutrition::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.boxiImgNutrition::-webkit-scrollbar-thumb {
  background-color: var(--c1-txt);
  border-radius: 20px;
}

.boxiVideoAmp iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.boxiImgNutrition2 {
  position: relative;
}
.boxiImgNutrition2 img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.btnCloseVideoAmp,
.btnCloseImgNutrition {
  position: absolute;
  height: 35px;
  line-height: 35px;
  width: 35px;
  top: -15px;
  right: 0px;
  background-color: var(--c3-bg);
  color: var(--c1-txt);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.btnCloseVideoAmp::after,
.btnCloseImgNutrition::after {
  content: "+";
  width: 35px;
  height: 35px;
  top: 1px;
  left: -1.5px;

  position: absolute;
  color: var(--c1-txt);
  font-size: 42px;
  font-family: var(--f2-fnte);
  rotate: 45deg;

  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper4 {
  width: 100%;
}
.mySwiper4 .swiper-wrapper {
  padding: 50px 0;
}

.mySwiper4 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper4 .swiper-slide img {
}

.mySwiper4 .swiper-slide img {
}

.waperImgNutrition .swiper-pagination4 {
  bottom: 17px;
}

.waperImgNutrition .swiper-pagination4 .swiper-pagination-bullet {
  background: initial;
  height: 14px;
  width: 14px;
  border-radius: 4px;
  rotate: 45deg;
  border: 3px solid var(--c1-bg);
  opacity: 1;
  margin: 0 4px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.waperImgNutrition .swiper-pagination4 .swiper-pagination-bullet-active {
  background-color: var(--c3-bg);
  border: 3px solid var(--c3-bg);
}

/* #endregion */
/* #region POLITICAS */
.bpp1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(./../img/fondo-logo.svg) left top no-repeat;
  background-size: 120%;
}
.bpp1.bpp-red {
  background: initial;
  background-color: var(--c4-bg);
  color: var(--c1-txt);
}
.bpp1.bpp-wit {
  background: initial;
}

.bpp1 .container_sd {
  max-width: 1037px;
  padding: 3rem 1rem;
}

.item-pol {
  width: 100%;
  border-bottom: 1px solid var(--c2-bg);
  padding: 15px 0;
}
.bpp1.bpp-red .item-pol {
  border-bottom: 1px solid var(--c1-bg);
}

.item-pol h2 {
  font-size: 27px;
}
.item-pol p {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
}

.item-pol_desc {
  max-height: 74px;
  overflow: hidden;
}
.item-pol_title {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 50px 0 0;
}
.item-pol_title::after {
  position: absolute;
  content: "";
  top: 8.5px;
  right: 0;
  width: 17px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--c3-bg);
}
.item-pol_title::before {
  position: absolute;
  content: "";
  top: 2px;
  right: 7px;
  width: 3px;
  height: 17px;
  border-radius: 3px;
  background-color: var(--c3-bg);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.active .item-pol_title::before {
  top: 8.5px;
  height: 2px;
}
/* #endregion */

/* ?---------  GENERALES ----------*/ /* ?-------  GENERALES ----------*/
/* ?---------  GENERALES ----------*/ /* ?-------  GENERALES ----------*/
@media (min-width: 480px) {
  /* #region timeline */
  .item_tl {
    width: 480px;
  }
  .mySwiper3 {
    margin-left: calc(-50% + 239px);
    width: 100%;
    position: relative;
    overflow: initial;
  }

  .items .swiper-button-next {
    left: 240px;
  }
  .items::after {
    left: 240px;
  }
  /* #endregion */

  .adjuntar-tel {
    width: 50%;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
@media (min-width: 1329px) {
  /* #region HEADER 1400 */
  .header {
    padding: 0;
    z-index: 10;
  }
  .btn-mb {
    display: none;
  }
  .logo_sd {
    display: none;
  }
  .scroll-activo .logo_sd-img {
    opacity: 1;
    margin: 0;
  }
  .menu_sd {
    background-color: transparent;
    position: relative;
    top: initial;
    left: initial;
    padding: 0 2.687rem;
    max-height: initial;
    overflow: initial;
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-around;
  }
  .menu-opn {
    overflow: initial;
  }
  .menu-opn .menu_sd {
    max-height: initial;
    padding: 0 2.687rem;
    overflow: initial;
  }

  .header::before {
    display: none;
  }

  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: -1;
    opacity: 0;

    background-color: var(--c2-bg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu_sd .menu_sd-b1,
  .menu_sd .menu_sd-b2 {
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex-basis: 36%;
    min-height: 80px;
    /* border-bottom: 1px solid var(--c1-bg); */
    position: relative;
  }

  .menu_sd .menu_sd-b1 {
    justify-content: flex-start;
  }
  .menu_sd .menu_sd-b1::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c1-bg);
    z-index: -1;

    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .menu_sd .menu_sd-b2 {
    justify-content: flex-end;
  }
  .menu_sd .menu_sd-b2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c1-bg);
    z-index: -1;

    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .itm_mn {
    padding: 0.5rem 0.5rem;
  }
  .itm_mn.itm_logo-b img {
    width: 59px;
  }
  .itm_mn.itm_logo-b,
  .itm_mn.itm_logo-b2 {
    display: initial;
    padding: 0;
  }
  .itm_mn.itm_logo-b2 {
    flex-basis: 28%;
    text-align: center;
    padding: 14px 0 0 0;
  }
  .itm_mn.btn-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .itm_mn.itm_logo-b2 {
    position: relative;
  }
  .itm_mn.itm_logo-b2 img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .itm_logo-bf1 {
    max-width: 188px;
    opacity: 1;
    margin-top: 0;
  }
  .itm_logo-bf2 {
    max-width: 243px;
    opacity: 0;
    position: absolute;
    top: 124px;
    left: 65px;
  }
  .sub-menu_sdc {
    position: relative;
  }
  .sub-menu_sdc::after {
    content: "";
    position: absolute;
    top: 150%;
    left: 0;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid var(--c2-bg);
    border-bottom: 0 solid var(--c2-bg);
    z-index: -1;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .subMenu-opn .sub-menu_sdc::after {
    top: 100%;

    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 25px solid var(--c2-bg);
    border-bottom: 25px solid var(--c2-bg);
  }

  .sub-menu_sdc i {
    order: initial;
    transform: rotate(0deg);
  }

  ul.sub-menu_sd {
    background-color: var(--c2-bg);
    position: absolute;
    top: 155%;
    left: 0;
    width: 689px;
    padding: 0 2.5rem;
    gap: 2rem;
  }
  .subMenu-opn ul.sub-menu_sd {
    max-height: 2000px;
    padding: 2.5rem;
  }
  ul.sub-menu_sd > li {
    text-align: left;
    justify-content: flex-end;
    flex-basis: 25%;
    padding: 0;
  }
  ul.sub-menu_sd > li > a {
    font-size: 1.625rem;
    margin-bottom: 0.8rem;
  }
  ul.sub-menu_sd > li ul {
    gap: 0.8rem;
  }

  ul.sub-menu_sd > li:last-child ul {
    columns: 3;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 165px), 1fr));
    column-gap: 25px;
  }

  ul.sub-menu_sd > li:last-child ul li {
    width: auto;
  }

  ul.sub-menu_sd > li ul li > a {
    font-size: 1.0625rem;
  }
  .scroll-activo .header::after {
    height: 53px;
    opacity: 1;
  }
  .scroll-activo .itm_mn.itm_logo-b img {
    width: 30px;
  }
  .scroll-activo .menu_sd .menu_sd-b1,
  .scroll-activo .menu_sd .menu_sd-b2 {
    min-height: 53px;
  }
  .scroll-activo .menu_sd .menu_sd-b1::after {
    width: 0;
  }
  .scroll-activo .menu_sd .menu_sd-b2::after {
    width: 0;
  }
  .scroll-activo .itm_logo-bf1 {
    margin-top: -110px;
    opacity: 0;
  }
  .scroll-activo .itm_logo-bf2 {
    top: 6px;
    opacity: 1;
  }
  .scroll-activo .itm_mn {
    padding: 0.3rem 0.5rem;
  }
  .scroll-activo ul.sub-menu_sd {
    top: 132%;
  }
  .scroll-activo #progress-bar-container {
    top: 53px;
  }
  #progress-bar-container {
    top: 80px;
  }
  /* #endregion */
  /* #region SLIDER INDEX 1400 */
  .bi1 {
    --bi1-height: 670px;
    height: var(--bi1-height);
  }
  .bist1 {
    margin: 5% 0 0 12%;
    padding: 0;
  }
  .bist1 h1 {
    font-size: 6.375rem;
    line-height: 80.9%;
    margin: 0;
  }
  .bist1 p {
    font-size: 1.875rem;
    line-height: 80.9%;
  }
  .bi_btn .container_sd {
    justify-content: center;
    padding: 0 40px;
  }

  .btn_help p {
    display: initial;
  }
  .btn_slide_social {
    display: flex;
  }
  .bi1 .swiper-pagination1 {
    bottom: 57px;
  }
  /* #endregion */
  /* #region INDEX BLOQUE 3 1400 */
  .show-category .blq_prd.blq_prd-category {
    max-height: 1600px;
  }

  .bi3 {
    /* min-height: 623px; */
    background-size: initial;
  }
  .bi3 .container_sd {
    max-width: 1100px;
    padding: 119px 0;
  }

  .bi3 h2 {
    font-size: 5.75rem;
    line-height: 80.9%; /* 74.428px */
    letter-spacing: -0.92px;
  }
  .bi3-cont {
    padding: 30px 0 0 0;
    column-count: 2;
    column-gap: 60px;
  }
  /* #endregion */
  /* #region INDEX BLOQUE 4 1400 */
  .bi4 {
    min-height: 597px;
  }
  .bi4 img {
    max-width: 424px;
  }
  /* #endregion */
  /* #region INDEX BLOQUE 5 1400 */
  .bi5 .container_sd {
    padding: 8.5625rem 1rem;
  }
  .b_blog {
    height: 512px;
    max-width: initial;
    width: 450px;
  }
  .b_blog.b_blog-m {
    flex-grow: 2.8;
  }
  .b_blog.b_blog-m .b_blog-img {
    height: 100%;
  }
  .b_blog.b_blog-m .b_blog-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    height: initial;
    color: var(--c1-txt);
    padding: 0 196px 25px 56px;
  }
  /* #endregion */
  /* #region FOOTER 1400 */
  .rowFoot1 .container_sd {
    justify-content: space-evenly;
    gap: initial;
    padding: 0;
  }
  .cFoot {
    width: 192px;
    text-align: left;
    flex-basis: initial;
  }
  .cFoot1 {
    width: 182px;
  }
  .cFoot2 {
    width: 220px;
  }
  .cFoot3 {
    width: 278px;
  }

  .GoogleMapsFooter {
    width: 249px;
    height: 95px;
  }
  .legalFooter {
    justify-content: space-between;
    padding: 0 166px 0 40px;
    flex-grow: 1;
  }
  .legalFooter-s {
    font-size: 15px;
    width: initial;
  }
  .socialFooter {
    display: flex;
    justify-content: center;
  }

  /* #endregion */

  /* #region NOVEDADES 1400 */
  .bn-wp.bi1 {
    height: 477px;
  }
  .bn_int {
    height: 477px;
  }
  .bn_int h1 {
    font-size: 102px;
    margin: 50px 0 0 0;
  }
  .blq_nv .container_sd {
    padding: 8.5625rem 1rem;
  }

  .blq_nv-int .container_sd {
    padding: 8.5625rem 1rem;
  }

  .blq_nva1 .container_sd {
    padding: 10.6875rem 1rem 4.625rem 1rem;
    column-count: 2;
    column-gap: 95px;
    max-width: 1166px;
  }
  .blq_nva1-sh {
    top: 130px;
    position: absolute;
    margin: 0;
  }
  .bsldier2 {
    padding: 93px 0 123px 0;
  }
  .sli2 {
    padding: 0 3.625rem;
  }
  .sli2 img {
    width: 49.5%;
    flex-grow: 1;
    object-fit: cover;
  }
  .bsldier2 .swiper-pagination2 {
    bottom: 55px;
  }
  .btn_back {
    height: 54px;
    font-size: 27px;
    padding: 0 45px 0 13px;
  }
  .btn_back i {
    display: inline-block;
    height: 27px;
    width: 27px;
    position: relative;
    rotate: 180deg;
  }

  .btn_back-des {
    top: 54px;
    padding: 0 34px;
  }
  .active-filter .btn_back-des {
    max-height: 300px;
    padding: 34px;
  }

  .btn_back-des .bd-title {
    font-size: 27px;
  }

  /* #endregion */
  /* #region ENCUENTRANOS 1400 */
  .blq_enc .container_sd {
    padding: 9.5625rem 1rem 2.0625rem 1rem;
  }

  .blq_enc2 .container_sd {
    padding: 35px 1rem 123px 1rem;
  }

  .item_enc {
    background-color: var(--c2-bg);
    color: var(--c1-txt);
    width: 600px;
    max-width: 600px;
    flex-grow: 1;
    min-height: 136px;
    border-radius: 0px 21px;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .item_enc-txt {
    margin: 0 18px;
  }

  .item_enc-img {
    width: initial;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0p 21px;
    top: initial;
  }
  .item_enc-img img {
    width: 100%;
  }

  /* #endregion */
  /* #region CONTACTANOS 1400 */
  .bc1 {
    min-height: 623px;
    background: url(./../img/fondo-logo.svg) left top no-repeat;

    background-size: initial;
  }
  .bc1 .container_sd {
    padding-top: 119px;
  }
  .bc1 h2 {
    font-size: 5.75rem;
  }
  .bc1 h3 {
    font-size: 1.6875rem;
  }

  .bc2 {
    margin-bottom: 123px;
  }

  .form-radio,
  .form-group {
    position: relative;
    width: 480px;
    flex-grow: 1;
  }

  .form-group input:placeholder-shown ~ .control-label,
  .form-group select:placeholder-shown ~ .control-label,
  .form-group textarea:placeholder-shown ~ .control-label {
    font-size: 42px;
    top: -5px;
  }
  .adjuntar-tel {
    width: 480px;
    flex-grow: 1;

    gap: 2rem;
  }

  .form-group select:focus ~ .control-label,
  .form-group input:focus ~ .control-label,
  .form-group textarea:focus ~ .control-label {
    font-size: 42px;
  }
  .form-group select {
    height: 53px;
    padding: 0 0 10px 0;
    font-size: 42px;
  }

  .form-group select option:nth-child(2) {
    font-family: var(--f2-fnte);
  }
  .form-group select option:nth-child(3) {
    font-family: var(--f1-fnte);
  }

  /* #endregion */
  /* #region NOSOTROS */
  .blq-mision {
    padding-top: 9rem;
    padding-bottom: 8rem;
    background-size: initial;
  }
  .blq-mision h2 {
    font-size: 5rem;
  }

  .blq-mision .cols-2 {
    column-count: 2;
    column-gap: 60px;
  }

  /*Plantas*/
  .blq-plantas h2 {
    font-size: 5.75rem;
    margin-bottom: 5rem;
  }

  .blq-plantas {
    padding: 5.75rem 1rem;
  }

  .blq-plantas .cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blq-plantas .col1 {
    padding: 2rem 6rem;
  }

  .blq-plantas .col1 h3 {
    font-size: 3.75rem;
  }

  /* timeline */
  .blq-valores {
    padding: 8rem 0rem;
  }

  .blq-valores .items {
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* Valores */
  .blq-valores h2 {
    font-size: 3.5rem;
  }
  .blq-valores .item h3 {
    font-size: 3.75rem;
  }

  /* #endregion */
  /* #region MARCA 1400 */
  .bm1 {
    min-height: 623px;
    background-size: initial;
  }
  .bm1 .container_sd {
    max-width: 1100px;
    padding-top: 119px;
  }
  .bm1-cont {
    column-gap: 56px;
    column-count: 2;
  }
  .bm1 h2 {
    font-size: 5.75rem;
    line-height: 80.9%; /* 74.428px */
    letter-spacing: -0.92px;

    margin: 109px 0 62px 0;
  }

  .bm1 .bm1-cont h2 {
    margin: 0;
  }
  .bm2 {
    margin-bottom: 123px;
  }

  /* #endregion */
  /* #region PRODUCTOS AMP 1400 */
  .blq_prd .container_sd {
    padding: 82px 0 60px 0;
    /* gap: 75px; */
  }
  .blq_prd2 .container_sd {
    padding: 82px 0 60px 0;
    gap: 54px;
  }
  .blq_prd2 h1 {
    font-size: 5.75rem;
  }
  .prd-menu_item {
    font-size: 2.375rem;
  }

  .blq_prd-am .container_sd {
    padding: 82px 0 60px 0;
    gap: 54px;
  }

  .prd-amp-tit {
    padding-top: 35px;
    min-height: 486px;
  }
  .prd-amp-tit-img {
    min-height: 180px;
    padding: 0;
  }

  .prd-amp-des {
    padding-top: 35px;
  }
  .prd-amp-des-pr {
    margin-bottom: 45px;
  }
  .prd-more {
    top: 20px;
  }
  /* #endregion */
  /* #region POLITICAS 1400 */
  .bpp1 {
    background-size: initial;
  }
  .bpp1 .container_sd {
    padding: 119px 0 102px 0;
  }
  /* #endregion */
  /*!----- 1200   LAPTOP ----------*/ /*!----- 1200   LAPTOP ----------*/
  /*!----- 1200   LAPTOP ----------*/ /*!----- 1200   LAPTOP ----------*/
}
