@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  padding: 0 !important;
  margin: 0 !important;
}

* {
  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Zalando Sans Expanded", sans-serif;
  background: linear-gradient(0deg, rgb(0, 180, 210) 0%, rgb(0, 87, 101) 0%, rgb(0, 0, 0) 60%);
}

@media (max-width: 599px) {
  .fixPadding {
    padding-top: 95px;
  }
}
@media (min-width: 1200px) {
  .fixPadding {
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  .fixPadding {
    padding-top: 107px;
  }
}

h2 {
  text-align: center;
  color: #00b4d8;
  font-weight: 600;
  font-size: 28px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
  color: #737373;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}
p span {
  color: #00b4d8;
  text-transform: uppercase;
  font-weight: 800;
}

img {
  width: 100%;
  display: block;
}

.global-container {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .global-container {
    max-width: 340px;
  }
}

.g-button {
  border: none;
  background-color: #00b4d8;
  padding: 12px 34px;
  border-radius: 20px;
}
.g-button:hover {
  background-color: rgb(241, 137, 0);
  transition: background-color 0.3s;
}

.hidden {
  display: none !important;
}

.bg-page-desktop,
.bg-page-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: -4;
  margin-bottom: -800px;
  width: 100%;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.wa-button-fix {
  max-width: 50px !important;
}

.plu-table table caption {
  display: none;
}
.plu-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  padding: 5px;
}

.plu-table th {
  text-align: start;
  padding: 8px 5px;
  color: #00b4d8;
}

.plu-table td {
  padding: 5px;
  color: #575757;
  font-size: 13px;
  text-overflow: ellipsis;
}

.header {
  width: 100%;
  background-color: #121212;
  position: fixed !important;
  z-index: 99 !important;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .header {
    height: 80px;
  }
}
.header.home {
  position: absolute;
  background-color: transparent;
  z-index: 10;
}
.header.home.fixed {
  background-color: #121212 !important;
}
.header .header-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-container .logo-link img {
  max-width: 200px;
}
@media (max-width: 599px) {
  .header .header-container {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    align-items: center;
    justify-items: center;
    position: relative;
    height: 95px;
  }
  .header .header-container .nav-container {
    grid-column: 1/2;
    grid-row: 1/2;
    position: absolute;
    left: 0;
  }
  .header .header-container .logo-link {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .header .header-container .logo-link img {
    width: 100%;
  }
  .header .header-container .wa-mobile-btn2 {
    grid-row: 1/2;
    position: absolute;
    right: 0;
  }
  .header .header-container .wa-mobile-btn2 img {
    width: 50px;
  }
  .header .header-container .wa-mobile-btn1 {
    max-width: 50px;
  }
}
.header .header-container .nav-container {
  display: flex;
  align-items: center;
}
.header .header-container .nav-container img {
  max-width: 37px;
}
.header .header-container .main-menu ul:not(.dropdown-menu) {
  display: flex;
  align-items: center;
  gap: 38px;
}
.header .header-container .main-menu ul:not(.dropdown-menu) a {
  color: #00b4d8;
}
.header .header-container .main-menu ul {
  margin: 0;
}
.header .header-container .main-menu .sub-menu {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(1px);
  padding: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  inset: unset !important;
}
.header .header-container .main-menu .sub-menu .ddi {
  color: rgb(175, 175, 175);
  height: 50px;
  display: flex;
  align-items: center;
}
.header .header-container .main-menu .sub-menu .ddi:hover {
  background-color: #00b4d8;
  color: black;
}

a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

a,
a:link,
a:visited {
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
}

.main-nav-holder {
  transition: 0.3s;
}

.main-nav {
  display: flex;
}
.main-nav > li {
  position: relative;
}
.main-nav > li > a,
.main-nav > li > a:link,
.main-nav > li > a:visited {
  display: block;
  padding: 0.8rem 1.5rem;
  color: #00b4d8;
}
.main-nav > li > a:hover,
.main-nav > li > a:link:hover,
.main-nav > li > a:visited:hover {
  border-bottom: 1px solid #00b4d8;
  margin-bottom: -1px;
}
.main-nav > li.has-submenu {
  color: #00b4d8;
}
.main-nav > li.has-submenu > label {
  color: #00b4d8;
  cursor: pointer;
  display: block;
  padding: 0.8rem 2.8rem 0.8rem 1.5rem;
  position: relative;
}
@media (max-width: 599px) {
  .main-nav > li.has-submenu > label {
    padding: 20px 35px;
    font-size: 19px;
  }
}
.main-nav > li.has-submenu > label:hover {
  border-bottom: 1px solid #00b4d8;
  margin-bottom: -1px;
}
.main-nav > li.close-nav {
  display: none;
}
.main-nav > li.active > a,
.main-nav > li.active > a:link,
.main-nav > li.active > a:visited,
.main-nav > li.active > label {
  border-bottom: 1px solid #00b4d8;
  margin-bottom: -1px;
}

.menu-caret {
  border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-left: 0.4rem solid #00b4d8;
  display: inline-block;
  line-height: 0;
  margin: 0 -0.3rem 0 1.2rem;
  position: absolute;
  right: 1.9rem;
  top: 1rem;
  transform-origin: 0.3rem 50%;
  transition: 0.2s;
}

.submenu {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0;
  opacity: 0;
  position: absolute;
  transition: 0.4s;
  visibility: hidden;
  transform: translateY(-5rem);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 10px 10px;
  z-index: 7;
}
.submenu > li {
  position: relative;
}
.submenu > li > a,
.submenu > li > a:link,
.submenu > li > a:visited {
  color: rgb(175, 175, 175);
  display: block;
  padding: 0.7rem 1.6rem;
}
.submenu > li > a:hover {
  background-color: #00b4d8;
  color: black;
}

.check-toggle {
  display: none;
}
.check-toggle:checked ~ label {
  border-bottom: 1px solid #00b4d8;
  margin-bottom: -1px;
}
.check-toggle:checked ~ .menu-caret {
  transform: rotate(90deg);
}
.check-toggle:checked ~ .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.hamburger-menu,
.menu-overlay {
  display: none;
}

.right-nav {
  display: flex;
}
.right-nav > li {
  align-items: center;
  display: flex;
  margin: 0 0.4rem 0 0;
  position: relative;
}

.avatar {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  height: 3.6rem;
  margin: 0 0 0 1rem;
  overflow: hidden;
  width: 3.6rem;
}
.avatar img {
  width: 100%;
}

.account-menu {
  border-top: 0.3rem solid #cccccc;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  transition: 0.2s;
  transform: translateY(-4rem);
  visibility: hidden;
  z-index: 1;
}
.account-menu li {
  margin: 0 0 0.1rem;
}
.account-menu li a,
.account-menu li a:link,
.account-menu li a:visited {
  background: rgb(244.8, 244.8, 244.8);
  display: block;
  padding: 0.5rem 1.5rem;
}
.account-menu li a:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.account-menu::before {
  border-bottom: 0.8rem solid #cccccc;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  content: "";
  position: absolute;
  top: -1rem;
  right: 1rem;
}

.check-toggle:checked ~ .account-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 566px) {
  .hamburger-menu,
  .menu-overlay {
    display: block;
  }
  .menu-overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: 0.2s;
    transform: translateX(30%);
    visibility: hidden;
    top: 0;
    z-index: 2;
  }
  .hamburger-menu {
    margin-top: 10px;
    background: repeating-linear-gradient(0deg, transparent 0, transparent 0.4rem, #00b4d8 0.4rem, #00b4d8 0.75rem);
    cursor: pointer;
    display: inline-block;
    height: 2.2rem;
    width: 2.6rem;
  }
  .main-nav-holder {
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(4px);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    width: 70%;
    z-index: 10;
  }
  .menu-caret {
    margin: 8px 30px 0 0;
  }
  .main-nav {
    bottom: 0;
    display: block;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    right: -1.5rem;
    top: 0;
  }
  .main-nav > li {
    border: none;
    border-bottom: 1px solid #666666;
    margin: 0;
  }
  .main-nav > li a:not(.has-submenu) {
    padding: 20px 35px;
    font-size: 19px;
  }
  .main-nav > li.close-nav {
    display: block;
    text-align: right;
  }
  .main-nav > li.close-nav > label {
    cursor: pointer;
    display: block;
    height: 4rem;
    position: relative;
  }
  .main-nav > li.close-nav > label::before, .main-nav > li.close-nav > label::after {
    background: rgb(127.5, 127.5, 127.5);
    content: "";
    height: 1.8rem;
    left: 50%;
    position: absolute;
    top: 1rem;
    transform: translateX(-50%);
    width: 0.2rem;
  }
  .main-nav > li.close-nav > label::before {
    transform: rotate(-45deg);
  }
  .main-nav > li.close-nav > label::after {
    transform: rotate(45deg);
  }
  .main-nav > li.close-nav > label:hover::before, .main-nav > li.close-nav > label:hover::after {
    background: #333333;
  }
  .submenu li::after {
    display: none;
  }
  .check-toggle:checked ~ .main-nav-holder {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .check-toggle:checked ~ .menu-overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .check-toggle:checked ~ .submenu {
    height: auto;
  }
  .submenu {
    display: block;
    height: 0;
    padding: 0 0 0 1rem;
    position: static;
  }
}
.home-page-helper {
  scroll-behavior: smooth;
}

@media (max-width: 599px) {
  .bg-home-mobile {
    display: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: #00b4d8;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgb(235, 139, 29);
  transition: background-color 0.3s;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: black;
  width: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.banner-container .swiper-banner {
  position: relative;
  height: 100dvh;
}
.banner-container .swiper-pagination-horizontal {
  bottom: 70px !important;
  left: unset;
  width: unset;
}
.banner-container .swiper-pagination-banner {
  position: relative;
  width: 95%;
  text-align: unset;
  max-width: 86rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .banner-container .swiper-pagination-banner {
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .banner-container .swiper-pagination-banner {
    max-width: 74rem;
  }
}
.banner-container .swiper-pagination-bullet {
  background-color: #D2FFC7;
  opacity: unset;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
.banner-container .swiper-pagination-bullet-active {
  background-color: #d5ebee;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
.banner-container .banner {
  height: 100%;
}
.banner-container .banner .banner-img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #000000 10%, rgba(34, 34, 34, 0) 60.13%);
}
@media (max-width: 599px) {
  .banner-container .banner .banner-img-bg {
    background: linear-gradient(180deg, #000000 1%, rgba(34, 34, 34, 0) 100.13%);
  }
}
.banner-container .banner .banner-img-bg .banner-img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -2;
}
.banner-container .banner .banner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-container .banner .banner-container .banner-info {
  background-color: rgba(0, 0, 0, 0.5882352941);
  filter: blur(0.9);
  width: 100%;
  padding: 20px;
}
@media (max-width: 599px) {
  .banner-container .banner .banner-container .banner-info .heading {
    font-size: 37px;
  }
}
.banner-container .banner .banner-container .banner-info h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.banner-container .banner .banner-container .banner-info p {
  color: #d5ebee;
  font-size: 30px;
  font-weight: 400;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .banner-container .banner .banner-container .banner-info p .mod {
    display: block;
    color: #d5ebee;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  .banner-container .banner .banner-container .banner-info p .mod {
    display: unset;
    color: #d5ebee;
    text-transform: lowercase;
  }
}
.banner-container .banner .wa-button {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
}
.banner-container .banner .wa-button img {
  max-width: 262px;
  margin-bottom: -45px;
}

.products-section h2 {
  text-align: center;
  color: #00b4d8;
  margin-top: 74px;
  margin-bottom: 74px;
  font-size: 600;
  font-size: 28px;
}
@media (max-width: 599px) {
  .products-section h2 {
    font-size: 21px;
    margin-top: 44px;
    margin-bottom: 40px;
  }
}
.products-section .categoryCards {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 31px;
  width: 100%;
}
.products-section .categoryCards .wa-button {
  max-width: 200px;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 100px;
  margin-right: -50px;
}
@media (max-width: 599px) {
  .products-section .categoryCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: unset;
    row-gap: 44px;
    column-gap: 20px;
  }
}

.desarrollo {
  margin-top: 85px;
  height: 510px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1600px) {
  .desarrollo {
    height: unset;
  }
}
@media (max-width: 599px) {
  .desarrollo {
    all: unset;
    display: grid;
    grid-template-rows: auto;
    margin-top: 47px;
  }
}
.desarrollo .img-desarrollo-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .desarrollo .img-desarrollo-container {
    all: unset;
  }
}
.desarrollo .img-desarrollo-container .img-desarrollo {
  height: 416px;
  max-width: 620px;
  object-fit: cover;
  margin-right: -50px;
  z-index: 3;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .desarrollo .img-desarrollo-container .img-desarrollo {
    height: unset;
  }
}
.desarrollo .img-bg-container {
  height: 100%;
  background-color: aquamarine;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .desarrollo .img-bg-container {
    all: unset;
    grid-row: 1/2;
  }
}
.desarrollo .img-bg-container .img-bg {
  height: 100%;
}
@media (max-width: 599px) {
  .desarrollo .img-bg-container .img-bg {
    position: absolute;
    z-index: -1;
    height: 600px;
    object-fit: cover;
  }
}
.desarrollo .img-bg-container .desarrolo-info {
  position: absolute;
  padding: 60px 90px;
}
@media (max-width: 599px) {
  .desarrollo .img-bg-container .desarrolo-info {
    all: unset;
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.desarrollo .img-bg-container .desarrolo-info h3 {
  color: #00b4d8;
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 599px) {
  .desarrollo .img-bg-container .desarrolo-info h3 {
    font-weight: 500;
  }
}
.desarrollo .img-bg-container .desarrolo-info div {
  margin-top: 45px;
  margin-bottom: 16px;
  width: 58px;
  border-bottom: 6px solid #d5ebee;
}
.desarrollo .img-bg-container .desarrolo-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .desarrollo .img-bg-container .desarrolo-info p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.desarrollo .img-bg-container .desarrolo-info p span {
  color: #00b4d8;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .desarrollo .img-bg-container .desarrolo-info p span {
    text-transform: lowercase;
    font-weight: unset;
  }
}

.recommendations h2 {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .recommendations h2 {
    margin-top: 65px;
  }
}
.recommendations .swiper-rec {
  position: relative;
  height: 300px;
}
.recommendations .swiper-pagination-rec {
  position: absolute;
  margin-bottom: -40px;
  z-index: 4;
}
.recommendations .swiper-pagination-bullet {
  background-color: #939393;
  opacity: unset;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
.recommendations .swiper-pagination-bullet-active {
  background-color: #00b4d8;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
.recommendations .product-cards {
  display: flex;
  justify-content: center;
  gap: 31px;
  width: 100%;
}

.our-clients-section {
  padding: 4rem 0;
}
.our-clients-section .clients-info {
  text-align: center;
  margin-bottom: 3rem;
}
.our-clients-section .clients-info h2 {
  font-weight: 700;
}
.our-clients-section .clients-grid {
  background: radial-gradient(circle, rgb(88, 122, 112) 0%, rgb(0, 50, 58) 71%);
  padding: 1.5rem 2rem;
  /* FLEX ES LA CLAVE */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* centra cada fila */
  align-items: center;
  gap: 2.5rem 3rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: opacity 0.35s ease;
}
.our-clients-section .clients-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.03), transparent 60%);
  pointer-events: none;
}
.our-clients-section .clients-grid .client-card {
  flex: 0 0 160px;
  /* ancho fijo */
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 1;
}
.our-clients-section .clients-grid .client-card p {
  color: #ffffff;
  text-align: center;
}
.our-clients-section .clients-grid .client-card .client-logo {
  border-radius: 10px;
  overflow: hidden;
}
.our-clients-section .clients-grid .client-card .client-logo img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.9;
  transform: scale(0.85);
  transition: all 0.35s ease;
  border-radius: 10px;
}
.our-clients-section .clients-grid .client-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1);
}
.our-clients-section .clients-grid {
  /* EFECTO FOCO */
}
.our-clients-section .clients-grid:hover .client-card {
  opacity: 0.4;
}
.our-clients-section .clients-grid:hover .client-card:hover {
  opacity: 1;
}
.our-clients-section .clients-grid.auto-focus .client-card {
  opacity: 0.4;
}
.our-clients-section .clients-grid .client-card.is-active {
  opacity: 1;
}
.our-clients-section .clients-grid .client-card.is-active img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1);
}
.our-clients-section {
  /* TABLET */
}
@media (max-width: 768px) {
  .our-clients-section .clients-grid {
    gap: 2rem;
  }
  .our-clients-section .clients-grid .client-card {
    flex: 0 0 140px;
    max-width: 140px;
  }
}
.our-clients-section {
  /* MOBILE */
}
@media (max-width: 480px) {
  .our-clients-section .clients-grid {
    gap: 1.5rem;
  }
  .our-clients-section .clients-grid .client-card {
    flex: 0 0 120px;
    max-width: 120px;
  }
}

