*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.right-2 {
  right: 0.5rem;
}

.top-1 {
  top: 0.25rem;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-auto {
  margin: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-white {
  border-color: var(--white);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.text-white {
  color: var(--white);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[x-cloak] {
  display: none !important;
}

:root {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
  /* -ms-scroll-snap-type: y;*/
  scroll-snap-type: none;
  --negro: #231F20;
  --red: #D52B1E;
  --amarillo: #FDC82F;
  --gris: #d9d9d9;
  --white: #ffffff;
  --verde: #125a34;
  --gris2: #4b4b4b;
  --hueso: #f4f4f4;
  --gris2: #C2BAA6;
  --gris3: #86754D;
  --gris4: #EFECE3;
}

html {
  scroll-behavior: smooth;
}

body{
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body{
  color: var(--negro);
  /* overflow-x: hidden  */
}

body.no-scroll {
  overflow: hidden;
}

h2,h3,h4,h5 {
  font-weight: 600;
  color: var(--red);
}

h2 strong,h3 strong,h4 span,h5 strong {
  font-weight: 800;
}

h2 {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h2 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

.contenido {
  margin: auto;
  width: 90%;
}

@media (min-width: 768px) {
  .contenido {
    width: 95%;
  }
}

.contenido{
  /* width: 95%; */
  max-width: 1315px;
  z-index: 1;
  position: relative;
}

/* HEADER */

header{
  /* position: fixed;
    z-index: 22;
    top: 0; */
  width: 100%;
  transition: all .2s ease-in;
  background: #FFFFFF;
  background: linear-gradient(130deg,rgba(255, 255, 255, 1) 30%, rgba(189, 187, 185, 1) 30%, rgba(231, 228, 221, 1) 30.5%, rgba(198, 197, 196, 1) 93%);
}

@media screen and (max-width: 768px) {
  header{
    background: linear-gradient(130deg,rgba(255, 255, 255, 1) 42%, rgba(189, 187, 185, 1) 30%, rgba(231, 228, 221, 1) 30.5%, rgba(198, 197, 196, 1) 93%);
  }
}

header .contenido {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  header .contenido {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  header .contenido {
    align-items: flex-end;
  }
}

header .contenido .logo{
  transition: all .2s ease-in;
  width: 120px;
}

@media (min-width: 768px) {
  header .contenido .logo {
    width: auto;
  }
}

header .contenido .bTop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

header .contenido .datos {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  header .contenido .datos {
    display: flex;
  }
}

header .contenido .datos a {
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-weight: 700;
}

header .contenido .idioma a {
  background-color: var(--hueso);
  border: 1px solid var(--gris);
}

header .contenido  .fono a {
  position: relative;
  overflow: hidden;
  background-color: var(--red);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-inline-start: 3rem;
  color: var(--white);
  border: 1px solid var(--red);
}

header .contenido .datos .fono a img {
  position: absolute;
  left: 0.5rem;
}

header .contenido .datos.open {
  display: block;
}

header .contenido .datos.open .fono {
  position: absolute;
  left: 0px;
  z-index: 10;
  display: block;
}

/* MENU */

header .contenido .menu {
  display: none;
}

@media (min-width: 1024px) {
  header .contenido .menu {
    display: block;
  }
}

header .contenido .menu > ul {
  margin-bottom: -1.5rem;
  display: flex;
  gap: 1.25rem;
}

header .contenido .menu > ul > li {
  position: relative;
  padding-bottom: 1rem;
}

header .contenido .menu > ul > li > a {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

header .contenido .menu > ul > li > a:hover {
  background-color: var(--red);
  color: var(--white);
}

header .contenido .menu > ul > li > a {
  display: block;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  padding: 0.5rem;
}

header .contenido .menu > ul > li > a:hover {
  background-color: var(--red);
  color: var(--white);
}

@media (min-width: 768px) {
  header .contenido .menu > ul > li > a {
    display: flex;
  }
}

header .contenido .menu > ul > li > a.activo {
  color: var(--negro);
}

header .contenido .menu > ul > li > a.activo:hover {
  border-color: var(--negro);
  background-color: transparent;
  color: var(--negro);
}

@media (min-width: 768px) {
  header .contenido .menu > ul > li > a.activo {
    border-width: 1px;
    border-color: var(--negro);
  }
}

header .contenido .menu > ul > li.sb::before{
  content: '';
  position: absolute;
  right: 0px;
  top: 0.75rem;
  display: block;
  height: 0.5rem;
  width: 1rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width: 768px) {
  header .contenido .menu > ul > li.sb::before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0px;
    display: none;
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

header .contenido .menu > ul > li.sb::before{
  clip-path: polygon(52% 1%, 0 100%, 100% 100%);
  background-color: var(--white)
}

header .contenido .menu > ul > li.sb.clicked.active::before{
  content: '';
  position: absolute !important;
  right: 0px !important;
  top: 0.75rem !important;
  left: auto !important;
  display: block !important;
  height: 0.5rem !important;
  width: 1rem !important;
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  background-color: var(--white) !important;
}

header .contenido .menu > ul > li.sb.clicked.active a.activo{
  content: '';
  border-style: none;
}

header .contenido .menu > ul > li.sb:hover::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: block;
  height: 0.5rem;
  width: 1rem;
  clip-path: polygon(52% 1%, 0 100%, 100% 100%);
  background-color: var(--red)
}

header .contenido .menu ul li ul {
  z-index: 20;
  display: none;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-color: var(--red);
  padding: 2rem;
}

@media (min-width: 768px) {
  header .contenido .menu ul li ul {
    position: absolute;
    left: -100px;
    top: 100%;
  }
}

header .contenido .menu ul li ul li {
  position: relative;
  padding-inline-start: 1rem;
  padding-bottom: 0.5rem;
}

header .contenido .menu ul li > ul li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--white);
}

@media (min-width: 768px) {
  header .contenido .menu ul li > ul li a {
    white-space: nowrap;
  }
}

header .contenido .menu ul li ul li::before,
header .contenido .menu ul li ul li::after{
  content: '';
  position: absolute;
  left: 0px;
  height: 6px;
  width: 1px;
  background-color: var(--white);
}

header .contenido .menu ul li ul li::before {
  top: 0.25rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

header .contenido .menu ul li ul li::after {
  top: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* movil */

header .contenido .menu.open {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  height: 100vh;
  width: 100%;
  background-color: var(--red);
  padding: 0px;
  padding-top: 88px;
}

header .contenido .menu.open ul {
  flex-direction: column;
  overflow-y: auto;
  background-color: transparent;
  padding: 1rem;
}

header .contenido .menu.open > ul {
  width: 95%;
}

@media (min-width: 768px) {
  header .contenido .menu.open > ul {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  header .contenido .menu.open > ul {
    height: calc(100vh - 70px);
  }
}

header .contenido .menu.open > ul > li {
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: var(--white);
}

header .contenido .menu.open > ul > li > a {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: var(--white) !important;
}

header .contenido .menu.open > ul > li > a:hover {
  background-color: transparent !important;
}

header .contenido .menu.open > ul > li > a.active::before, header .contenido .menu.open > ul > li > a:hover::before {
  display: none;
}

header .contenido .adicional {
  position: relative;
  margin-top: 5rem;
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  header .contenido .adicional {
    display: none;
  }
}

header .contenido  .adicional .redes ul {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.75rem !important;
}

header .contenido  .adicional .redes ul i {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  color: var(--white) !important;
}

header .contenido  .adicional .idioma a {
  border-radius: 0.375rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700 !important;
}

/* fin menu movil */

/* header.colapsado .contenido{
    @apply p-3 md:p-2 bg-white md:bg-verde items-center;
}
header.colapsado .contenido::before{
    @apply rounded-none md:shadow-none bg-white md:bg-verde;
}
header.colapsado .contenido .logo{
    @apply w-20 md:p-2 rounded-md;
    background-color: rgba(255,255,255,1);
}
header.colapsado .contenido .menu > ul > li > a.active{
    @apply text-white;
    background-color: #daaf17;
} */

/* movil */

header .contenido  #bmenu {
  display: block;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.25rem;
  padding-top: 5px;
}

@media (min-width: 1024px) {
  header .contenido  #bmenu {
    display: none;
  }
}

header .contenido  #bmenu span {
  margin-bottom: 5px;
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 0.125rem;
  background-color: var(--gris3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .contenido  #bmenu.open span:nth-child(3) {
  display: none
}

header .contenido  #bmenu.open span:nth-child(2) {
  transform: rotate(45deg) translateX(0px);
  background-color: white;
}

header .contenido  #bmenu.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
  background-color: white;
}

/* HERO */

.hero {
  position: relative;
  z-index: 0;
}

.hero .banner .botones-slider{
  /* position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    z-index: 1;
    display: flex;
    gap: 40px;
    justify-content: end;
    padding: 0 15px 45px 0;
    align-items: center; */
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  height: 150px;
  width: 200px;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .hero .banner .botones-slider {
    height: 250px;
    width: 250px;
    padding-inline-end: 1rem;
    padding-bottom: 3rem;
  }
}

.hero .banner .botones-slider::before{
  content: '';
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 14%, 12% 100%, 0 100%);
  background-color: rgba(213, 43, 30, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero .banner .botones-slider::after{
  content: '';
  height: 90%;
  width: 90%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--red);
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero .banner .swiper-slide {
  position: relative;
  height: calc(100vh - 72px);
  width: 100%;
}

@media (min-width: 768px) {
  .hero .banner .swiper-slide {
    height: calc(100vh - 136px);
  }
}

.hero .banner .swiper-slide .linea {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 1rem;
  width: 100%;
  background-image: url(../../img/bordeslider.png);
}

.hero .banner .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .banner .swiper-slide .cont {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 10;
  display: flex;
  width: 90%;
  --tw-translate-x: -50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: var(--white);
}

@media (min-width: 1024px) {
  .hero .banner .swiper-slide .cont {
    max-width: 750px;
  }
}

.hero .banner .swiper-slide .cont h1 {
  margin-bottom: 0px;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--white);
}

@media (min-width: 1024px) {
  .hero .banner .swiper-slide .cont h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.hero .banner .swiper-slide .cont h1 strong {
  display: block;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .hero .banner .swiper-slide .cont.gris {
    max-width: 1100px;
  }
}

.hero .banner .swiper-slide .cont.gris h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--gris3);
}

@media (min-width: 1024px) {
  .hero .banner .swiper-slide .cont.gris h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.hero .banner .swiper-slide .cont .btn {
  border-color: var(--white);
  color: var(--white);
}

.hero .banner .swiper-slide .cont p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
}

.hero .banner .swiper-slide .cont p strong {
  font-weight: 700;
}

/* BOTONES SLIDER */

.hero .banner .swiper-button-next,
.hero .banner .swiper-button-prev {
  position: relative;
  height: 2rem;
  width: 2.25rem;
}

.hero .banner .swiper-button-next:after, .hero .banner .swiper-button-prev:after {
  height: 100%;
  width: 100%;
  background-size: cover;
  color: transparent;
}

.hero .banner .swiper-button-next:after{
  background: url(../../img/fl-n.svg) no-repeat;
}

.hero .banner .swiper-button-prev:after{
  background: url(../../img/fl-p.svg) no-repeat;
}

/* #creaciones */

.contenedorSlider {
  position: relative;
  margin: auto;
  min-height: 300px;
  width: 95%;
}

.contenedorSlider .creacionesSlider .swiper-slide {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  text-align: center;
  transition: all 0.5s ease-in;
}

.contenedorSlider .creacionesSlider .swiper-slide.swiper-slide-active{
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: scale(1.05);
  transform-origin: top center;
  margin-bottom: 30px;
}

.contenedorSlider .creacionesSlider .swiper-slide{
  transform: scale(1);
}

.contenedorSlider .creacionesSlider .swiper-slide picture{
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedorSlider .swiper-button-prev.c::after,
.contenedorSlider .swiper-button-next.c::after {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--gris);
}

.contenedorSlider .swiper-button-prev.c {
  left: -2.5rem;
}

.contenedorSlider .swiper-button-next.c {
  right: -2.5rem;
}

.bloque-empaques {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2%;
}

@media (min-width: 768px) {
  .bloque-empaques {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.bloque-empaques .caja {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  border-width: 1px;
  border-color: var(--gris2);
  padding: 1.5rem;
  text-transform: uppercase;
}

.bloque-empaques .caja:hover {
  background-color: var(--gris2);
}

@media (min-width: 768px) {
  .bloque-empaques .caja {
    width: 48%;
    align-items: center;
    padding: 2rem;
  }
}

.bloque-empaques .caja .texto img {
  margin-bottom: 0.5rem;
  width: 66.666667%;
}

@media (min-width: 768px) {
  .bloque-empaques .caja .texto img {
    width: auto;
  }
}

.bloque-empaques .caja .foto {
  margin-bottom: 0.5rem;
  width: 33.333333%;
}

@media (min-width: 768px) {
  .bloque-empaques .caja .foto {
    width: auto;
  }
}

.bloque-empaques .caja::before{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 4rem;
  width: 4rem;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--gris2);
  transition: all 0.5s ease-in;
}

.bloque-empaques .caja::after{
  content: '';
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 10;
  height: 11px;
  width: 17px;
  background-repeat: no-repeat;
  background-image: url(../../img/fl-n.svg);
  background-size: cover;
}

.bloque-empaques .caja .texto h3 {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .bloque-empaques .caja .texto h3 {
    margin-top: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .bloque-empaques .caja .texto h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.bloque-empaques.carton .caja:hover {
  background-color: transparent;
}

.bloque-empaques.carton .caja:hover h3 {
  color: var(--red);
}

.bloque-empaques.carton .caja:hover::before {
  height: 6rem;
  width: 6rem;
  background-color: var(--red);
}

.bloque-empaques.carton h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--negro);
}

.bloque-empaques.carton h3 strong {
  display: block;
}

/* manual */

#manual .bloque {
  margin: auto;
  display: flex;
  max-width: 1100px;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2.5rem;
  padding-top: 3rem;
}

@media (min-width: 1024px) {
  #manual .bloque {
    flex-direction: row;
  }
}

#manual .beneficios {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #manual .beneficios {
    max-width: 660px;
    flex-wrap: wrap;
  }
}

#manual .beneficios{
  scroll-snap-type: x mandatory;
}

