@charset "UTF-8";
body {
  /* Reseteo de estilos */
  /* Elementos comunes */
  /* Cabecera de página */
  /* Cuerpo principal */
  /* Entradas */
  /* Productos */
  /* Buscador */
  /* Formularios */
  /* Scrollbar */
  /* Cookies */
}
body .elementor-widget-html {
  line-height: 0;
  font-size: 0;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
body .elementor-widget-image {
  line-height: 0;
  font-size: 0;
}
body .elementor-lightbox-image {
  border-radius: 20px !important;
}
body u {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
body .categories-slider {
  height: 100%;
}
body .categories-slider > div::before {
  background-color: #f5f5f5;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 60px;
  border-radius: 20px;
  z-index: 3;
}
@media (max-width: 1023px) {
  body .categories-slider > div::before {
    width: 91px;
    height: 45px;
  }
}
body .categories-slider > div::after {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: 75px;
  z-index: 2;
  border-radius: 0 30px 0 0;
}
@media (max-width: 1023px) {
  body .categories-slider > div::after {
    width: 101px;
    height: 55px;
  }
}
body .categories-slider > div .swiper {
  height: 100%;
}
body .categories-slider > div .swiper .swiper-slide .product {
  transition: all 0.3s ease;
}
body .categories-slider > div .swiper .swiper-slide.swiper-slide-prev .product {
  transform: rotate(-45deg);
}
body .categories-slider > div .swiper .swiper-slide.swiper-slide-next .product {
  transform: rotate(45deg);
}
body .categories-slider > div .elementor-swiper-button {
  z-index: 4 !important;
  transform: none !important;
}
body .menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  body .product-slider {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  body .product-slider .swiper {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  body .product-slider .swiper-slide {
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  body .product-slider .swiper-slide-next .elementor-button-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  body .product-slider .swiper-slide-next .elementor-widget-image:not(.elementor-absolute) {
    display: none;
  }
}
@media (max-width: 767px) {
  body .product-slider .swiper-slide-prev .elementor-button-wrapper {
    display: none;
  }
}
body .main-gallery .elementor-image-gallery {
  display: block;
  max-width: 1000%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  width: auto;
}
body .main-gallery .elementor-image-gallery .gallery {
  display: inline-block;
  width: auto;
  max-width: 1000%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  animation: Marquee 30s linear infinite;
}
@media (max-width: 767px) {
  body .main-gallery .elementor-image-gallery .gallery {
    animation: Marquee 20s linear infinite;
  }
}
body .main-gallery .elementor-image-gallery .gallery .gallery-item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  width: 350px !important;
  max-width: unset !important;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body .main-gallery .elementor-image-gallery .gallery .gallery-item {
    width: 175px !important;
    padding-right: 10px;
  }
}
body .main-gallery .elementor-image-gallery .gallery .gallery-item img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 0;
  outline: 0;
  border-radius: 25px;
}
body .main-gallery .elementor-image-gallery .gallery .gallery-item:has(> .portrait) {
  width: 270px !important;
}
@media (max-width: 767px) {
  body .main-gallery .elementor-image-gallery .gallery .gallery-item:has(> .portrait) {
    width: 150px !important;
  }
}
body .main-gallery .elementor-image-gallery .gallery .gallery-item:has(> .portrait) img {
  aspect-ratio: calc(3 / 4);
}
body .main-gallery .elementor-image-gallery .gallery .gallery-item:has(> .landscape) {
  width: 360px !important;
}
@media (max-width: 767px) {
  body .main-gallery .elementor-image-gallery .gallery .gallery-item:has(> .landscape) {
    width: 200px !important;
  }
}
body .main-gallery .elementor-image-gallery .gallery .gallery-item:has(> .landscape) img {
  aspect-ratio: calc(4 / 3);
}
body .main-gallery .elementor-image-gallery .gallery br {
  display: none;
}
body .arrow-button {
  transition: all 0.25s;
}
body .arrow-button:hover {
  opacity: 0.8;
}
body .arrow-button .elementor-button {
  position: relative;
}
body .arrow-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 0;
  line-height: 0;
}
body .arrow-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 30px;
}
@media (max-width: 1023px) {
  body .arrow-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 26px;
  }
}
body .elementor-pagination {
  font-size: 0 !important;
}
body .elementor-pagination .page-numbers {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #4c4c4c;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: white;
}
body .elementor-pagination .page-numbers.current {
  background-color: #E9C9EA;
  color: #4c4c4c !important;
}
body .elementor-pagination .page-numbers svg {
  width: 15px;
  transform: translateY(2px);
}
body .elementor-pagination span.prev, body .elementor-pagination span.next {
  display: none !important;
}
body .categories-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 767px) {
  body .categories-wrapper {
    flex-wrap: wrap;
  }
}
body .categories-wrapper > div {
  display: inline-block;
  padding: 8.5px 12px;
  border-radius: 100px;
}
body .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
body .elementor-location-header .e-n-menu-content {
  width: 800px;
  line-height: 1em;
}
body .elementor-location-header .e-n-menu-content .list-menu {
  line-height: 1em;
}
body .elementor-location-header .e-n-menu-content .list-menu .elementor-button-icon {
  position: absolute;
  right: 10px;
}
body .elementor-location-header .e-n-menu-content .list-menu .elementor-button-icon svg {
  width: 10px;
}
body .elementor-location-header .menu-product {
  background-size: cover;
  background-position: center;
}
body .elementor-location-header .elementor-widget-wp-widget-polylang ul {
  list-style: none;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
body .elementor-location-header .elementor-widget-wp-widget-polylang ul li {
  padding: 0;
  margin: 0;
}
body .elementor-location-header .elementor-widget-wp-widget-polylang ul li a {
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
body .elementor-location-header .elementor-widget-wp-widget-polylang ul li a img {
  width: 20px;
}
body .elementor-location-header .hamburger .hamburger-box {
  width: 23px;
  height: 19px;
  pointer-events: all;
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  cursor: pointer;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  width: 23px;
  height: 2px;
  border-radius: 10px;
  background-color: #4C4C4C;
  position: absolute;
  transition: transform 0.15s ease;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner::before {
  content: "";
  display: block;
  height: 2px;
  border-radius: 10px;
  background-color: #4C4C4C;
  position: absolute;
  right: 0;
  width: 23px;
  top: -8px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 10px;
  background-color: #4C4C4C;
  position: absolute;
  transition: transform 0.15s ease;
  bottom: -8px;
  width: 23px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner::before {
  top: 0;
  opacity: 0;
  width: 25px;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner::after {
  bottom: 0;
  width: 25px;
  left: -1px;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .elementor-location-header .main-menu {
  display: none;
}
body .elementor-location-header .main-menu.active {
  display: flex;
}
body .elementor-location-archive {
  overflow: hidden;
}
body #primary {
  overflow: hidden;
  /* Inicio */
  /* Nosotros */
}
body #primary .home-text p {
  margin: 0;
}
body #primary .home-text p img {
  width: 120px;
  border-radius: 10px;
  vertical-align: middle;
}
body #primary .home-text p:last-child {
  position: relative;
  z-index: 2;
  display: inline-block;
}
body #primary .home-text p:last-child::before {
  content: "";
  position: absolute;
  background-color: #A4E7FF;
  top: 14px;
  left: -20px;
  right: -20px;
  bottom: 4px;
  border-radius: 15px;
  z-index: -1;
}
body #primary .timeline .e-n-tabs-heading {
  width: calc((100% - 15px) / 2);
  flex-direction: row;
  justify-content: space-around;
  border-top: 2px solid #979797;
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading {
    display: flex;
    width: 100%;
  }
}
body #primary .timeline .e-n-tabs-heading > button {
  margin-top: -1px;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button {
    margin-bottom: 0;
    margin-top: -2px;
    padding: 10px 0 20px 0;
  }
}
body #primary .timeline .e-n-tabs-heading > button span {
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button span {
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] {
  font-size: 40px;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] {
    font-size: 23px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] span {
  font-size: 40px;
  line-height: 1em;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] span {
    font-size: 23px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button {
  font-size: 30px;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button {
    font-size: 19px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button span {
  font-size: 30px;
  line-height: 1.15em;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button span {
    font-size: 19px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button + button {
  font-size: 23px;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button + button {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button + button {
    font-size: 17px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button + button span {
  font-size: 23px;
  line-height: 1.25em;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button + button span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button[aria-selected="true"] + button + button span {
    font-size: 17px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button:has(+ [aria-selected="true"]) {
  font-size: 30px;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ [aria-selected="true"]) {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ [aria-selected="true"]) {
    font-size: 19px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button:has(+ [aria-selected="true"]) span {
  font-size: 30px;
  line-height: 1.15em;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ [aria-selected="true"]) span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ [aria-selected="true"]) span {
    font-size: 19px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button:has(+ button + [aria-selected="true"]) {
  font-size: 23px;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ button + [aria-selected="true"]) {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ button + [aria-selected="true"]) {
    font-size: 17px;
    line-height: 23px;
  }
}
body #primary .timeline .e-n-tabs-heading > button:has(+ button + [aria-selected="true"]) span {
  font-size: 23px;
  line-height: 1.25em;
}
@media (max-width: 1023px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ button + [aria-selected="true"]) span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body #primary .timeline .e-n-tabs-heading > button:has(+ button + [aria-selected="true"]) span {
    font-size: 17px;
    line-height: 23px;
  }
}
body.single-post .elementor-widget-theme-post-content .wp-block-spacer {
  display: none;
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper {
  position: relative;
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h1, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h2, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h3, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h4, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h5, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h6 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F1F3f4;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 20px;
  max-width: 350px;
  width: 100%;
  line-height: 1.3em;
  font-weight: 500;
  min-height: 78px;
  display: flex;
  align-items: center;
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h1 strong, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h2 strong, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h3 strong, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h4 strong, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h5 strong, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h6 strong {
  font-weight: 500;
}
@media (max-width: 1023px) {
  body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h1, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h2, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h3, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h4, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h5, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h6 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h1, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h2, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h3, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h4, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h5, body.single-post .elementor-widget-theme-post-content .elementor-widget-container .heading-wrapper h6 {
    font-size: 15px;
    position: relative;
    margin-bottom: 0.5em;
    min-height: 60px;
  }
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container p, body.single-post .elementor-widget-theme-post-content .elementor-widget-container ul {
  padding-left: calc(50% + 5px);
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container p strong, body.single-post .elementor-widget-theme-post-content .elementor-widget-container ul strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  body.single-post .elementor-widget-theme-post-content .elementor-widget-container p, body.single-post .elementor-widget-theme-post-content .elementor-widget-container ul {
    padding-left: 0;
  }
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container figure {
  padding-left: calc(50% + 5px);
}
@media (max-width: 767px) {
  body.single-post .elementor-widget-theme-post-content .elementor-widget-container figure {
    padding-left: 0;
  }
}
body.single-post .elementor-widget-theme-post-content .elementor-widget-container figure img {
  border-radius: 20px;
}
body .aplications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  body .aplications-grid {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
body .aplications-grid .item {
  background-color: white;
  padding: 20px;
  aspect-ratio: 1.2;
  border-radius: 30px;
}
@media (max-width: 767px) {
  body .aplications-grid .item {
    border-radius: 20px;
    padding: 15px;
    aspect-ratio: 1.5;
  }
}
body .aplications-grid .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
body .aplications-grid .item a .icon-wrapper svg {
  width: 60px;
}
@media (max-width: 767px) {
  body .aplications-grid .item a .icon-wrapper svg {
    width: 50px;
  }
}
body .aplications-grid .item a h2 {
  line-height: 1.3em;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 767px) {
  body .aplications-grid .item a h2 {
    font-size: 16px;
  }
}
body.single-product .aplications-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  line-height: 1.2em;
}
body.single-product .aplications-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.single-product .aplications-wrapper .item .icon-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 0;
  line-height: 0;
}
body.single-product .aplications-wrapper .item .icon-wrapper svg {
  width: 45px;
}
body.single-product .gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 767px) {
  body.single-product .gallery {
    gap: 10px;
  }
}
body.single-product .gallery dl {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  max-width: 100% !important;
}
body.single-product .gallery dl dt a img {
  border: 0 !important;
  border-radius: 20px;
}
body.single-product .gallery br {
  display: none;
}
body.single-product .properties-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.single-product .properties-wrapper .item {
  border-radius: 20px;
}
body.single-product .properties-wrapper .item h3 {
  background-color: #f5f5f5;
  padding: 10px 60px 10px 30px;
  border-radius: 20px;
  position: relative;
}
body.single-product .properties-wrapper .item h3::before {
  position: absolute;
  content: "";
  top: calc(50% - 15px);
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='69.2559' y='34.627' width='48.9707' height='48.9707' rx='24.4854' transform='rotate(135 69.2559 34.627)' fill='white'/%3E%3Cpath d='M46.6289 34.627L34.6288 46.6271M34.6288 46.6271L22.6287 34.627M34.6288 46.6271V22.6269' stroke='%234C4C4C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transition: all 0.25s ease;
}
body.single-product .properties-wrapper .item h3 span {
  cursor: pointer;
  color: var(--e-global-color-text);
  font-size: 26px;
  line-height: 1.2em;
  display: inline-block;
}
@media (max-width: 1023px) {
  body.single-product .properties-wrapper .item h3 span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body.single-product .properties-wrapper .item h3 span {
    font-size: 20px;
  }
}
body.single-product .properties-wrapper .item .content {
  display: none;
  padding: 10px 30px 30px 30px;
  color: white;
}
body.single-product .properties-wrapper .item .content ul {
  margin-left: 1em;
}
body.single-product .properties-wrapper .item .content ul:last-child {
  margin-bottom: 0;
}
body.single-product .properties-wrapper .item .content .bio {
  width: 1.4em;
  vertical-align: middle;
  margin-right: 0.5em;
}
body.single-product .properties-wrapper .item.active h3 {
  background-color: transparent;
}
body.single-product .properties-wrapper .item.active h3::before {
  transform: rotate(180deg);
}
body .map-wrapper {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
body .products-wrapper > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  body .products-wrapper > div {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
body .products-wrapper > div .item {
  aspect-ratio: 1.25;
  display: block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  body .products-wrapper > div .item {
    aspect-ratio: 1.75;
  }
}
body .products-wrapper > div .item video {
  aspect-ratio: 1.25;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  body .products-wrapper > div .item video {
    aspect-ratio: 1.75;
  }
}
body .products-wrapper > div .item img {
  aspect-ratio: 1.25;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  body .products-wrapper > div .item img {
    aspect-ratio: 1.75;
  }
}
body .products-wrapper > div .item h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: white;
  padding: 8.5px 12px 8.5px 12px;
  font-family: var(--e-global-typography-9b622d1-font-family), Sans-serif;
  font-size: var(--e-global-typography-9b622d1-font-size);
  font-weight: var(--e-global-typography-9b622d1-font-weight);
  text-transform: var(--e-global-typography-9b622d1-text-transform);
  line-height: var(--e-global-typography-9b622d1-line-height);
  line-height: 1em;
  border-radius: 100px;
}
body .products-wrapper > div .item h3::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/arrow-oblique.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 100%;
  top: 0;
}
body .products-wrapper-simple {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .products-wrapper-simple > div {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 767px) {
  body .products-wrapper-simple > div {
    flex-direction: column;
    gap: 10px;
  }
}
body .products-wrapper-simple > div .title {
  width: 120px;
}
@media (max-width: 767px) {
  body .products-wrapper-simple > div .title {
    width: 100%;
  }
}
body .products-wrapper-simple > div .products {
  display: flex;
  flex: 1;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .products-wrapper-simple > div .products > a {
  display: inline-block;
  padding: 8.5px 12px;
  line-height: 1em;
  text-transform: uppercase;
  border-radius: 1000px;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 767px) {
  body .products-wrapper-simple > div .products > a {
    font-size: 11px;
  }
}
body .types-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .types-wrapper span {
  display: inline-block;
  padding: 8.5px 12px;
  line-height: 1em;
  text-transform: uppercase;
  border-radius: 1000px;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 767px) {
  body .types-wrapper span {
    font-size: 11px;
  }
}
body form input {
  padding: 0.5em 1em !important;
}
body form input[type="file"] {
  display: none !important;
}
body form .elementor-field-type-upload {
  display: none;
}
body form textarea {
  resize: none;
  padding: 0.75em 1em !important;
}
body form select:not(.selected) {
  color: #a5a5a5 !important;
}
body form select > option[disabled] {
  display: none;
}
body form .elementor-message {
  font-weight: 500 !important;
  color: #ff7a7b;
}
body form .elementor-message::before {
  display: none;
}
body form .select-caret-down-wrapper {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM0YzRjNGMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93biI+PHBhdGggZD0ibTYgOSA2IDYgNi02Ii8+PC9zdmc+);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
}
body form .select-caret-down-wrapper svg {
  opacity: 0;
}
body form .file-keeper {
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 100px;
  background-color: #f5f5f5;
  min-height: 40px;
  font-weight: 500;
  line-height: calc(40px - 1em);
  cursor: pointer;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body form .file-keeper {
    font-size: 13px;
  }
}
body form .file-keeper:not(.selected) {
  color: #a5a5a5;
}
body form .file-keeper svg {
  width: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  body form .file-keeper svg {
    width: 13px;
  }
}
body form#contact .elementor-button, body form#newsletter .elementor-button, body form#fosvitae .elementor-button, body form#fondant .elementor-button, body form#comercial .elementor-button {
  position: relative;
  min-height: 0;
}
body form#contact .elementor-button::before, body form#newsletter .elementor-button::before, body form#fosvitae .elementor-button::before, body form#fondant .elementor-button::before, body form#comercial .elementor-button::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/arrow-oblique-black.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 100%;
  top: 0;
}
@media (max-width: 767px) {
  body form#contact .elementor-button::before, body form#newsletter .elementor-button::before, body form#fosvitae .elementor-button::before, body form#fondant .elementor-button::before, body form#comercial .elementor-button::before {
    width: 26.5px;
    height: 26.5px;
  }
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup {
  line-height: 1em;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  body form#contact .elementor-field-type-acceptance .elementor-field-subgroup, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup {
    margin-top: 0;
  }
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
  display: none !important;
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label {
  font-size: 13px !important;
}
@media (max-width: 1023px) {
  body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label {
    font-size: 11px !important;
  }
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label a, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label a, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label a, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label a, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label a {
  text-decoration: underline;
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 8px -7px 0;
}
@media (max-width: 767px) {
  body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input + label::before {
    width: 20px;
    height: 20px;
  }
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::before, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::before, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::before, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::before, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::before {
  background-color: #d9d9d9;
}
body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #4c4c4c;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 10px;
  top: -1px;
}
@media (max-width: 767px) {
  body form#contact .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#newsletter .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#fosvitae .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#fondant .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after, body form#comercial .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input:checked + label::after {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 5px;
  }
}
body form#fondant .elementor-message {
  background-color: #6e16b8;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 100px;
  color: white;
}
body form#fosvitae .elementor-message {
  background-color: #6e16b8;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 100px;
  color: white;
}
body .ss-container:hover .ss-scroll {
  opacity: 1;
}
body .ss-container:active .ss-scroll {
  opacity: 1;
}
body .ss-container .ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
body .ss-container .ss-wrapper .ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}
body .ss-container .ss-wrapper .ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}
body .ss-container .ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}
body .ss-container .ss-scroll.ss-hidden {
  display: none;
}
body .ss-container .ss-scroll.ss-grabbed {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner {
  padding: 20px;
  font-family: "General Sans";
  font-size: 13px !important;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #cmplz-cookiebanner-container .cmplz-cookiebanner {
    font-size: 11px !important;
  }
}
body #cmplz-cookiebanner-container .cmplz-message {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 500px;
  font-weight: 300;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.4em;
  font-size: 13px !important;
}
@media (max-width: 767px) {
  body #cmplz-cookiebanner-container .cmplz-message {
    font-size: 11px !important;
  }
}
body #cmplz-cookiebanner-container .cmplz-categories {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
body #cmplz-cookiebanner-container .cmplz-categories .cmplz-category-title {
  font-size: 14px !important;
}
body #cmplz-cookiebanner-container .cmplz-categories .cmplz-description span {
  font-size: 13px !important;
  line-height: 1.4em;
  font-weight: 300;
}
@media (max-width: 767px) {
  body #cmplz-cookiebanner-container .cmplz-categories .cmplz-description span {
    font-size: 11px !important;
  }
}
body #cmplz-cookiebanner-container .cmplz-icon svg {
  fill: transparent;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg data-v-2022e6e6='' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-icon customizable'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body #cmplz-cookiebanner-container .cmplz-buttons button {
  padding: 0;
  font-weight: 500;
  font-family: "General Sans";
  font-size: 14px;
  height: 36px;
  color: #4c4c4c !important;
}
body #cmplz-cookiebanner-container .cmplz-close {
  color: transparent;
}
body #cmplz-cookiebanner-container .cmplz-close svg {
  fill: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-icon customizable'%3E%3Cpath d='M18 6 6 18'%3E%3C/path%3E%3Cpath d='m6 6 12 12'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body #cmplz-manage-consent {
  display: none;
}
body .cookies-link {
  cursor: pointer;
}
body #cmplz-document {
  max-width: 100%;
}
body #cmplz-document h2 {
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767px) {
  body #cmplz-document h2 {
    font-size: 20px;
  }
}
body #cmplz-document h2:first-child {
  margin-top: 0;
}
body #cmplz-document h3 {
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  body #cmplz-document h3 {
    font-size: 18px;
  }
}
body #cmplz-document p {
  font-size: 13px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #cmplz-document p {
    font-size: 11px;
  }
}
body #cmplz-document ul {
  margin-left: 1.5em !important;
}
body #cmplz-document ul li {
  font-size: 13px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #cmplz-document ul li {
    font-size: 11px;
  }
}
body #cmplz-document .cmplz-category-title {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #cmplz-document .cmplz-category-title {
    font-size: 11px;
  }
}
body #cmplz-document .cmplz-subtitle {
  margin: 1em 0 0.5em 0;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  body #cmplz-document .cmplz-subtitle {
    font-size: 11px;
  }
}
body #cmplz-document .cmplz-description {
  padding: 10px;
  font-size: 13px;
}
@media (max-width: 767px) {
  body #cmplz-document .cmplz-description {
    font-size: 11px;
  }
}
body #cmplz-document .cmplz-dropdown summary {
  margin: 5px 0 0 0;
  padding: 10px;
}
body #cmplz-document .cmplz-dropdown summary > div::after {
  background-image: url("data:image/svg+xml,%3Csvg data-v-2022e6e6='' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-icon customizable'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  margin: 0;
}
body #cmplz-document .cmplz-dropdown summary h3 {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  line-height: 1.4em;
}
body #cmplz-document .cmplz-dropdown summary h3 + p {
  font-size: 12px;
  line-height: 1.4em;
}
body #cmplz-document .cmplz-dropdown summary h4 {
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown summary h5 {
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description {
  padding: 10px 5px 10px 10px;
  width: calc(50% - 15px);
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description h4 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: 600;
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description p a {
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data {
  padding: 10px 10px 10px 5px;
  width: calc(50% - 15px);
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data h4 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: 600;
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data p a {
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose {
  margin: 0;
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div {
  padding: 10px;
  font-size: 12px;
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div h5 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div a {
  font-size: 12px;
}
/* Animaciones */
@keyframes Marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-50%);
  }
}