.faq-section {
  margin-top: 30px;
  padding: 2rem 1rem;
  background: #586f7a;
  background: radial-gradient(circle, rgb(88, 111, 122) 0%, rgb(0, 50, 58) 100%);
}
.faq-section .faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-section .faq-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.faq-section .faq-item.active {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.faq-section .faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-section .faq-item.active .faq-answer {
  max-height: 400px;
  padding-top: 0.5rem;
}
.faq-section .faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}
.faq-section .faq-question:hover {
  background: #f1f4f3;
}
.faq-section .faq-question:focus {
  outline: none;
}
.faq-section .faq-icon {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-section .faq-answer p {
  margin: 0;
  padding-bottom: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}

.sedes {
  margin-top: 75px;
  margin-bottom: 40px;
}

.contact-us-section {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 560px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: end;
  margin: 0;
}
@media (max-width: 599px) {
  .contact-us-section {
    all: unset;
  }
}
.contact-us-section .adress {
  position: relative;
  background-color: #b4b4b4;
  width: 100%;
  height: 93%;
}
@media (max-width: 599px) {
  .contact-us-section .adress {
    all: unset;
    display: block;
    height: 482px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-us-section .adress iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 599px) {
  .contact-us-section .adress iframe {
    all: unset;
  }
}
@media (min-width: 1600px) {
  .contact-us-section .adress {
    height: 90%;
  }
}
.contact-us-section .contact-us {
  width: 100%;
}
.contact-us-section .contact-us h3 {
  color: #00b4d8;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 46px;
}
.contact-us-section .contact-us .decorator1 {
  position: absolute;
  z-index: -1;
  width: 604px;
}
@media (max-width: 599px) {
  .contact-us-section .contact-us .decorator1 {
    all: unset;
  }
}
.contact-us-section .contact-us .contact-info-container {
  padding: 76px 96px;
}
@media (max-width: 599px) {
  .contact-us-section .contact-us .contact-info-container {
    padding: 30px;
  }
}
.contact-us-section .contact-us .contact-info-container .contact-info-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 46px;
}
.contact-us-section .contact-us .contact-info-container .contact-info-item img {
  max-width: 25px;
}
.contact-us-section .contact-us .contact-info-container .contact-info-item p {
  color: #fff;
}

.discography-grid {
  padding-right: 30px;
  padding-left: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin: 40px 0;
}
@media (max-width: 599px) {
  .discography-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================
   ITEM (ÁLBUM)
   ================================ */
.discography-item {
  overflow: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.discography-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

/* ================================
   CARÁTULA
   ================================ */
.discography-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  /* Mantiene formato cuadrado */
  overflow: hidden;
}

.discography-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* ================================
   CUERPO DEL ÁLBUM
   ================================ */
.discography-body {
  padding: 16px 18px 20px;
  text-align: center;
  background-color: #ffffff;
  height: 100%;
}

/* ================================
   TÍTULO DEL ÁLBUM
   ================================ */
.discography-title {
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  margin: 0 0 8px;
  line-height: 1.3;
}

/* ================================
   DESCRIPCIÓN
   ================================ */
.discography-description {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
}

/* Limitar a 3 líneas si el texto es largo */
.discography-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================================
   MODAL DISCOGRAPHY
   ================================ */
.discography-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

/* ================================
   OVERLAY
   ================================ */
.discography-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* ================================
   CONTENIDO MODAL
   ================================ */
.discography-modal-content {
  position: relative;
  max-width: 720px;
  width: 90%;
  max-height: calc(100dvh - 20rem);
  margin: 25dvh auto;
  border-radius: 16px;
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* ================================
   ESTADO ABIERTO
   ================================ */
.discography-modal.is-open {
  pointer-events: auto;
}

.discography-modal.is-open .discography-modal-overlay {
  opacity: 1;
}

.discography-modal.is-open .discography-modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ================================
   BOTÓN CERRAR
   ================================ */
.discography-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #222;
  background-color: white;
  border-radius: 5px;
  width: 32px;
  padding-bottom: 3px;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.discography-modal-close:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* ================================
   CARÁTULA
   ================================ */
.discography-modal-cover {
  width: 100%;
  height: 200px;
}

.discography-modal-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================================
   CUERPO
   ================================ */
.discography-modal-body {
  padding: 24px;
  background-color: #fff;
}

.discography-modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #222;
}

.discography-modal-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

/* ================================
   SCROLLBAR (WEBKIT)
   ================================ */
.discography-modal-content::-webkit-scrollbar {
  width: 6px;
}

.discography-modal-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 768px) {
  .discography-modal-content {
    width: 92%;
    max-height: 92vh;
    border-radius: 14px;
  }
  .discography-modal-body {
    padding: 20px;
  }
  .discography-modal-title {
    font-size: 1.25rem;
  }
}
/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 768px) {
  .discography-grid {
    gap: 16px;
  }
  .discography-body {
    padding: 14px 14px 18px;
  }
  .discography-title {
    font-size: 0.95rem;
  }
}
.section-about-me {
  padding: 4rem 1.5rem;
  color: #e5e7eb;
}
.section-about-me .about-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-items: center;
}
.section-about-me .about-image {
  display: flex;
  justify-content: center;
  height: 530px;
}
.section-about-me .about-image img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.section-about-me .about-content .about-name {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
.section-about-me .about-content .about-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #cbd5f5;
  max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-about-me {
    padding: 3rem 1.25rem;
  }
  .section-about-me .about-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .section-about-me .about-content .about-name {
    font-size: 1.9rem;
  }
  .section-about-me .about-content .about-description {
    margin: 0 auto;
  }
}
.section-videos {
  padding: 4rem 0;
  color: #fff;
}
.section-videos .videos-info {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-videos .videos-info .videos-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.section-videos .swiper-videos {
  margin-top: 20px;
  position: relative;
  padding: 0 3rem;
}
.section-videos .swiper-slide {
  display: flex;
  justify-content: center;
}
.section-videos .video-card {
  max-width: 500px;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-videos .video-thumb {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
}
.section-videos .video-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-videos .video-thumb:hover img {
  transform: scale(1.05);
}
.section-videos .video-thumb .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-videos .video-thumb .play-btn::before {
  content: "";
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(30% 22%, 72% 50%, 30% 78%);
}
.section-videos .video-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #e5e7eb;
}
.section-videos {
  /* Flechas */
}
.section-videos .swiper-button-prev,
.section-videos .swiper-button-next {
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .section-videos {
    padding: 3rem 0;
  }
  .section-videos .swiper-videos {
    padding: 0 1.25rem;
  }
  .section-videos .video-title {
    font-size: 0.95rem;
  }
}
.video-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.video-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-modal iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal .close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .video-modal .modal-content {
    width: 95%;
  }
}
.contacto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 0;
}
@media (max-width: 599px) {
  .contacto {
    all: unset;
  }
}
.contacto .form-container h2 {
  text-align: start;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .contacto .form-container h2 {
    margin-top: 40px;
    text-align: center;
  }
}
.contacto .form-container p {
  text-align: start;
  margin-bottom: 20px;
  color: #b6b6b6;
}
.contacto .form-container {
  max-width: 500px;
}
@media (max-width: 599px) {
  .contacto .form-container {
    max-width: unset;
  }
}
.contacto .form-container .contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacto .form-container .contact-form .field {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
}
.contacto .form-container .contact-form .form-group .error {
  color: #e27272;
  font-weight: 400;
  margin-top: -12px;
  font-size: 13px;
}
.contacto .form-container .contact-form .message-textarea {
  color: #b6b6b6;
  width: 100%;
  border-radius: 10px;
}
.contacto .form-container .contact-form .textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding: 12px 10px;
  border: none;
  border-radius: 8px;
}
.contacto .form-container .contact-form .tandc input .error {
  display: block;
  padding: 12px;
}
.contacto .contact-us {
  width: 606px;
}
@media (max-width: 599px) {
  .contacto .contact-us {
    width: 100%;
    margin-top: 40px;
  }
}
.contacto .contact-us h3 {
  color: #00b4d8;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 46px;
}
.contacto .contact-us .decorator1 {
  position: absolute;
  z-index: -1;
  width: 604px;
}
.contacto .contact-us .contact-info-container {
  padding: 0 96px;
}
@media (max-width: 599px) {
  .contacto .contact-us .contact-info-container {
    padding: 0;
  }
}
.contacto .contact-us .contact-info-container .wa-button {
  max-width: 262px;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .contacto .contact-us .contact-info-container .wa-button {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.contacto .contact-us .contact-info-container .contact-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 46px;
}
.contacto .contact-us .contact-info-container .contact-info-item i {
  font-size: 30px;
  color: #79aa9e;
}
.contacto .contact-us .contact-info-container .contact-info-item img {
  max-width: 25px;
}
.contacto .contact-us .contact-info-container .contact-info-item p {
  color: #b6b6b6;
}

._sedes {
  margin-top: -200px;
}
@media (max-width: 599px) {
  ._sedes {
    all: unset;
    margin-top: 40px;
  }
}
._sedes .heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  ._sedes .heading {
    all: unset;
  }
}
._sedes .heading h2 {
  text-align: start;
}
@media (max-width: 599px) {
  ._sedes .heading h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
._sedes .map-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  ._sedes .map-container {
    all: unset;
  }
}
._sedes .map-container .map {
  position: relative;
  width: 50%;
  height: 321px;
}
@media (max-width: 599px) {
  ._sedes .map-container .map {
    width: 100%;
    height: 480px;
  }
}
._sedes .map-container .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer {
  position: relative;
  bottom: 0 !important;
  width: 100%;
  height: 236px;
  background-color: #202020;
}
@media (max-width: 599px) {
  .footer {
    height: auto;
  }
}
.footer .footer-container {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 599px) {
  .footer .footer-container {
    display: unset;
  }
}
.footer .footer-container .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #6d6d6d;
}
@media (max-width: 599px) {
  .footer .footer-container .footer-info {
    flex-direction: column;
    padding: 34px 0;
    gap: 34px;
  }
}
.footer .footer-container .footer-info .contact-info {
  display: flex;
}
@media (max-width: 599px) {
  .footer .footer-container .footer-info .contact-info {
    justify-content: center;
  }
}
.footer .footer-container .footer-info .contact-info .info-container {
  display: flex;
  justify-content: flex-start;
  gap: 77px;
}
@media (max-width: 599px) {
  .footer .footer-container .footer-info .contact-info .info-container {
    flex-direction: column;
    gap: 20px;
  }
}
.footer .footer-container .footer-info .contact-info .info-container .phone-numbers {
  display: flex;
  gap: 20px;
}
@media (max-width: 599px) {
  .footer .footer-container .footer-info .contact-info .info-container .phone-numbers {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.footer .footer-container .footer-info .contact-info .info-container p {
  color: #ADADAD;
}
.footer .footer-container .footer-info .social-icons {
  display: flex;
  gap: 25px;
}
.footer .footer-container .footer-info .social-icons img {
  width: 24px;
  height: 24px;
}
.footer .footer-container .powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .footer .footer-container .powered-by {
    height: 100px;
  }
}
.footer .footer-container .powered-by a {
  font-weight: 400;
  font-size: 12px;
  color: #6d6d6d;
}

.category-card {
  position: relative;
  height: 328px;
  width: 207px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .category-card {
    width: 160px;
    height: 170px;
    overflow: unset;
  }
}
.category-card .card-img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #000000 2%, rgba(34, 34, 34, 0) 60.13%);
}
@media (max-width: 599px) {
  .category-card .card-img-bg {
    border-radius: 10px;
    background: linear-gradient(180deg, #000000 1%, rgba(34, 34, 34, 0) 70.13%);
  }
}
.category-card .card-img-bg .card-img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -2;
}
@media (max-width: 599px) {
  .category-card .card-img-bg .card-img {
    border-radius: 10px;
  }
}
.category-card .card-container {
  padding: 31px 12px 20px 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .category-card .card-container {
    padding: 24px 12px 20px 12px;
  }
}
.category-card .card-container h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .category-card .card-container h4 {
    font-size: 18px;
  }
}
.category-card .card-container .g-button {
  width: 151px;
  margin: 0 auto;
  padding: 9px;
  text-align: center;
  color: #121212;
}
@media (max-width: 599px) {
  .category-card .card-container .g-button {
    width: 130px;
    margin-bottom: -40px;
    z-index: 6;
  }
}

