/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
	box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */

:root {
	-moz-tab-size: 4;
	tab-size: 4;
}

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji',
		'Segoe UI Symbol';
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct height in Firefox.
 */

hr {
	height: 0;
}

/* Text-level semantics
   ========================================================================== */

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

abbr[title] {
	text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
	font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

[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 Chrome and Safari.
 */

summary {
	display: list-item;
}

@charset "UTF-8";
/*PADDING BOTTOM*/
.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.pb-100 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.pb-120 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.pb-140 {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .pb-140 {
    padding-bottom: 140px;
  }
}

/*PADDING TOP*/
.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pt-100 {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pt-120 {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pt-140 {
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .pt-140 {
    padding-top: 140px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "ibinn";
  src: url(/wp-content/themes/ibinn/assets/fonts/ibinn.eot);
  src: url(/wp-content/themes/ibinn/assets/fonts/ibinn.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/ibinn/assets/fonts/ibinn.ttf) format("truetype"), url(/wp-content/themes/ibinn/assets/fonts/ibinn.woff) format("woff"), url(/wp-content/themes/ibinn/assets/fonts/ibinn.svg#ibinn) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ib-], [class*=" ib-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ibinn" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ib-ads:before {
  content: "\E901";
}

.ib-amazon:before {
  content: "\E902";
}

.ib-baby:before {
  content: "\E903";
}

.ib-bag:before {
  content: "\E904";
}

.ib-bank:before {
  content: "\E905";
}

.ib-caesar-crown:before {
  content: "\E906";
}

.ib-cart:before {
  content: "\E907";
}

.ib-circle:before {
  content: "\E908";
}

.ib-code:before {
  content: "\E909";
}

.ib-concept-map:before {
  content: "\E90A";
}

.ib-devices:before {
  content: "\E90B";
}

.ib-diamond:before {
  content: "\E90C";
}

.ib-facebook:before {
  content: "\E90D";
}

.ib-fake-flower:before {
  content: "\E90E";
}

.ib-finger-steps:before {
  content: "\E90F";
}

.ib-graphic-bars:before {
  content: "\E910";
}

.ib-graphic-chart:before {
  content: "\E911";
}

.ib-hands:before {
  content: "\E912";
}

.ib-handwashing:before {
  content: "\E913";
}

.ib-hat:before {
  content: "\E914";
}

.ib-instagram:before {
  content: "\E915";
}

.ib-isologo:before {
  content: "\E916";
}

.ib-lifeguard:before {
  content: "\E917";
}

.ib-light-arrow:before {
  content: "\E918";
}

.ib-linkedin:before {
  content: "\E919";
}

.ib-location:before {
  content: "\E91A";
}

.ib-mail-open:before {
  content: "\E91B";
}

.ib-measurement:before {
  content: "\E91C";
}

.ib-mountain-goal:before {
  content: "\E91D";
}

.ib-node-system:before {
  content: "\E91E";
}

.ib-radar:before {
  content: "\E91F";
}

.ib-rare-mail:before {
  content: "\E920";
}

.ib-refresh:before {
  content: "\E921";
}

.ib-seal:before {
  content: "\E922";
}

.ib-signal:before {
  content: "\E923";
}

.ib-speed:before {
  content: "\E924";
}

.ib-square-heart:before {
  content: "\E925";
}

.ib-square-pencil:before {
  content: "\E926";
}

.ib-square-plus:before {
  content: "\E927";
}

.ib-square:before {
  content: "\E928";
}

.ib-stack:before {
  content: "\E929";
}

.ib-topten:before {
  content: "\E92A";
}

.ib-triangle:before {
  content: "\E92B";
}

.ib-tshirt:before {
  content: "\E92C";
}

.ib-waves:before {
  content: "\E92D";
}

.ib-web-code:before {
  content: "\E92E";
}

.ib-world-bit:before {
  content: "\E92F";
}

.ib-world:before {
  content: "\E930";
}

.ib-logo:before {
  content: "\E900";
}

.page-hero.e-flex {
  min-height: 800px;
  margin-top: -125px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1600px) {
  .page-hero.e-flex {
    min-height: 105dvh;
  }
}
.page-hero.e-flex .e-con-inner {
  max-width: 1760px;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding-bottom: clamp(40px, 4vw, 80px);
}
@media screen and (min-width: 768px) {
  .page-hero.e-flex .e-con-inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.page-hero.e-flex .e-con-inner .col-left {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-hero.e-flex .e-con-inner .col-left {
    width: 55%;
  }
}
.page-hero.e-flex .e-con-inner .col-right {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-hero.e-flex .e-con-inner .col-right {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-hero.e-flex .e-con-inner .elementor-widget-heading h1.elementor-heading-title {
  color: #DDE6ED;
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  padding-bottom: clamp(20px, 3vw, 40px);
}
@media screen and (min-width: 768px) {
  .page-hero.e-flex .e-con-inner .elementor-widget-heading h1.elementor-heading-title {
    letter-spacing: 2.4px;
  }
}
.page-hero.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
  color: #DDE6ED;
  font-size: clamp(44px, 5vw, 80px);
  line-height: clamp(50px, 5.5vw, 86px);
  font-weight: 400;
  max-width: 940px;
}
.page-hero.e-flex .e-con-inner .elementor-widget.elementor-widget-divider {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .page-hero.e-flex .e-con-inner .elementor-widget.elementor-widget-divider {
    display: none;
  }
}
.page-hero.e-flex .e-con-inner .elementor-widget.elementor-widget-divider .elementor-divider-separator {
  border-color: #E4E027;
}
.page-hero.e-flex .e-con-inner .elementor-widget-text-editor {
  max-width: 525px !important;
  padding-top: 20px;
}
.page-hero.e-flex .e-con-inner .elementor-widget-text-editor p {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 300;
  color: #DDE6ED;
}
.page-hero.e-flex .e-con-inner .elementor-widget-text-editor p:last-child {
  margin: 0;
}

.two-imgs.e-flex {
  padding: 30px 5px 60px;
}
@media screen and (min-width: 1200px) {
  .two-imgs.e-flex {
    padding: 120px 0;
  }
}
.two-imgs.e-flex .col-left .elementor-widget-heading {
  padding-bottom: clamp(30px, 5vw, 100px);
}
.two-imgs.e-flex .col-left .elementor-widget-heading .elementor-heading-title {
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .two-imgs.e-flex .col-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.two-imgs.e-flex .col-right .elementor-widget-text-editor {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .two-imgs.e-flex .col-right .elementor-widget-text-editor {
    padding: 180px 0 10px;
    max-width: 515px !important;
  }
}
.two-imgs.e-flex .col-right .elementor-widget.elementor-widget-divider {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .two-imgs.e-flex .col-right .elementor-widget.elementor-widget-divider {
    display: none;
  }
}
.two-imgs.e-flex .col-right .elementor-widget.elementor-widget-divider .elementor-divider {
  padding: 0;
}
.two-imgs.e-flex .col-right .elementor-widget.elementor-widget-divider .elementor-divider-separator {
  border-color: #536E83;
}

@media screen and (max-width: 1199px) {
  .text-video.e-flex {
    padding: 0;
  }
}
.text-video.e-flex .e-con-inner {
  max-width: 1740px;
  background: #DDE6ED;
  padding: 60px 10px;
}
@media screen and (min-width: 1600px) {
  .text-video.e-flex .e-con-inner {
    padding: 140px 130px;
  }
}
@media screen and (min-width: 768px) {
  .text-video.e-flex .e-con-inner .col-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.text-video.e-flex .e-con-inner .elementor-widget-text-editor {
  max-width: 520px !important;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .text-video.e-flex .e-con-inner .elementor-widget-text-editor {
    margin-top: auto;
  }
}
.text-video.e-flex .e-con-inner .elementor-widget-text-editor p {
  margin-bottom: 20px;
}
.text-video.e-flex .e-con-inner .elementor-widget-text-editor p:last-child {
  margin: 0;
}
.text-video.e-flex .e-con-inner .video-content {
  aspect-ratio: 16/9;
  margin: 25px 0 40px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .text-video.e-flex .e-con-inner .video-content {
    width: 670px;
    height: 376px;
    margin: 120px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .text-video.e-flex .e-con-inner .elementor-widget-button {
    text-align: right;
  }
}

.sostenibilidad.e-flex {
  padding: 60px 5px;
}
@media screen and (min-width: 1200px) {
  .sostenibilidad.e-flex {
    padding: 120px 5px;
  }
}
.sostenibilidad.e-flex .col-left .elementor-widget-text-editor {
  max-width: 500px !important;
  padding-bottom: 40px;
}
.sostenibilidad.e-flex .col-left .elementor-widget-text-editor p {
  margin: 0;
}
.sostenibilidad.e-flex .col-left .elementor-widget-image {
  margin: 40px 0;
}
@media screen and (min-width: 1200px) {
  .sostenibilidad.e-flex .col-left .elementor-widget-image {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sostenibilidad.e-flex .col-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sostenibilidad.e-flex .col-right .video-content {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .sostenibilidad.e-flex .col-right .video-content {
    width: 670px;
    height: 376px;
  }
}
.sostenibilidad.e-flex .col-right .sellos.e-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 670px !important;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .sostenibilidad.e-flex .col-right .sellos.e-flex {
    gap: 10px;
    padding: 80px 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .sostenibilidad.e-flex .col-right .sellos.e-flex .elementor-widget-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sostenibilidad.e-flex .col-right .sellos-text.e-flex {
  max-width: 670px !important;
  padding: 40px 0 0;
}
.sostenibilidad.e-flex .col-right .elementor-widget-text-editor {
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(18px, 1.5vw, 22px);
}
@media screen and (min-width: 768px) {
  .sostenibilidad.e-flex .col-right .elementor-widget-text-editor {
    margin-top: auto;
  }
}
.sostenibilidad.e-flex .col-right .elementor-widget-text-editor p {
  margin: 0;
}

.testimonials.e-flex {
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1700px) {
  .testimonials.e-flex {
    padding: 60px 0 60px 120px;
  }
}
.testimonials.e-flex .e-con-inner {
  max-width: 100% !important;
}
.testimonials.e-flex .col-left {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .testimonials.e-flex .col-left {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .testimonials.e-flex .col-left .section-pretitle .elementor-heading-title {
    color: #DDE6ED;
  }
}
.testimonials.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 524px;
}
@media screen and (min-width: 768px) {
  .testimonials.e-flex .col-left .section-title .elementor-heading-title {
    color: #DDE6ED;
  }
}
.testimonials.e-flex .col-right {
  padding-right: 0;
}
.testimonials.e-flex .col-right .testimonials-carousel {
  overflow: hidden;
}
.testimonials.e-flex .col-right .testimonials-carousel .swiper {
  max-width: 70%;
  overflow: visible;
  margin: 0;
}
.testimonials.e-flex .col-right .testimonials-carousel .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-item {
  background: #DDE6ED;
  padding: clamp(20px, 4vw, 40px);
  cursor: -webkit-grab;
  cursor: grab;
}
.testimonials.e-flex .col-right .testimonials-carousel .elementor-widget-image {
  width: clamp(50px, 10vw, 96px);
  height: clamp(50px, 10vw, 96px);
  border-radius: 50%;
  overflow: hidden;
}
.testimonials.e-flex .col-right .testimonials-carousel .elementor-widget-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-text {
  font-size: clamp(14px, 1.2vw, 22px);
  line-height: clamp(20px, 2vw, 26px);
  font-weight: 300;
  padding-top: clamp(30px, 4vw, 80px);
  padding-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  .testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-text {
    padding-bottom: 110px;
  }
}
.testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-name {
  font-size: clamp(15px, 1.2vw, 22px);
  font-weight: 400;
  line-height: 22px;
  margin-top: auto;
}
.testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-name p {
  margin: 0 0 5px;
}
.testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-job {
  font-size: clamp(10px, 1vw, 14px);
  line-height: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
}
.testimonials.e-flex .col-right .testimonials-carousel .testimonials-carousel-job p {
  margin: 0;
}

.cooking.e-flex {
  padding: 40px 15px 40px;
  max-width: 1740px !important;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .cooking.e-flex {
    padding: 120px 0 120px 120px;
  }
}
.cooking.e-flex .e-con-inner {
  max-width: 100% !important;
}
.cooking.e-flex .cooking-carousel {
  padding-top: 30px;
}
.cooking.e-flex .cooking-carousel .swiper {
  max-width: 85%;
  overflow: visible;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .cooking.e-flex .cooking-carousel .swiper {
    max-width: 95%;
  }
}
.cooking.e-flex .cooking-carousel .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cooking.e-flex .cooking-carousel .cooking-carousel-item {
  padding: 0 10px 0 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.cooking.e-flex .cooking-carousel .cooking-carousel-item .e-con-inner {
  border-bottom: 1px solid #26364D;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
.cooking.e-flex .cooking-carousel .elementor-widget-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
}
.cooking.e-flex .cooking-carousel .elementor-widget-image img {
  width: 100%;
}
.cooking.e-flex .cooking-carousel .elementor-widget-text-editor {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  padding-top: 15px;
}
.cooking.e-flex .cooking-carousel .elementor-widget-text-editor p {
  margin: 0;
}

.banner.e-flex {
  padding: 60px 15px;
  max-width: 1740px !important;
  min-height: clamp(800px, 50vw, 920px);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1700px) {
  .banner.e-flex {
    padding: 120px 0 40px 120px;
  }
}
.banner.e-flex .e-con-inner {
  max-width: 100% !important;
}
.banner.e-flex .e-con-inner .elementor-widget.elementor-widget-text-editor {
  max-width: 520px;
  padding: 10px 0 20px;
}
.banner.e-flex .section-title .elementor-heading-title, .banner.e-flex .section-pretitle .elementor-heading-title, .banner.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  color: #fff;
}

.press.e-flex {
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1700px) {
  .press.e-flex {
    padding: 120px 0 120px 120px;
  }
}
.press.e-flex .e-con-inner {
  max-width: 100% !important;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .press.e-flex .col-left {
    width: 47%;
  }
}
.press.e-flex .col-left .elementor-widget-button {
  margin-top: auto;
}
.press.e-flex .col-right {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .press.e-flex .col-right {
    width: 53%;
  }
}
.press.e-flex .col-right .press-carousel .swiper {
  max-width: 80%;
  overflow: visible;
  margin: 0;
}
.press.e-flex .col-right .press-carousel .e-flex {
  padding-right: 0;
}
.press.e-flex .col-right .press-carousel .elementor-widget-image {
  text-align: left;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .press.e-flex .col-right .press-carousel .elementor-widget-image {
    aspect-ratio: initial;
  }
}
.press.e-flex .col-right .press-carousel .elementor-widget-image a {
  height: 100%;
}
.press.e-flex .col-right .press-carousel .elementor-widget-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.press.e-flex .col-right .press-carousel .elementor-widget-post-info {
  padding: 15px 0;
  font-size: clamp(11px, 1vw, 12px);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.press.e-flex .col-right .press-carousel .elementor-page-title a {
  font-size: 14px;
  line-height: 20px;
}
.press.e-flex .col-right .press-carousel .elementor-widget-button {
  padding-top: 15px;
}
.press.e-flex .col-right .press-carousel .elementor-widget-button .elementor-button {
  border-radius: 100px;
  background-color: #DDE6ED;
  text-transform: uppercase;
  font-size: 10px;
  color: #26364D;
  font-weight: 300;
  letter-spacing: 2.4px;
  border: 1px solid #DDE6ED;
}
.press.e-flex .col-right .press-carousel .elementor-widget-button .elementor-button:hover {
  border-color: #26364D;
  color: #26364D;
  background-color: transparent;
}

.text-text.e-flex {
  min-height: clamp(800px, 50vw, 920px);
  padding: 40px 10px 20px;
  max-width: 1740px !important;
  margin: 80px auto;
}
@media screen and (min-width: 1700px) {
  .text-text.e-flex {
    padding: 140px 140px 100px 140px;
    margin: 140px auto;
  }
}
.text-text.e-flex .e-con-inner {
  max-width: 100% !important;
}
.text-text.e-flex .e-con-inner .col-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.text-text.e-flex .e-con-inner .section-pretitle .elementor-heading-title {
  color: #DDE6ED;
  letter-spacing: 2.4px;
}
.text-text.e-flex .e-con-inner .section-title .elementor-heading-title {
  letter-spacing: -1.5px;
  color: #DDE6ED;
  max-width: 690px;
}
.text-text.e-flex .e-con-inner .elementor-widget-text-editor {
  margin-top: auto;
  color: #DDE6ED;
  max-width: 525px !important;
}
.text-text.e-flex .e-con-inner .elementor-widget-text-editor p {
  margin: 20px 0;
}

.text-img.e-flex {
  padding: 140px 10px;
}
.text-img.e-flex .col-left .elementor-heading-title {
  max-width: 590px;
}
.text-img.e-flex .col-left .elementor-widget-image {
  padding: 30px 0 20px;
  max-width: 60% !important;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.text-img.e-flex .col-left .elementor-widget-text-editor {
  margin-top: auto;
  max-width: 525px !important;
}
.text-img.e-flex .col-right .elementor-widget-image {
  margin: 60px 0;
  text-align: right;
}

.banner-glass.e-flex {
  min-height: clamp(800px, 50vw, 920px);
  max-width: 1740px !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .banner-glass.e-flex {
    padding: 50px 10px;
  }
}
.banner-glass.e-flex .e-con-inner {
  max-width: 100% !important;
  padding: 0;
}
.banner-glass.e-flex .e-con-inner .col-left {
  z-index: 9;
}
.banner-glass.e-flex .e-con-inner .col-right {
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .banner-glass.e-flex .e-con-inner .col-right {
    background: rgba(43, 39, 32, 0.4);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: clamp(60px, 8vw, 140px);
  }
}
.banner-glass.e-flex .e-con-inner .section-pretitle .elementor-heading-title {
  color: #DDE6ED;
  letter-spacing: 2.4px;
}
.banner-glass.e-flex .e-con-inner .section-title .elementor-heading-title {
  color: #DDE6ED;
  letter-spacing: -1.5px;
}
.banner-glass.e-flex .e-con-inner .elementor-widget-icon-list {
  max-width: 525px !important;
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .banner-glass.e-flex .e-con-inner .elementor-widget-icon-list {
    padding-top: 20px;
  }
}
.banner-glass.e-flex .e-con-inner .elementor-widget-icon-list .elementor-icon-list-item {
  border-bottom: 1px solid #DDE6ED;
  padding: 25px 0 10px;
}
.banner-glass.e-flex .e-con-inner .elementor-widget-icon-list .elementor-icon-list-text {
  color: #DDE6ED;
  font-size: 14px;
  line-height: 22px;
}
.banner-glass.e-flex .e-con-inner .elementor-widget-text-editor {
  color: #DDE6ED;
  margin-top: auto;
  max-width: 525px !important;
}
.banner-glass.e-flex .e-con-inner .video-content {
  aspect-ratio: 16/9;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .banner-glass.e-flex .e-con-inner .video-content {
    width: 550px;
    height: 310px;
  }
}

.text-video-img-text.e-flex {
  padding: 40px 10px;
}
@media screen and (min-width: 1200px) {
  .text-video-img-text.e-flex {
    padding: 140px 10px;
  }
}
@media screen and (min-width: 768px) {
  .text-video-img-text.e-flex .col-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.text-video-img-text.e-flex .col-left .elementor-widget-heading .elementor-heading-title {
  max-width: 630px;
  font-size: clamp(24px, 2vw, 36px);
  line-height: clamp(30px, 2.5vw, 42px);
  letter-spacing: -1.08px;
  padding-bottom: clamp(30px, 6vw, 80px);
}
.text-video-img-text.e-flex .col-left .video-content {
  aspect-ratio: 1;
  width: 60%;
  overflow: hidden;
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .text-video-img-text.e-flex .col-left .video-content {
    width: 280px;
    height: 280px;
  }
}
.text-video-img-text.e-flex .col-right .elementor-widget-text-editor {
  max-width: 525px !important;
  margin-top: auto;
  padding: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .text-video-img-text.e-flex .col-right .elementor-widget-text-editor {
    padding: 20px 0 0;
  }
}
.text-video-img-text.e-flex .col-right .elementor-widget-text-editor p {
  margin: 0;
}
.text-video-img-text.e-flex .col-right .elementor-widget-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .text-video-img-text.e-flex .col-right .elementor-widget-image {
    max-width: 60% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.text-carousel.e-flex {
  margin-bottom: clamp(40px, 10vw, 100px);
}
@media screen and (max-width: 1199px) {
  .text-carousel.e-flex {
    padding: 0;
  }
}
.text-carousel.e-flex .e-con-inner {
  max-width: 1740px;
  background: #DDE6ED;
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (min-width: 1700px) {
  .text-carousel.e-flex .e-con-inner {
    padding: 120px;
  }
}
.text-carousel.e-flex .e-con-inner .col-left {
  padding-left: 20px;
}
.text-carousel.e-flex .e-con-inner .col-right {
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .text-carousel.e-flex .e-con-inner .col-right {
    padding: 20px 0;
  }
}
.text-carousel.e-flex .section-title .elementor-heading-title {
  max-width: 600px;
}
.text-carousel.e-flex .elementor-widget-text-editor {
  max-width: 525px !important;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .text-carousel.e-flex .elementor-widget-text-editor {
    margin-top: auto;
  }
}
.text-carousel.e-flex .cooking-carousel .e-con-inner {
  padding: 0;
}
.text-carousel.e-flex .cooking-carousel .swiper {
  max-width: 85%;
  overflow: visible;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .text-carousel.e-flex .cooking-carousel .swiper {
    max-width: 75%;
  }
}
.text-carousel.e-flex .cooking-carousel .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.text-carousel.e-flex .cooking-carousel .cooking-carousel-item {
  padding: 0 10px 0 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.text-carousel.e-flex .cooking-carousel .cooking-carousel-item .e-con-inner {
  padding: 0;
  border-bottom: 1px solid #26364D;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
.text-carousel.e-flex .cooking-carousel .elementor-widget-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
}
.text-carousel.e-flex .cooking-carousel .elementor-widget-image img {
  width: 100%;
}
.text-carousel.e-flex .cooking-carousel .elementor-widget-text-editor {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  padding-top: clamp(15px, 2vw, 40px);
  padding-bottom: 15px;
  max-width: 100% !important;
  margin-top: 0;
}
.text-carousel.e-flex .cooking-carousel .elementor-widget-text-editor p {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .video-landing.e-flex {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .video-landing.e-flex {
    margin-top: -80px;
  }
}
.video-landing.e-flex .e-con-inner {
  max-width: 1200px;
}
.video-landing.e-flex .elementor-widget.elementor-widget-heading .elementor-heading-title {
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 300;
  line-height: clamp(36px, 3.5vw, 60px);
  letter-spacing: -1.5px;
  max-width: 800px;
  margin: 40px auto 30px;
  text-align: center;
}
.video-landing.e-flex .elementor-widget.elementor-widget-text-editor {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-width: 440px !important;
  margin: 0 auto 30px;
  text-align: center;
}
.video-landing.e-flex .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.video-landing.e-flex .elementor-widget.elementor-widget-button {
  text-align: center;
}
.video-landing.e-flex .elementor-widget.elementor-widget-button .elementor-button {
  color: #DDE6ED;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 32px;
}
.video-landing.e-flex .elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #DDE6ED;
  color: #26364D;
}

.tabs-landing.e-flex .e-con-inner {
  background-image: url("/wp-content/uploads/2026/03/bg-tabs-1.jpg");
  background-size: cover;
  background-position: center;
  max-width: 1760px;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .tabs-landing.e-flex .e-con-inner {
    padding: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-landing.e-flex .col-left {
    width: 40%;
  }
}
.tabs-landing.e-flex .col-left .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 520px;
  padding: 20px 0;
}
.tabs-landing.e-flex .col-left .btn-tipo.elementor-widget.elementor-widget-button {
  margin-top: auto;
}
.tabs-landing.e-flex .col-left .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
  line-height: 14px;
}
.tabs-landing.e-flex .col-left .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: transparent !important;
  border-color: #26364D;
  color: #26364D;
}
@media screen and (min-width: 768px) {
  .tabs-landing.e-flex .col-right {
    width: 60%;
  }
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tabs {
  gap: 45px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tabs-heading {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.44);
  padding: 22px 16px;
  gap: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar-track {
  background: #eee;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar-thumb {
  background-color: #26364D;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tabs-heading {
    padding: 12px 15px;
  }
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tab-title {
  border-radius: 100px;
  background-color: transparent;
  padding: 12px 25px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tab-title {
    padding: 12px 15px;
  }
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tab-title:hover {
  background-color: #536E83 !important;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {
  background-color: #9CB2BF !important;
  color: #26364D;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .e-n-tab-title-text {
  font-size: 14px;
  font-weight: 400;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-element.tabs-landing-tab {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.44);
  padding: 34px;
}
@media screen and (max-width: 1199px) {
  .tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-element.tabs-landing-tab {
    padding: 20px;
  }
}
@media screen and (min-width: 1599px) {
  .tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .tabs-landing-tab-col-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .tabs-landing-tab-col-right {
  padding-left: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .tabs-landing-tab-col-right .elementor-widget.elementor-widget-heading .elementor-heading-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 0 0 20px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .tabs-landing-tab-col-right .elementor-widget.elementor-widget-text-editor {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding: 15px 0 0;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .tabs-landing-tab-col-right .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-widget.elementor-widget-image {
  text-align: left;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-widget.elementor-widget-icon-list {
  padding-top: 10px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
  border-bottom: 1px solid #26364D;
  padding-bottom: 10px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .formatos.elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  gap: 24px;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .formatos.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:nth-of-type(3) {
  border: none;
  padding-bottom: 0;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .formatos.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:nth-of-type(3) .elementor-icon-list-icon {
  display: none;
}
.tabs-landing.e-flex .col-right .elementor-widget.elementor-widget-n-tabs .formatos.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:nth-of-type(3) .elementor-icon-list-text {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.why-landing.e-flex {
  overflow: hidden;
}
.why-landing.e-flex .e-con-inner {
  max-width: 100%;
}
.why-landing.e-flex .section-title .elementor-heading-title {
  max-width: 860px;
  margin: auto;
  text-align: center;
}
.why-landing.e-flex .elementor-widget.elementor-widget-text-editor {
  max-width: 720px !important;
  margin: 40px auto 20px;
  text-align: center;
}
.why-landing.e-flex .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.why-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.why-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  fill: #536E83;
}
.why-landing.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.why-landing.e-flex .elementor-widget.elementor-widget-n-carousel {
  padding-top: 30px;
}
.why-landing.e-flex .elementor-widget.elementor-widget-n-carousel .swiper {
  overflow: visible;
}
.why-landing.e-flex .elementor-widget.elementor-widget-n-carousel .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.why-landing.e-flex .elementor-widget.elementor-widget-n-carousel .swiper-slide {
  cursor: pointer;
}

.banner-form-landing.e-flex {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .banner-form-landing.e-flex {
    margin-bottom: 150px;
  }
}
.banner-form-landing.e-flex .e-con-inner {
  max-width: 1740px;
  background-image: url("/wp-content/uploads/2026/03/dist3.jpg");
  background-size: cover;
  background-position: center;
  padding: 30px 10px;
}
@media screen and (min-width: 1500px) {
  .banner-form-landing.e-flex .e-con-inner {
    padding: 60px 160px;
  }
}
.banner-form-landing.e-flex .col-left .section-title .elementor-heading-title {
  line-height: clamp(34px, 4vw, 60px);
  letter-spacing: -1.5px;
  color: #DDE6ED;
  max-width: 570px;
}
.banner-form-landing.e-flex .col-left .section-text.elementor-widget.elementor-widget-text-editor {
  color: #DDE6ED;
  font-weight: 400;
  max-width: 560px;
  padding: 30px 0 40px;
}
.banner-form-landing.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.banner-form-landing.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  fill: #536E83;
}
.banner-form-landing.e-flex .col-left .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  color: #DDE6ED;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.banner-form-landing.e-flex .col-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.distribuidores-hero-content.e-flex {
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.22) 0%, rgba(216, 216, 216, 0.88) 142.13%);
  border: 1px solid #DDE6ED;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .distribuidores-hero-content.e-flex {
    max-width: 600px;
    padding: 40px;
  }
}
.distribuidores-hero-content.e-flex .elementor-widget-text-editor {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  line-height: clamp(22px, 2vw, 26px);
  letter-spacing: -0.66px;
}
.distribuidores-hero-content.e-flex .elementor-widget-text-editor p {
  margin: 0;
}
.distribuidores-hero-content.e-flex .elementor-widget-form {
  padding-top: clamp(20px, 3vw, 40px);
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #DDE6ED !important;
  border-radius: 0;
  background: rgba(229, 228, 230, 0.2) !important;
  height: clamp(40px, 2vw, 50px);
  font-size: 14px;
  color: #26364D;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field::-moz-placeholder {
  font-weight: 400;
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field:-ms-input-placeholder {
  font-weight: 400;
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field::-ms-input-placeholder {
  font-weight: 400;
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field::placeholder {
  font-weight: 400;
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field:focus {
  border-color: #26364D !important;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-html {
  margin: 0 0 10px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-html p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-radio .elementor-field-subgroup {
  gap: 15px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-radio .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-radio input {
  height: 19px;
  width: 19px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-radio label {
  font-size: 14px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-textarea .elementor-field-textual {
  min-height: 84px;
  padding: 15px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-textarea .elementor-field-textual::-webkit-input-placeholder {
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-textarea .elementor-field-textual::-moz-placeholder {
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-textarea .elementor-field-textual:-ms-input-placeholder {
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-textarea .elementor-field-textual::-ms-input-placeholder {
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-textarea .elementor-field-textual::placeholder {
  opacity: 1;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-acceptance label {
  color: #26364D;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 20px;
  font-weight: 300;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-acceptance a {
  color: #26364D;
  text-decoration: underline;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form input[type=checkbox] {
  -webkit-appearance: none;
  width: 30px;
  height: 16px;
  min-height: auto;
  border: 1px solid #fff;
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
}
.distribuidores-hero-content.e-flex .elementor-widget-form input[type=checkbox]:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DDE6ED;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.distribuidores-hero-content.e-flex .elementor-widget-form input[type=checkbox]:checked {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.distribuidores-hero-content.e-flex .elementor-widget-form input[type=checkbox]:checked:before {
  left: auto;
  right: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #26364D;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-submit .elementor-button {
  border-radius: 100px;
  border: 1px solid #DDE6ED;
  color: #26364D;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #DDE6ED;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-submit .elementor-button {
    height: 44px;
    padding: 10px 40px;
  }
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: #536E83;
  border-color: #536E83;
  color: #fff;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-html {
  margin: 10px 0 10px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-acceptance {
  margin: 15px 0 20px;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-submit {
  width: 100%;
}
.distribuidores-hero-content.e-flex .elementor-widget-form .elementor-field-type-submit .elementor-button {
  border-radius: 100px;
  border: 1px solid #26364D;
  color: #fff;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #26364D;
  cursor: pointer;
}

body {
  background-color: #fff;
  color: #26364D;
}
body strong {
  font-weight: 700;
}
body a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.section-title .elementor-heading-title {
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: clamp(34px, 4vw, 54px);
  letter-spacing: -0.84px;
}
@media screen and (min-width: 768px) {
  .section-title .elementor-heading-title {
    letter-spacing: -1.5px;
  }
}

.section-pretitle {
  padding-bottom: 20px;
}
.section-pretitle .elementor-heading-title {
  font-size: clamp(11px, 1vw, 12px);
  line-height: 14px;
  color: #26364D;
  font-weight: 300;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-pretitle .elementor-heading-title {
    letter-spacing: 2.4px;
  }
}

.section-text {
  font-size: 14px;
  line-height: 22px;
}

.btn-tipo .elementor-button {
  border: 1px solid #26364D;
  border-radius: 100px;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: transparent !important;
  padding: 12px 14px;
  color: #26364D;
}
@media screen and (min-width: 1200px) {
  .btn-tipo .elementor-button {
    padding: 15px 26px;
  }
}
.btn-tipo .elementor-button:hover {
  background-color: #DDE6ED !important;
  border-color: #DDE6ED;
  color: #536E83;
}
.btn-tipo .elementor-button:visited {
  color: #26364D;
}

.blue {
  color: #9CB2BF;
}

.header-web.e-flex {
  z-index: 9;
}
.header-web.e-flex .e-con-inner {
  max-width: 1760px;
  border-bottom: 1px solid #536E83;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 10px 0;
}
@media screen and (min-width: 1200px) {
  .header-web.e-flex .e-con-inner {
    padding: 20px 0;
  }
}
.header-web.e-flex .e-con-inner .col-left {
  padding: 0;
  width: 34%;
}
.header-web.e-flex .e-con-inner .col-left .elementor-widget-button .elementor-button {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
}
.header-web.e-flex .e-con-inner .col-center {
  padding: 0;
  width: 32%;
}
.header-web.e-flex .e-con-inner .col-center .elementor-widget-image {
  max-width: 200px;
  margin: auto;
}
.header-web.e-flex .e-con-inner .col-right {
  width: 34%;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-web.e-flex .e-con-inner .col-right {
    position: initial;
  }
}
@media screen and (min-width: 768px) {
  .header-web.e-flex .e-con-inner .col-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.header-web.e-flex .e-con-inner .col-right .elementor-widget-button .elementor-button {
  padding: 0;
  color: #DDE6ED;
  background-color: transparent;
  font-size: 20px;
}
.header-web.e-flex .e-con-inner .col-right .corporate-menu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .header-web.e-flex .e-con-inner .col-right .corporate-menu {
    display: none;
  }
}
.header-web.e-flex .e-con-inner .col-right .corporate-menu a {
  font-size: 14px;
  color: #DDE6ED;
  font-weight: 300;
}
.header-web.e-flex .e-con-inner .col-right .corporate-menu li:last-child a {
  border: 1px solid #536E83;
  border-radius: 100px;
  padding: 11px 20px;
}
.header-web.e-flex .e-con-inner .col-right .corporate-menu li:last-child a:hover {
  background-color: #536E83;
}
.header-web.e-flex .logo-black {
  display: none;
}
.header-web.e-flex.elementor-sticky--effects {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-web.e-flex.elementor-sticky--effects .logo-white {
  display: none;
}
.header-web.e-flex.elementor-sticky--effects .logo-black {
  display: block;
}
.header-web.e-flex.elementor-sticky--effects .e-con-inner {
  border-color: transparent;
  padding: 0;
}
.header-web.e-flex.elementor-sticky--effects .e-con-inner .col-left .elementor-widget-button .elementor-button, .header-web.e-flex.elementor-sticky--effects .e-con-inner .col-right .corporate-menu a, .header-web.e-flex.elementor-sticky--effects .e-con-inner .col-right .elementor-widget-button .elementor-button {
  color: #26364D;
}
.header-web.e-flex.elementor-sticky--effects .e-con-inner .col-right .corporate-menu li:last-child a:hover {
  color: #fff;
}
.header-web.e-flex.elementor-sticky--effects .language-selector .elementor-item {
  color: #26364D !important;
}
.header-web.e-flex.elementor-sticky--effects .language-selector .elementor-nav-menu .sub-arrow .e-font-icon-svg {
  fill: #26364D;
}
.header-web.e-flex.elementor-sticky--effects .language-selector .sub-menu .elementor-sub-item {
  background: #f5f5f5;
}
.header-web.e-flex.elementor-sticky--effects .language-selector .sub-menu .elementor-sub-item:hover {
  background-color: #536E83;
}

/*BUSCADOR*/
.header-web.e-flex .elementor-widget-search {
  margin-right: -20px;
}
@media screen and (max-width: 1399px) {
  .header-web.e-flex .elementor-widget-search {
    margin: 0;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
}
.header-web.e-flex .elementor-widget-search .e-search-submit {
  display: none;
}
.header-web.e-flex .e-search-input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #536E83;
  padding: 0 !important;
  height: 35px;
  min-height: 35px;
  font-size: clamp(13px, 1vw, 14px);
  color: #DDE6ED;
  width: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.header-web.e-flex .e-search-input::-webkit-input-placeholder {
  color: #DDE6ED;
}
.header-web.e-flex .e-search-input::-moz-placeholder {
  color: #DDE6ED;
}
.header-web.e-flex .e-search-input:-ms-input-placeholder {
  color: #DDE6ED;
}
.header-web.e-flex .e-search-input::-ms-input-placeholder {
  color: #DDE6ED;
}
.header-web.e-flex .e-search-input::placeholder {
  color: #DDE6ED;
}
.header-web.e-flex .e-search-input.open-search {
  width: 200px;
}
@media screen and (max-width: 1399px) {
  .header-web.e-flex .e-search-input.open-search {
    width: 100%;
    background-color: #fff;
    padding: 0 10px !important;
    color: #26364D;
  }
  .header-web.e-flex .e-search-input.open-search::-webkit-input-placeholder {
    color: #26364D;
  }
  .header-web.e-flex .e-search-input.open-search::-moz-placeholder {
    color: #26364D;
  }
  .header-web.e-flex .e-search-input.open-search:-ms-input-placeholder {
    color: #26364D;
  }
  .header-web.e-flex .e-search-input.open-search::-ms-input-placeholder {
    color: #26364D;
  }
  .header-web.e-flex .e-search-input.open-search::placeholder {
    color: #26364D;
  }
}

.language-selector .elementor-item {
  color: #DDE6ED !important;
  font-size: 14px;
  font-weight: 300;
  padding: 0 !important;
  text-transform: uppercase;
}
.language-selector .elementor-item:hover {
  color: #DDE6ED;
}
.language-selector .elementor-nav-menu .sub-arrow .e-font-icon-svg {
  fill: #DDE6ED;
}
.language-selector .sub-menu {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  right: 0 !important;
  left: initial !important;
}
.language-selector .sub-menu .elementor-sub-item {
  border: none;
  text-transform: uppercase;
}

/*MENU SIDE*/
.elementor-widget-off-canvas .e-off-canvas__content {
  background: linear-gradient(101deg, #DDE6ED 0%, #9CB2BF 33.65%, #536E83 70%, #26364D 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elementor-widget-off-canvas .e-off-canvas__overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 100vh !important;
}
.elementor-widget-off-canvas .e-con-full.e-flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elementor-widget-off-canvas .elementor-widget-button {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
}
.elementor-widget-off-canvas .elementor-widget-button .elementor-button {
  fill: #fff;
  font-size: 20px !important;
}
.elementor-widget-off-canvas .elementor-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
.elementor-widget-off-canvas .elementor-nav-menu .menu-item {
  text-align: center;
}
.elementor-widget-off-canvas .elementor-nav-menu .elementor-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #DDE6ED !important;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.66px;
}
.elementor-widget-off-canvas .elementor-nav-menu .elementor-item:hover {
  font-weight: 700;
}

.footer-content.e-flex .e-con-inner {
  max-width: 1740px;
  border-bottom: 1px solid #9CB2BF;
  padding: 40px 0;
}
.footer-content.e-flex .e-con-inner .col-left {
  padding-left: 0;
}
.footer-content.e-flex .e-con-inner .col-left .elementor-heading-title {
  font-size: clamp(26px, 2vw, 36px);
  line-height: clamp(30px, 2.5vw, 42px);
  font-weight: 400;
  letter-spacing: -1.08px;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .footer-content.e-flex .e-con-inner .col-left .elementor-heading-title {
    padding-top: 40px;
  }
}
.footer-content.e-flex .e-con-inner .col-left .elementor-widget-image {
  max-width: 240px;
}
.footer-content.e-flex .e-con-inner .col-right {
  padding-right: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-content.e-flex .e-con-inner .col-right .elementor-widget-image {
  text-align: right;
  max-width: 220px;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form {
  padding-top: clamp(40px, 6vw, 110px);
  max-width: 550px !important;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field {
  border: none;
  border-bottom: 1px solid #26364D;
  border-radius: 0;
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 0;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field::-webkit-input-placeholder {
  opacity: 0.5;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field::-moz-placeholder {
  opacity: 0.5;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field:-ms-input-placeholder {
  opacity: 0.5;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field::-ms-input-placeholder {
  opacity: 0.5;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field::placeholder {
  opacity: 0.5;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #9CB2BF;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field-type-acceptance {
  font-size: 12px;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field-type-acceptance a {
  color: #26364D;
  text-decoration: underline;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field-type-submit {
  margin-top: 15px;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field-type-submit .elementor-button {
  border-radius: 100px;
  background: #9CB2BF;
  font-size: clamp(11px, 1vw, 12px);
  color: #26364D;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.footer-content.e-flex .e-con-inner .elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: #26364D;
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex {
  padding: 0;
  padding-top: 80px;
  gap: clamp(50px, 6vw, 110px);
}
@media screen and (min-width: 768px) {
  .footer-content.e-flex .e-con-inner .footer-content-info.e-flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex .e-flex {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex .elementor-heading-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex .elementor-widget-icon-list {
  padding-top: 30px;
  max-width: 240px;
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex .elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex .elementor-widget-icon-list .elementor-icon-list-text {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
}
.footer-content.e-flex .e-con-inner .footer-content-info.e-flex .elementor-widget-icon-list .elementor-icon-list-text span {
  text-decoration: underline;
}

.footer-social.e-flex .e-con-inner {
  max-width: 1740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9CB2BF;
  padding: 5px 0 40px;
}
.footer-social.e-flex .e-con-inner .col-left {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .footer-social.e-flex .e-con-inner .col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-social.e-flex .e-con-inner .col-right {
  padding-right: 0;
}
.footer-social.e-flex .e-con-inner .elementor-widget-social-icons {
  padding-top: 35px;
}
.footer-social.e-flex .e-con-inner .elementor-widget-social-icons .elementor-icon:hover {
  background-color: #9CB2BF;
}
.footer-social.e-flex .e-con-inner .elementor-widget-social-icons .elementor-social-icon svg {
  width: 20px;
  height: 20px;
}
.footer-social.e-flex .e-con-inner .elementor-widget-social-icons .elementor-social-icon i {
  font-size: 22px;
}
.footer-social.e-flex .e-con-inner .elementor-widget-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-social.e-flex .e-con-inner .elementor-widget-icon-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-social.e-flex .e-con-inner .elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.footer-social.e-flex .e-con-inner .elementor-widget-icon-list .elementor-icon-list-text {
  font-size: 14px;
}

.footer-copy.e-flex .e-con-inner {
  max-width: 1740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-copy.e-flex .elementor-widget-text-editor p {
  margin: 0;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 300;
}

.home .footer-content.e-flex .e-con-inner {
  border-top: 1px solid #9CB2BF;
}

.header-landing.e-flex {
  z-index: 9;
}
.header-landing.e-flex .e-con-inner {
  max-width: 1760px;
  border-bottom: 1px solid #536E83;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0;
}
.header-landing.e-flex .col-left {
  width: 40%;
}
.header-landing.e-flex .col-left .elementor-widget.elementor-widget-image {
  max-width: 200px;
}
.header-landing.e-flex .col-left .logo-black {
  display: none;
}
.header-landing.e-flex .col-right {
  width: 60%;
  gap: 10px;
}
.header-landing.e-flex .col-right .btn-tipo .elementor-button {
  color: #DDE6ED;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right .btn-tipo .elementor-button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .header-landing.e-flex .col-right .btn-tipo .elementor-button i, .header-landing.e-flex .col-right .btn-tipo .elementor-button svg {
    margin-right: 0;
    color: #DDE6ED;
  }
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right .btn-tipo .elementor-button-text {
    display: none;
  }
}
.header-landing.e-flex .col-right .btn-tipo.phone .elementor-button {
  border-color: transparent;
}
.header-landing.e-flex .col-right .btn-tipo.phone .elementor-button:hover {
  color: #26364D;
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right .btn-tipo.phone .elementor-button {
    background-color: #26364D !important;
  }
}
.header-landing.e-flex .col-right .btn-tipo.phone .elementor-button-icon i {
  font-size: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right .btn-tipo.phone .elementor-button-icon i {
    font-size: 20px;
  }
}
.header-landing.e-flex .col-right .btn-tipo.whatsapp .elementor-button {
  border-color: #5CB961;
  background-color: #5CB961 !important;
}
.header-landing.e-flex .col-right .btn-tipo.whatsapp .elementor-button:hover {
  background-color: #26364D !important;
  border-color: #26364D;
}
.header-landing.e-flex .col-right .btn-tipo.whatsapp .elementor-button-icon .e-font-icon-svg {
  height: 18px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right .btn-tipo.whatsapp .elementor-button-icon .e-font-icon-svg {
    height: 20px;
    width: 20px;
    margin-right: 0;
  }
}
.header-landing.e-flex .col-right .language-selector .elementor-item {
  padding: 13px 0px 13px 10px !important;
}
@media screen and (max-width: 767px) {
  .header-landing.e-flex .col-right .language-selector .elementor-item {
    padding: 10px 0px 10px 5px !important;
  }
}
.header-landing.e-flex.elementor-sticky--effects {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-landing.e-flex.elementor-sticky--effects .e-con-inner {
  border-color: transparent;
}
.header-landing.e-flex.elementor-sticky--effects .language-selector .elementor-item {
  color: #26364D !important;
}
.header-landing.e-flex.elementor-sticky--effects .language-selector .elementor-nav-menu .sub-arrow .e-font-icon-svg {
  fill: #26364D;
}
.header-landing.e-flex.elementor-sticky--effects .language-selector .sub-menu .elementor-sub-item {
  background: #f5f5f5;
}
.header-landing.e-flex.elementor-sticky--effects .language-selector .sub-menu .elementor-sub-item:hover {
  background-color: #536E83;
}
.header-landing.e-flex.elementor-sticky--effects .col-right .btn-tipo.phone .elementor-button {
  color: #26364D;
}
.header-landing.e-flex.elementor-sticky--effects .logo-white {
  display: none;
}
.header-landing.e-flex.elementor-sticky--effects .logo-black {
  display: block;
}

.footer-landing.e-flex {
  background-color: #9CB2BF;
  padding: 20px 10px;
}
@media screen and (min-width: 1200px) {
  .footer-landing.e-flex {
    padding: 40px 10px;
  }
}
.footer-landing.e-flex .e-con-inner {
  max-width: 1700px;
}
.footer-landing.e-flex .col-left .elementor-widget.elementor-widget-image {
  max-width: 275px;
}
@media screen and (max-width: 767px) {
  .footer-landing.e-flex .col-left .elementor-widget.elementor-widget-image {
    text-align: center;
  }
}
.footer-landing.e-flex .col-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-landing.e-flex .col-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer-landing.e-flex .col-right .elementor-widget-text-editor {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-landing.e-flex .col-right .elementor-widget-text-editor {
    text-align: center;
  }
}
.footer-landing.e-flex .footer-landing-contact.e-flex {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-landing.e-flex .footer-landing-contact.e-flex .btn-tipo .elementor-button {
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: normal;
  text-transform: none;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .footer-landing.e-flex .footer-landing-contact.e-flex .btn-tipo .elementor-button {
    padding: 14px 26px;
  }
}
.footer-landing.e-flex .footer-landing-contact.e-flex .btn-tipo.phone .elementor-button {
  border-color: transparent;
}
.footer-landing.e-flex .footer-landing-contact.e-flex .btn-tipo.whatsapp .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.footer-landing.e-flex .footer-landing-contact.e-flex .btn-tipo.whatsapp .elementor-button:hover {
  background-color: #DDE6ED !important;
  color: #26364D;
}
.footer-landing.e-flex .footer-landing-contact.e-flex .btn-tipo.whatsapp .elementor-button:hover .e-font-icon-svg {
  fill: #26364D;
}

.footer-landing-copy.e-flex {
  background-color: #DDE6ED;
  padding: 0 10px;
}
.footer-landing-copy.e-flex .e-con-inner {
  max-width: 1700px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.footer-landing-copy.e-flex .col-left .elementor-widget-text-editor {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-landing-copy.e-flex .col-left .elementor-widget-text-editor {
    text-align: center;
  }
}
.footer-landing-copy.e-flex .col-left .elementor-widget-text-editor p {
  margin: 0;
}
.footer-landing-copy.e-flex .col-right .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer-landing-copy.e-flex .col-right .elementor-icon-list-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-landing-copy.e-flex .col-right .elementor-icon-list-items a {
  font-size: 12px;
  font-weight: 300;
}

.page-hero.home.e-flex .e-con-inner {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.page-hero.home.e-flex .elementor-widget-heading h2.elementor-heading-title {
  max-width: 950px;
}
.page-hero.home.e-flex .elementor-widget.elementor-widget-divider {
  padding-top: 60px;
}

.page-hero.seriola.e-flex .elementor-widget.elementor-widget-divider {
  padding-top: 60px;
}

.text-img.seriola.e-flex {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .text-img.seriola.e-flex {
    padding: 0 10px 100px;
  }
}

@media screen and (max-width: 767px) {
  .banner-glass.seriola.e-flex .e-con-inner .col-left {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page-hero.about.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    padding-bottom: 200px;
  }
}

.testimonials.about.e-flex {
  margin: 80px auto;
}
@media screen and (min-width: 1200px) {
  .testimonials.about.e-flex {
    padding: 100px 0 100px 120px;
    margin: 120px auto;
  }
}
.testimonials.about.e-flex .col-left {
  padding-top: 0;
}
.testimonials.about.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 100%;
}
.testimonials.about.e-flex .col-right .testimonials-carousel {
  padding-top: 20px;
}
.testimonials.about.e-flex .col-right .testimonials-carousel .swiper {
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  .testimonials.about.e-flex .col-right .testimonials-carousel .swiper {
    max-width: 62%;
  }
}
.testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-item {
  background: linear-gradient(149deg, rgba(221, 230, 237, 0.18) 0%, rgba(255, 255, 255, 0.09) 101.45%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid #DDE6ED;
  padding: clamp(10px, 3vw, 20px);
  min-height: clamp(450px, 40vw, 670px);
}
.testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-item .e-con-inner {
  padding: 0;
}
.testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-name {
  margin-top: 0;
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-name {
    color: #DDE6ED;
  }
}
.testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-text {
  font-size: clamp(14px, 1.2vw, 26px);
  line-height: clamp(20px, 2vw, 30px);
  padding: 0;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-text {
    color: #DDE6ED;
  }
}
.testimonials.about.e-flex .col-right .testimonials-carousel .testimonials-carousel-text p {
  margin: 0;
}

.about-origen.e-flex {
  padding: 0 10px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 80%;
}
@media screen and (min-width: 768px) {
  .about-origen.e-flex {
    background-size: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .about-origen.e-flex {
    padding: 20px 10px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .about-origen.e-flex {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  .about-origen.e-flex .col-left {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .about-origen.e-flex .col-right {
    width: 60%;
  }
}
.about-origen.e-flex .section-title .elementor-heading-title {
  max-width: 360px;
  padding-bottom: 20px;
}
.about-origen.e-flex .video-content {
  aspect-ratio: 1;
  width: 60%;
  overflow: hidden;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 992px) {
  .about-origen.e-flex .video-content {
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .about-origen.e-flex .video-content {
    margin-right: 24%;
  }
}
.about-origen.e-flex .text-content.e-flex {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 30px;
}
@media screen and (min-width: 1200px) {
  .about-origen.e-flex .text-content.e-flex {
    padding: 80px 0 0;
  }
}
.about-origen.e-flex .text-content.e-flex .elementor-widget-text-editor {
  max-width: 425px !important;
}
.about-origen.e-flex .text-content.e-flex .elementor-widget-text-editor p {
  margin-bottom: 20px;
  margin-top: 0;
}

.text-video.about.e-flex .section-title .elementor-heading-title {
  max-width: 500px;
}
.text-video.about.e-flex .e-con-inner .elementor-widget-text-editor {
  margin-top: auto;
  padding-top: clamp(40px, 6vw, 110px);
}

.about-compromise.e-flex {
  max-width: 1740px !important;
  padding: 60px 20px;
  margin-bottom: clamp(40px, 6vw, 100px);
}
@media screen and (min-width: 1200px) {
  .about-compromise.e-flex {
    padding: 140px 10px;
  }
}
.about-compromise.e-flex .section-pretitle .elementor-heading-title {
  color: #DDE6ED;
  letter-spacing: 2.4px;
}
.about-compromise.e-flex .about-compromise-text.elementor-widget-text-editor {
  color: #DDE6ED;
  font-size: clamp(24px, 4vw, 44px);
  line-height: clamp(30px, 4.5vw, 50px);
}
.about-compromise.e-flex .about-compromise-text.elementor-widget-text-editor p {
  margin-top: 0;
}
.about-compromise.e-flex .section-text.elementor-widget-text-editor {
  max-width: 525px !important;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #DDE6ED;
}
@media screen and (max-width: 767px) {
  .about-compromise.e-flex .section-text.elementor-widget-text-editor {
    padding-top: 140px;
  }
}
.about-compromise.e-flex .section-text.elementor-widget-text-editor p {
  margin-bottom: 0;
}

/*TEAM*/
.about-team.e-flex {
  padding: 20px 10px 40px;
  border-bottom: 1px solid #9CB2BF;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .about-team.e-flex {
    padding: 60px 10px 100px;
  }
}
.about-team.e-flex .section-title.elementor-widget.elementor-widget-heading {
  max-width: 850px;
}
.about-team.e-flex .elementor-widget-n-carousel {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .about-team.e-flex .elementor-widget-n-carousel .e-n-carousel {
    width: 75%;
    overflow: visible;
    margin: 0;
  }
}
.about-team.e-flex .elementor-widget-n-carousel .e-flex {
  padding: 0;
}
.about-team.e-flex .elementor-widget-n-carousel .elementor-widget-text-editor {
  padding-top: 20px;
}
.about-team.e-flex .elementor-widget-n-carousel .elementor-widget-text-editor h3 {
  font-family: "Plus Jakarta Sans";
  font-size: clamp(12px, 1vw, 14px);
  margin: 0 0 10px;
  font-weight: 700;
}
.about-team.e-flex .elementor-widget-n-carousel .elementor-widget-text-editor p {
  font-family: "Plus Jakarta Sans";
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 300;
  margin: 0;
}

/*FORMULARIO*/
.about-contact.e-flex {
  padding: 40px 10px 40px;
}
@media screen and (min-width: 1200px) {
  .about-contact.e-flex {
    padding: 120px 10px 140px;
  }
}
.about-contact.e-flex .e-con-inner {
  max-width: 1740px !important;
}
@media screen and (min-width: 768px) {
  .about-contact.e-flex .col-left {
    width: 55%;
  }
}
.about-contact.e-flex .col-left .section-title.elementor-widget.elementor-widget-heading {
  max-width: 760px;
}
.about-contact.e-flex .col-left .elementor-widget.elementor-widget-text-editor {
  max-width: 760px;
  margin: auto 0 0;
}
@media screen and (min-width: 768px) {
  .about-contact.e-flex .col-right {
    width: 45%;
  }
}
.about-contact.e-flex .col-right .elementor-widget-form .elementor-field-group {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.about-contact.e-flex .col-right input, .about-contact.e-flex .col-right textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #26364D;
  padding: 0;
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 300;
}
.about-contact.e-flex .col-right input:focus, .about-contact.e-flex .col-right textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #9CB2BF;
}
.about-contact.e-flex .col-right .elementor-field-type-radio {
  margin: 15px 10px;
  border-bottom: 1px solid #26364D;
  padding: 0 0 10px !important;
}
.about-contact.e-flex .col-right .elementor-field-type-radio .elementor-field-label {
  display: block;
  overflow: visible;
  position: relative;
  margin: 0;
  height: auto;
  top: 0;
  width: 100%;
  padding: 0 0 15px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #26364D;
}
@media screen and (max-width: 767px) {
  .about-contact.e-flex .col-right .elementor-field-type-radio .elementor-field-subgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.about-contact.e-flex .col-right .elementor-field-type-radio .elementor-field-subgroup label {
  font-size: clamp(13px, 1vw, 14px);
  color: #26364D;
  font-weight: 300;
}
.about-contact.e-flex .col-right .elementor-field-type-radio .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.about-contact.e-flex .col-right .elementor-field-type-upload {
  margin: 20px 10px !important;
  border-bottom: 1px solid #26364D;
  padding: 0 0 10px !important;
}
.about-contact.e-flex .col-right .elementor-field-type-upload input {
  border-bottom: none;
}
.about-contact.e-flex .col-right .elementor-field-type-textarea .elementor-field-label {
  display: block;
  overflow: visible;
  position: relative;
  margin: 0;
  height: auto;
  top: 0;
  width: 100%;
  padding: 0 0 15px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #26364D;
}
.about-contact.e-flex .col-right .elementor-field-type-acceptance .elementor-field-subgroup label {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 300;
}
.about-contact.e-flex .col-right .elementor-field-type-acceptance .elementor-field-subgroup a {
  color: #26364D;
  text-decoration: underline;
}
.about-contact.e-flex .col-right .elementor-field-type-acceptance .elementor-field-subgroup a:hover {
  text-decoration: none;
}
.about-contact.e-flex .col-right .elementor-column.elementor-field-type-submit {
  padding-top: 40px;
}
.about-contact.e-flex .col-right .elementor-column.elementor-field-type-submit .elementor-button {
  cursor: pointer;
  background-color: transparent;
  color: #C4AF9C;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 1px solid #C4AF9C;
  border-radius: 100px;
  padding: 15px;
}
.about-contact.e-flex .col-right .elementor-column.elementor-field-type-submit .elementor-button:hover {
  background-color: #C4AF9C;
  color: #fff;
}

.page-hero.profesionales.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
  max-width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-hero.profesionales.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    padding-bottom: clamp(100px, 8vw, 150px);
  }
}
.page-hero.profesionales.e-flex .e-con-inner .col-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-hero.profesionales.e-flex .btn-tipo.elementor-widget-button {
  width: 525px;
  padding-top: 30px;
}
.page-hero.profesionales.e-flex .btn-tipo.elementor-widget-button .elementor-button {
  border-color: #C4AF9C;
  color: #C4AF9C;
}
.page-hero.profesionales.e-flex .btn-tipo.elementor-widget-button .elementor-button:hover {
  color: #536E83;
  border-color: #536E83;
}

.two-imgs.profesionales.e-flex .col-left .elementor-widget-heading .elementor-heading-title {
  max-width: 700px;
}
.two-imgs.profesionales.e-flex .col-left .elementor-widget-image {
  margin-top: auto;
}
@media screen and (min-width: 1200px) {
  .two-imgs.profesionales.e-flex .col-right {
    padding-top: 160px;
  }
}
.two-imgs.profesionales.e-flex .col-right .elementor-hidden-desktop img {
  width: 100%;
}
.two-imgs.profesionales.e-flex .col-right .elementor-widget-text-editor {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .two-imgs.profesionales.e-flex .col-right .elementor-widget-text-editor {
    padding: 150px 0 0px;
  }
}
.two-imgs.profesionales.e-flex .col-right .elementor-widget-text-editor p {
  margin: 0;
}

.banner-glass.profesionales.e-flex:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(105, 105, 105, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.banner-glass.profesionales.e-flex .e-con-inner .col-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.e-flex .e-con-inner .col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .sostenibilidad.profesionales.e-flex {
    background-size: 0;
  }
}
.sostenibilidad.profesionales.e-flex .e-con-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sostenibilidad.profesionales.e-flex .section-title .elementor-heading-title {
  max-width: 500px;
}
.sostenibilidad.profesionales.e-flex .col-left .elementor-widget-text-editor {
  max-width: 525px !important;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .sostenibilidad.profesionales.e-flex .col-left .elementor-widget-text-editor {
    padding-top: clamp(100px, 11vw, 200px);
  }
}
.sostenibilidad.profesionales.e-flex .btn-tipo.elementor-widget-button .elementor-button {
  border-color: #C4AF9C;
  color: #C4AF9C;
}
.sostenibilidad.profesionales.e-flex .btn-tipo.elementor-widget-button .elementor-button:hover {
  color: #536E83;
  border-color: #DDE6ED;
}
@media screen and (max-width: 767px) {
  .sostenibilidad.profesionales.e-flex .col-right {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .text-carousel.profesionales.e-flex .col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .text-carousel.profesionales.e-flex .col-left {
    padding-left: 14%;
  }
}
.text-carousel.profesionales.e-flex .col-right {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .text-carousel.profesionales.e-flex .col-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.profesionales-beneficios.e-flex {
  padding: 20px 10px 60px;
}
@media screen and (min-width: 1200px) {
  .profesionales-beneficios.e-flex {
    padding: 40px 10px 100px;
  }
}
.profesionales-beneficios.e-flex .e-con-inner {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (min-width: 768px) {
  .profesionales-beneficios.e-flex .col-left {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .profesionales-beneficios.e-flex .col-right {
    width: 30%;
  }
}
.profesionales-beneficios.e-flex .profesionales-beneficios-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .profesionales-beneficios.e-flex .profesionales-beneficios-content {
    gap: 40px 0;
    padding-top: 120px;
  }
}
.profesionales-beneficios.e-flex .profesionales-beneficios-content .elementor-widget-text-editor {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #536E83;
  position: relative;
}
@media screen and (min-width: 575px) {
  .profesionales-beneficios.e-flex .profesionales-beneficios-content .elementor-widget-text-editor {
    padding-right: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .profesionales-beneficios.e-flex .profesionales-beneficios-content .elementor-widget-text-editor {
    padding-right: 40px;
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .profesionales-beneficios.e-flex .profesionales-beneficios-content .elementor-widget-text-editor {
    width: 25%;
  }
}
.profesionales-beneficios.e-flex .profesionales-beneficios-content .elementor-widget-text-editor strong {
  color: #26364D;
}
.profesionales-beneficios.e-flex .profesionales-beneficios-content .elementor-widget-text-editor:after {
  content: "";
  width: 124px;
  height: 1px;
  background-color: #E4E027;
  display: block;
}
.profesionales-beneficios.e-flex .section-title .elementor-heading-title {
  max-width: 590px;
}
.profesionales-beneficios.e-flex .btn-tipo.elementor-widget-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.profesionales-beneficios.e-flex .btn-tipo.elementor-widget-button .elementor-button {
  border-color: #C4AF9C;
  color: #C4AF9C;
}
.profesionales-beneficios.e-flex .btn-tipo.elementor-widget-button .elementor-button:hover {
  color: #536E83;
  border-color: #DDE6ED;
}

.testimonials.profesionales.e-flex {
  margin-bottom: 60px;
}
.testimonials.profesionales.e-flex:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(49, 49, 49, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials.profesionales.e-flex .col-left {
  z-index: 9;
}
.testimonials.profesionales.e-flex .section-title .elementor-heading-title, .testimonials.profesionales.e-flex .section-pretitle .elementor-heading-title {
  color: #DDE6ED;
}

.page-hero.innovacion.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
  max-width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-hero.innovacion.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    padding-bottom: clamp(100px, 8vw, 150px);
  }
}

.innovacion-sostenibilidad.e-flex {
  padding: 60px 10px;
}
@media screen and (min-width: 1200px) {
  .innovacion-sostenibilidad.e-flex {
    padding: 150px 10px;
  }
}
.innovacion-sostenibilidad.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 600px;
}
.innovacion-sostenibilidad.e-flex .col-left .elementor-widget-text-editor {
  max-width: 525px !important;
  margin-top: auto;
}
.innovacion-sostenibilidad.e-flex .col-left .elementor-widget-text-editor p:last-child {
  margin: 0;
}
.innovacion-sostenibilidad.e-flex .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 25px;
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .innovacion-sostenibilidad.e-flex .col-right {
    padding-left: 120px;
  }
}
.innovacion-sostenibilidad.e-flex .col-right .elementor-widget-text-editor {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #9CB2BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .innovacion-sostenibilidad.e-flex .col-right .elementor-widget-text-editor {
    width: calc(50% - 13px);
    min-height: 290px;
  }
}
.innovacion-sostenibilidad.e-flex .col-right .elementor-widget-text-editor p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .innovacion-sostenibilidad.e-flex .col-right .elementor-widget-text-editor p {
    max-width: 280px;
  }
}
.innovacion-sostenibilidad.e-flex .col-right .text-border.elementor-widget-text-editor {
  color: #26364D;
  border: 1px solid #E4E027;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .innovacion-sostenibilidad.e-flex .col-right .text-border.elementor-widget-text-editor {
    min-height: 180px;
  }
}
.innovacion-sostenibilidad.e-flex .col-right .text-border.elementor-widget-text-editor:hover {
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
.innovacion-sostenibilidad.e-flex .col-right .text-border.elementor-widget-text-editor p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .innovacion-sostenibilidad.e-flex .col-right .text-border.elementor-widget-text-editor p {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .innovacion-sostenibilidad.e-flex .col-right .text-border.elementor-widget-text-editor:nth-of-type(3) {
    margin-bottom: 40px;
  }
}

.banner-glass.profesionales.innovacion.e-flex .col-left {
  padding: 10px 10px 80px;
}
@media screen and (min-width: 768px) {
  .banner-glass.profesionales.innovacion.e-flex .col-left {
    padding: 40px 60px 140px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-glass.profesionales.innovacion.e-flex .col-left {
    padding: 100px 120px 140px;
  }
}
.banner-glass.profesionales.innovacion.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.e-flex .col-left .section-title .elementor-heading-title {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.e-flex .col-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.banner-glass.profesionales.innovacion.e-flex .e-con-inner .video-content {
  margin: auto 0 0;
}
.banner-glass.profesionales.innovacion.e-flex .e-con-inner .elementor-widget-icon-list {
  padding-top: 0;
  margin-top: auto;
}
.banner-glass.profesionales.innovacion.e-flex .e-con-inner .elementor-widget-text-editor {
  margin-top: clamp(30px, 4vw, 60px);
}

.innovacion-acuicultura.e-flex {
  overflow: hidden;
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1700px) {
  .innovacion-acuicultura.e-flex {
    padding: 140px 0 60px 120px;
  }
}
.innovacion-acuicultura.e-flex .e-con-inner {
  max-width: 100% !important;
}
.innovacion-acuicultura.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 600px;
}
.innovacion-acuicultura.e-flex .col-left .elementor-widget-text-editor {
  max-width: 525px !important;
  margin-top: auto;
  padding-bottom: 80px;
}
.innovacion-acuicultura.e-flex .col-right {
  overflow: hidden;
}
.innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel {
  padding-top: 10px;
  padding-bottom: 80px;
}
.innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel .swiper {
  max-width: 85%;
  overflow: visible;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel .swiper {
    max-width: 55%;
  }
}
.innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel .carousel-item {
  background-size: cover;
  background-position: top center;
  cursor: -webkit-grab;
  cursor: grab;
  padding: clamp(20px, 3vw, 30px);
  min-height: clamp(400px, 32vw, 580px);
}
.innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel .elementor-heading-title {
  font-size: clamp(26px, 2vw, 30px);
  line-height: clamp(26px, 2vw, 30px);
  font-weight: 400;
  color: #DDE6ED;
  letter-spacing: -0.9px;
  max-width: 250px;
}
.innovacion-acuicultura.e-flex .col-right .elementor-widget-n-carousel .elementor-widget-text-editor {
  color: #9CB2BF;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: clamp(20px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: -0.54px;
  max-width: 325px !important;
}

@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.impacto.e-flex {
    padding-bottom: 260px;
  }
}
.banner-glass.profesionales.innovacion.impacto.e-flex:after {
  display: none;
}
.banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .col-right {
  background: rgba(83, 110, 131, 0.2);
}
.banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .section-pretitle .elementor-heading-title, .banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .section-title .elementor-heading-title, .banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .elementor-widget-text-editor, .banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .elementor-widget-icon-list .elementor-icon-list-text {
  color: #26364D;
}
.banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .elementor-widget-icon-list .elementor-icon-list-item {
  border-color: #26364D;
}
.banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .elementor-widget-text-editor {
  margin-top: auto;
}
.banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .elementor-widget-text-editor p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.impacto.e-flex .col-left {
    padding: 10px 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.impacto.e-flex .col-left .section-title .elementor-heading-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.impacto.e-flex .e-con-inner .col-right {
    background-color: transparent;
  }
}

@media screen and (max-width: 1199px) {
  .text-img.innovacion.e-flex {
    padding: 40px 10px;
  }
}
.text-img.innovacion.e-flex .e-con-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-img.innovacion.e-flex .col-right .elementor-widget-image {
  margin: 0;
}
.text-img.innovacion.e-flex .elementor-widget-text-editor {
  padding-top: 20px;
}
@media screen and (min-width: 767px) {
  .text-img.innovacion.e-flex .elementor-widget-text-editor {
    padding-top: clamp(20px, 14vw, 240px);
  }
}

.press.e-flex .col-right .elementor-widget-heading a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .press-content.e-flex {
    padding: 80px 0;
  }
}
.press-content.e-flex .e-con-inner {
  max-width: 1740px;
}
.press-content.e-flex .press-loop .e-loop-item {
  border-bottom: 1px solid #E4E027;
  padding: 60px 0;
}
.press-content.e-flex .press-loop .e-loop-item .e-con-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1500px;
}
.press-content.e-flex .press-loop .e-loop-item .e-flex {
  padding: 0 5px;
}
.press-content.e-flex .press-loop .elementor-widget-post-info .elementor-post-info__terms-list-item {
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.press-content.e-flex .press-loop .elementor-widget-heading {
  padding: 20px 0 20px;
}
@media screen and (min-width: 1300px) {
  .press-content.e-flex .press-loop .elementor-widget-heading {
    padding: 20px 0 80px;
  }
}
.press-content.e-flex .press-loop .elementor-widget-heading .elementor-heading-title {
  max-width: 700px;
}
.press-content.e-flex .press-loop .elementor-widget-heading a {
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 300;
  line-height: clamp(32px, 3vw, 52px);
  letter-spacing: -1.5px;
}
.press-content.e-flex .press-loop .elementor-widget-heading a span {
  color: #9CB2BF;
}
.press-content.e-flex .press-loop .elementor-widget-theme-post-excerpt {
  max-width: 680px !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 30px;
}
.press-content.e-flex .press-loop .elementor-widget-button .elementor-button {
  border-radius: 100px;
  border: 1px solid #DDE6ED;
  background-color: #DDE6ED;
  color: #26364D;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  padding: 12px 25px;
}
.press-content.e-flex .press-loop .elementor-widget-button .elementor-button:hover {
  border-color: #9CB2BF;
  background-color: #9CB2BF;
  color: #fff;
}
@media screen and (min-width: 1300px) {
  .press-content.e-flex .press-loop .elementor-widget-button .elementor-button {
    padding: 15px 35px;
  }
}
.press-content.e-flex .press-loop .elementor-widget-image {
  text-align: right;
  overflow: hidden;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .press-content.e-flex .press-loop .elementor-widget-image {
    margin: 10px 0 40px;
  }
}
@media screen and (min-width: 1300px) {
  .press-content.e-flex .press-loop .elementor-widget-image {
    margin-top: 80px;
    width: 663px;
    height: 350px;
  }
}
.press-content.e-flex .press-loop .elementor-widget-image a {
  height: 100%;
  width: 100%;
}
.press-content.e-flex .press-loop .elementor-widget-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.press-content.e-flex .elementor-pagination {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.press-content.e-flex .elementor-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid #DDE6ED;
  background: #FFF;
  color: #26364D;
  font-size: 14px;
}
.press-content.e-flex .elementor-pagination .page-numbers.current, .press-content.e-flex .elementor-pagination .page-numbers:hover {
  background-color: #DDE6ED;
}
.press-content.e-flex .elementor-pagination .page-numbers.next:before {
  content: "\E907";
  font-family: "aquaculture" !important;
}
.press-content.e-flex .elementor-pagination .page-numbers.prev:before {
  content: "\E906";
  font-family: "aquaculture" !important;
}
.press-content.e-flex .elementor-pagination span.next, .press-content.e-flex .elementor-pagination span.prev {
  display: none;
}

.page-hero.contact.e-flex {
  min-height: 1400px;
}
@media screen and (min-width: 768px) {
  .page-hero.contact.e-flex {
    min-height: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .page-hero.contact.e-flex {
    min-height: 105dvh;
  }
}
.page-hero.contact.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
  max-width: 750px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-hero.contact.e-flex .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    padding-right: 20px;
    padding-bottom: 200px;
  }
}
.page-hero.contact.e-flex .elementor-form {
  max-width: 525px;
}
.page-hero.contact.e-flex .elementor-form .elementor-field {
  height: 40px;
  color: #DDE6ED;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #DDE6ED;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.page-hero.contact.e-flex .elementor-form .elementor-field::-webkit-input-placeholder {
  opacity: 1;
}
.page-hero.contact.e-flex .elementor-form .elementor-field::-moz-placeholder {
  opacity: 1;
}
.page-hero.contact.e-flex .elementor-form .elementor-field:-ms-input-placeholder {
  opacity: 1;
}
.page-hero.contact.e-flex .elementor-form .elementor-field::-ms-input-placeholder {
  opacity: 1;
}
.page-hero.contact.e-flex .elementor-form .elementor-field::placeholder {
  opacity: 1;
}
.page-hero.contact.e-flex .elementor-form .elementor-field:focus {
  border-color: #26364D;
}
@media screen and (max-width: 1200px) {
  .page-hero.contact.e-flex .elementor-form .elementor-field-group {
    margin-bottom: 10px;
  }
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-html {
  padding-top: 5px;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-html p {
  color: #DDE6ED;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-group-message {
  margin-top: 15px;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-group-message .elementor-field {
  min-height: 60px;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-acceptance {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 80px;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-acceptance label {
  color: #DDE6ED;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 300;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-acceptance a {
  color: #DDE6ED;
  text-decoration: underline;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
}
.page-hero.contact.e-flex .elementor-form input[type=checkbox] {
  -webkit-appearance: none;
  width: 25px;
  height: 12px;
  min-height: auto;
  border: 1px solid #fff;
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff !important;
  outline: 0;
  border: 1px solid #fff;
}
.page-hero.contact.e-flex .elementor-form input[type=checkbox]:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-hero.contact.e-flex .elementor-form input[type=checkbox]:checked {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.page-hero.contact.e-flex .elementor-form input[type=checkbox]:checked:before {
  left: auto;
  right: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #26364D;
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .page-hero.contact.e-flex .elementor-form .elementor-field-type-submit {
    margin: 10px 0 80px;
  }
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-submit .elementor-button {
  border-radius: 100px;
  border: 1px solid #C4AF9C;
  color: #C4AF9C;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-hero.contact.e-flex .elementor-form .elementor-field-type-submit .elementor-button {
    height: 44px;
    padding: 10px 40px;
  }
}
.page-hero.contact.e-flex .elementor-form .elementor-field-type-submit .elementor-button:hover {
  background-color: #C4AF9C;
  color: #fff;
}

.contact-info.e-flex {
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .contact-info.e-flex {
    padding: 40px 0 80px;
  }
}
.contact-info.e-flex .e-con-inner {
  max-width: 1740px;
}
.contact-info.e-flex .col-left, .contact-info.e-flex .col-center, .contact-info.e-flex .col-right {
  border-bottom: 1px solid #C4AF9C;
  padding: 40px 15px;
}
@media screen and (min-width: 1200px) {
  .contact-info.e-flex .col-left, .contact-info.e-flex .col-center, .contact-info.e-flex .col-right {
    padding: 40px 60px;
  }
}
.contact-info.e-flex .col-left, .contact-info.e-flex .col-right {
  width: 100%;
  border-bottom: 1px solid #C4AF9C;
}
@media screen and (min-width: 992px) {
  .contact-info.e-flex .col-left, .contact-info.e-flex .col-right {
    width: 32%;
  }
}
.contact-info.e-flex .col-center {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-info.e-flex .col-center {
    border-left: 1px solid #C4AF9C;
    border-right: 1px solid #C4AF9C;
  }
}
@media screen and (min-width: 992px) {
  .contact-info.e-flex .col-center {
    width: 36%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    border-bottom: 1px solid #C4AF9C;
  }
}
.contact-info.e-flex .col-center .elementor-widget-heading {
  width: 495px;
}
.contact-info.e-flex .elementor-widget-heading {
  padding-bottom: 30px;
}
.contact-info.e-flex .elementor-widget-heading .elementor-heading-title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.contact-info.e-flex .elementor-widget-text-editor {
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 400;
  line-height: clamp(32px, 2.5vw, 42px);
  letter-spacing: -1.08px;
}
.contact-info.e-flex .elementor-widget-text-editor p {
  margin: 0 0 15px;
}
.contact-info.e-flex .elementor-widget-text-editor a {
  color: #26364D;
  word-break: break-word;
}
.contact-info.e-flex .elementor-widget-button .elementor-button {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #C4AF9C;
  color: #C4AF9C;
  border-radius: 100px;
  padding: 15px 32px;
}
.contact-info.e-flex .elementor-widget-button .elementor-button:hover {
  background-color: #C4AF9C;
  color: #fff;
}
.contact-info.e-flex .elementor-icon svg {
  height: 22px;
  width: 22px;
}
.contact-info.e-flex .elementor-icon i {
  font-size: 24px;
}

.search-results-hero.e-flex {
  text-align: center;
  background: #9CB2BF;
  min-height: 300px;
  padding-top: 150px;
  margin-top: -100px;
}

.search-results-content.e-flex {
  padding: 100px 10px;
}

.legal-hero.e-flex {
  text-align: center;
  background: #9CB2BF;
  min-height: 300px;
  padding-top: 150px;
  margin-top: -100px;
}

.legal.e-flex {
  padding: 80px 15px;
}

.distribuidores-hero.e-flex {
  min-height: 800px;
  margin-top: -130px;
  padding-bottom: clamp(60px, 7vw, 120px);
  padding-top: 150px;
}
@media screen and (min-width: 1600px) {
  .distribuidores-hero.e-flex {
    min-height: 105dvh;
  }
}
.distribuidores-hero.e-flex .e-con-inner {
  max-width: 1760px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (min-width: 992px) {
  .distribuidores-hero.e-flex .col-left {
    width: 60%;
  }
}
.distribuidores-hero.e-flex .col-left .section-pretitle .elementor-heading-title {
  color: #DDE6ED;
}
.distribuidores-hero.e-flex .col-left .section-title .elementor-heading-title {
  color: #DDE6ED;
  font-size: clamp(34px, 4.5vw, 80px);
  line-height: clamp(40px, 5vw, 84px);
  letter-spacing: normal;
  font-weight: 400;
  max-width: 980px;
}
.distribuidores-hero.e-flex .col-left .distribuidores-hero-btns {
  padding: 60px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(10px, 3vw, 30px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.distribuidores-hero.e-flex .col-left .btn-tipo .elementor-button {
  border: 1px solid #DDE6ED;
  padding: 15px 26px;
  color: #DDE6ED;
}
.distribuidores-hero.e-flex .col-left .btn-tipo .elementor-button:hover {
  background-color: #9CB2BF;
  color: #26364D;
}
.distribuidores-hero.e-flex .col-left .btn-tipo.catalogo .elementor-button {
  border: 1px solid #9CB2BF;
  color: #26364D;
  background-color: #9CB2BF !important;
}
.distribuidores-hero.e-flex .col-left .btn-tipo.catalogo .elementor-button:hover {
  background-color: #DDE6ED !important;
  color: #26364D;
}
@media screen and (min-width: 992px) {
  .distribuidores-hero.e-flex .col-right {
    width: 40%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1600px) {
  .cooking.distribuidores.e-flex {
    padding: 120px 0 120px 250px;
  }
}
.cooking.distribuidores.e-flex .cooking-distribuidores-content {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .cooking.distribuidores.e-flex .cooking-distribuidores-content {
    gap: 140px;
  }
}
.cooking.distribuidores.e-flex .cooking-distribuidores-content .section-title .elementor-heading-title {
  max-width: 600px;
}
.cooking.distribuidores.e-flex .cooking-distribuidores-content .elementor-widget-text-editor {
  max-width: 450px;
}
@media screen and (min-width: 1200px) {
  .cooking.distribuidores.e-flex .cooking-carousel .swiper {
    max-width: 80%;
  }
}
.cooking.distribuidores.e-flex .cooking-carousel .elementor-widget-text-editor p {
  margin: 0 0 5px;
}

.distribuidores-formatos.e-flex {
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1700px) {
  .distribuidores-formatos.e-flex {
    padding: 120px 0 120px 120px;
  }
}
.distribuidores-formatos.e-flex .e-con-inner {
  max-width: 100% !important;
}
.distribuidores-formatos.e-flex .col-right {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.distribuidores-formatos.e-flex .section-title .elementor-heading-title {
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: clamp(34px, 4vw, 56px);
  max-width: 570px;
}
.distribuidores-formatos.e-flex .distribuidores-formatos-content {
  padding: 40px 0;
  gap: 25px;
}
.distribuidores-formatos.e-flex .distribuidores-formatos-content .elementor-widget-icon-box .elementor-icon-box-wrapper {
  text-align: left;
}
.distribuidores-formatos.e-flex .distribuidores-formatos-content .elementor-widget-icon-box .elementor-icon {
  font-size: 28px;
  color: #DDE6ED;
}
.distribuidores-formatos.e-flex .distribuidores-formatos-content .elementor-widget-icon-box .elementor-icon-box-content {
  max-width: 500px;
  padding-left: 6px;
}
.distribuidores-formatos.e-flex .distribuidores-formatos-content .elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 6px;
}
.distribuidores-formatos.e-flex .distribuidores-formatos-content .elementor-widget-icon-box .elementor-icon-box-description {
  font-size: 14px;
  line-height: 20px;
}
.distribuidores-formatos.e-flex .btn-tipo.elementor-widget-button .elementor-button {
  border: 1px solid #DDE6ED;
  background-color: #DDE6ED !important;
}
.distribuidores-formatos.e-flex .btn-tipo.elementor-widget-button .elementor-button:hover {
  background-color: #26364D !important;
  color: #DDE6ED;
  border-color: #26364D;
}
@media screen and (max-width: 767px) {
  .distribuidores-formatos.e-flex .elementor-widget-n-carousel {
    padding-bottom: 20px;
  }
}
.distribuidores-formatos.e-flex .swiper {
  max-width: 75%;
  overflow: visible;
  margin: 0;
}
.distribuidores-formatos.e-flex .swiper .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.distribuidores-formatos.e-flex .swiper .e-con-inner {
  padding: 0;
}

.distribuidores-testimonios.e-flex {
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1600px) {
  .distribuidores-testimonios.e-flex {
    padding: 120px 0 120px 250px;
  }
}
.distribuidores-testimonios.e-flex .e-con-inner {
  max-width: 100% !important;
}
.distribuidores-testimonios.e-flex .section-title .elementor-heading-title {
  max-width: 850px;
}
.distribuidores-testimonios.e-flex .distribuidores-testimonios-carousel {
  overflow: hidden;
  margin: 0 -6px;
  padding-top: 30px;
}
.distribuidores-testimonios.e-flex .distribuidores-testimonios-carousel .swiper {
  max-width: 84%;
  overflow: visible;
  margin: 0;
}
.distribuidores-testimonios.e-flex .distribuidores-testimonios-carousel .swiper .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.distribuidores-testimonios.e-flex .distribuidores-testimonios-carousel .swiper .e-con-inner {
  padding: 0;
}
.distribuidores-testimonios.e-flex .distribuidores-testimonios-carousel img {
  width: 100%;
}

.distribuidores-logistica.e-flex {
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1700px) {
  .distribuidores-logistica.e-flex {
    padding: 140px 120px 120px;
  }
}
.distribuidores-logistica.e-flex .e-con-inner {
  max-width: 100% !important;
}
.distribuidores-logistica.e-flex .col-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.distribuidores-logistica.e-flex .section-pretitle .elementor-heading-title {
  color: #DDE6ED;
}
.distribuidores-logistica.e-flex .section-title .elementor-heading-title {
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: clamp(34px, 4vw, 56px);
  color: #DDE6ED;
  font-weight: 400;
}
.distribuidores-logistica.e-flex .btn-tipo {
  padding-top: clamp(40px, 12vw, 200px);
}
.distribuidores-logistica.e-flex .btn-tipo .elementor-button {
  border: 1px solid #DDE6ED;
  background-color: #DDE6ED !important;
}
.distribuidores-logistica.e-flex .btn-tipo .elementor-button:hover {
  background-color: #26364D !important;
  color: #DDE6ED;
  border-color: #26364D;
}
.distribuidores-logistica.e-flex .section-text {
  max-width: 400px !important;
  color: #DDE6ED;
}
@media screen and (max-width: 767px) {
  .distribuidores-logistica.e-flex .section-text {
    padding-top: 20px;
  }
}
.distribuidores-logistica.e-flex .section-text p {
  margin: 0;
}

.distribuidores-info {
  padding: 40px 10px;
}
@media screen and (min-width: 1200px) {
  .distribuidores-info {
    padding: 120px 10px;
  }
}
.distribuidores-info .col-left {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .distribuidores-info .col-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .distribuidores-info .col-left {
    width: 54%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .distribuidores-info .col-right {
    width: 46%;
  }
}
.distribuidores-info .img-bottom.elementor-widget-image {
  text-align: right;
}
@media screen and (min-width: 1500px) {
  .distribuidores-info .img-bottom.elementor-widget-image {
    margin-top: -85px;
  }
}
.distribuidores-info .distribuidores-info-content {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 0;
  gap: 20px 0;
}
@media screen and (min-width: 575px) {
  .distribuidores-info .distribuidores-info-content {
    gap: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .distribuidores-info .distribuidores-info-content {
    padding: 80px 0 0;
  }
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box {
  width: 100%;
}
@media screen and (min-width: 575px) {
  .distribuidores-info .distribuidores-info-content .elementor-widget-icon-box {
    width: 50%;
  }
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box .elementor-icon-box-wrapper {
  gap: 10px;
  text-align: left;
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box .elementor-icon {
  font-size: 36px;
  color: #C4AF9C;
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box .elementor-icon-box-content {
  position: relative;
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box .elementor-icon-box-content:after {
  content: "";
  width: 124px;
  height: 1px;
  background-color: #C4AF9C;
  display: block;
  margin-top: 15px;
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 16px;
}
.distribuidores-info .distribuidores-info-content .elementor-widget-icon-box .elementor-icon-box-description {
  font-size: 14px;
  line-height: 20px;
}

.distribuidores-ubicacion.e-flex {
  padding: 40px 0 40px 10px;
  max-width: 1740px !important;
}
@media screen and (min-width: 1700px) {
  .distribuidores-ubicacion.e-flex {
    padding: 150px 120px;
  }
}
.distribuidores-ubicacion.e-flex .e-con-inner {
  max-width: 100% !important;
}
.distribuidores-ubicacion.e-flex .col-right {
  padding-top: clamp(20px, 6vw, 100px);
}
.distribuidores-ubicacion.e-flex .section-title .elementor-heading-title {
  max-width: 700px;
}
.distribuidores-ubicacion.e-flex .btn-tipo.elementor-widget-button {
  padding-top: clamp(40px, 11vw, 200px);
}
.distribuidores-ubicacion.e-flex .btn-tipo.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.distribuidores-ubicacion.e-flex .btn-tipo.elementor-widget-button .elementor-button:hover {
  background-color: #9CB2BF !important;
  color: #26364D;
  border-color: #9CB2BF;
}

.distribuidores-faq.e-flex {
  padding: 40px 10px;
}
@media screen and (min-width: 1200px) {
  .distribuidores-faq.e-flex {
    padding: 120px 10px;
  }
}
.distribuidores-faq.e-flex .e-con-inner {
  max-width: 1200px !important;
}
.distribuidores-faq.e-flex .col-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.distribuidores-faq.e-flex .section-title .elementor-heading-title {
  max-width: 850px;
}
.distribuidores-faq.e-flex .elementor-widget-image {
  padding: 60px 0 30px;
}
.distribuidores-faq.e-flex .elementor-widget-n-accordion {
  max-width: 525px !important;
}
.distribuidores-faq.e-flex .elementor-widget-n-accordion .e-n-accordion-item-title {
  border: none;
  padding: 20px 0 10px;
  border-bottom: 1px solid #9CB2BF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.distribuidores-faq.e-flex .elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.distribuidores-faq.e-flex .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.distribuidores-faq.e-flex .elementor-widget-n-accordion .e-con-full {
  border: none;
  padding: 0;
}
.distribuidores-faq.e-flex .elementor-widget-n-accordion .e-con-full p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.distribuidores-faq.e-flex .btn-tipo.elementor-widget-button .elementor-button {
  font-size: 14px;
  letter-spacing: normal;
  padding: 12px 25px;
}

.distribuidores-hero.e-flex {
  padding-bottom: clamp(60px, 8vw, 130px);
}
.distribuidores-hero.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 940px;
  line-height: clamp(40px, 5vw, 88px);
}
.distribuidores-hero.e-flex .col-left .elementor-widget.elementor-widget-text-editor {
  color: #DDE6ED;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 400;
  line-height: clamp(20px, 1.5vw, 25px);
  max-width: 550px !important;
  padding: 15px 0 0;
}
.distribuidores-hero.e-flex .col-left .elementor-widget.elementor-widget-text-editor p {
  margin: 0;
}
.distribuidores-hero.e-flex .section-pretitle .elementor-heading-title {
  color: #fff;
}
.distribuidores-hero.e-flex .col-right .elementor-widget.elementor-widget-text-editor {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: clamp(25px, 2vw, 30px);
  max-width: 375px !important;
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .distribuidores-hero.e-flex .col-right .distribuidores-hero-content {
    max-width: 550px;
  }
  .distribuidores-hero.e-flex .col-right .distribuidores-hero-content {
    padding: 25px;
  }
}

.banner-glass.profesionales.innovacion.impacto.landing.e-flex {
  min-height: clamp(800px, 50vw, 800px);
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.impacto.landing.e-flex {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-glass.profesionales.innovacion.impacto.landing.e-flex:before {
    background: rgba(223, 223, 223, 0.6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 590px;
  line-height: clamp(34px, 4vw, 54px);
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .e-con-inner .elementor-widget-text-editor {
  margin-top: 30px;
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .e-con-inner .col-right {
  background: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .banner-glass.profesionales.innovacion.impacto.landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button {
    margin-top: 30px;
  }
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #DDE6ED !important;
  color: #26364D;
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .e-con-inner .elementor-widget-icon-list {
  padding-top: 0;
  margin-top: 0;
  max-width: 580px !important;
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .elementor-widget-icon-list .elementor-icon-list-item {
  border-bottom: 1px solid #9CB2BF;
}
@media screen and (min-width: 1200px) {
  .banner-glass.profesionales.innovacion.impacto.landing.e-flex .col-left {
    padding: 120px 120px 140px;
  }
}
@media screen and (min-width: 1800px) {
  .banner-glass.profesionales.innovacion.impacto.landing.e-flex .col-right {
    padding: 80px 140px 0 0;
  }
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .col-right .elementor-widget.elementor-widget-text-editor {
  max-width: 580px !important;
}
.banner-glass.profesionales.innovacion.impacto.landing.e-flex .col-right .elementor-widget.elementor-widget-text-editor p {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.innovacion-acuicultura.landing.e-flex {
  max-width: 100% !important;
}
@media screen and (min-width: 1700px) {
  .innovacion-acuicultura.landing.e-flex {
    padding: 140px 0 60px 80px;
  }
}
.innovacion-acuicultura.landing.e-flex .section-title .elementor-heading-title {
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: clamp(34px, 4vw, 60px);
  letter-spacing: -1.5px;
}
.innovacion-acuicultura.landing.e-flex .col-left .elementor-widget-text-editor {
  max-width: 585px !important;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .innovacion-acuicultura.landing.e-flex .col-left .elementor-widget-text-editor {
    padding-bottom: 80px;
  }
}
.innovacion-acuicultura.landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.innovacion-acuicultura.landing.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #DDE6ED !important;
  color: #26364D;
}
.innovacion-acuicultura.landing.e-flex .col-right .elementor-widget-n-carousel .carousel-item {
  background: #DDE6ED;
}
.innovacion-acuicultura.landing.e-flex .col-right .elementor-widget-n-carousel .elementor-heading-title {
  line-height: clamp(26px, 2vw, 36px);
  color: #26364D;
  max-width: 325px;
}
.innovacion-acuicultura.landing.e-flex .col-right .elementor-widget-n-carousel .elementor-widget-text-editor {
  color: #26364D;
}
@media screen and (min-width: 1200px) {
  .innovacion-acuicultura.landing.e-flex .col-right .elementor-widget-n-carousel .swiper {
    max-width: 46%;
  }
}

@media screen and (min-width: 1200px) {
  .distribuidores-faq.landing.e-flex {
    padding: 80px 0;
  }
}
.distribuidores-faq.landing.e-flex .e-con-inner {
  max-width: 1740px !important;
  border-top: 1px solid #9CB2BF;
  padding: 30px 0;
}
@media screen and (min-width: 1600px) {
  .distribuidores-faq.landing.e-flex .e-con-inner {
    padding: 100px;
  }
}
.distribuidores-faq.landing.e-flex .section-title .elementor-heading-title {
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: clamp(34px, 4vw, 55px);
  letter-spacing: -1.5px;
  max-width: 560px;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box {
  margin-top: 40px;
  max-width: 720px;
}
@media screen and (min-width: 1200px) {
  .distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box {
    margin-top: 80px;
  }
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper {
  background-color: #DDE6ED;
  padding: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-img {
    width: 240px;
  }
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-img img {
  width: 100%;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 0;
}
@media screen and (min-width: 1200px) {
  .distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-content {
    padding: 0 0 0 24px;
  }
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-title {
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 300;
  line-height: clamp(20px, 2vw, 30px);
  letter-spacing: -0.66px;
  margin: 0;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-description {
  margin-top: auto;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-description .btn-tipo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 15px;
  border: 1px solid #26364D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-description .btn-tipo:nth-of-type(1) {
  background-color: #26364D;
  color: #DDE6ED;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-description .btn-tipo:nth-of-type(1):hover {
  background-color: transparent;
  color: #26364D;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-description .btn-tipo:nth-of-type(2) {
  color: #26364D;
  border-color: #26364D;
}
.distribuidores-faq.landing.e-flex .elementor-widget.elementor-widget-image-box .elementor-image-box-description .btn-tipo:nth-of-type(2):hover {
  background-color: #26364D;
  color: #DDE6ED;
}
.distribuidores-faq.landing.e-flex .elementor-widget-n-accordion {
  max-width: 600px !important;
}
.distribuidores-faq.landing.e-flex .elementor-widget-n-accordion .e-n-accordion-item-title {
  padding: 25px 20px;
}
.distribuidores-faq.landing.e-flex .elementor-widget-n-accordion .e-con-full {
  padding: 10px 20px 0;
}

.distribuidores-hero.restaurantes.e-flex .col-left .section-title .elementor-heading-title {
  max-width: 860px;
}
.distribuidores-hero.restaurantes.e-flex .col-left .elementor-widget.elementor-widget-text-editor {
  max-width: 640px !important;
}

.video-landing.restaurantes.e-flex .elementor-widget.elementor-widget-heading .elementor-heading-title {
  max-width: 760px;
}
.video-landing.restaurantes.e-flex .elementor-widget.elementor-widget-text-editor {
  max-width: 720px !important;
}

.text-carousel.landing-restaurantes.e-flex .section-title .elementor-heading-title {
  line-height: clamp(34px, 4vw, 60px);
  letter-spacing: -1.5px;
}
@media screen and (min-width: 1700px) {
  .text-carousel.landing-restaurantes.e-flex .e-con-inner {
    padding: 120px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .text-carousel.landing-restaurantes.e-flex .cooking-carousel .swiper {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .text-carousel.landing-restaurantes.e-flex .col-left .elementor-widget-text-editor {
    margin-top: 10px;
    max-width: 485px !important;
  }
}
.text-carousel.landing-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button {
  margin-top: clamp(20px, 5vw, 60px);
}
.text-carousel.landing-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.text-carousel.landing-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #9CB2BF !important;
  color: #26364D;
}
@media screen and (min-width: 768px) {
  .text-carousel.landing-restaurantes.e-flex .e-con-inner .col-right {
    width: 60%;
  }
}

.ventajas-restaurantes.e-flex .e-con-inner {
  max-width: 1740px;
  background-color: #DDE6ED;
  padding: 30px 10px;
}
@media screen and (min-width: 1200px) {
  .ventajas-restaurantes.e-flex .e-con-inner {
    background-image: url("/wp-content/uploads/2026/03/rest4-1.jpg");
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 1600px) {
  .ventajas-restaurantes.e-flex .e-con-inner {
    padding: 70px 130px;
  }
}
@media screen and (max-width: 1199px) {
  .ventajas-restaurantes.e-flex .col-left {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .ventajas-restaurantes.e-flex .col-left {
    width: 58%;
  }
}
.ventajas-restaurantes.e-flex .col-right {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .ventajas-restaurantes.e-flex .col-right {
    width: 42%;
  }
}
.ventajas-restaurantes.e-flex .section-title .elementor-heading-title {
  line-height: clamp(34px, 4vw, 60px);
  letter-spacing: -1.5px;
}
.ventajas-restaurantes.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  padding: 20px 0;
}
.ventajas-restaurantes.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.ventajas-restaurantes.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
  width: 100%;
  border-bottom: 1px solid #9CB2BF;
  display: block;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .ventajas-restaurantes.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
    text-align: right;
  }
}
.ventajas-restaurantes.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #9CB2BF;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -3px;
}
@media screen and (min-width: 1200px) {
  .ventajas-restaurantes.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:before {
    left: 0;
    right: inherit;
  }
}
.ventajas-restaurantes.e-flex .elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.ventajas-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button {
  padding-top: 40px;
}
.ventajas-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.ventajas-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #9CB2BF !important;
  color: #26364D;
}

.sostenibilidad-restaurantes.e-flex .e-con-inner {
  max-width: 1740px;
}
.sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-item {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-item .col-right {
    padding-left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-item:nth-of-type(3) .col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 20px;
  }
}
.sostenibilidad-restaurantes.e-flex .section-title .elementor-heading-title {
  line-height: clamp(34px, 4vw, 60px);
  letter-spacing: -1.5px;
  max-width: 580px;
}
.sostenibilidad-restaurantes.e-flex .section-text.elementor-widget.elementor-widget-text-editor {
  max-width: 580px;
  padding-top: 15px;
}
.sostenibilidad-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button {
  padding-top: 30px;
  margin-top: auto;
}
.sostenibilidad-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button {
  background-color: #26364D !important;
  color: #DDE6ED;
}
.sostenibilidad-restaurantes.e-flex .btn-tipo.elementor-widget.elementor-widget-button .elementor-button:hover {
  background-color: #9CB2BF !important;
  color: #26364D;
}
.sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-detalle {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-detalle {
    bottom: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .sostenibilidad-restaurantes.e-flex .sostenibilidad-restaurantes-detalle {
    display: none;
  }
}

.banner-form-landing.restaurantes.e-flex .e-con-inner {
  background-image: url("/wp-content/uploads/2026/03/rest5.jpg");
}