#manual .beneficios .item {
  position: relative;
  min-width: 90%;
}

@media (min-width: 768px) {
  #manual .beneficios .item {
    width: 48%;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}

#manual .beneficios .item{
  transition: all 0.5s ease-in;
}

#manual .beneficios .item::after{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(213, 43, 30, .3);
  transition: all 0.5s ease-in;
}

#manual .beneficios .item img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#manual .beneficios .item .texto {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
  width: 90%;
}

#manual .beneficios .item .texto h3, #manual .beneficios .item .texto h4 {
  white-space: normal !important;
  padding-inline-end: 1.5rem !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
}

#manual .beneficios .item .texto h4 {
  font-weight: 300;
  text-transform: uppercase;
}

#manual .beneficios .item .boton-ir img {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 10;
  height: 11px;
  width: 17px;
}

#manual .beneficios .item:hover::after {
  display: block;
}

#manual .beneficios .item:hover .boton-ir{
  width: 140px;
  height: 140px;
}

#manual .bloque .detalle {
  text-align: center;
}

@media (min-width: 768px) {
  #manual .bloque .detalle {
    text-align: start;
  }
}

@media (min-width: 1024px) {
  #manual .bloque .detalle {
    max-width: 400px;
  }
}

#manual .bloque .detalle h2 {
  margin-bottom: 0.25rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #manual .bloque .detalle h2 {
    text-align: start;
  }
}