.product-card h4 {
  margin-bottom: 15px;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  color: #575757;
  line-height: 1.4;
}
.product-card {
  margin-top: 60px;
  position: relative;
  height: 201px;
  width: 302px;
  border-radius: 10px;
  margin: 0 auto;
}
.product-card .card-img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000000 2%, rgba(34, 34, 34, 0) 40.13%);
  border-radius: 6px;
}
.product-card .card-img-bg .card-img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -2;
  border-radius: 6px;
}
.product-card .card-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card .card-container .g-button {
  position: absolute;
  bottom: 0;
  z-index: 6;
  width: 230px;
  align-self: center;
  padding: 7px 26px;
  margin-bottom: -20px;
  border-radius: 40px;
  font-size: 15px;
  -webkit-box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.75);
}
.product-card .card-container .g-button div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.product-card .card-container .g-button div p {
  color: #121212;
}
.product-card .card-container .g-button div img {
  width: 30px;
}

.bg-nosotros-desktop {
  position: absolute;
  z-index: -4;
  top: 27%;
}
@media (min-width: 1600px) {
  .bg-nosotros-desktop {
    top: 18%;
  }
}

.bg-nosotros-mobile {
  top: 43%;
}

.plu-img1 {
  position: absolute;
  max-width: 776px;
  right: 0;
}
@media (max-width: 599px) {
  .plu-img1 {
    position: unset;
    right: unset;
  }
}

@media (max-width: 599px) {
  .somos {
    padding: 45px 0;
  }
}
.somos .plu-somos-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 599px) {
  .somos .plu-somos-container {
    all: unset;
  }
}
.somos .plu-somos-container .images1 {
  width: 100%;
  height: auto;
  position: absolute;
  width: 50%;
  right: 0;
}
@media (min-width: 1600px) {
  .somos .plu-somos-container .images1 {
    height: 550px;
  }
}
@media (max-width: 599px) {
  .somos .plu-somos-container .images1 {
    width: 100%;
    position: absolute;
  }
}
.somos .plu-somos-container .images1 .swiper-nosotros1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.somos .plu-somos-container .images1 .swiper-nosotros1 .swiper-pagination-bullet {
  background-color: #939393;
  opacity: unset;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
.somos .plu-somos-container .images1 .swiper-nosotros1 .swiper-pagination-bullet-active {
  background-color: #00b4d8;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
@media (max-width: 599px) {
  .somos .plu-somos-container .images1 .swiper-nosotros1 {
    grid-row: 2/3;
  }
}
.somos .plu-somos-container .plu-somos-info {
  max-width: 85%;
  padding: 93px 0;
}
@media (max-width: 599px) {
  .somos .plu-somos-container .plu-somos-info {
    all: unset;
  }
}
.somos .plu-somos-container .plu-somos-info h1 {
  font-weight: 600;
  font-size: 28px;
  color: #00b4d8;
  margin: 0;
}
.somos .plu-somos-container .plu-somos-info h2 {
  line-height: 2.4;
  display: inline-block;
  color: #737373;
  font-weight: 600;
  font-size: 33px;
  border-bottom: 6px solid #d5ebee;
}
.somos .plu-somos-container .plu-somos-info .somos-description {
  margin-top: 46px;
}
@media (max-width: 599px) {
  .somos .plu-somos-container .plu-somos-info .somos-description {
    margin-bottom: 45px;
  }
}
.somos .plu-somos-container .plu-somos-info .somos-description p {
  color: #737373;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}
.somos .plu-somos-container .plu-somos-info .somos-description p span {
  color: #00b4d8;
  text-transform: uppercase;
  font-weight: 800;
}
.somos .plu-plantas-prod {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media (min-width: 1600px) {
  .somos .plu-plantas-prod {
    margin-top: 185px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod {
    margin-top: 390px;
    margin-bottom: unset;
  }
}
.somos .plu-plantas-prod .plantas-prod-heading {
  height: 85px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-heading {
    all: unset;
  }
}
.somos .plu-plantas-prod .plantas-prod-heading h2 {
  text-align: start;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-heading h2 {
    text-align: center;
  }
}
.somos .plu-plantas-prod .plantas-prod-heading .underline {
  border-bottom: 6px solid #d5ebee;
  width: 15%;
  margin: 35px 0 57px 0;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-heading .underline {
    margin: 35px 0 35px 0;
  }
}
.somos .plu-plantas-prod .plantas-prod-cont-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 80px;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-cont-info {
    all: unset;
    display: grid;
  }
}
.somos .plu-plantas-prod .plantas-prod-cont-info .images2 {
  height: auto;
  position: absolute;
  width: 50%;
  left: 0;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-cont-info .images2 {
    width: 100%;
    position: absolute;
    margin-top: 380px;
  }
}
.somos .plu-plantas-prod .plantas-prod-cont-info .images2 .swiper-nosotros2 {
  width: 100%;
  height: auto;
}
.somos .plu-plantas-prod .plantas-prod-cont-info .images2 .swiper-nosotros2 .swiper-pagination-nosotros2 {
  position: absolute;
  z-index: 4;
}
.somos .plu-plantas-prod .plantas-prod-cont-info .images2 .swiper-nosotros2 .swiper-pagination-bullet {
  background-color: #939393;
  opacity: unset;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
.somos .plu-plantas-prod .plantas-prod-cont-info .images2 .swiper-nosotros2 .swiper-pagination-bullet-active {
  background-color: #00b4d8;
  width: 25px;
  height: 5px;
  border-radius: 0%;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-cont-info .images2 .swiper-nosotros2 {
    grid-row: 2/3;
  }
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .plantas-prod-cont-info .images {
    grid-row: 2/3;
  }
}
.somos .plu-plantas-prod .platas-prod-description {
  max-width: 550px;
  grid-column: 2/3;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .somos .plu-plantas-prod .platas-prod-description {
    margin-top: unset;
  }
}
.somos .plu-plantas-prod .platas-prod-description p {
  color: #737373;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}
.somos .plu-plantas-prod .platas-prod-description p span {
  color: #202020;
  text-transform: uppercase;
  font-weight: 600;
}
.somos .us-page-clientes {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .somos .us-page-clientes {
    margin-top: 340px;
  }
}
@media (min-width: 1600px) {
  .somos .us-page-clientes {
    margin-top: 250px;
  }
}

.bg-imasd-desktop {
  top: 12%;
}
@media (min-width: 1600px) {
  .bg-imasd-desktop {
    top: 20%;
  }
}

.bg-imasd-mobile {
  top: 53%;
}

#investigacion-page .investigacion {
  padding: 80px 0;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion {
    padding: 45px 0;
  }
}
#investigacion-page .investigacion .proceso-investigacion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .proceso-investigacion {
    all: unset;
  }
}
#investigacion-page .investigacion .proceso-investigacion .heading-cont {
  display: flex;
  justify-content: flex-end;
  padding-right: 120px;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .proceso-investigacion .heading-cont {
    all: unset;
  }
}
#investigacion-page .investigacion .proceso-investigacion .heading-cont h1 {
  font-weight: 600;
  color: #00b4d8;
  line-height: 1.3;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .proceso-investigacion .heading-cont h1 {
    text-align: center;
    margin: 0;
  }
}
#investigacion-page .investigacion .proceso-investigacion p {
  color: #737373;
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
}
#investigacion-page .investigacion .proceso-investigacion p span {
  color: #00b4d8;
  text-transform: uppercase;
  font-weight: 800;
}
#investigacion-page .investigacion .proceso-investigacion .investigacion-description {
  width: 500px;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .proceso-investigacion .investigacion-description {
    width: unset;
  }
}
#investigacion-page .investigacion .proceso-investigacion .investigacion-description .underline {
  border-bottom: 6px solid #d5ebee;
  width: 15%;
  margin-bottom: 38px;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .proceso-investigacion .investigacion-description .underline {
    margin-top: 55px;
  }
}
#investigacion-page .investigacion .features {
  max-width: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 190px;
  row-gap: 120px;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .features {
    all: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 70px;
  }
}
#investigacion-page .investigacion .features .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 170px;
  gap: 15px;
}
#investigacion-page .investigacion .features .feature img {
  max-width: 124px;
}
#investigacion-page .investigacion .features .feature p {
  color: #737373;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