#manual .bloque .btn {
  margin: auto;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #manual .bloque .btn {
    margin-inline-start: 0px;
  }
}

/* innovacion */

#innovacion .bloque {
  flex-direction: column;
}

@media (min-width: 1024px) {
  #innovacion .bloque {
    flex-direction: row;
  }
}

#innovacion video {
  position: relative;
  z-index: 10;
  margin-inline-end: -3.5rem;
  max-height: 425px;
}

@media (min-width: 768px) {
  #innovacion video {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 50%;
    max-width: 650px;
  }
}

#innovacion .texto {
  position: relative;
  z-index: 0;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--white);
}

@media (min-width: 768px) {
  #innovacion .texto {
    padding: 5rem;
    padding-inline-start: 8rem;
    padding-inline-end: 5rem;
  }
}

#innovacion .texto{
  background: #E31D1A;
  background: linear-gradient(90deg,rgba(227, 29, 26, 1) 7%, rgba(167, 31, 29, 1) 100%);
}

#innovacion .texto::before{
  content: '';
  position: absolute;
  right: -1px;
  bottom: 0px;
  z-index: 10;
  height: 4rem;
  width: 4rem
}

@media (min-width: 768px) {
  #innovacion .texto::before {
    height: 7rem;
    width: 7rem;
  }
}

#innovacion .texto::before{
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--white)
}

#innovacion .texto h2 {
  margin-bottom: 1.75rem;
  text-align: start;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
}

#innovacion .texto ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-inline-start: 3rem;
}

#innovacion .texto ul li h3 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
}

#innovacion .texto ul li img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#bannerFoto {
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: var(--white);
}

@media (min-width: 768px) {
  #bannerFoto {
    max-height: 550px;
  }
}

#bannerFoto::before{
  content: '';
  position: absolute;
  background: url(../../img/bannerdesarrollo.jpg) no-repeat;
  background-size: cover;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100vw - 20px);
  height: 100%;
  background-position: 77%;
}

@media (min-width: 768px) {
  #bannerFoto::before {
    background-position: center;
  }
}

#bannerFoto .texto {
  position: relative;
  max-width: 85%;
  padding-top: 11rem;
  padding-bottom: 11rem;
  text-align: end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--white);
}

@media (min-width: 768px) {
  #bannerFoto .texto {
    margin-inline-end: 5rem;
    max-width: 455px;
    text-align: start;
  }
}

#bannerFoto .texto h2 {
  margin-bottom: 0.75rem;
  text-align: end;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

@media (min-width: 768px) {
  #bannerFoto .texto h2 {
    text-align: start;
  }
}

/* transporte */

#transporte .bloque {
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  #transporte .bloque {
    flex-direction: row;
  }
}

#transporte img {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 425px;
}

@media (min-width: 768px) {
  #transporte img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-inline-start: -5rem;
    width: 50%;
    max-width: 650px;
  }
}

#transporte .texto {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--red);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: var(--white);
}

@media (min-width: 768px) {
  #transporte .texto {
    padding: 2.5rem;
    padding-inline-end: 8rem;
    padding-inline-start: 5rem;
  }
}

#transporte .texto{
  background: #86754D;
  background: linear-gradient(45deg,rgba(134, 117, 77, 1) 36%, rgba(98, 71, 6, 1) 93%);
}

#transporte .texto::before{
  content: '';
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 10;
  height: 4rem;
  width: 4rem;
}

@media (min-width: 768px) {
  #transporte .texto::before {
    height: 7rem;
    width: 7rem;
  }
}

#transporte .texto::before{
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: white;
}

#transporte .texto h2 {
  margin-bottom: 1.75rem;
  text-align: start;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

#servicios {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#servicios::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100vw - 20px);
  height: 100%;
  background-color:  var(--gris4);
  z-index: -0;
}

#servicios * {
  position: relative;
}

.listado {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .listado {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .listado {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.listado .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  vertical-align: top;
}

.listado .item p {
  text-align: center;
}

.listado .item img {
  height: 52px;
}

#noticias.noticias .bl3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  #noticias.noticias .bl3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

#noticias.noticias .bl3 .item {
  margin-bottom: 2.5rem;
}

#noticias.noticias .bl3 .item .texto {
  min-height: -moz-max-content;
  min-height: max-content;
}

#noticias .bl3 .texto {
  position: relative;
  left: auto;
  bottom: auto;
  min-height: 155px;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#noticias .bl3 .texto h5 {
  font-weight: 700;
  color: var(--red);
}

#noticias .bl3 .texto .fecha {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#noticias .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#noticias .bl3.detalle {
  width: 100%;
}

#noticias .ndetalle {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  #noticias .ndetalle {
    flex-direction: row;
  }
}

#noticias .ndetalle .texto {
  width: 100%;
}

@media (min-width: 768px) {
  #noticias .ndetalle .texto {
    width: 66.666667%;
  }
}

#noticias .ndetalle .lateral {
  width: 100%;
}

@media (min-width: 768px) {
  #noticias .ndetalle .lateral {
    width: 33.333333%;
  }
}