#investigacion-page .investigacion .custom-propducts {
  margin-top: 100px;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .custom-propducts h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#investigacion-page .investigacion .custom-propducts .custom-products-clients {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 599px) {
  #investigacion-page .investigacion .custom-propducts .custom-products-clients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#investigacion-page .investigacion .custom-propducts .custom-products-clients {
  margin-top: 50px;
}
#investigacion-page .investigacion .custom-propducts .custom-products-clients .custom-product {
  width: 180px;
  height: 180px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
}
#investigacion-page .investigacion .custom-propducts .custom-products-clients .custom-product .img-cont {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
#investigacion-page .investigacion .custom-propducts .custom-products-clients .custom-product .img-cont img {
  width: 100%;
}
#investigacion-page .investigacion .custom-propducts .custom-products-clients .custom-product p {
  margin-top: 7px;
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  list-style: circle;
}
#investigacion-page .desarrollo {
  margin-bottom: 80px;
}

.product {
  padding: 80px 0;
}
@media (max-width: 599px) {
  .product {
    padding: 45px 0 80px 0;
  }
}
.product .heading {
  margin-bottom: 70px;
}
@media (max-width: 599px) {
  .product .heading {
    margin-bottom: 40px;
  }
}
.product .heading h1 {
  color: #00b4d8;
  font-weight: 600;
  font-size: 43px;
  margin: 0;
}
@media (max-width: 599px) {
  .product .heading h1 {
    font-size: 36px;
  }
}
.product .heading h2 {
  margin-top: 8px;
  color: #474747;
  font-size: 30px;
  text-align: start;
  font-weight: normal;
}
@media (max-width: 599px) {
  .product .heading h2 {
    font-size: 23px;
  }
}
.product .recommendations {
  margin-bottom: 120px;
}
.product .recommendations .product-cards {
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .product .recommendations .product-cards {
    flex-direction: column;
    gap: 110px;
  }
}
.product .recommendations .product-cards .product-card h4 {
  color: #00b4d8;
}
.product .plu-product-prod {
  margin-bottom: 120px;
}
@media (max-width: 599px) {
  .product .plu-product-prod {
    margin-bottom: 60px;
  }
}
.product .plu-product-prod .product-prod-heading {
  height: 70px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
@media (max-width: 599px) {
  .product .plu-product-prod .product-prod-heading {
    all: unset;
  }
}
.product .plu-product-prod .product-prod-heading h2 {
  text-align: start;
  color: #474747;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .product .plu-product-prod .product-prod-heading h2 {
    margin-bottom: 30px;
  }
}
.product .plu-product-prod .product-prod-heading .underline {
  border-bottom: 6px solid #d5ebee;
  width: 15%;
  margin: 0 0 45px 0;
}
.product .plu-product-prod .product-prod-cont-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 599px) {
  .product .plu-product-prod .product-prod-cont-info {
    all: unset;
  }
}
.product .plu-product-prod .product-prod-cont-info .product-prod-description .plu-table br {
  display: none;
}
.product .plu-product-prod .product-prod-cont-info .images img {
  max-height: 380px;
  object-fit: cover;
}
.product .plu-product-prod .platas-prod-description {
  max-width: 550px;
}
.product .plu-product-prod .platas-prod-description p {
  color: #737373;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}
.product .plu-product-prod .platas-prod-description p span {
  color: #202020;
  text-transform: uppercase;
  font-weight: 600;
}
.product .other-products h2 {
  color: #00b4d8;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-bottom: 54px;
}
.product .other-products .categoryCards {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 31px;
  width: 100%;
}
@media (max-width: 599px) {
  .product .other-products .categoryCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: unset;
    row-gap: 44px;
    column-gap: 20px;
  }
}

/* ================================
   CONTENEDOR GENERAL
   ================================ */

/*# sourceMappingURL=app.css.map */