#noticias .ndetalle .fecha {
  color: var(--red);
}

#noticias .ndetalle img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#noticias .ndetalle h3 {
  font-weight: 400;
}

#noticias .ndetalle .botones-noticia {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  #noticias .ndetalle .botones-noticia {
    flex-direction: row;
  }
}

#noticias .ndetalle .botones-noticia .redes {
  display: flex;
  width: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-width: 1px;
  border-color: var(--gris);
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--red);
}

#noticias .ndetalle .botones-noticia .redes .sociales {
  width: 50%;
  text-align: end;
}

@media (min-width: 768px) {
  #noticias .ndetalle .botones-noticia .redes .sociales {
    width: auto;
  }
}

#noticias .ndetalle .botones-noticia .redes .sociales i {
  margin-inline-start: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#noticias .ndetalle .lateral .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

#noticias .ndetalle .lateral .item img {
  margin-top: 0.25rem;
  max-width: 150px;
}

#noticias .ndetalle .lateral .item h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.contactanos {
  padding-bottom: 3rem;
}

.contactanos .bloque {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .contactanos .bloque {
    flex-direction: row;
  }
}

.contactanos .bloque .formulario {
  width: 100%;
}

@media (min-width: 768px) {
  .contactanos .bloque .formulario {
    width: 55%;
  }
}

.contactanos .bloque .datos {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 227 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 768px) {
  .contactanos .bloque .datos {
    width: 40%;
  }
}

.contactanos .bloque .formulario .campo {
  margin-bottom: 1rem;
}

.contactanos .bloque .formulario input,
.contactanos .bloque .formulario textarea,
.contactanos .bloque .formulario select {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--gris2);
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--negro);
}

.contactanos .bloque .formulario select {
  color: var(--negro);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../../img/icono/flecha-select.svg);
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: 20px;
}

.contactanos .bloque .formulario button {
  border-width: 1px;
  border-color: var(--gris);
  background-color: var(--gris2);
}

.contactanos .bloque .formulario .cAcepto {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .contactanos .bloque .formulario .cAcepto {
    flex-direction: row;
  }
}

.contactanos .bloque .formulario .cAcepto .ck {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.contactanos .bloque .formulario .cAcepto .ck input {
  width: auto;
}

.contactanos .bloque .formulario .cAcepto div:nth-child(2) {
  margin-inline-start: auto;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .contactanos .bloque .formulario .cAcepto div:nth-child(2) {
    margin-inline-start: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.contactanos .bloque .formulario .cAcepto div:nth-child(2) a {
  width: 100%;
}

::-moz-placeholder{
  color: black !important;
  font-weight: semibold;
}

::placeholder{
  color: black !important;
  font-weight: semibold;
}

.intermedio {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.general select {
  font-weight: 700 !important;
}

.general ::-moz-placeholder{
  color: black !important;
  font-weight: bold;
}

.general ::placeholder{
  color: black !important;
  font-weight: bold;
}

.contactanos .bloque .sedes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contactanos .bloque .sedes h5 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.contactanos .bloque .sedes ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.contactanos .bloque .sedes ul li img{
  filter: brightness(0) saturate(100%) invert(10%) sepia(72%) saturate(7112%) hue-rotate(359deg) brightness(115%) contrast(94%);
}

.mapa {
  margin-bottom: -5rem;
}

.mapa img {
  width: 100%;
}

section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.modal .botones-slider {
  position: relative;
  height: 2.25rem;
  padding-top: 1.5rem;
}

.modal .botones-slider .swiper-button-prev.d::after,
.modal .botones-slider .swiper-button-next.d::after {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--white);
}

.modal .botones-slider .swiper-button-prev.d {
  left: 0px;
}

.modal .botones-slider .swiper-button-next.d {
  right: 0px;
}

.modal .botones-slider .swiper-button-prev.e::after,
.modal .botones-slider .swiper-button-next.e::after {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--white);
}

.modal .botones-slider .swiper-button-prev.e {
  left: 0px;
}

.modal .botones-slider .swiper-button-next.e {
  right: 0px;
}

/* generales */

.bloque {
  display: flex;
}

.intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 700px;
  text-align: center;
}

.intro20 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

a.full {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 30;
  height: 100%;
  width: 100%;
}

.btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--red);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--red);
}

.btn:hover {
  background-color: var(--red);
  color: var(--white);
}

.boton-ir{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: flex;
  gap: 40px;
  justify-content: end;
  padding: 0 15px 45px 0;
  align-items: center;
  transition: all 0.3s ease-in;
}

.boton-ir::before{
  content: '';
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%);
  background-color: rgba(213, 43, 30, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
}

.boton-ir::after{
  content: '';
  height: 90%;
  width: 90%;
  width: 88px;
  height: 88px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--red);
  position: absolute;
  right: 0;
  bottom: 0;
}

.bl3 {
  display: flex;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  overflow-x: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .bl3 {
    display: grid;
    gap: 2rem;
  }
}

.bl3 {
  /* grid-cols-1 md:grid-cols-2 lg:grid-cols-3; */
}

.bl3 .item {
  position: relative;
  min-width: 90%;
}

@media (min-width: 768px) {
  .bl3 .item {
    width: 100%;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}

.bl3 .item img {
  width: 100%;
}

.bl3 .item .texto {
  position: absolute;
  left: 5%;
  bottom: 1rem;
  width: 90%;
}

.bl3 .item .texto h2 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 3rem;
  line-height: 1;
  color: var(--white);
}

@media (min-width: 768px) {
  .bl3 .item .texto h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.bl3 .item .texto h5 {
  font-weight: 300;
  color: var(--white);
}

.ruta {
  margin-bottom: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 12px;
}

@media (min-width: 768px) {
  .ruta {
    margin-bottom: 1.5rem;
  }
}

.ruta a {
  font-size: 12px;
}

/* interna */

main.interna{
  z-index: 0;
  position: relative;
}

.interna .hero .banner .swiper-slide {
  position: relative;
  height: 35vh;
}

@media (min-width: 768px) {
  .interna .hero .banner .swiper-slide {
    height: 365px;
  }
}

.interna .hero .banner .swiper-slide{
  width: 100vh;
}

.interna .hero .banner .cont h1 {
  font-weight: 700;
}

.interna .hero .banner .botones-slider{
  width: 166px;
  height: 166px;
  gap: 40px;
  padding: 0 15px 45px 0;
}

.interna .hero .banner .botones-slider::before{
  height: 80%;
  width: 80%;
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%);
  background-color: rgba(213, 43, 30, 0.4);
  display: none;
}

@media (min-width: 768px) {
  .interna .hero .banner .botones-slider::before {
    display: block;
  }
}

.interna .hero .banner .botones-slider::after{
  content: '';
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--white);
  right: -1px;
  height: 40%;
  width: 40%;
}

@media (min-width: 768px) {
  .interna .hero .banner .botones-slider::after {
    height: 50%;
    width: 50%;
  }
}

.interna h2 {
  text-align: start;
}

.interna .bloque {
  flex-direction: column;
  gap: 5%;
}

@media (min-width: 768px) {
  .interna .bloque {
    flex-direction: row;
  }
}

.interna .bloque h2 {
  text-align: start;
}

@media (min-width: 768px) {
  .interna .bloque h2 {
    max-width: 80%;
  }
}

.interna .bloque .c1,.interna .bloque .c2 {
  width: 100%;
}

@media (min-width: 768px) {
  .interna .bloque .c1,.interna .bloque .c2 {
    width: 50%;
  }
}

/* empresa */

.interna .empresa .fotoTexto {
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .interna .empresa .fotoTexto {
    width: 66.666667%;
  }
}

.interna .empresa .intro {
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .interna .empresa .intro {
    max-width: 430px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* certificados logos */

.certificados {
  margin-top: 3.5rem;
}

@media (min-width: 768px) {
  .certificados {
    margin-top: 6rem;
  }
}

.certificados h2,.certificados .intro {
  text-align: start;
}

@media (min-width: 768px) {
  .certificados h2,.certificados .intro {
    text-align: center;
  }
}

.logos {
  margin: auto;
  display: flex;
  max-width: 850px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .logos {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.logos img {
  margin: auto;
  margin-bottom: 1rem;
  max-height: 90px;
}

@media (min-width: 768px) {
  .logos img {
    width: auto;
  }
}

/* mision */

.interna .caja-mision {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .interna .caja-mision {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.interna .caja-mision{
  grid-column-gap: 20px;
}

.interna .caja-mision .item {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  gap: 0.75rem;
  border-width: 1px;
  border-color: var(--gris);
  padding: 1rem;
}

@media (min-width: 768px) {
  .interna .caja-mision .item {
    gap: 1.25rem;
    padding: 2rem;
  }
}

.interna .caja-mision .item .foto {
  width: 70px;
  text-align: center;
}

@media (min-width: 768px) {
  .interna .caja-mision .item .foto {
    width: 100px;
  }
}

.interna .caja-mision .item .foto img {
  margin: auto;
}

.interna .caja-mision .item .texto {
  width: calc(100% - 100px);
}

.interna .caja-mision .item:nth-child(2) {
  order: 2;
}

@media (min-width: 768px) {
  .interna .caja-mision .item:nth-child(2) {
    order: 0;
  }
}

.interna .caja-mision .item:nth-child(2){
  grid-row: span 2;
}

.interna .caja-mision .item h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.interna .caja-mision.servicio {
  margin-top: 2.5rem;
}

.interna .caja-mision.servicio .item:nth-child(2){
  grid-row: span 1;
}

/* staff */

.interna .lista-staff {
  margin-top: 2.5rem;
  display: block;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .interna .lista-staff {
    display: flex;
  }
}

.interna .lista-staff .item {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .interna .lista-staff .item {
    margin-bottom: 3rem;
    width: 50%;
  }
}

.interna .lista-staff .item .foto img {
  width: 85px;
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .interna .lista-staff .item .foto img {
    width: 115px;
  }
}

.interna .lista li {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-inline-start: 2.5rem;
  font-weight: 700;
}

.interna .lista li img {
  position: absolute;
  left: 0px;
}

/* instalaciones */

.imagen {
  position: relative;
}

.imagen a{
  clip-path: none;
  background-color: transparent;
  background: url(../../img/icono/lupa.png) no-repeat;
  height: 32px;
  width: 32px;
  z-index: 1;
  right: 5%;
  bottom: 5%;
  position: absolute;
}

.solapa,.lupa {
  position: relative;
}

.solapa::before{
  content: '';
  height: 150px;
  width: 150px;
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%);
  background-color: rgba(213, 43, 30, 1);
  position: absolute;
  right: 0;
  bottom: 0;
}

.interna .instalaciones .bloque {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .interna .instalaciones .bloque {
    margin-bottom: 5rem;
  }
}

.interna .instalaciones .bloque:nth-child(3) {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .interna .instalaciones .bloque:nth-child(3) {
    flex-direction: row;
  }
}

/* PRODUCTOS */

.interna .productos .creaciones {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .interna .productos .creaciones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.interna .productos .creaciones{
  grid-column-gap: 40px;
}

.interna .productos .creaciones .item {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .interna .productos .creaciones .item {
    margin-bottom: 5rem;
    flex-direction: row;
  }
}

.interna .productos .creaciones .item .foto {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: var(--gris);
  text-align: center;
}

@media (min-width: 768px) {
  .interna .productos .creaciones .item .foto {
    width: 50%;
  }
}

.interna .productos .creaciones .item .foto.solapa::before{
  background-color: #C2BAA6 !important;
  height: 77px;
  width: 77px;
}

.interna .productos .creaciones .item .foto::after{
  background: url(../../img/icono/fl-white.svg) no-repeat;
  content: '';
  position: absolute;
  right: 2%;
  bottom: 5%;
  width: 20px;
  height: 20px;
}

.interna .productos .creaciones .item .foto img {
  margin: auto;
}

.interna .productos .creaciones .item .texto {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .interna .productos .creaciones .item .texto {
    width: 50%;
  }
}

.interna .productos .creaciones .item .texto p {
  margin-bottom: 0px;
  margin-top: 0.5rem;
}

.interna .productos .cajas-industriales {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .interna .productos .cajas-industriales {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .interna .productos .cajas-industriales {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.interna .productos .cajas-industriales .item {
  margin: auto;
  width: 80%;
  border-bottom-width: 2px;
  border-color: var(--gris4);
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .interna .productos .cajas-industriales .item {
    width: 100%;
  }
}

.interna .productos .cajas-industriales .item figure {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .interna .productos .cajas-industriales .item figure {
    min-height: 250px;
  }
}

.interna .productos .cajas-industriales .item img {
  margin: auto;
}

.interna .productos .cajas-industriales .item h3 {
  margin-bottom: 2.5rem;
  background-color: var(--gris4);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  color: var(--negro);
}

/* agroindustriales */

.interna .productos .cajas-agroindustriales h3 {
  display: flex;
  cursor: pointer;
  border-top-width: 2px;
  border-color: var(--gris);
  background-color: var(--gris4);
  padding: 0.5rem;
  font-weight: 400;
  color: var(--negro);
}

@media (min-width: 768px) {
  .interna .productos .cajas-agroindustriales h3 {
    display: block;
    cursor: default;
  }
}

.interna .productos .cajas-agroindustriales h3 span {
  position: absolute;
  right: 0.5rem;
  height: 22px;
  width: 20px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--gris3);
}

@media (min-width: 768px) {
  .interna .productos .cajas-agroindustriales h3 span {
    display: none;
  }
}

.interna .productos .cajas-agroindustriales h3 span{
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 0.3s ease-in;
}

.interna .productos .cajas-agroindustriales h3 span.abierto {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.interna .productos .cajas-agroindustriales .modelos {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .interna .productos .cajas-agroindustriales .modelos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.interna .productos .cajas-agroindustriales .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.interna .productos .cajas-agroindustriales .item picture {
  display: flex;
  max-width: 100px;
  align-items: center;
}

@media (min-width: 768px) {
  .interna .productos .cajas-agroindustriales .item picture {
    min-height: 300px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.interna .productos .cajas-agroindustriales .item img {
  margin: auto;
  max-height: 340px;
}

.interna .productos .cajas-agroindustriales .item th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--red);
}

.interna .productos .cajas-agroindustriales .item h6 {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

/* MANUAL */

.interna .manual h2 span {
  display: block;
}

.interna .manual .bloque {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}

.interna .manual .beneficios-cc .bloque:nth-child(2n),
.interna .manual .papeles-fabricacion .bloque:nth-child(2n) {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .interna .manual .beneficios-cc .bloque:nth-child(2n),
.interna .manual .papeles-fabricacion .bloque:nth-child(2n) {
    flex-direction: row;
  }
}

.interna .manual .bloque .tipo {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .interna .manual .bloque .tipo {
    margin-bottom: 2.5rem;
    width: 46%;
    flex-direction: row;
  }
}

.interna .manual .bloque  figure {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .interna .manual .bloque  figure {
    width: 46%;
  }
}

.interna .manual .bloque  .texto {
  width: 100%;
}

@media (min-width: 768px) {
  .interna .manual .bloque  .texto {
    width: 46%;
  }
}

.interna .manual .bloque h3 {
  margin-bottom: 1.25rem;
}

.interna .manual .bloque h3 strong {
  display: block;
}

.interna .manual .bloque.c {
  display: flex;
  flex-direction: column;
  gap: 2%;
}

@media (min-width: 768px) {
  .interna .manual .bloque.c {
    flex-direction: row;
  }
}

.interna .manual .bloque.c .opc {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .interna .manual .bloque.c .opc {
    width: 32%;
  }
}

.interna .manual .bloque.c .opc img{
  width: 100%;
  transition: all .5s ease-in;
}

.interna .manual .bloque.c .opc:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.interna .manual .bloque.c .opc h3 {
  position: absolute;
  left: 1.25rem;
  bottom: 0.5rem;
  z-index: 30;
  width: 70%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--white);
}

.interna .manual.manejo .bloque {
  margin-bottom: 2.5rem;
  align-items: center;
  border-bottom-width: 1px;
  border-color: var(--gris2);
  padding-bottom: 2.5rem;
}

.interna .manual.manejo .bloque:nth-of-type(2n) {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .interna .manual.manejo .bloque:nth-of-type(2n) {
    flex-direction: row;
  }
}

.interna .manual.manejo .bloque .texto {
  width: 100%;
}

@media (min-width: 768px) {
  .interna .manual.manejo .bloque .texto {
    width: 46%;
  }
}

.interna .manual.manejo .bloque img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .interna .manual.manejo .bloque img {
    margin-bottom: 0px;
  }
}

.interna .manual .btn {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .interna .manual .btn {
    margin-top: 8rem;
  }
}

.interna .staff .bloque {
  align-items: center;
  gap: 0px;
  background-color: var(--gris4);
}

.interna .staff .bloque .c2 {
  padding: 5%;
}

.interna .staff .bloque .c2 h3 strong {
  display: block;
}

.interna .imgRight {
  float: right;
  margin-inline-start: 0.5rem;
  width: 100px;
}

@media (min-width: 768px) {
  .interna .imgRight {
    width: auto;
  }
}

footer{
  position: relative;
  background: #EFECE3;
  background: linear-gradient(90deg,rgba(239, 236, 227, 1) 49%, rgba(134, 117, 77, 1) 49%);
  background: linear-gradient(128deg,rgba(239, 236, 227, 1) 18%, rgba(134, 117, 77, 1) 18%, rgba(134, 117, 77, 1) 100vw);
  margin-top: 2.5rem
}

@media (min-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 992px) {
  footer{
    background: linear-gradient(128deg,rgba(239, 236, 227, 1) 13%, rgba(134, 117, 77, 1) 13%, rgba(134, 117, 77, 1) 100vw);
  }
}

@media screen and (max-width: 450px) {
  footer{
    background: linear-gradient(130deg,rgba(239, 236, 227, 1) 13%, rgba(134, 117, 77, 1) 13%, rgba(134, 117, 77, 1) 100vw);
  }
}

footer .contenido {
  position: relative;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  footer .contenido {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

footer .contenido{
  /* @apply flex relative py-16 m-auto justify-between items-center lg:items-end text-sm; */
}

footer::after{
  content: '';
  height: 220px;
  width: 220px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: black;
  position: absolute;
  right: 1px;
  bottom: 0;
  z-index: 10;
}

footer .bloque {
  position: relative;
  width: 100%;
  gap: 5rem;
  padding-bottom: 11rem;
}

@media (min-width: 768px) {
  footer .bloque {
    gap: 8rem;
    padding-bottom: 0px;
  }
}

footer .contenido .logo{
  transition: all .2s ease-in;
  position: absolute;
  width: 80px
}

@media (min-width: 768px) {
  footer .contenido .logo {
    position: relative;
    width: auto;
  }
}

footer .contenido .texto {
  margin: auto;
  margin-top: 6rem;
  display: flex;
  width: 75%;
  flex-direction: column;
  gap: 3.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 300;
  color: var(--white);
}

@media (min-width: 768px) {
  footer .contenido .texto {
    margin-top: 0px;
  }
}

footer .contenido .texto h5 {
  margin-bottom: 1rem;
  font-weight: 300;
  color: var(--white);
}

footer .contenido .texto .datos {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  footer .contenido .texto .datos {
    flex-direction: row;
    gap: 4rem;
  }
}

footer .contenido .texto .datos .historia {
  display: none;
  width: 85%;
  flex-direction: column;
}

@media (min-width: 768px) {
  footer .contenido .texto .datos .historia {
    display: flex;
  }
}

footer .contenido .texto .descarga {
  position: relative;
  display: flex;
  gap: 0.5rem;
}

footer .contenido .texto .sedes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  footer .contenido .texto .sedes {
    flex-direction: row;
  }
}

footer .contenido .texto .sedes ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* footer .contenido .texto .redes ul{
    @apply flex gap-10 md:gap-5 text-4xl md:text-2xl 
} */

.redes ul {
  display: flex;
  gap: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .redes ul {
    gap: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.wp {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 20;
}

.top-creaciones {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 768px) {
  .top-creaciones {
    gap: 2.5rem;
  }
}

.top-creaciones .bl-texto {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}

@media (min-width: 768px) {
  .top-creaciones .bl-texto {
    flex-direction: row;
  }
}

.top-creaciones .bl-texto img {
  width: 5rem;
  background-color: var(--white);
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .top-creaciones .bl-texto img {
    width: auto;
    background-color: transparent;
  }
}

.top-creaciones .bl-texto p {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .top-creaciones .bl-texto p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.top-creaciones .close img {
  min-width: 30px;
}