@charset "UTF-8";
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
ul, ol {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

body, html {
  margin: 0 !important;
  padding: 0 !important; }

@media (max-width: 1023px) {
  .producto {
    opacity: 1 !important; } }

img, svg {
  width: 100%;
  height: auto;
  display: block; }

.main-wrapper {
  width: 100%;
  height: 100%; }
  @media all and (min-width: 1440px) {
    .main-wrapper {
      max-width: 1320px;
      margin: 0 auto; } }

.main-wrapper-small {
  width: 100%;
  height: 100%; }
  @media all and (min-width: 1440px) {
    .main-wrapper-small {
      max-width: 1140px;
      margin: 0 auto; } }

.loading-general {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00475bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .loading-general.active {
    opacity: 1;
    visibility: visible; }
  .loading-general .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite; }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
input, button, textarea {
  -webkit-appearance: none; }
  input:focus, button:focus, textarea:focus {
    outline: none !important; }

label, button {
  cursor: pointer; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.lg-current .lg-img-wrap {
  padding: 0 5vw;
  /* Espacio lateral a la imagen */
  box-sizing: border-box; }

@media all and (min-width: 768px) {
  ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #1F2122; }

  ::-webkit-scrollbar {
    position: absolute;
    width: 4px;
    background-color: #425462; }

  ::-webkit-scrollbar:horizontal {
    display: none; }

  ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px #425462;
    background-color: #425462; } }
p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, a::selection, label::selection, span::selection, img::selection, td::selection, tr::selection, th::selection, strong::selection, address::selection, mark::selection, .wpcf7-response-output::selection, ol li::selection, ul li::selection, em::selection, time::selection, div::selection, i::selection {
  background: #1F2122;
  color: #F6F7F8;
  text-shadow: 0px 0px #F6F7F8; }

/* Firefox */
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, a::-moz-selection, label::-moz-selection, span::-moz-selection, img::-moz-selection, td::-moz-selection, tr::-moz-selection, th::-moz-selection, strong::-moz-selection, address::-moz-selection, mark::-moz-selection, time::-moz-selection, div::selection, i::selection {
  background: #1F2122;
  color: #F6F7F8;
  text-shadow: 0px 0px #F6F7F8; }

.btn {
  box-sizing: border-box;
  padding: 13px 12px;
  border-radius: 8px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  font-family: 'Manrope-Bold';
  text-align: center;
  gap: 8px; }
  .btn .icon {
    width: 20px; }
  .btn p {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.24px;
    font-family: 'Manrope-Bold';
    text-align: center; }
  @media all and (min-width: 1024px) {
    .btn {
      padding: 16px 20px;
      border-radius: 16px;
      transition: .3s ease; }
      .btn p {
        transition: .3s ease;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.28px; } }

.btn-brand-primary {
  background-color: #057996;
  border-color: #057996;
  color: #FFFFFF; }
  .btn-brand-primary p {
    color: #FFFFFF; }
  @media all and (min-width: 1024px) {
    .btn-brand-primary:hover {
      background-color: #B9DAE2;
      border-color: #057996; }
      .btn-brand-primary:hover p {
        color: #057996; } }

.btn-neutral-primary {
  background-color: #00485B;
  border-color: #00485B;
  color: #FFFFFF; }
  .btn-neutral-primary p {
    color: #FFFFFF; }
  .btn-neutral-primary[disabled] {
    opacity: .5; }
  @media all and (min-width: 1024px) {
    .btn-neutral-primary:hover {
      background-color: #EDC277;
      border-color: #EDC277;
      color: #1F2122; }
      .btn-neutral-primary:hover p {
        color: #1F2122; } }

.btn-neutral-primary-light {
  background-color: #8CC1CF;
  border-color: #8CC1CF;
  color: #FFFFFF; }
  .btn-neutral-primary-light p {
    color: #1F2122; }
  .btn-neutral-primary-light[disabled] {
    opacity: .5; }
  @media all and (min-width: 1024px) {
    .btn-neutral-primary-light:hover {
      background-color: #EDC277;
      border-color: #EDC277; }
      .btn-neutral-primary-light:hover p {
        color: #1F2122; } }

.btn-secondary {
  background-color: #FFFFFF;
  border-color: #057996;
  color: #057996; }
  .btn-secondary p {
    color: #057996; }
  @media all and (min-width: 1024px) {
    .btn-secondary:hover {
      background-color: #EDF7DF;
      border-color: #057996; }
      .btn-secondary:hover p {
        color: #057996; } }

.btn-white {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn-white p {
    color: #FFFFFF; }

.btn-black {
  background-color: transparent;
  border-color: #1F2122; }
  .btn-black p {
    color: #1F2122; }
  @media all and (min-width: 1024px) {
    .btn-black:hover {
      background-color: #B9DAE2;
      border-color: #057996; }
      .btn-black:hover p {
        color: #057996; } }

.btn-weak {
  background-color: transparent;
  border-color: #414346; }
  .btn-weak p {
    color: #414346; }
  .btn-weak .icon svg path {
    fill: #414346; }
  @media all and (min-width: 1024px) {
    .btn-weak:hover {
      background-color: #B9DAE2;
      border-color: #057996; }
      .btn-weak:hover p {
        color: #057996; } }

.btn-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 2px; }
  .btn-link.btn-link-black .icon svg path {
    fill: #414346; }
  .btn-link.btn-link-black p {
    color: #414346; }
  .btn-link .icon {
    width: 20px; }
    .btn-link .icon svg path {
      fill: #FFFFFF; }
  .btn-link p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Manrope-Bold';
    line-height: 16px;
    letter-spacing: 0.28px; }
  @media all and (min-width: 1024px) {
    .btn-link p {
      transition: .3s ease; }
    .btn-link .icon svg path {
      transition: .3s ease; }
    .btn-link:hover p {
      color: #057996; }
    .btn-link:hover .icon svg path {
      fill: #057996; } }

.btn-leer-mas {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px; }
  .btn-leer-mas .icon {
    width: 16px !important; }
  @media all and (min-width: 1024px) {
    .btn-leer-mas p {
      transition: .3s ease; }
    .btn-leer-mas .icon svg path {
      transition: .3s ease; }
    .btn-leer-mas:hover p {
      color: #057996; }
    .btn-leer-mas:hover .icon svg path {
      fill: #057996; } }

.btn-play {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background-color: #00485B;
  border-radius: 8px; }
  .btn-play .icon {
    border-radius: 4px;
    background-color: #3492AA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    aspect-ratio: 1; }
    .btn-play .icon svg {
      width: 16px; }
  @media all and (min-width: 1024px) {
    .btn-play {
      border-radius: 16px;
      padding: 6px 20px 6px 4px;
      gap: 8px;
      transition: .3s ease; }
      .btn-play .icon {
        border-radius: 12px;
        width: 36px;
        transition: .3s ease; }
        .btn-play .icon svg {
          width: 20px; }
          .btn-play .icon svg path {
            transition: .3s ease; }
      .btn-play:hover {
        background-color: #006079; }
        .btn-play:hover .icon {
          background-color: #EDC277; }
          .btn-play:hover .icon svg path {
            fill: #1F2122; } }

@font-face {
  font-family: 'Kanit-light';
  src: url("../assets/fonts/Kanit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Light';
  src: url("../assets/fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Medium';
  src: url("../assets/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Semi';
  src: url("../assets/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Bold';
  src: url("../assets/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
h1, h2, h3, h4 {
  font-family: 'Kanit';
  color: #1F2122;
  margin: 0;
  padding: 0;
  font-weight: 400; }
  h1 strong, h1.bold, h2 strong, h2.bold, h3 strong, h3.bold, h4 strong, h4.bold {
    font-family: 'Kanit';
    font-weight: 400; }
  h1.light, h2.light, h3.light, h4.light {
    font-family: 'Kanit-light';
    font-weight: 300; }

h1, .headline-100 {
  font-family: 'Kanit';
  font-size: 42px;
  line-height: 45px;
  letter-spacing: -1px; }
  @media all and (min-width: 1440px) {
    h1, .headline-100 {
      font-size: 67px;
      line-height: 72px; } }

h2, .headline-200, .entry-title {
  font-family: 'Kanit';
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px; }
  @media all and (min-width: 1440px) {
    h2, .headline-200, .entry-title {
      font-size: 47px;
      line-height: 52px; } }

h3, .headline-300 {
  font-family: 'Kanit';
  font-size: 27px;
  line-height: 32px;
  letter-spacing: -1px; }
  @media all and (min-width: 1440px) {
    h3, .headline-300 {
      font-size: 36px;
      line-height: 40px; } }

h4, .headline-400 {
  font-family: 'Kanit';
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -1px; }
  @media all and (min-width: 1440px) {
    h4, .headline-400 {
      font-size: 27px;
      line-height: 32px; } }

.paragraph-lg > p, .paragraph-lg a, p.paragraph-lg, p.paragraph span {
  font-family: 'Manrope';
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 1440px) {
    .paragraph-lg > p, .paragraph-lg a, p.paragraph-lg, p.paragraph span {
      font-size: 21px;
      line-height: 31px; } }

.paragraph-md > p, .paragraph-md a, p.paragraph-md, p.paragraph-md span {
  font-family: 'Manrope';
  font-size: 14px;
  line-height: 20px; }

.paragraph-sm > p, .paragraph-sm a, p.paragraph-sm, p.paragraph-sm span {
  font-family: 'Manrope';
  font-size: 12px;
  line-height: 17px; }

p, li, .paragraph-base > p, .paragraph-base a, p.paragraph-base, a, p.paragraph-base span {
  color: #1F2122;
  margin: 0;
  font-family: 'Manrope';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px; }

input, textarea, textarea::placeholder, input::placeholder, label, span {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px; }

p strong, a strong {
  font-family: 'Manrope-Bold' !important;
  font-weight: initial !important; }
p a, a a {
  text-decoration: underline; }
p.light, a.light {
  font-family: 'Manrope-Light' !important; }
  p.light span, a.light span {
    font-family: 'Manrope-Light' !important; }
p.semi, a.semi {
  font-family: 'Manrope-Medium' !important; }
  p.semi span, a.semi span {
    font-family: 'Manrope-Medium' !important; }
p.bold, a.bold {
  font-family: 'Manrope-Bold' !important; }
  p.bold span, a.bold span {
    font-family: 'Manrope-Bold' !important; }
p.primary, a.primary {
  color: #057996; }
  p.primary span, a.primary span {
    color: #057996; }
p.label-100, a.label-100 {
  font-size: 12px;
  line-height: 12px; }
  p.label-100 span, a.label-100 span {
    font-size: 12px;
    line-height: 12px; }
p.label-200, a.label-200 {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Manrope';
  font-weight: 500;
  letter-spacing: 0.12px; }
  p.label-200 span, a.label-200 span {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Manrope';
    font-weight: 500;
    letter-spacing: 0.12px; }
p.label-300, a.label-300 {
  font-size: 10px;
  line-height: 12px;
  font-family: 'Manrope';
  font-weight: 500;
  letter-spacing: 0.1px; }
  p.label-300 span, a.label-300 span {
    font-size: 10px;
    line-height: 12px;
    font-family: 'Manrope';
    font-weight: 500;
    letter-spacing: 0.1px; }
p.button-200, a.button-200 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px; }
  p.button-200 span, a.button-200 span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.28px; }
p.white, a.white {
  color: #FFFFFF; }
  p.white span, a.white span {
    color: #FFFFFF; }
p.gray, a.gray {
  color: #425462; }
  p.gray span, a.gray span {
    color: #425462; }

.semi p {
  font-family: 'Manrope';
  font-weight: 500; }

.center p, .center h1, .center h2, .center h3, .center h4, .center h5 {
  text-align: center; }

.weak p, p.weak, p.weak span {
  color: #414346; }

.disabled p, p.disabled, p.disabled span {
  color: #66696D; }

.italic {
  font-style: italic !important; }

form.sent .wpcf7-response-output {
  background-color: #EAF9EE;
  border: 1px solid #198754 !important; }
form .form-template--content {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  form .form-template--content .input--content.hidden {
    display: none; }
  form .form-template--content .input--content .input {
    position: relative; }
    form .form-template--content .input--content .input.no-icon > p > span .select2 .selection .select2-selection .select2-selection__rendered {
      left: 8px; }
    form .form-template--content .input--content .input .icon {
      position: absolute;
      z-index: 5;
      top: 10px;
      left: 8px;
      width: 16px; }
    form .form-template--content .input--content .input > p > span {
      width: 100%; }
      form .form-template--content .input--content .input > p > span br {
        display: none; }
      form .form-template--content .input--content .input > p > span input, form .form-template--content .input--content .input > p > span textarea {
        color: #1F2122;
        background-color: #FFFFFF;
        width: 100%;
        padding: 9px 8px 9px 32px;
        border: 1px solid #AAADB1;
        border-radius: 8px;
        box-sizing: border-box;
        transition: .3s ease; }
        form .form-template--content .input--content .input > p > span input::placeholder, form .form-template--content .input--content .input > p > span textarea::placeholder {
          color: #414346; }
        form .form-template--content .input--content .input > p > span input.wpcf7-not-valid, form .form-template--content .input--content .input > p > span textarea.wpcf7-not-valid {
          border-color: #D31510 !important; }
        form .form-template--content .input--content .input > p > span input.focus, form .form-template--content .input--content .input > p > span textarea.focus {
          border-color: #3492AA;
          background-color: #E9F7F7; }
      form .form-template--content .input--content .input > p > span textarea {
        padding: 9px 8px;
        height: 100px; }
      form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection {
        outline: none;
        color: #1F2122;
        background-color: #FFFFFF;
        width: 100%;
        padding: 8px 8px 8px 32px;
        border: 1px solid #AAADB1;
        border-radius: 8px;
        box-sizing: border-box;
        transition: .3s ease;
        height: 36px; }
        form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection.selected {
          border-color: #3492AA !important;
          background-color: #E9F7F7; }
        form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection .select2-selection__rendered {
          padding: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 32px; }
        form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection .select2-selection__arrow {
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          right: 8px;
          top: 50%;
          transform: translateY(-50%); }
          form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection .select2-selection__arrow::after {
            content: url(../assets/svgs/chevron-down.svg);
            display: block;
            width: 20px;
            height: 20px; }
          form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection .select2-selection__arrow b {
            display: none; }
      form .form-template--content .input--content .input > p > span select.wpcf7-not-valid + .select2 .selection .select2-selection {
        border-color: #D31510 !important; }
        form .form-template--content .input--content .input > p > span select.wpcf7-not-valid + .select2 .selection .select2-selection.selected {
          border-color: #3492AA !important; }
      form .form-template--content .input--content .input > p > span .wpcf7-not-valid-tip {
        margin-top: 8px;
        padding: 4px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.12px;
        font-family: 'Manrope-Medium';
        color: #1F2122;
        background-color: #FFEBE7; }
        form .form-template--content .input--content .input > p > span .wpcf7-not-valid-tip::before {
          content: url(./../assets/svgs/danger.svg);
          width: 14px;
          display: block; }
  form .form-template--content .input-text--content p {
    color: #414346; }
  form .form-template--content .input-check--content .wpcf7-form-control-wrap {
    font-size: 10px;
    line-height: 12px; }
    form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance {
      font-size: 10px;
      line-height: 12px; }
      form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
        margin-left: 0;
        font-size: 10px;
        line-height: 12px; }
        form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
          position: relative;
          font-size: 10px;
          line-height: 12px;
          font-family: 'Manrope-Medium';
          letter-spacing: 0.1px;
          color: #414346; }
          form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
            position: absolute; }
            form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input:checked + span::after {
              background-color: #8CC1CF;
              border-color: #8CC1CF; }
            form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input:checked + span::before {
              opacity: 1;
              visibility: visible; }
          form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label {
            position: relative;
            display: block;
            padding-left: 28px;
            font-size: 10px;
            line-height: 12px;
            font-family: 'Manrope-Medium';
            letter-spacing: 0.1px;
            color: #414346; }
            form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label::after {
              content: "";
              display: block;
              position: absolute;
              top: -2px;
              left: 0px;
              width: 16px;
              height: 16px;
              border-radius: 6px;
              border: 1px solid #414346;
              transition: .3s ease; }
            form .form-template--content .input-check--content .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label::before {
              content: url(./../assets/svgs/check-line.svg);
              display: block;
              position: absolute;
              z-index: 10;
              top: -1px;
              left: 1px;
              width: 10px;
              transition: .3s ease;
              opacity: 0;
              visibility: hidden; }
  form .form-template--content .input-submit--content {
    position: relative; }
    form .form-template--content .input-submit--content .wpcf7-spinner {
      position: absolute;
      margin: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
form .wpcf7-response-output {
  box-sizing: border-box;
  margin: 20px 0 0 !important;
  margin-top: 20px;
  padding: 16px !important;
  border: 1px solid #D31510 !important;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Manrope-Medium';
  letter-spacing: 0.12px;
  color: #414346;
  background-color: #FFEBE7; }

.select2-container .select2-dropdown {
  transform: translateY(4px);
  border: 1px solid #AAADB1;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 8px;
  overflow: hidden; }
  .select2-container .select2-dropdown .select2-results ul li {
    transition: .3s ease;
    padding: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #1F2122; }
    .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
      background-color: #F6F7F8;
      color: #1F2122; }

@media all and (min-width: 1024px) {
  form .form-template--content .input--content .input > p > span input:hover, form .form-template--content .input--content .input > p > span textarea:hover {
    border-color: #3492AA;
    background-color: #F6F7F8; }
  form .form-template--content .input--content .input > p > span .select2 .selection .select2-selection:hover {
    border-color: #3492AA;
    background-color: #F6F7F8; } }
.image--content, .video--content {
  position: relative;
  overflow: hidden; }
  .image--content > img, .image--content > video, .image--content > iframe, .video--content > img, .video--content > video, .video--content > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
    @media all and (min-width: 1024px) {
      .image--content > img, .image--content > video, .image--content > iframe, .video--content > img, .video--content > video, .video--content > iframe {
        transition: .3s ease; } }

.fondo-especial {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8e9dd;
  background-image: radial-gradient(at 7% 61%, #e3e6d6 0px, transparent 50%), radial-gradient(at 39% 97%, #c4d798 0px, transparent 50%), radial-gradient(at 66% 89%, #add4db 0px, transparent 50%), radial-gradient(at 41% 66%, #d5ddc0 0px, transparent 50%), radial-gradient(at 96% 62%, #b9d4da 0px, transparent 50%), radial-gradient(at 81% 46%, #e3e6d6 0px, transparent 50%), radial-gradient(at 97% 96%, #add4db 0px, transparent 50%); }

.contenido {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px; }
  .contenido.center {
    align-items: center; }
  .contenido.spacing-xl {
    gap: 16px; }
    @media all and (min-width: 1440px) {
      .contenido.spacing-xl {
        gap: 32px; } }
  .contenido.spacing-l {
    gap: 20px; }
  .contenido.spacing-m {
    gap: 16px; }
  .contenido.spacing-s {
    gap: 8px; }
  .contenido.spacing-xs {
    gap: 8px; }
  .contenido ul {
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .contenido ul li {
      position: relative;
      padding-left: 24px; }
      .contenido ul li::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #1F2122;
        left: 10px;
        top: 10px; }
  .contenido blockquote {
    position: relative;
    margin: 0;
    padding: 28px 0;
    padding-left: 20px;
    border-top: 1px solid #8CC1CF;
    border-bottom: 1px solid #8CC1CF; }
    .contenido blockquote p {
      font-family: 'Manrope-Bold'; }
    .contenido blockquote::after {
      content: "“";
      font-family: 'Kanit';
      position: absolute;
      font-size: 27px;
      line-height: 32px;
      font-weight: 400;
      top: 16px;
      left: 0;
      color: #1F2122; }
  .contenido hr {
    margin: 36px 0 0;
    border: none;
    border-top: 1px solid #AAADB1;
    width: 100%; }

.encabezado-general {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 28px; }
  .encabezado-general.center-mobile .contenido {
    align-items: center; }
    .encabezado-general.center-mobile .contenido h1, .encabezado-general.center-mobile .contenido h2, .encabezado-general.center-mobile .contenido h3, .encabezado-general.center-mobile .contenido h4, .encabezado-general.center-mobile .contenido > p {
      text-align: center;
      margin: 0 auto; }
  .encabezado-general .contenido h4 {
    display: none; }
  .encabezado-general .icono {
    width: 96px;
    padding: 0 4px; }

.box {
  position: sticky;
  top: 84px; }
  .box.box-small {
    padding: 0 5vw; }
  .box .box--content {
    position: relative;
    padding-top: 180px; }
    .box .box--content.box--content--grafica {
      padding-top: 400px; }
    .box .box--content .image--content {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 210px; }
      .box .box--content .image--content.image--content--grafica {
        height: 448px; }
        .box .box--content .image--content.image--content--grafica::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 72, 91, 0.25);
          backdrop-filter: blur(3px); }
      .box .box--content .image--content .grafica--content {
        width: 240px;
        left: 50%;
        transform: translateX(-50%);
        top: 30px;
        right: initial;
        bottom: initial;
        height: 340px;
        z-index: 10; }
    .box .box--content .box--informacion {
      overflow: hidden;
      background-color: var(--background-color);
      display: flex;
      flex-direction: column;
      gap: 28px;
      position: relative;
      z-index: 20;
      padding: 28px;
      border-radius: 0px 32px 0 0; }
      .box .box--content .box--informacion .informacion-texto {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 20px; }
      .box .box--content .box--informacion .buttons {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        .box .box--content .box--informacion .buttons .texto-botones {
          max-width: 164px;
          text-align: center; }

.box-newsletter .box-newsletter--content {
  border: 1px solid #C6C9CC;
  border-radius: 0 0 16px 16px;
  background-color: #FFFFFF;
  padding: 28px;
  gap: 20px;
  display: flex;
  flex-direction: column; }
  .box-newsletter .box-newsletter--content .logo {
    width: 40px;
    padding: 0 8px;
    margin-left: auto; }
  .box-newsletter .box-newsletter--content .formulario form .newsletter--content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email {
      width: 100%; }
      .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p {
        width: 100%; }
        .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span {
          display: flex;
          flex-direction: column;
          gap: 8px;
          width: 100%; }
          .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span .wpcf7-not-valid-tip {
            display: flex;
            gap: 4px;
            font-size: 12px;
            line-height: 12px;
            font-family: 'Manrope-Medium';
            color: #1F2122;
            letter-spacing: 0.12px;
            padding: 4px;
            background-color: #FFEBE7; }
            .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span .wpcf7-not-valid-tip::before {
              content: url(../assets/svgs/error.svg); }
          .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span input {
            width: calc(100% - 18px);
            border: 1px solid #AAADB1;
            border-radius: 4px;
            padding: 6px 8px;
            outline: none;
            background-color: #FFFFFF;
            font-size: 14px;
            line-height: 20px;
            color: #1F2122; }
            .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span input.wpcf7-not-valid {
              border-color: #D31510; }
            .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span input::placeholder {
              color: #414346; }
    .box-newsletter .box-newsletter--content .formulario form .newsletter--content .submit > p {
      display: flex;
      align-items: center;
      gap: 20px; }
      .box-newsletter .box-newsletter--content .formulario form .newsletter--content .submit > p .wpcf7-spinner {
        margin: 0; }
  .box-newsletter .box-newsletter--content .formulario form .wpcf7-response-output {
    display: none !important; }

.info-hover {
  display: none; }

.producto {
  width: 100%;
  height: auto;
  box-sizing: border-box; }
  .producto .producto--content {
    height: 100%;
    box-sizing: border-box;
    padding: 56px 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #C6C9CC;
    position: relative; }
    .producto .producto--content .etiqueta-mas-vendido {
      position: absolute;
      left: 20px;
      top: 20px;
      padding: 6px 10px;
      background-color: #006079;
      border-radius: 4px; }
      .producto .producto--content .etiqueta-mas-vendido p {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.12px;
        color: #FFFFFF; }
    .producto .producto--content .etiqueta-eco {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 24px; }
    .producto .producto--content .download {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 4px;
      outline: none;
      background-color: initial;
      border: none;
      width: 28px; }
    .producto .producto--content button.download {
      width: 36px; }
    .producto .producto--content .image--content {
      aspect-ratio: 295/220;
      width: 100%;
      margin-bottom: 20px; }
      .producto .producto--content .image--content img.img-hover {
        display: none; }
    .producto .producto--content .info-ppal {
      min-height: 68px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
    .producto .producto--content .informacion {
      display: flex;
      flex-direction: column;
      margin-top: 16px;
      gap: 16px; }
      .producto .producto--content .informacion .informacion-li {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px; }
        .producto .producto--content .informacion .informacion-li:nth-last-of-type(1) {
          border-bottom: none; }
        .producto .producto--content .informacion .informacion-li .info {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          .producto .producto--content .informacion .informacion-li .info.info-col-1 {
            flex-basis: 100%; }
          .producto .producto--content .informacion .informacion-li .info.info-col-3 {
            flex-basis: calc((100% / 3) - (12px * 2 / 3)); }
          .producto .producto--content .informacion .informacion-li .info .info-colores {
            display: flex;
            align-items: center;
            gap: 4px; }
            .producto .producto--content .informacion .informacion-li .info .info-colores .color {
              width: 22px;
              height: 22px;
              border-radius: 50%;
              border: 1px solid #AAADB1; }
          .producto .producto--content .informacion .informacion-li .info .info-capas {
            display: flex;
            align-items: center;
            gap: 8px; }
            .producto .producto--content .informacion .informacion-li .info .info-capas .icon {
              width: 20px; }
            .producto .producto--content .informacion .informacion-li .info .info-capas p {
              color: #414346; }
          .producto .producto--content .informacion .informacion-li .info .info-caracteristicas {
            max-width: calc(100% - 40px);
            display: flex;
            flex-wrap: wrap;
            gap: 8px; }
            .producto .producto--content .informacion .informacion-li .info .info-caracteristicas .caracteristica {
              position: relative;
              width: 36px; }

.producto-mini {
  flex-basis: 100%; }
  .producto-mini .producto-mini--content {
    box-sizing: border-box;
    border: 1px solid #C6C9CC;
    border-radius: 2px;
    padding: 8px 0 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px; }
    .producto-mini .producto-mini--content .informacion .etiquetas {
      margin-top: 12px;
      display: flex;
      align-items: center;
      gap: 8px; }
      .producto-mini .producto-mini--content .informacion .etiquetas .etiqueta-mas-vendido {
        padding: 6px 10px;
        background-color: #006079;
        border-radius: 4px; }
        .producto-mini .producto-mini--content .informacion .etiquetas .etiqueta-mas-vendido p {
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.12px;
          color: #FFFFFF; }
      .producto-mini .producto-mini--content .informacion .etiquetas .etiqueta-eco {
        width: 24px; }
    .producto-mini .producto-mini--content .image--content {
      aspect-ratio: 102/92;
      width: 102px;
      min-width: 102px;
      box-sizing: border-box;
      padding: 8px; }
      .producto-mini .producto-mini--content .image--content img.img-hover {
        display: none; }
    .producto-mini .producto-mini--content .arrow {
      width: 28px;
      min-width: 28px;
      padding: 4px; }

.grafica--content {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .grafica--content.active {
    opacity: 1;
    visibility: visible; }
  .grafica--content .fondo {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
  .grafica--content .grafica {
    position: relative;
    z-index: 10;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 4px 0;
    display: flex;
    align-items: flex-end; }
    .grafica--content .grafica .barra--content {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      flex-basis: calc((100% / 3) - (0px * 2 / 3)); }
      .grafica--content .grafica .barra--content.active .dato {
        opacity: 1;
        visibility: visible; }
      .grafica--content .grafica .barra--content:nth-of-type(1) .barra {
        background: linear-gradient(174deg, #8CC1CF 51.1%, rgba(233, 247, 247, 0.25) 103.39%); }
      .grafica--content .grafica .barra--content:nth-of-type(2) .barra {
        background: linear-gradient(168deg, #62AABD 43.52%, rgba(140, 193, 207, 0.25) 91.8%); }
      .grafica--content .grafica .barra--content:nth-of-type(3) .barra {
        background: linear-gradient(177deg, #3492AA 22.5%, rgba(98, 170, 189, 0.25) 94.11%); }
      .grafica--content .grafica .barra--content .dato {
        width: 100%;
        min-height: 42px;
        height: 42px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        box-sizing: border-box;
        padding: 6px 0;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease; }
        .grafica--content .grafica .barra--content .dato p {
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          font-family: 'Manrope-Bold'; }
      .grafica--content .grafica .barra--content .barra {
        width: 100%;
        height: 0%;
        transition: 1.5s ease; }
  .grafica--content .anos {
    padding: 0 4px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 32px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    z-index: 10;
    display: flex;
    align-items: center; }
    .grafica--content .anos p {
      text-align: center;
      font-size: 12px;
      line-height: 17px;
      font-family: 'Manrope-Medium';
      flex-basis: calc((100% / 3) - (0px * 2 / 3)); }
  .grafica--content .descripcion {
    position: relative;
    z-index: 10;
    padding: 8px 12px;
    width: calc(100% - 24px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .grafica--content .descripcion p {
      text-align: center;
      font-size: 12px;
      line-height: 17px;
      font-family: 'Manrope-Bold';
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.card-producto {
  width: 100%; }
  .card-producto .card-producto--content {
    position: relative;
    width: 100%;
    aspect-ratio: 335/240;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    .card-producto .card-producto--content .image--content {
      position: absolute;
      z-index: 4;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .card-producto .card-producto--content .enlace {
      position: relative;
      z-index: 10;
      background-color: #8CC1CF;
      padding: 12px 12px 12px 28px;
      border-radius: 0 16px 0 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: calc(100% - 60px - 40px); }
      .card-producto .card-producto--content .enlace .icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border: 1px solid #414346;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .card-producto .card-producto--content .enlace .icon svg {
          width: 12px; }

.card-caracteristica {
  padding: 28px 20px 20px;
  border: 1px solid #C6C9CC;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: relative; }
  .card-caracteristica:is(a) {
    padding-bottom: 80px; }
  .card-caracteristica .card-caracteristica--content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px; }
    .card-caracteristica .card-caracteristica--content .icon {
      width: 32px; }
      .card-caracteristica .card-caracteristica--content .icon svg path {
        transition: .3s ease; }
    .card-caracteristica .card-caracteristica--content .btn-leer-mas {
      position: absolute;
      bottom: 24px;
      right: 24px; }

.card-destacados {
  width: 100%;
  height: 100%;
  min-height: 294px;
  background-color: #FFFFFF; }
  .card-destacados .card-destacados--content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    padding: 20px 20px 32px;
    box-sizing: border-box;
    border: 1px solid #C6C9CC; }
    .card-destacados .card-destacados--content.card-destacados--content-image {
      align-items: flex-end;
      justify-content: flex-end;
      padding: 0; }
      .card-destacados .card-destacados--content.card-destacados--content-image .contenido--content {
        width: calc(100% - 40px);
        box-sizing: border-box;
        background-color: #FFFFFF;
        padding: 20px;
        border-radius: 16px 0 0 0;
        height: initial; }
        .card-destacados .card-destacados--content.card-destacados--content-image .contenido--content .contenido {
          padding-top: 0; }
    .card-destacados .card-destacados--content .icon {
      position: absolute;
      z-index: 8;
      left: 20px;
      top: 20px;
      width: 56px;
      padding: 4px; }
    .card-destacados .card-destacados--content .image--content {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .card-destacados .card-destacados--content .contenido--content {
      position: relative;
      z-index: 10;
      height: calc(100% - 96px);
      padding-left: 12px;
      padding-top: 76px;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .card-destacados .card-destacados--content .contenido--content .contenido {
        padding-top: 20px;
        position: relative;
        z-index: 10; }
        .card-destacados .card-destacados--content .contenido--content .contenido h1, .card-destacados .card-destacados--content .contenido--content .contenido h2, .card-destacados .card-destacados--content .contenido--content .contenido h3, .card-destacados .card-destacados--content .contenido--content .contenido h4, .card-destacados .card-destacados--content .contenido--content .contenido h5, .card-destacados .card-destacados--content .contenido--content .contenido p {
          word-break: break-word; }
      .card-destacados .card-destacados--content .contenido--content .btn--content {
        display: flex;
        height: 24px; }

.card-destacados-2 {
  height: 100%;
  width: 100%; }
  .card-destacados-2 .card-destacados-2--content {
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #C6C9CC;
    gap: 48px;
    height: 100%; }
    .card-destacados-2 .card-destacados-2--content.spacing-l {
      gap: 20px; }
    .card-destacados-2 .card-destacados-2--content .superior {
      display: flex;
      align-items: flex-start;
      gap: 8px; }
      .card-destacados-2 .card-destacados-2--content .superior.superior-title .icono {
        min-width: 28px;
        width: 28px; }
      .card-destacados-2 .card-destacados-2--content .superior .icono {
        min-width: 56px;
        width: 56px;
        padding: 4px; }
      .card-destacados-2 .card-destacados-2--content .superior h4 {
        margin-top: 4px; }
    .card-destacados-2 .card-destacados-2--content .contenido {
      padding-left: 14px; }
      .card-destacados-2 .card-destacados-2--content .contenido a {
        text-decoration: underline; }
      .card-destacados-2 .card-destacados-2--content .contenido h1, .card-destacados-2 .card-destacados-2--content .contenido h2, .card-destacados-2 .card-destacados-2--content .contenido h3, .card-destacados-2 .card-destacados-2--content .contenido h4, .card-destacados-2 .card-destacados-2--content .contenido p {
        word-break: break-word; }

.card-certificaciones {
  padding: 28px 20px 20px;
  border: 1px solid #C6C9CC;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  height: 100%; }
  .card-certificaciones .card-certificaciones--content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .card-certificaciones .card-certificaciones--content .superior {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px; }
      .card-certificaciones .card-certificaciones--content .superior.superior-title {
        align-items: flex-start; }
        .card-certificaciones .card-certificaciones--content .superior.superior-title h4 {
          word-break: break-word; }
        .card-certificaciones .card-certificaciones--content .superior.superior-title .icono {
          min-width: 66px;
          width: 66px; }
      .card-certificaciones .card-certificaciones--content .superior .icono {
        margin-left: auto;
        width: 108px; }

.card-noticias {
  display: flex;
  padding: 28px 20px 20px;
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  height: 100%; }
  .card-noticias .card-noticias--content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .card-noticias .card-noticias--content .image--content {
      width: 100%;
      aspect-ratio: 295/165;
      border-radius: 12px; }
    .card-noticias .card-noticias--content .contenido .paragraph-base {
      min-height: 48px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-noticias .card-noticias--content .contenido .paragraph-md {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-noticias .card-noticias--content .info-noticia {
      margin-top: 4px;
      display: flex;
      justify-content: space-between;
      align-items: center; }

.card-marcas {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 2px;
  overflow: hidden; }
  .card-marcas .card-marcas--content {
    display: flex;
    padding: 100px 30px 0 0;
    box-sizing: border-box;
    border: 1px solid #C6C9CC; }
    .card-marcas .card-marcas--content .image--content {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .card-marcas .card-marcas--content .informacion {
      background-color: #FFFFFF;
      border-radius: 0 16px 0 0;
      position: relative;
      z-index: 10;
      padding: 20px 12px 16px 28px;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .card-marcas .card-marcas--content .informacion .icon {
        width: 96px; }
      .card-marcas .card-marcas--content .informacion .btn-leer-mas {
        margin-left: auto; }
      .card-marcas .card-marcas--content .informacion .btn-icono {
        display: none; }

.card-sectores, .card-familias {
  flex-basis: calc((100% / 2) - (8px * 1 / 2)); }
  .card-sectores .card-sectores--content, .card-sectores .card-familias--content, .card-familias .card-sectores--content, .card-familias .card-familias--content {
    position: relative;
    aspect-ratio: 175/224;
    display: flex;
    align-items: flex-end;
    border-radius: 4px;
    border: 1px solid #C6C9CC;
    box-sizing: border-box;
    overflow: hidden; }
    .card-sectores .card-sectores--content .image--content, .card-sectores .card-familias--content .image--content, .card-familias .card-sectores--content .image--content, .card-familias .card-familias--content .image--content {
      position: absolute;
      z-index: 5;
      inset: -1px; }
    .card-sectores .card-sectores--content .informacion, .card-sectores .card-familias--content .informacion, .card-familias .card-sectores--content .informacion, .card-familias .card-familias--content .informacion {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      background-color: #FFFFFF;
      border-radius: 0 16px 0 0;
      padding: 12px;
      width: 100%;
      box-sizing: border-box; }
      .card-sectores .card-sectores--content .informacion .contenido p, .card-sectores .card-familias--content .informacion .contenido p, .card-familias .card-sectores--content .informacion .contenido p, .card-familias .card-familias--content .informacion .contenido p {
        word-break: break-word; }
      .card-sectores .card-sectores--content .informacion .contenido p.paragraph-md, .card-sectores .card-familias--content .informacion .contenido p.paragraph-md, .card-familias .card-sectores--content .informacion .contenido p.paragraph-md, .card-familias .card-familias--content .informacion .contenido p.paragraph-md {
        display: none; }
      .card-sectores .card-sectores--content .informacion .icon, .card-sectores .card-familias--content .informacion .icon, .card-familias .card-sectores--content .informacion .icon, .card-familias .card-familias--content .informacion .icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid #414346;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        .card-sectores .card-sectores--content .informacion .icon.icon-familias, .card-sectores .card-familias--content .informacion .icon.icon-familias, .card-familias .card-sectores--content .informacion .icon.icon-familias, .card-familias .card-familias--content .informacion .icon.icon-familias {
          display: none; }
        .card-sectores .card-sectores--content .informacion .icon svg, .card-sectores .card-familias--content .informacion .icon svg, .card-familias .card-sectores--content .informacion .icon svg, .card-familias .card-familias--content .informacion .icon svg {
          width: 12px; }

.card-testimonio .card-testimonio--content {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .card-testimonio .card-testimonio--content .col {
    display: flex;
    align-items: flex-start;
    gap: 16px; }
    .card-testimonio .card-testimonio--content .col .image--content {
      box-sizing: border-box;
      min-width: 40px;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #AAADB1; }

.card-caracteristicas {
  width: calc((100% / 2) - (8px * 1 / 2)); }
  .card-caracteristicas .card-caracteristicas--content {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px 12px 16px;
    border: 1px solid #C6C9CC;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .card-caracteristicas .card-caracteristicas--content .icons {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .card-caracteristicas .card-caracteristicas--content .icons .icon:nth-of-type(1) {
        padding: 4px; }
        .card-caracteristicas .card-caracteristicas--content .icons .icon:nth-of-type(1) img {
          width: 28px; }
      .card-caracteristicas .card-caracteristicas--content .icons .icon:nth-of-type(2) {
        width: 62px; }
    .card-caracteristicas .card-caracteristicas--content .contenido p {
      word-break: break-word; }

@media all and (min-width: 768px) {
  .encabezado-general .contenido {
    position: relative; }
    .encabezado-general .contenido:nth-of-type(1) {
      width: 490px; }
    .encabezado-general .contenido:nth-of-type(2) {
      margin-left: auto;
      margin-right: 20px;
      padding-left: calc(100% - 440px); }
      .encabezado-general .contenido:nth-of-type(2) a.btn {
        position: absolute;
        left: 0;
        top: 0; }
    .encabezado-general .contenido h4 {
      display: block; }
  .encabezado-general.center-mobile .contenido {
    align-items: flex-start; }
    .encabezado-general.center-mobile .contenido h1, .encabezado-general.center-mobile .contenido h2, .encabezado-general.center-mobile .contenido h3, .encabezado-general.center-mobile .contenido h4, .encabezado-general.center-mobile .contenido > p {
      margin: initial;
      text-align: initial; }

  .card-testimonio .card-testimonio--content {
    flex-direction: row;
    align-items: flex-start; }
    .card-testimonio .card-testimonio--content .col:nth-of-type(1) {
      flex-basis: 260px; }
    .card-testimonio .card-testimonio--content .col:nth-of-type(2) {
      margin-top: 32px;
      flex: 1; }

  .box.box-small .box--content {
    min-height: 274px;
    padding-left: 340px; }
    .box.box-small .box--content .image--content {
      width: calc(340px + 48px); }
    .box.box-small .box--content .box--informacion {
      min-height: 274px; }
  .box .box--content {
    padding-top: 0;
    padding-left: 50%;
    min-height: 500px; }
    .box .box--content.box--content--grafica {
      padding-top: 0;
      min-height: 640px; }
      .box .box--content.box--content--grafica .box--informacion {
        min-height: 640px; }
    .box .box--content .image--content {
      right: initial;
      height: 100%;
      width: calc(50% + 80px); }
      .box .box--content .image--content.image--content--grafica {
        height: 100%; }
      .box .box--content .image--content .grafica--content {
        height: 520px;
        top: 50%;
        transform: translate(calc(-50% - 40px), -50%); }
    .box .box--content .box--informacion {
      height: 100%;
      min-height: 500px;
      box-sizing: border-box;
      justify-content: space-between;
      border-radius: 0 0 0 40px;
      padding: 40px 48px;
      gap: 40px; }
      .box .box--content .box--informacion .informacion-texto {
        flex: 1;
        justify-content: space-between; }

  .box-newsletter .box-newsletter--content {
    padding: 80px 48px 40px;
    align-items: flex-end;
    flex-direction: row;
    position: relative;
    gap: 40px; }
    .box-newsletter .box-newsletter--content .logo {
      padding: 0;
      position: absolute;
      top: 40px;
      right: 48px; }
    .box-newsletter .box-newsletter--content .contenido {
      flex-basis: calc((100% / 2) - (40px * 1 / 2)); }
    .box-newsletter .box-newsletter--content .formulario {
      flex-basis: calc((100% / 2) - (40px * 1 / 2)); }

  .producto {
    width: calc((100% / 2) - (8px * 1 / 2)); }

  .card-producto .card-producto--content {
    aspect-ratio: 1/1; }
    .card-producto .card-producto--content .enlace {
      box-sizing: border-box;
      width: calc(100% - 20px); }

  .card-marcas .card-marcas--content {
    padding: 30px 30px 0 0;
    border: none; }

  .card-destacados-2 {
    min-height: 240px; }

  .card-sectores .card-sectores--content, .card-sectores .card-familias--content, .card-familias .card-sectores--content, .card-familias .card-familias--content {
    aspect-ratio: 315/200; }
    .card-sectores .card-sectores--content .informacion .icon.icon-familias, .card-sectores .card-familias--content .informacion .icon.icon-familias, .card-familias .card-sectores--content .informacion .icon.icon-familias, .card-familias .card-familias--content .informacion .icon.icon-familias {
      display: flex; } }
@media all and (min-width: 1024px) {
  .info-hover {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, calc(100% + 9px));
    box-sizing: border-box;
    padding: 4px 12px;
    background-color: #AAADB1;
    border-radius: 8px;
    border: 1px solid #AAADB1;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease; }
    .info-hover.active {
      opacity: 1;
      visibility: visible; }
    .info-hover.primary {
      background-color: #006079;
      border-color: #006079; }
      .info-hover.primary::before {
        background-color: #006079; }
      .info-hover.primary p {
        color: #FFFFFF; }
    .info-hover.secondary {
      background-color: #F2D19A;
      border-color: #F2D19A; }
      .info-hover.secondary::before {
        background-color: #F2D19A; }
    .info-hover p {
      text-align: center;
      font-size: 12px;
      line-height: 17px;
      font-family: 'Manrope-Medium';
      color: #1F2122; }
    .info-hover::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      transform: translateX(-50%);
      width: 18px;
      height: 8px;
      background-color: #AAADB1;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      box-sizing: border-box; }

  .producto {
    position: relative; }
    .producto:hover {
      z-index: 20; }
      .producto:hover .producto--content {
        border-color: #3492AA;
        border-radius: 8px; }
        .producto:hover .producto--content .info-ppal p.paragraph-base {
          color: #3492AA; }
        .producto:hover .producto--content .image--content img.img-hover {
          opacity: 1;
          visibility: visible; }
    .producto .producto--content {
      transition: .3s ease; }
      .producto .producto--content .image--content img.img-hover {
        z-index: 5;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease; }
      .producto .producto--content .download:hover .info-hover, .producto .producto--content .caracteristica:hover .info-hover, .producto .producto--content .etiqueta-eco:hover .info-hover {
        opacity: 1;
        visibility: visible; }

  .producto-mini .producto-mini--content {
    transition: .3s ease; }
    .producto-mini .producto-mini--content:hover {
      border-color: #3492AA;
      border-radius: 4px; }
      .producto-mini .producto-mini--content:hover .image--content img.img-hover {
        opacity: 1;
        visibility: visible; }
    .producto-mini .producto-mini--content .image--content img.img-hover {
      z-index: 5;
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease; }

  .card-producto:hover .card-producto--content .image--content img {
    transform: translate(-50%, -50%) scale(1.2); }
  .card-producto:hover .card-producto--content .enlace {
    background-color: #B9DAE2;
    width: calc(100% - 20px);
    padding: 24px 16px 24px 32px; }
  .card-producto .card-producto--content .enlace {
    width: calc(100% - 40px);
    transition: .3s ease;
    padding: 16px 16px 16px 32px; }

  .card-marcas .card-marcas--content {
    height: 100%;
    transition: .3s ease; }
    .card-marcas .card-marcas--content .informacion {
      height: 100%;
      box-sizing: border-box;
      padding: 20px 46px 20px 20px;
      transition: .3s ease; }
      .card-marcas .card-marcas--content .informacion .btn-leer-mas {
        display: none; }
      .card-marcas .card-marcas--content .informacion .btn-icono {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: 1px solid #414346;
        border-radius: 8px;
        transition: .3s ease; }
        .card-marcas .card-marcas--content .informacion .btn-icono img {
          width: 12px; }
        .card-marcas .card-marcas--content .informacion .btn-icono:hover {
          background-color: #B9DAE2;
          border-color: #057996; }
  .card-marcas:hover .card-marcas--content {
    padding: 20px 20px 0 0; }
    .card-marcas:hover .card-marcas--content .informacion {
      background-color: #F7F5F0; }

  .card-sectores:is(a):hover .card-sectores--content .image--content img, .card-sectores:is(a):hover .card-familias--content .image--content img, .card-familias:is(a):hover .card-sectores--content .image--content img, .card-familias:is(a):hover .card-familias--content .image--content img {
    transform: translate(-50%, -50%) scale(1.2); }
  .card-sectores:is(a):hover .card-sectores--content .informacion, .card-sectores:is(a):hover .card-familias--content .informacion, .card-familias:is(a):hover .card-sectores--content .informacion, .card-familias:is(a):hover .card-familias--content .informacion {
    width: calc(100% - 10px);
    padding: 24px 16px 24px 32px; }
  .card-sectores .card-sectores--content, .card-sectores .card-familias--content, .card-familias .card-sectores--content, .card-familias .card-familias--content {
    aspect-ratio: 315/200; }
    .card-sectores .card-sectores--content .informacion, .card-sectores .card-familias--content .informacion, .card-familias .card-sectores--content .informacion, .card-familias .card-familias--content .informacion {
      box-sizing: border-box;
      width: calc(100% - 20px);
      padding: 16px 16px 16px 32px;
      transition: .3s ease; }
  .card-sectores .card-sectores--content, .card-familias .card-sectores--content {
    aspect-ratio: 326/320; }
    .card-sectores .card-sectores--content .informacion .contenido p.paragraph-md, .card-familias .card-sectores--content .informacion .contenido p.paragraph-md {
      display: block; }

  .card-noticias:hover .card-noticias--content .info-noticia .btn-leer-mas p {
    color: #057996; }
  .card-noticias:hover .card-noticias--content .info-noticia .btn-leer-mas .icon svg path {
    fill: #057996; }

  .box .box--content {
    min-height: 430px;
    padding-left: 55%; }
    .box .box--content.box--content--button {
      padding-left: 30%; }
      .box .box--content.box--content--button .image--content {
        width: calc(30% + 48px); }
    .box .box--content .image--content {
      width: calc(55% + 48px); }
    .box .box--content .box--informacion {
      width: 100%;
      min-height: 430px;
      flex-direction: row; }
      .box .box--content .box--informacion .informacion-texto {
        flex: 1;
        height: auto;
        gap: 60px; }
      .box .box--content .box--informacion .buttons {
        margin-top: auto;
        align-items: center; }

  .box-newsletter .box-newsletter--content {
    padding: 48px 144px 80px;
    border-radius: 0 0 20px 20px; }
    .box-newsletter .box-newsletter--content .logo {
      top: 48px;
      right: 172px; }
    .box-newsletter .box-newsletter--content .contenido {
      flex-basis: initial;
      flex: 1; }
      .box-newsletter .box-newsletter--content .contenido p {
        font-size: 16px;
        line-height: 24px; }
    .box-newsletter .box-newsletter--content .formulario {
      min-width: 320px;
      max-width: 430px;
      width: 50%;
      margin-top: 88px;
      flex-basis: initial; }
      .box-newsletter .box-newsletter--content .formulario form .newsletter--content {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px; }
        .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span {
          position: relative; }
          .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span input {
            padding: 9px 8px;
            border-radius: 8px;
            transition: .3s ease; }
            .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span input:hover {
              background-color: #F6F7F8; }
          .box-newsletter .box-newsletter--content .formulario form .newsletter--content .email > p > span .wpcf7-not-valid-tip {
            position: absolute;
            left: 0;
            right: 0;
            top: 48px;
            padding: 6px 4px;
            border-radius: 4px; }
        .box-newsletter .box-newsletter--content .formulario form .newsletter--content .submit {
          position: relative; }
          .box-newsletter .box-newsletter--content .formulario form .newsletter--content .submit > p input {
            padding: 13px 14px;
            border-radius: 12px; }
          .box-newsletter .box-newsletter--content .formulario form .newsletter--content .submit > p .wpcf7-spinner {
            right: -40px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }

  .grafica--content {
    width: 180px;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    opacity: 1;
    visibility: visible; }
    .grafica--content.selected {
      opacity: 1; }
    .grafica--content.no-selected {
      opacity: .5; }

  .card-testimonio {
    display: flex;
    justify-content: center; }
    .card-testimonio .card-testimonio--content {
      max-width: 986px; }

  .producto {
    width: calc((100% / 2) - (2px * 1 / 2)); } }
@media all and (min-width: 1440px) {
  .encabezado-general {
    gap: 40px; }
    .encabezado-general .contenido:nth-of-type(1) {
      width: initial;
      padding-right: calc(100% - 650px); }
      .encabezado-general .contenido:nth-of-type(1) p {
        max-width: 426px; }
    .encabezado-general .contenido:nth-of-type(2) {
      margin-left: initial;
      margin-right: 176px;
      padding-left: 670px; }
    .encabezado-general .icono {
      position: absolute;
      right: 40px;
      bottom: 0; }

  .contenido blockquote {
    padding: 40px 0;
    margin: 32px 0;
    max-width: 650px; }
    .contenido blockquote p {
      font-size: 21px;
      line-height: 31px; }

  .card-producto .card-producto--content .enlace {
    padding: 16px 16px 16px 32px; }
    .card-producto .card-producto--content .enlace p {
      font-size: 21px;
      line-height: 31px; }
    .card-producto .card-producto--content .enlace .icon {
      width: 40px;
      min-width: 40px;
      height: 40px;
      border-radius: 16px; }
      .card-producto .card-producto--content .enlace .icon svg {
        width: 20px; }

  .card-destacados {
    min-height: 380px; }
    .card-destacados .card-destacados--content {
      padding: 24px 24px 40px; }
      .card-destacados .card-destacados--content.card-destacados--content-image .contenido--content {
        border-radius: 20px 0 0 0;
        padding: 40px 24px;
        width: calc(100% - 48px); }
      .card-destacados .card-destacados--content .icon {
        width: 64px; }
      .card-destacados .card-destacados--content .contenido--content {
        padding-top: 120px;
        padding-left: 48px; }
        .card-destacados .card-destacados--content .contenido--content .contenido {
          min-height: 230px;
          padding-top: 0; }

  .card-destacados-2 {
    min-height: initial; }
    .card-destacados-2 .card-destacados-2--content {
      padding: 40px 24px 40px;
      border-radius: 4px;
      gap: 24px; }
      .card-destacados-2 .card-destacados-2--content.spacing-l {
        gap: 24px; }
      .card-destacados-2 .card-destacados-2--content .superior.superior-title .icono {
        min-width: 36px;
        width: 36px; }
      .card-destacados-2 .card-destacados-2--content .superior .icono {
        width: 52px; }
      .card-destacados-2 .card-destacados-2--content .superior h4 {
        margin-top: 12px; }
      .card-destacados-2 .card-destacados-2--content .contenido {
        padding-left: 0; }
        .card-destacados-2 .card-destacados-2--content .contenido.spacing-s {
          gap: 24px; }

  .card-certificaciones {
    padding: 40px 24px 24px;
    border-radius: 4px; }
    .card-certificaciones .card-certificaciones--content {
      gap: 24px; }
      .card-certificaciones .card-certificaciones--content .superior.superior-title {
        align-items: center;
        gap: 8px; }
        .card-certificaciones .card-certificaciones--content .superior.superior-title .icono {
          width: 108px;
          min-width: 108px; }
      .card-certificaciones .card-certificaciones--content .contenido {
        gap: 24px; }

  .card-noticias {
    padding: 24px; }
    .card-noticias .card-noticias--content {
      gap: 24px; }
      .card-noticias .card-noticias--content .image--content {
        aspect-ratio: 390/250;
        border-radius: 16px; }
      .card-noticias .card-noticias--content .contenido p.paragraph-base {
        font-size: 21px;
        line-height: 31px;
        min-height: 62px; }

  .card-marcas {
    width: 100%;
    height: initial;
    aspect-ratio: 426/320;
    border-radius: 4px; }
    .card-marcas .card-marcas--content {
      padding: 40px 40px 0 0;
      gap: 16px; }
      .card-marcas .card-marcas--content .informacion {
        padding: 28px 88px 16px 32px; }
        .card-marcas .card-marcas--content .informacion .icon {
          width: 118px; }
        .card-marcas .card-marcas--content .informacion .btn-icono {
          width: 40px;
          height: 40px;
          border-radius: 16px;
          right: 16px;
          bottom: 16px;
          transition: .3s ease; }
          .card-marcas .card-marcas--content .informacion .btn-icono img {
            width: 20px; }
    .card-marcas:hover .card-marcas--content .informacion {
      padding: 36px 108px 24px 32px; }
      .card-marcas:hover .card-marcas--content .informacion .btn-icono {
        bottom: 24px; }

  .card-testimonio .card-testimonio--content .col:nth-of-type(1) {
    flex-basis: 316px; }
  .card-testimonio .card-testimonio--content .col .image--content {
    border-radius: 12px; }
  .card-testimonio .card-testimonio--content .col .info p.paragraph-base {
    font-size: 21px;
    line-height: 31px; }
  .card-testimonio .card-testimonio--content .col .info p.paragraph-md {
    font-size: 16px;
    line-height: 24px; }
  .card-testimonio .card-testimonio--content .col .contenido p {
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 27px;
    line-height: 32px; }

  .card-caracteristicas .card-caracteristicas--content {
    padding: 16px 16px 24px; }
    .card-caracteristicas .card-caracteristicas--content .icons .icon:nth-of-type(1) img {
      width: 36px; }
    .card-caracteristicas .card-caracteristicas--content .icons .icon:nth-of-type(2) {
      width: 76px; }

  .card-sectores .card-sectores--content .informacion, .card-sectores .card-familias--content .informacion, .card-familias .card-sectores--content .informacion, .card-familias .card-familias--content .informacion {
    align-items: flex-end; }
    .card-sectores .card-sectores--content .informacion .contenido, .card-sectores .card-familias--content .informacion .contenido, .card-familias .card-sectores--content .informacion .contenido, .card-familias .card-familias--content .informacion .contenido {
      max-width: 266px; }
    .card-sectores .card-sectores--content .informacion .icon, .card-sectores .card-familias--content .informacion .icon, .card-familias .card-sectores--content .informacion .icon, .card-familias .card-familias--content .informacion .icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      border-radius: 16px; }
      .card-sectores .card-sectores--content .informacion .icon svg, .card-sectores .card-familias--content .informacion .icon svg, .card-familias .card-sectores--content .informacion .icon svg, .card-familias .card-familias--content .informacion .icon svg {
        width: 20px; }
  .card-sectores .card-sectores--content, .card-familias .card-sectores--content {
    aspect-ratio: 426/320; }

  .box.box-small {
    padding: 0 92px; }
    .box.box-small .box--content {
      min-height: 428px; }
      .box.box-small .box--content.box--content--button {
        padding-left: 380px; }
        .box.box-small .box--content.box--content--button .image--content {
          width: 420px; }
        .box.box-small .box--content.box--content--button .box--informacion {
          padding: 40px 48px; }
      .box.box-small .box--content .box--informacion {
        min-height: 428px; }
  .box.box-big .box--content {
    min-height: 640px; }
    .box.box-big .box--content .box--informacion {
      padding: 40px 48px;
      min-height: 640px; }
  .box .box--content.box--content--button {
    padding-left: 538px; }
    .box .box--content.box--content--button .image--content {
      width: 578px; }
  .box .box--content.box--content--grafica {
    min-height: 720px; }
    .box .box--content.box--content--grafica .box--informacion {
      min-height: 720px; }
  .box .box--content .image--content .grafica--content {
    width: 200px;
    height: 580px; }
  .box .box--content .box--informacion {
    padding: 40px 48px 80px; }
    .box .box--content .box--informacion .informacion-texto {
      max-width: 426px; }
    .box .box--content .box--informacion .buttons {
      gap: 12px;
      flex-basis: 232px; }

  .grafica--content {
    border-radius: 8px;
    width: 200px; }
    .grafica--content .descripcion {
      height: 76px;
      padding: 12px 16px;
      width: 100%;
      box-sizing: border-box; }

  .producto {
    width: calc((100% / 3) - (2px * 2 / 3)); } }
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */ }

.line-fake {
  position: fixed;
  z-index: 10000;
  background-color: red;
  width: 100%;
  height: 2px;
  top: 84px;
  left: 0;
  display: none; }

header.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0; }
  header.header .background-header {
    display: none; }
  header.header .header--superior {
    height: 76px;
    background-color: #FFFFFF;
    width: 100%; }
    header.header .header--superior .header--superior--content {
      height: 100%;
      padding: 0 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px; }
      header.header .header--superior .header--superior--content.active .menu-desplegable {
        opacity: 1;
        visibility: visible; }
      header.header .header--superior .header--superior--content.active .bars span {
        background-color: #FFFFFF; }
        header.header .header--superior .header--superior--content.active .bars span:nth-of-type(1) {
          top: 17px;
          transform: translateX(-50%) rotate(45deg); }
        header.header .header--superior .header--superior--content.active .bars span:nth-of-type(2) {
          width: 0px; }
        header.header .header--superior .header--superior--content.active .bars span:nth-of-type(3) {
          top: 17px;
          transform: translateX(-50%) rotate(-45deg); }
      header.header .header--superior .header--superior--content.active .search svg path {
        fill: #FFFFFF; }
      header.header .header--superior .header--superior--content.active .buttons-search .btn {
        border-radius: 8px; }
      header.header .header--superior .header--superior--content.active .buttons-search .btn-brand-primary {
        background-color: #8CC1CF;
        border-color: #8CC1CF; }
        header.header .header--superior .header--superior--content.active .buttons-search .btn-brand-primary p {
          color: #1F2122; }
      header.header .header--superior .header--superior--content.active a.logo img:not(.light) {
        opacity: 0; }
      header.header .header--superior .header--superior--content.active a.logo img.light {
        opacity: 1;
        visibility: visible; }
      header.header .header--superior .header--superior--content .transparencia {
        display: none; }
      header.header .header--superior .header--superior--content .menu-desplegable {
        display: flex;
        flex-direction: column;
        gap: 28px;
        background-color: #006079;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 84px 20px 32px;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease; }
        header.header .header--superior .header--superior--content .menu-desplegable.navigate .btn-link {
          display: flex; }
        header.header .header--superior .header--superior--content .menu-desplegable.navigate .btn-white {
          display: none; }
        header.header .header--superior .header--superior--content .menu-desplegable .btn-link {
          margin-right: auto;
          height: 42px;
          display: none; }
        header.header .header--superior .header--superior--content .menu-desplegable .btn-white {
          margin-left: auto; }
        header.header .header--superior .header--superior--content .menu-desplegable > ul.menu {
          position: relative;
          height: 100%;
          max-height: calc(100svh - 272px);
          padding-right: 4px;
          overflow-x: hidden;
          overflow-y: auto;
          display: flex;
          flex-direction: column;
          gap: 8px; }
          header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li {
            width: 100%; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a {
              position: relative;
              width: calc(100% - 4px);
              display: flex;
              padding: 14px 2px; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a p {
                font-size: 16px;
                line-height: 16px;
                color: #FFFFFF;
                font-family: 'Manrope-Bold'; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a::after {
                content: url(../assets/svgs/plus.svg);
                width: 26px;
                right: 2px;
                top: 50%;
                transform: translateY(-50%);
                position: absolute; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul {
              background-color: #006079;
              position: absolute;
              z-index: 40;
              top: 0;
              width: calc(100vw - 40px);
              left: 100%;
              right: 0;
              bottom: 0;
              display: none;
              flex-direction: column;
              gap: 16px;
              transition: .3s ease; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul.active {
                display: flex; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul.active-2 {
                left: 0; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.title > a {
                pointer-events: none; }
                header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.title > a p.menu-item-title {
                  padding: 0;
                  display: flex;
                  align-items: center;
                  gap: 10px; }
                  header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.title > a p.menu-item-title span {
                    padding: 0;
                    order: 2;
                    font-size: 21px;
                    line-height: 31px;
                    font-family: 'Kanit';
                    font-weight: 300;
                    font-style: italic;
                    color: #B9DAE2; }
                  header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.title > a p.menu-item-title .menu-image {
                    padding: 0;
                    order: 1;
                    width: 24px; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.separator {
                margin: 12px 0; }
                header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.separator a {
                  display: block;
                  width: 100%;
                  height: 1px;
                  background-color: #B9DAE2; }
                  header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.separator a p {
                    font-size: 0 !important; }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) {
                display: flex;
                flex-direction: column;
                gap: 4px; }
                header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a {
                  display: flex;
                  flex-direction: column;
                  gap: 4px; }
                  header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a p.menu-item-title {
                    position: relative;
                    padding: 14px 32px 14px 2px;
                    font-size: 16px;
                    line-height: 16px;
                    letter-spacing: 0.32px;
                    font-family: 'Manrope-Bold';
                    color: #FFFFFF; }
                    header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a p.menu-item-title::after {
                      content: url(../assets/svgs/chevron.svg);
                      width: 26px;
                      right: 2px;
                      top: 50%;
                      transform: translateY(-50%);
                      position: absolute; }
                  header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a p.menu-item-description {
                    font-size: 12px;
                    line-height: 17px;
                    font-weight: 400;
                    color: #FFFFFF;
                    width: calc(100% - 74px); }
      header.header .header--superior .header--superior--content .bars {
        position: relative;
        z-index: 10;
        width: 36px;
        min-width: 36px;
        height: 36px;
        cursor: pointer; }
        header.header .header--superior .header--superior--content .bars span {
          transition: .3s ease;
          width: 20px;
          height: 2px;
          border-radius: 2px;
          background-color: #1F2122;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
          header.header .header--superior .header--superior--content .bars span:nth-of-type(1) {
            top: 12px; }
          header.header .header--superior .header--superior--content .bars span:nth-of-type(2) {
            top: 17px; }
          header.header .header--superior .header--superior--content .bars span:nth-of-type(3) {
            top: 22px; }
      header.header .header--superior .header--superior--content a.logo {
        margin-right: auto;
        position: relative;
        z-index: 10;
        width: 92px;
        min-width: 92px; }
        header.header .header--superior .header--superior--content a.logo img {
          transition: .3s ease; }
          header.header .header--superior .header--superior--content a.logo img.light {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            visibility: hidden; }
      header.header .header--superior .header--superior--content .buttons-search {
        position: relative;
        z-index: 10; }
        header.header .header--superior .header--superior--content .buttons-search form {
          display: none; }
        header.header .header--superior .header--superior--content .buttons-search .btn-secondary {
          display: none; }
      header.header .header--superior .header--superior--content .search {
        cursor: pointer;
        position: relative;
        z-index: 10;
        width: 36px;
        min-width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center; }
        header.header .header--superior .header--superior--content .search svg {
          width: 28px; }
          header.header .header--superior .header--superior--content .search svg path {
            transition: .3s ease;
            fill: #1F2122; }
      header.header .header--superior .header--superior--content form {
        width: 100%;
        margin-bottom: 20px; }
        header.header .header--superior .header--superior--content form .form--content {
          width: 100%;
          position: relative; }
          header.header .header--superior .header--superior--content form .form--content input[type="search"] {
            width: 100%;
            border: 1px solid #C6C9CC;
            border-radius: 4px;
            padding: 8px 32px;
            background-color: transparent;
            font-size: 14px;
            line-height: 20px;
            color: #FFFFFF; }
            header.header .header--superior .header--superior--content form .form--content input[type="search"]::placeholder {
              color: #B9DAE2; }
            header.header .header--superior .header--superior--content form .form--content input[type="search"]::-webkit-search-cancel-button {
              display: none;
              -webkit-appearance: none; }
          header.header .header--superior .header--superior--content form .form--content .lupa {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 8px;
            width: 16px; }
            header.header .header--superior .header--superior--content form .form--content .lupa svg path {
              fill: #B9DAE2; }
          header.header .header--superior .header--superior--content form .form--content .clear {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 8px; }
            header.header .header--superior .header--superior--content form .form--content .clear svg path {
              fill: #FFFFFF; }

.scroll-to-top {
  position: fixed;
  z-index: 90;
  right: 2.5vw;
  bottom: 2.5vw;
  background-color: #00485B;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .scroll-to-top.active {
    opacity: 1;
    visibility: visible; }
  .scroll-to-top svg {
    width: 16px; }

footer.footer {
  background-color: #E9F7F7;
  padding: 40px 20px 20px; }
  footer.footer .footer--content {
    display: flex;
    flex-direction: column; }
    footer.footer .footer--content .footer-ppal {
      margin-bottom: 28px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between; }
      footer.footer .footer--content .footer-ppal a.logo {
        flex-basis: 124px; }
      footer.footer .footer--content .footer-ppal .descripcion {
        flex-basis: 160px; }
      footer.footer .footer--content .footer-ppal a.btn {
        display: none; }
    footer.footer .footer--content .footer-menu {
      border-top: 1px solid #AAADB1;
      padding-top: 10px;
      padding-bottom: 16px;
      display: flex;
      flex-direction: column; }
      footer.footer .footer--content .footer-menu.active .title .arrow {
        transform: rotate(180deg); }
      footer.footer .footer--content .footer-menu .title {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 4px 2px; }
        footer.footer .footer--content .footer-menu .title p {
          font-size: 14px;
          line-height: 16px;
          font-family: 'Manrope-Bold';
          letter-spacing: 0.28px; }
        footer.footer .footer--content .footer-menu .title .arrow {
          transition: .3s ease;
          flex-basis: 20px;
          min-width: 20px; }
      footer.footer .footer--content .footer-menu .menu-desplegable {
        margin-top: 16px;
        display: none; }
        footer.footer .footer--content .footer-menu .menu-desplegable ul.menu {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 4px; }
          footer.footer .footer--content .footer-menu .menu-desplegable ul.menu li a {
            display: flex;
            padding: 8px 2px;
            font-size: 12px;
            line-height: 12px;
            letter-spacing: 0.24px;
            font-family: 'Manrope-Bold'; }
    footer.footer .footer--content .footer-contacto {
      padding: 36px 0 0;
      border-top: 1px solid #AAADB1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px; }
      footer.footer .footer--content .footer-contacto .contacto {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px; }
        footer.footer .footer--content .footer-contacto .contacto .contacto-li {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 16px;
          order: 1; }
          footer.footer .footer--content .footer-contacto .contacto .contacto-li:nth-of-type(1) {
            order: 2; }
          footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-title p {
            text-align: center; }
          footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces {
            display: flex;
            flex-direction: column;
            gap: 20px; }
            footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a {
              gap: 4px;
              display: flex;
              align-items: flex-start;
              justify-content: center; }
              footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar {
                order: 2; }
                footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar .click-fake {
                  padding: 12px 48px;
                  background-color: #00485B;
                  border-radius: 8px;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar .click-fake p {
                    font-size: 12px;
                    line-height: 12px;
                    letter-spacing: 0.24px;
                    font-family: 'Manrope-Bold';
                    color: #FFFFFF; }
                footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar .icono, footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar > p {
                  display: none; }
              footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a .icono {
                flex-basis: 24px;
                min-width: 24px;
                display: flex;
                justify-content: center;
                align-items: center; }
              footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a p {
                color: #414346;
                max-width: 170px;
                font-size: 14px;
                line-height: 20px;
                font-family: 'Manrope-Bold'; }
      footer.footer .footer--content .footer-contacto .menu-boton {
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        footer.footer .footer--content .footer-contacto .menu-boton > ul > li {
          position: relative; }
          footer.footer .footer--content .footer-contacto .menu-boton > ul > li > a {
            min-width: 168px;
            font-size: 14px;
            line-height: 20px;
            font-family: 'Manrope-Semi';
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 8px;
            padding: 10px 8px;
            border-radius: 4px;
            border: 1px solid #AAADB1;
            transition: .3s ease; }
            footer.footer .footer--content .footer-contacto .menu-boton > ul > li > a.active {
              border-color: #3492AA; }
            footer.footer .footer--content .footer-contacto .menu-boton > ul > li > a::after {
              content: '';
              display: inline-block;
              width: 16px;
              height: 16px;
              background-image: url("../assets/svgs/chevron-down.svg");
              background-size: contain;
              background-repeat: no-repeat;
              transition: .3s ease; }
            footer.footer .footer--content .footer-contacto .menu-boton > ul > li > a.active::after {
              transform: rotate(180deg); }
          footer.footer .footer--content .footer-contacto .menu-boton > ul > li ul {
            display: none;
            position: absolute;
            z-index: 40;
            left: 0;
            right: 0;
            top: calc(100% + 8px);
            background-color: #FFFFFF;
            padding: 8px;
            border-radius: 4px;
            border: 1px solid #AAADB1; }
            footer.footer .footer--content .footer-contacto .menu-boton > ul > li ul li.current-lang a {
              background-color: #F6F7F8; }
            footer.footer .footer--content .footer-contacto .menu-boton > ul > li ul li a {
              display: flex;
              padding: 4px 8px;
              border-radius: 4px;
              font-size: 14px;
              line-height: 16px;
              letter-spacing: 0.14px;
              font-family: 'Manrope-Semi'; }
    footer.footer .footer--content .footer-final {
      margin-top: 28px;
      border-top: 1px solid #AAADB1;
      padding-top: 16px;
      gap: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer.footer .footer--content .footer-final ul.menu {
        order: 1;
        flex-basis: 100%;
        display: flex;
        justify-content: space-between; }
        footer.footer .footer--content .footer-final ul.menu li a {
          padding: 0 2px;
          font-size: 12px;
          line-height: 20px;
          font-family: 'Manrope-Bold';
          letter-spacing: 0.24px;
          color: #414346; }
      footer.footer .footer--content .footer-final .paragraph-sm {
        order: 2; }

body {
  background-color: #F6F7F8;
  overscroll-behavior: none; }

.wat-mainrow {
  position: relative;
  margin-top: 76px;
  padding-bottom: 80px; }
  .wat-mainrow.page-mainrow {
    padding-top: 116px; }
  .wat-mainrow section.wat-section {
    margin-bottom: 80px; }
    .wat-mainrow section.wat-section:nth-last-of-type(1), .wat-mainrow section.wat-section.mb-0 {
      margin-bottom: 0px; }

.awsm-job-single-content {
  margin: 120px 0 0;
  padding: 0 5vw; }
  .awsm-job-single-content .awsm-job-container {
    padding: 0;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .awsm-job-single-content .awsm-job-container .entry-title {
      font-family: 'Manrope-Bold'; }
    .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap {
      margin-bottom: 80px; }
      .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-content {
        display: flex;
        flex-direction: column;
        gap: 30px; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-content .awsm-job-specifications-container .awsm-job-specification-wrapper {
          display: flex;
          flex-direction: column;
          gap: 12px; }
      .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner {
        padding: 36px 20px 20px;
        border: 1px solid #C6C9CC;
        border-radius: 16px; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner h2 {
          font-weight: 700;
          font-family: 'Kanit';
          font-size: 27px;
          line-height: 32px;
          letter-spacing: -1px; }
          @media all and (min-width: 1440px) {
            .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner h2 {
              font-size: 36px;
              line-height: 40px; } }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group.awsm-job-inline-group {
          position: relative; }
          .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group.awsm-job-inline-group input {
            position: absolute; }
            .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group.awsm-job-inline-group input:checked + label::after {
              background-color: #3492AA; }
          .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group.awsm-job-inline-group label {
            display: block;
            padding-left: 20px;
            font-size: 10px;
            line-height: 12px;
            font-family: 'Manrope-Medium';
            letter-spacing: 0.1px;
            color: #414346; }
            .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group.awsm-job-inline-group label::after {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              border: 1px solid #414346;
              transition: .3s ease; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group label {
          margin-bottom: 8px;
          font-family: 'Manrope' !important;
          font-weight: 400;
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.14px;
          color: #1F2122; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=text], .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=email], .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=tel], .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group textarea {
          min-height: initial;
          font-family: 'Manrope' !important;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.14px;
          color: #1F2122;
          background-color: #FFFFFF;
          width: 100%;
          padding: 9px 16px;
          border: 1px solid #AAADB1;
          border-radius: 4px;
          box-sizing: border-box;
          transition: .3s ease; }
          .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=text]::placeholder, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=email]::placeholder, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=tel]::placeholder, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group textarea::placeholder {
            color: #414346; }
          .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=text].wpcf7-not-valid, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=email].wpcf7-not-valid, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=tel].wpcf7-not-valid, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group textarea.wpcf7-not-valid {
            border-color: #D31510 !important;
            background-color: #FFEBE7 !important; }
          .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=text]:focus, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=email]:focus, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=tel]:focus, .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group textarea:focus {
            border-color: #3492AA;
            background-color: #E9F7F7; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=file] {
          border: none;
          padding: 0;
          min-height: initial; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group small {
          font-family: 'Manrope' !important;
          font-weight: 400;
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.14px;
          margin-top: 8px;
          display: block; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group textarea {
          padding: 16px; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group .awsm-job-form-error {
          font-family: 'Manrope' !important;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.14px;
          margin-top: 4px; }
        .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=submit] {
          box-sizing: border-box;
          padding: 13px 12px;
          border-radius: 8px;
          border: 1px solid;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.24px;
          font-family: 'Manrope-Bold';
          text-align: center;
          gap: 8px;
          background-color: #00485B;
          border-color: #00485B;
          color: #FFFFFF; }
          .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=submit][disabled] {
            opacity: .5; }
          @media all and (min-width: 1024px) {
            .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=submit] {
              padding: 16px 20px;
              border-radius: 16px;
              transition: .3s ease; }
              .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=submit] p {
                transition: .3s ease;
                font-size: 14px;
                line-height: 16px;
                letter-spacing: 0.28px; }
              .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=submit]:hover {
                background-color: #EDC277;
                border-color: #EDC277; }
                .awsm-job-single-content .awsm-job-container .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type=submit]:hover p {
                  color: #1F2122; } }

section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal {
  padding: 50px 5vw;
  position: relative;
  aspect-ratio: 335/380;
  width: calc(100% - 10vw);
  display: flex;
  align-items: flex-end; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content.image--content-home::after, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content.image--content-home::after {
      background-color: #00485B;
      opacity: .2; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content.image--content-interno::after, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content.image--content-interno::after {
      background-color: #47443D;
      opacity: .3; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content::after, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content img.img-desktop, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content img.img-desktop {
      display: none; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido {
    position: relative;
    z-index: 5; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido h1, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido h2, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido h3, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido h4, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido h5, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido p {
      color: #FFFFFF; }
section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom {
  padding: 36px 5vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom .col .icon {
    width: 94px; }
section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas {
  margin-top: 40px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content {
    padding-left: 5vw;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content p, section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content a {
      text-decoration: none;
      white-space: nowrap; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content p:nth-last-of-type(1) {
      margin-right: 5vw; }
section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5vw;
  gap: 8px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado {
    flex-basis: calc((100% / 2) - (8px * 1 / 2));
    padding: 0 8px 12px;
    box-sizing: border-box;
    border: 1px solid #C6C9CC;
    border-radius: 2px; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-top {
        padding: 8px 4px;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #C6C9CC; }
        section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-top .icon-title {
          display: flex;
          align-items: center;
          gap: 4px; }
          section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-top .icon-title .icon {
            width: 16px;
            min-width: 16px; }
      section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-bottom {
        padding: 0 4px 8px;
        display: flex;
        flex-wrap: wrap;
        gap: 4px 2px; }
        section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-bottom p {
          flex-basis: 100%; }
        section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-bottom .color {
          box-sizing: border-box;
          flex-basis: calc((100% / 5) - (2px * 4 / 5));
          aspect-ratio: 1;
          border-radius: 50%;
          background-color: var(--background-color);
          border: 1px solid #AAADB1; }
        section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-bottom .number {
          box-sizing: border-box;
          flex-basis: calc((100% / 5) - (2px * 4 / 5));
          display: flex;
          align-items: center;
          justify-content: center; }
          section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-bottom .number p {
            text-align: center; }

section.wat-section.seccion-popup-iframe {
  margin-bottom: 0 !important;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  section.wat-section.seccion-popup-iframe.active {
    opacity: 1;
    visibility: visible; }
  section.wat-section.seccion-popup-iframe .transparencia {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #414346;
    opacity: .8; }
  section.wat-section.seccion-popup-iframe .seccion-popup-iframe--content {
    position: relative;
    z-index: 10;
    width: 90vw;
    margin: 0 auto;
    max-width: 1024px;
    box-sizing: border-box;
    width: 100%; }
    section.wat-section.seccion-popup-iframe .seccion-popup-iframe--content .iframe--content {
      width: 100%;
      aspect-ratio: 16/9; }

section.wat-section.seccion-cards {
  position: relative;
  background: var(--background); }
  section.wat-section.seccion-cards .seccion-cards--content {
    display: flex;
    flex-direction: column;
    gap: 60px; }
    section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo-oscuro .encabezado .contenido h1, section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo-oscuro .encabezado .contenido h2, section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo-oscuro .encabezado .contenido h3, section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo-oscuro .encabezado .contenido h4, section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo-oscuro .encabezado .contenido > p {
      color: #FFFFFF; }
    section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo-oscuro .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination .swiper-pagination-bullet {
      background-color: #E1E3E6; }
    section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo {
      padding: 60px 0;
      position: relative; }
    section.wat-section.seccion-cards .seccion-cards--content .encabezado {
      padding: 0 5vw; }
    section.wat-section.seccion-cards .seccion-cards--content .image-fondo {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      section.wat-section.seccion-cards .seccion-cards--content .image-fondo.difuminado::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 72, 91, 0.25);
        backdrop-filter: blur(3px); }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      gap: 28px; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content {
        padding: 0 5vw;
        display: flex;
        flex-direction: column;
        gap: 16px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content.contenido-cards--content-swiper {
          padding: 0; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content.contenido-cards--content-swiper .contenido-cards--title {
            padding: 0 5vw; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--title {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--title .icon {
            width: 28px;
            min-width: 28px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards {
          width: 100%; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .cards {
            display: flex;
            flex-wrap: wrap;
            gap: 20px; }
            section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .cards.cards-sectores {
              gap: 16px 8px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper {
            padding-left: 0; }
            section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper .swiper-slide {
              width: calc(100% - 28px); }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
                margin-right: 28px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper {
            padding-left: 5vw; }
            section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
              height: auto;
              width: calc(100vw - 5vw - 56px); }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
                margin-right: calc(5vw + 56px); }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination {
            position: initial;
            margin-top: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 8px 5vw;
            box-sizing: border-box; }
            section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination .swiper-pagination-bullet {
              margin: 0;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #AAADB1;
              transition: .3s ease;
              opacity: 1; }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #3492AA; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs {
            width: 100%;
            padding: 0 5vw;
            margin: 16px auto 0;
            box-sizing: border-box;
            gap: 8px;
            position: relative; }
            section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-fake-button {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              min-width: 28px;
              width: 28px;
              height: 28px;
              border: 1px solid #1F2122;
              border-radius: 4px;
              display: flex;
              justify-content: center;
              align-items: center; }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-fake-button.swiper-fake-button-prev {
                left: calc(5vw + 6px); }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-fake-button.swiper-fake-button-next {
                right: calc(5vw + 6px); }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-fake-button svg {
                width: 12px; }
            section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs {
              box-sizing: border-box;
              width: calc(76px * 3 + 8px * 2); }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-wrapper.swiper-wrapper-center {
                justify-content: center; }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
                background-color: #FFFFFF;
                border-color: #3492AA; }
                section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-image .icon img {
                  filter: grayscale(0%);
                  opacity: 1; }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-wrapper .swiper-slide .swiper-image {
                transition: .3s ease;
                border-radius: 2px;
                background-color: transparent;
                box-sizing: border-box;
                height: 80px;
                border: 1px solid #C6C9CC;
                display: flex;
                justify-content: center;
                align-items: center; }
                section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-wrapper .swiper-slide .swiper-image .icon {
                  width: 52px; }
                  section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-wrapper .swiper-slide .swiper-image .icon img {
                    filter: grayscale(100%);
                    opacity: .5;
                    transition: .3s ease; }
              section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs .swiper-mobile-thumbs .swiper-navigation {
                display: none; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content > .btn--content {
          padding: 0 5vw;
          display: flex;
          justify-content: center;
          margin-top: 40px; }

section.wat-section.seccion-noticias .seccion-noticias--content {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  section.wat-section.seccion-noticias .seccion-noticias--content .noticias {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado {
      padding: 0 5vw; }
      section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido {
        align-items: center; }
        section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h1, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h2, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h3, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h4, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido p {
          text-align: center;
          margin: 0 auto; }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-wrapper {
      padding-left: 5vw; }
      section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-wrapper .swiper-slide {
        height: auto;
        width: calc(100% - 10vw); }
        section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          margin-right: calc(10vw); }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-pagination {
      position: initial;
      margin-top: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding: 8px 5vw;
      box-sizing: border-box; }
      section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #AAADB1;
        transition: .3s ease; }
        section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #3492AA; }
  section.wat-section.seccion-noticias .seccion-noticias--content .box-newsletter {
    padding: 0 5vw; }
    section.wat-section.seccion-noticias .seccion-noticias--content .box-newsletter .box-newsletter--content {
      border: none; }

section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .encabezado {
    padding: 0 5vw; }
  section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias {
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros {
      width: 100%;
      border-bottom: 1px solid #AAADB1;
      margin-bottom: 16px; }
      section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content {
        padding-left: 5vw;
        display: flex;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden; }
        section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a {
          border-radius: 4px 4px 0 0;
          padding: 0 8px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: .3s ease; }
          section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a:nth-last-of-type(1) {
            margin-right: 5vw; }
          section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a.active {
            background-color: #B9DAE2; }
            section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a.active p {
              color: #1F2122; }
          section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a p {
            text-transform: lowercase;
            white-space: nowrap;
            color: #414346;
            transition: .3s ease; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtrado {
      padding: 0 5vw;
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias a.view-more-posts {
      display: none;
      margin: 32px auto 0; }

section.wat-section.seccion-base-vinetas {
  position: relative;
  background-color: var(--background-color); }
  section.wat-section.seccion-base-vinetas.seccion-base-vinetas-fondo {
    padding: 40px 0; }
  section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas {
      padding: 0 5vw;
      position: relative;
      display: flex;
      align-items: center; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas.imagenes-vinetas--only .image--content {
        flex-basis: 100%;
        aspect-ratio: 334/240;
        margin-bottom: 0 !important; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .image--content {
        position: relative;
        z-index: 10;
        flex-basis: 50%;
        aspect-ratio: 168/200;
        border-radius: 4px; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .image--content:nth-of-type(1) {
          margin-bottom: 40px;
          transform: translateX(1px); }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .image--content:nth-of-type(2) {
          margin-top: 40px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .fondo {
        display: block;
        position: absolute;
        z-index: 4;
        top: 50%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 12px));
        width: calc(186 * 100vw / 375);
        aspect-ratio: 186/200;
        background-color: #3492AA;
        border-radius: 4px; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .fondo img {
          position: absolute;
          left: 6px;
          bottom: 6px;
          width: 16px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas {
      padding: 0 5vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .contenido {
        align-items: center;
        text-align: center; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks {
        display: flex;
        flex-direction: column; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks .check {
          width: 100%;
          padding-top: 16px;
          display: flex;
          align-items: flex-start; }
          section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks .check .icon {
            margin-top: 2px;
            flex-basis: 20px;
            min-width: 20px; }
          section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks .check .descripcion {
            box-sizing: border-box;
            flex: 1;
            padding: 0px 0px 12px 8px;
            border-bottom: 1px solid #C6C9CC; }
            section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks .check .descripcion p {
              color: #414346; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .title {
      padding: 0 5vw;
      margin-bottom: 28px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards {
      width: 100%; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper {
        padding-left: 0; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper .swiper-slide {
          width: calc(100% - 28px); }
          section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
            margin-right: 28px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper {
        padding-left: 5vw; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
          height: auto;
          width: calc(100% - 5vw - 56px); }
          section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
            margin-right: calc(5vw + 56px); }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination {
        position: initial;
        margin-top: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 8px 5vw;
        box-sizing: border-box; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination .swiper-pagination-bullet {
          margin: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #AAADB1;
          transition: .3s ease;
          opacity: 1; }
          section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #3492AA; }

section.wat-section.seccion-boxes .seccion-boxes--content {
  display: flex;
  flex-direction: column;
  gap: 60px; }
  section.wat-section.seccion-boxes .seccion-boxes--content .encabezado {
    padding: 0 5vw; }
    section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido h1, section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido h2, section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido h3, section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido h4, section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido p {
      width: 100%;
      text-align: center; }
  section.wat-section.seccion-boxes .seccion-boxes--content .boxes {
    display: flex;
    flex-direction: column;
    gap: 20px; }

section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content {
  display: flex;
  flex-direction: column;
  align-items: center; }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .fondos {
    display: none; }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .encabezado {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5vw;
    margin-bottom: 20px; }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .btn--content {
    padding: 0 5vw;
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px; }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      opacity: 0;
      visibility: hidden; }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica {
      position: sticky;
      top: 76px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: calc(100dvh - 76px);
      opacity: 0;
      visibility: hidden;
      transition: .3s ease; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica:nth-of-type(2) {
        z-index: 20; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica:nth-of-type(3) {
        z-index: 30; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica:nth-of-type(4) {
        z-index: 40; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.visible-fixed {
        opacity: 1 !important;
        visibility: visible !important; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.visible {
        opacity: 1;
        visibility: visible; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .image--content {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica {
        margin-top: 48px;
        position: relative;
        z-index: 20;
        width: 268px; }

section.wat-section.seccion-box-contacto .seccion-box-contacto--content {
  padding: 0 5vw; }
  section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content {
    position: relative;
    padding-top: 180px; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .image--content {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 210px; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 28px;
      position: relative;
      z-index: 20;
      padding: 40px 28px;
      border-radius: 0px 32px 0 0; }
      section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .buttons .texto-botones {
          max-width: 164px;
          text-align: center; }

section.wat-section.seccion-image-video .seccion-image-video--content {
  padding: 0 5vw; }
  section.wat-section.seccion-image-video .seccion-image-video--content .image--content {
    width: 100%;
    aspect-ratio: 335/188;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.wat-section.seccion-image-video .seccion-image-video--content .image--content img {
      z-index: 10; }
    section.wat-section.seccion-image-video .seccion-image-video--content .image--content a.btn-play {
      position: relative;
      z-index: 20; }

section.wat-section.seccion-texto-imagen {
  position: relative;
  background-color: var(--background-color); }
  section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 5vw; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content.seccion-texto-imagen--content-fondo {
      padding: 80px 5vw; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido {
      align-items: center; }
      section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h1, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h2, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h3, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h4, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido p {
        width: 100%;
        text-align: center; }

section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 60px; }
  section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 8px;
    width: 100%; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 {
      display: flex;
      flex-direction: column; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 .imagen {
        height: initial;
        width: 100%;
        aspect-ratio: 1; }
        section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 .imagen:nth-last-of-type(1) {
          aspect-ratio: 2/1; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      height: 164px; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen .image--content {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen .logo {
        position: relative;
        z-index: 10;
        padding: 8px 12px;
        border-radius: 0 8px 0 0;
        background-color: #FFFFFF; }
        section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen .logo img {
          width: auto;
          height: 24px; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen:nth-of-type(3) {
        grid-area: 2 / 1 / 3 / 3; }

section.wat-section.seccion-historia {
  padding: 40px 0;
  background-color: var(--background-color);
  position: relative; }
  section.wat-section.seccion-historia .seccion-historia--content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 64px; }
    section.wat-section.seccion-historia .seccion-historia--content .encabezado {
      padding: 0 5vw; }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide {
      width: 100%; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
        margin-bottom: 0px; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide:nth-last-of-type(1) .card-historia .paginador-fake .line {
          display: none; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.has-passed .card-historia .paginador-fake .line .progress {
        width: 100% !important; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .card-historia--content .contenido {
        background-color: #FFFFFF; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .card-historia--content .contenido h4 {
          color: #1F2122; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .card-historia--content .image--content {
        opacity: 1; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .card-historia--content .image--content::after {
          opacity: 0;
          visibility: hidden; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .paginador-fake .anyo {
        background-color: #DCF0C2; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 36px;
        width: 100%; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content {
          cursor: pointer;
          position: relative;
          width: calc(100% - 10vw);
          aspect-ratio: 335/380;
          display: flex;
          justify-content: flex-end;
          align-items: flex-end;
          padding: 76px 0 0 76px;
          box-sizing: border-box; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .image--content {
            position: absolute;
            z-index: 5;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.4;
            transition: .3s ease; }
            section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .image--content::after {
              content: "";
              position: absolute;
              inset: 0;
              z-index: 0;
              pointer-events: none;
              background-color: #66696D;
              opacity: .4;
              visibility: visible;
              transition: .3s ease; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido {
            background-color: #E1E3E6;
            position: relative;
            border-radius: 16px 0 0 0;
            padding: 36px 20px 20px;
            z-index: 10;
            transition: .3s ease; }
            section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido h4 {
              color: #66696D;
              transition: .3s ease; }
            section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido .contenido-altura {
              overflow: hidden;
              width: 100%;
              height: 60px;
              position: relative;
              transition: .3s ease; }
              section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido .contenido-altura.visible .contenido-altura--content {
                opacity: 1;
                visibility: visible; }
              section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido .contenido-altura .contenido-altura--content {
                width: calc(90vw - 76px - 40px);
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                opacity: 0;
                visibility: hidden;
                transition: .3s ease; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          height: 28px; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .line {
            transform: translateX(50%);
            position: relative;
            width: 100%;
            display: block;
            height: 2px;
            background-color: #66696D; }
            section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .line .progress {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              width: 0%;
              background-color: #EDF8DF; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .anyo {
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            box-sizing: border-box;
            width: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 6px 10px;
            border: 1px solid #414346;
            border-radius: 8px;
            border: 1px solid #414346;
            background-color: var(--background-color);
            transition: .3s ease; }
            section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .anyo p {
              text-align: center; }

section.wat-section.seccion-testimonios .seccion-testimonios--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px; }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .encabezado {
    padding: 0 5vw; }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios {
    width: 100%; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 0 5vw;
      margin-bottom: 60px; }
      section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow {
        cursor: pointer;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        border: 1px solid #414346;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow svg {
          width: 16px; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .swiper .swiper-wrapper {
      padding: 0 5vw;
      box-sizing: border-box; }
      section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .swiper .swiper-wrapper .swiper-slide {
        width: 90vw; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .swiper .swiper-navigation {
      display: none; }

section.wat-section.seccion-cabecera-producto {
  padding: 36px 0 0; }
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas {
    margin-bottom: 40px;
    width: 100%; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas .anclas--content {
      padding-left: 5vw;
      overflow: auto;
      display: flex;
      align-items: center;
      gap: 4px;
      /* Ocultar scrollbar en distintos navegadores */
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE/Edge */ }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas .anclas--content::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari/Opera */ }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas .anclas--content a, section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas .anclas--content p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.12px;
        font-family: 'Manrope-Medium';
        white-space: nowrap; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas .anclas--content p {
        color: #66696D;
        margin-right: 5vw; }
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 5vw; }
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .etiqueta-mas-vendido {
        position: absolute;
        z-index: 10;
        left: calc(5vw + 20px);
        top: 20px;
        padding: 6px 10px;
        background-color: #006079;
        border-radius: 4px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .etiqueta-mas-vendido p {
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.12px;
          color: #FFFFFF; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .etiqueta-eco {
        position: absolute;
        z-index: 10;
        right: calc(5vw + 20px);
        top: 20px;
        width: 24px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto {
        width: 100%; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto .swiper-wrapper .swiper-slide {
          cursor: pointer;
          width: 90vw; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto .swiper-wrapper .swiper-slide .image--content {
            border-radius: 12px;
            width: 100%;
            aspect-ratio: 335/268; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content {
        width: 100%;
        padding: 0 5vw;
        margin: 16px auto 0;
        box-sizing: border-box;
        gap: 8px;
        position: relative; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          min-width: 28px;
          width: 28px;
          height: 28px;
          border: 1px solid #1F2122;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button.swiper-fake-button-prev {
            left: calc(5vw + 6px); }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button.swiper-fake-button-next {
            right: calc(5vw + 6px); }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button svg {
            width: 12px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs {
          box-sizing: border-box;
          width: calc(44px * 5 + 4px * 3); }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs .swiper-wrapper.swiper-wrapper-center {
            justify-content: center; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs .swiper-wrapper .swiper-slide {
            box-sizing: border-box;
            width: 44px;
            border: 1px solid #C6C9CC;
            transition: .3s ease; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
              border-color: #3492AA; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs .swiper-wrapper .swiper-slide .image--content {
              width: 100%;
              aspect-ratio: 1; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs .swiper-navigation {
            display: none; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion {
      padding: 0 5vw;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        justify-content: space-between;
        padding: 16px 8px 12px;
        border-bottom: 1px solid #E1E3E6; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li:nth-last-of-type(1) {
          border-bottom: none; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info {
          display: flex;
          flex-direction: column;
          gap: 12px; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info.info-col-3 {
            flex-basis: calc((100% / 3) - (12px * 2 / 3)); }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info.info-col-6 {
            flex-basis: calc(((100% / 3) - (12px * 2 / 3)) * 2); }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-title p {
            color: #414346;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0.14px;
            font-family: 'Manrope-Medium'; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-icon {
            width: 52px;
            min-width: 52px; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-colores {
            display: flex;
            align-items: center;
            gap: 4px; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-colores .color {
              width: 22px;
              height: 22px;
              border-radius: 50%;
              border: 1px solid #AAADB1; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-capas {
            display: flex;
            align-items: center;
            gap: 8px; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-capas .icon {
              width: 20px; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-capas p {
              color: #414346; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-caracteristicas {
            display: flex;
            flex-wrap: wrap;
            gap: 8px; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-caracteristicas .caracteristica {
              width: 36px; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-acabados {
            display: flex;
            flex-wrap: wrap;
            gap: 8px; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-acabados .acabado {
              width: 36px; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-certificaciones {
            display: flex;
            flex-wrap: wrap;
            gap: 8px; }
            section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-certificaciones .certificacion {
              height: 48px; }
              section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-certificaciones .certificacion img {
                width: auto;
                height: 100%; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion {
      padding: 0 5vw;
      display: flex;
      flex-direction: column;
      gap: 2px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion .navegacion-li {
        background-color: #FFFFFF;
        border: 1px solid #E1E3E6;
        padding: 20px 28px;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion .navegacion-li .paragraph-sm {
          max-width: 164px;
          margin: 0 auto; }

section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 60px; }
  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .download {
    display: flex;
    align-items: center;
    gap: 12px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .download::after, section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .download::before {
      content: "";
      display: block;
      flex: 1;
      height: 1px;
      background-color: #C6C9CC; }
  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .informacion {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica {
    display: flex;
    flex-direction: column;
    gap: 36px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li {
      display: flex;
      border-bottom: 1px solid #E1E3E6; }
      section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .info, section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 12px; }
      section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .info {
        background-color: #FFFFFF; }
      section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value {
        display: flex;
        align-items: center;
        justify-content: center; }
        section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value p {
          text-align: center; }

section.wat-section.seccion-carousel-productos.seccion-productos-compatibles {
  padding: 40px 0;
  background-color: #B9DAE2; }
section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .title {
  margin-bottom: 36px;
  padding: 0 5vw; }
section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper {
  padding-left: 5vw; }
  section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper .swiper-slide {
    height: auto;
    width: calc(95vw - 20px); }
    section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
      margin-right: calc(5vw + 20px); }

section.wat-section.seccion-blog-ind .seccion-blog-ind--content {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 40px; }
  section.wat-section.seccion-blog-ind .seccion-blog-ind--content .destacado {
    padding: 20px 20px 36px;
    border: 1px solid #C6C9CC;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF; }

section.wat-section.seccion-contacto .seccion-contacto--content {
  padding: 0 5vw; }
  section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto {
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #C6C9CC;
    box-sizing: border-box;
    border-radius: 0 0 16px 16px; }
    section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion {
      position: relative;
      padding: 92px 28px 60px;
      background-color: #8CC1CF; }
      section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion.send .contenido {
        display: none; }
      section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion.send .contenido-send {
        display: flex; }
      section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion .logo {
        position: absolute;
        width: 44px;
        top: 28px;
        right: 28px; }
      section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion .contenido h2 {
        font-size: 23px;
        line-height: 28px;
        letter-spacing: -1px; }
      section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion .contenido-send {
        display: none; }
    section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-formulario {
      padding: 36px 20px 20px; }

section.wat-section.seccion-contenido .seccion-contenido--content {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center; }

section.wat-section.seccion-graficas {
  position: relative; }
  section.wat-section.seccion-graficas.seccion-graficas-fondo {
    padding: 60px 0 0; }
  section.wat-section.seccion-graficas .seccion-graficas--content .encabezado {
    padding: 0 5vw;
    margin-bottom: 60px; }
  section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100svh - 76px);
    box-sizing: border-box;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 72, 91, 0.25);
      backdrop-filter: blur(3px); }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .btn--content {
      position: relative;
      z-index: 10; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .cabecera {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .cabecera a {
        box-sizing: border-box;
        border: 1px solid #FFFFFF;
        border-radius: 8px;
        background-color: transparent;
        width: 92px;
        height: 28px;
        transition: .3s ease;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .cabecera a.active {
          border-color: #F2D19A;
          background-color: #F7E3C1; }
          section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .cabecera a.active p {
            color: #414346; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .cabecera a p {
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.14;
          font-family: 'Manrope-Medium' !important;
          color: #FFFFFF;
          transition: .3s ease; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .graficas-repeater {
      position: relative;
      z-index: 10;
      width: 200px;
      height: calc(100svh - 292px); }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .btn--content a {
      box-sizing: border-box;
      width: 200px;
      height: 36px;
      border: 1px solid #FFFFFF;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .btn--content a p {
        color: #FFFFFF;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.24px; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .btn--content a .icon {
        width: 12px; }
  section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion {
    padding: 28px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100vw;
    width: 100vw;
    box-sizing: border-box;
    bottom: 0;
    background-color: #F7F5F0;
    overflow: hidden;
    border-radius: 0 0 0 40px;
    display: flex;
    align-items: flex-end;
    transition: .8s ease; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion.active {
      right: 0; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #F7F5F0;
      border-bottom: 1px solid #C6C9CC;
      box-sizing: border-box;
      padding: 8px 4px 12px 28px; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top .top--content {
        height: 44px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top .top--content .titulo p {
          display: none;
          text-transform: capitalize; }
          section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top .top--content .titulo p.active {
            display: block; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top .top--content .close {
          cursor: pointer;
          width: 28px;
          height: 28px;
          padding: 8px;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top .top--content .close svg {
            width: 20px; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 12px;
      display: none; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable .icon {
          width: 20px;
          min-width: 20px; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones {
      max-height: calc(100svh - 56px - 64px);
      overflow: auto; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion {
        display: none;
        flex-direction: column;
        align-items: flex-start; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion.active {
          display: flex; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion .icon {
          width: 34px;
          padding: 3px;
          margin-bottom: 16px; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion .checks {
          margin-top: 28px;
          display: flex;
          flex-direction: column;
          gap: 0; }
          section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion .checks .check {
            padding-top: 16px;
            display: flex;
            align-items: flex-start;
            gap: 0px;
            width: 100%; }
            section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion .checks .check .iconito {
              width: 20px;
              min-width: 20px; }
            section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion .checks .check .desc {
              flex: 1;
              box-sizing: border-box;
              padding: 0 0 12px 8px;
              border-bottom: 1px solid #C6C9CC; }

section.wat-section.seccion-productos .seccion-productos--content .productos-top .titulo {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px; }
section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download {
  display: none; }
section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile {
  position: relative;
  height: 52px;
  width: 100%; }
  section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile .filtros-menu-mobile--content {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 8px 5vw;
    background-color: #F6F7F8;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile .filtros-menu-mobile--content.sticky {
      position: fixed;
      top: 76px;
      box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.67);
      -webkit-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.67);
      -moz-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.67); }
    section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile .filtros-menu-mobile--content a.btn-filtros {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 12px;
      border-radius: 8px;
      box-sizing: border-box;
      border: 1px solid #414346; }
      section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile .filtros-menu-mobile--content a.btn-filtros p {
        line-height: 12px; }
    section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile .filtros-menu-mobile--content a.btn-download {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 0 2px; }
      section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile .filtros-menu-mobile--content a.btn-download .icon {
        width: 12px; }
section.wat-section.seccion-productos .seccion-productos--content .filter-top-desktop--content {
  display: none; }
section.wat-section.seccion-productos .seccion-productos--content .chip-clear-all {
  display: flex;
  padding: 6px 10px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #66696D;
  margin-left: auto; }
  section.wat-section.seccion-productos .seccion-productos--content .chip-clear-all p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #414346;
    font-family: 'Manrope-Medium'; }
section.wat-section.seccion-productos .seccion-productos--content .filter-top {
  box-sizing: border-box;
  padding: 8px 4px 12px 20px;
  width: 100%;
  border-bottom: 1px solid #C6C9CC;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by {
    box-sizing: border-box;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by .close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      padding: 8px; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by .close img {
        width: 20px; }
  section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply {
    display: none;
    flex-direction: column;
    gap: 12px; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply.active {
      display: flex; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top {
      display: flex;
      align-items: center;
      gap: 12px; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top .productos {
        border-left: 1px solid #AAADB1;
        padding-left: 12px; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom .chip {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #057996;
        padding: 6px 10px;
        border-radius: 8px; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom .chip p {
          font-size: 14px;
          line-height: 16px;
          font-family: 'Manrope-Medium';
          color: #057996;
          letter-spacing: 0.14px; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom .chip .icon {
          cursor: pointer;
          width: 12px;
          min-width: 12px; }
  section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-delete {
    display: none; }
section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros {
  position: fixed;
  z-index: 200;
  background-color: #FFFFFF;
  top: 0;
  right: -100vw;
  width: 100vw;
  bottom: 0;
  transition: .3s ease; }
  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros.active {
    right: 0; }
  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content {
    display: flex;
    flex-direction: column;
    height: 100%; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros {
      overflow: auto;
      flex: 1; }
      section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro {
        border-bottom: 1px solid #C6C9CC; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro:nth-last-of-type(1) {
          margin-bottom: 74px; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro.active .filter-filtro-desplegable .arrow {
          transform: rotate(180deg); }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegable {
          cursor: pointer;
          padding: 12px 20px;
          box-sizing: border-box;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px; }
          section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegable .arrow {
            transition: .3s ease;
            width: 28px;
            min-width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center; }
            section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegable .arrow img {
              width: 20px; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado {
          display: none;
          margin-top: 8px;
          padding: 0 20px; }
          section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content {
            display: flex;
            flex-direction: column;
            gap: 8px;
            box-sizing: border-box;
            padding: 4px 4px 12px 0;
            width: 100%; }
            section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term {
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 20px; }
              section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content {
                position: relative; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content input {
                  position: absolute; }
                  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content input:checked + label {
                    opacity: 1 !important; }
                    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content input:checked + label::before {
                      opacity: 1;
                      visibility: visible; }
                    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content input:checked + label::after {
                      opacity: 0;
                      visibility: hidden; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content label {
                  display: flex;
                  padding-left: 24px; }
                  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content label::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 16px;
                    height: 16px;
                    display: block;
                    background: url("../assets/svgs/check.svg") no-repeat center center;
                    background-size: contain;
                    z-index: 1;
                    opacity: 0;
                    visibility: hidden;
                    transition: .3s ease; }
                  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content label::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 16px;
                    height: 16px;
                    border-radius: 6px;
                    box-sizing: border-box;
                    border: 1px solid #414346;
                    display: block;
                    transition: .3s ease; }
                  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .input--content label p {
                    font-size: 14px;
                    line-height: 16px;
                    letter-spacing: 0.14px;
                    font-family: 'Manrope-Medium'; }
              section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .count {
                min-width: 18px; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .term .count p {
                  text-align: center; }
            section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .extra-terms .extra-terms--content {
              display: flex;
              flex-direction: column;
              gap: 8px; }
            section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content {
              margin-top: 16px;
              display: flex;
              justify-content: flex-start; }
              section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content a.show-more {
                padding: 4px 2px;
                display: flex;
                align-items: center;
                gap: 8px; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content a.show-more.active p.more {
                  display: none; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content a.show-more.active p.less {
                  display: block; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content a.show-more.active .icon {
                  transform: rotate(180deg); }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content a.show-more p.less {
                  display: none; }
                section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro .filter-filtro-desplegado .filter-filtro-desplegado--content .show-more--content a.show-more .icon {
                  transition: .3s ease;
                  width: 16px; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-button {
      background-color: #FFFFFF;
      border-top: 1px solid #C6C9CC;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      box-sizing: border-box;
      padding: 16px 20px; }
section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px; }
  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos {
    width: 100%;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos.hide {
      display: none; }
  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion.hide {
      display: none; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding: 8px 4px;
      border-radius: 8px;
      border: 1px solid #AAADB1; }
      section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content.hide {
        display: none; }
      section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content span {
        width: 36px;
        height: 36px;
        text-align: center;
        align-content: center;
        border-radius: 4px;
        transition: .3s ease;
        color: #66696D; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers.current, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content span.current {
          background-color: #F7F0E4;
          color: #006079;
          font-family: 'Manrope-Bold'; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers.prev, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers.next, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content span.prev, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content span.next {
          width: 44px;
          height: 44px;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers.prev img, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers.next img, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content span.prev img, section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content span.next img {
            width: 16px; }
  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos-not-found {
    margin-top: 40px;
    display: none; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos-not-found.show {
      display: block; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos-not-found h3 {
      text-align: center; }

section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros {
  position: relative;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #AAADB1;
  margin-bottom: 16px; }
  section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content {
    background-color: #F6F7F8;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding-left: 5vw;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    /* Ocultar scrollbar en distintos navegadores */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */ }
    section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content::-webkit-scrollbar {
      display: none;
      /* Chrome/Safari/Opera */ }
    section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content.sticky {
      position: fixed;
      top: 76px; }
    section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a {
      border-radius: 4px 4px 0 0;
      padding: 0 8px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .3s ease; }
      section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a:nth-last-of-type(1) {
        margin-right: 5vw; }
      section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a.active {
        background-color: #B9DAE2; }
        section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a.active p {
          color: #1F2122; }
      section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a p {
        white-space: nowrap;
        color: #414346;
        transition: .3s ease; }

section.wat-section.seccion-infografia .seccion-infografia--content .encabezado {
  padding: 0 5vw;
  margin-bottom: 60px; }
section.wat-section.seccion-infografia .seccion-infografia--content .infografia {
  background-color: #F7F0E4; }
  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination {
    display: none; }
  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content {
    padding: 28px 5vw; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo {
      position: relative;
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 44px;
      box-sizing: border-box; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo .back {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        padding: 4px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo .back p {
          display: none; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p {
        text-align: center; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.paso {
          font-size: 21px;
          line-height: 31px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.name {
          font-size: 14px;
          line-height: 20px;
          font-family: 'Manrope-Semi'; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.name span {
            display: none;
            font-size: 14px;
            line-height: 20px;
            font-family: 'Manrope-Semi';
            text-transform: lowercase; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.name span.active {
              display: inline; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .btn--content {
      margin-top: 46px;
      display: flex;
      justify-content: flex-start; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one {
      display: none; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one.active {
        display: block; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias {
        padding: 0 18px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia {
          flex-basis: 100%; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content {
            box-sizing: border-box;
            border: 1px solid #C6C9CC;
            border-radius: 4px;
            overflow: hidden;
            aspect-ratio: 298/136;
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .image--content {
              position: absolute;
              z-index: 5;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion {
              position: relative;
              z-index: 10;
              padding: 12px 12px 12px 28px;
              border-radius: 0 16px 0 0;
              background-color: #F7F5F0;
              display: flex;
              align-items: center;
              gap: 16px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion p {
                width: 162px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion .icon {
                width: 20px;
                height: 20px;
                min-width: 20px;
                border-radius: 4px;
                border: 1px solid #414346;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion .icon svg {
                  width: 12px; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two {
      display: none;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      gap: 0 20px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two.active {
        display: flex; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .titulo {
        flex-basis: 100%; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias {
        flex-basis: 100%; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia {
          display: none; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia.active {
            display: block; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image {
            position: relative; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image > img {
              width: 100%; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos:has(.uso.active) .uso:not(.active) {
              background-color: #F7F0E4;
              box-shadow: 0 0 6px 0 #D4ECF2, 0 6px 4px 0 rgba(0, 0, 0, 0.35); }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos:has(.uso.active) .uso:not(.active) svg path {
                fill: #AAADB1; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso {
              cursor: pointer;
              position: absolute;
              width: 20px;
              height: 20px;
              padding: 4px;
              background-color: #8CC1CF;
              border-radius: 4px;
              border: 1px solid #FFFFFF;
              box-shadow: 0px 0px 6px 0px #D4ECF2, 0px 6px 4px 0px rgba(0, 0, 0, 0.35);
              transition: .3s ease; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso.active {
                box-shadow: 0 0 10px 0 #F2FAFA, 0 6px 4px 0 rgba(0, 0, 0, 0.35);
                background-color: #E9F7F7; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso.active svg path {
                  fill: #3492AA; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso img, section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso svg {
                height: 100%; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso img path, section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso svg path {
                  fill: #00313E; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content > p {
            text-align: center;
            margin-top: 12px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints {
        margin-top: 36px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content {
          display: none;
          flex-direction: column;
          gap: 8px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content.active {
            display: flex; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 4px 2px 4px 0px; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content a .icon-title {
              display: flex;
              align-items: center;
              gap: 4px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content a .icon-title .icon {
                width: 16px;
                padding: 2px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content a .icon-title p {
                padding: 0 2px; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints .hotpoints--content a .arrow {
              width: 20px; }
  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info {
    position: fixed;
    background-color: #FFFFFF;
    border-radius: 0 0 0 40px;
    z-index: 200;
    top: 0;
    width: 100vw;
    right: -100vw;
    bottom: 0;
    transition: .3s ease; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info.active {
      right: 0; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content {
      box-sizing: border-box;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-bottom: 36px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .top {
        width: 100%;
        border-bottom: 1px solid #C6C9CC;
        background-color: #FFFFFF;
        box-sizing: border-box;
        padding: 8px 4px 12px 28px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .top .top--content {
          height: 44px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 8px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .top .top--content .titulo p {
            text-transform: capitalize; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .top .top--content .close {
            cursor: pointer;
            width: 28px;
            height: 28px;
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: center; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .top .top--content .close svg {
              width: 20px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion {
        flex: 1;
        overflow: auto;
        padding: 0 5vw; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado {
          height: 100%;
          display: none; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado.active {
            display: flex; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .paginado--content {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 12px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios {
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 30px;
            justify-content: space-between; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .soluciones--content .soluciones {
              display: flex;
              flex-wrap: wrap;
              gap: 8px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .soluciones--content .soluciones .solucion {
                box-sizing: border-box;
                border: 1px solid #66696D;
                padding: 6px 34px;
                border-radius: 8px; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .soluciones--content .soluciones .solucion p {
                  font-size: 14px;
                  line-height: 16px;
                  letter-spacing: 0.14px;
                  text-align: center;
                  font-family: 'Manrope-Medium';
                  color: #414346; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .beneficios--content .beneficios {
              width: 100%;
              display: flex;
              flex-direction: column; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .beneficios--content .beneficios .beneficio {
                padding-top: 16px;
                width: 100%;
                display: flex;
                align-items: flex-start; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .beneficios--content .beneficios .beneficio .icon {
                  width: 20px;
                  min-width: 20px; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .beneficios--content .beneficios .beneficio p {
                  flex: 1;
                  padding-left: 8px;
                  border-bottom: 1px solid #C6C9CC;
                  padding-bottom: 12px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia {
            display: none;
            height: 100%; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia.active {
              display: block; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos {
              height: 100%;
              display: none;
              flex-direction: column;
              justify-content: space-between;
              gap: 30px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos.active {
                display: flex; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos {
                display: flex;
                flex-wrap: wrap;
                gap: 8px; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso {
                  cursor: pointer;
                  box-sizing: border-box;
                  flex-basis: calc((100% / 2) - (8px * 1 / 2));
                  position: relative;
                  border-radius: 2px;
                  overflow: hidden;
                  border: 1px solid #C6C9CC; }
                  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso .uso--content {
                    aspect-ratio: 1;
                    width: 100%;
                    position: relative;
                    display: flex;
                    align-items: flex-end;
                    justify-content: flex-start; }
                    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso .uso--content .image--content {
                      position: absolute;
                      z-index: 5;
                      top: 0;
                      left: 0;
                      right: 0;
                      bottom: 0; }
                    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso .uso--content .informacion {
                      width: 100%;
                      box-sizing: border-box;
                      position: relative;
                      z-index: 10;
                      padding: 12px 8px 12px 12px;
                      background-color: #FFFFFF;
                      border-radius: 0 16px 0 0; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-productos {
              height: 100%;
              display: none;
              flex-direction: column;
              justify-content: space-between;
              gap: 16px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-productos.active {
                display: flex; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-productos .estancia-productos-usos {
                height: 100%;
                display: none;
                flex-direction: column;
                justify-content: space-between;
                gap: 16px; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-productos .estancia-productos-usos.active {
                  display: flex; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-productos .estancia-productos-usos .productos {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 12px; }
                section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-productos .estancia-productos-usos .buttons {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  gap: 12px; }

section.wat-section.wat-section-menu {
  margin-bottom: 0 !important;
  display: none; }
  section.wat-section.wat-section-menu.active {
    display: block; }

section.wat-section.seccion-buscador .seccion-buscador--content {
  padding: 0 5vw; }
  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador {
    padding-top: 116px; }
    section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content .contenido {
      margin-bottom: 60px; }
    section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form {
      width: 100%;
      margin-bottom: 20px; }
      section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content {
        width: 100%;
        position: relative; }
        section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content input[type="search"] {
          width: 100%;
          border: 1px solid #AAADB1;
          border-radius: 4px;
          padding: 8px 32px;
          background-color: transparent;
          font-size: 14px;
          line-height: 20px;
          color: #1F2122; }
          section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content input[type="search"]::placeholder {
            color: #66696D; }
          section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content input[type="search"]::-webkit-search-cancel-button {
            display: none;
            -webkit-appearance: none; }
        section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content .lupa {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 8px;
          width: 16px; }
          section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content .lupa svg path {
            fill: #1F2122; }
        section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content .clear {
          cursor: pointer;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 8px; }
          section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content .clear svg path {
            fill: #1F2122; }

section.wat-section.seccion-iframe .seccion-iframe--content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 5vw; }
  section.wat-section.seccion-iframe .seccion-iframe--content .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-items .awsm-filter-item .awsm-selectric-wrapper .awsm-selectric {
    border-radius: 2px;
    border: 1px solid #C6C9CC;
    background-color: #FFFFFF; }
    section.wat-section.seccion-iframe .seccion-iframe--content .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-items .awsm-filter-item .awsm-selectric-wrapper .awsm-selectric label {
      height: 40px;
      line-height: 40px; }
  section.wat-section.seccion-iframe .seccion-iframe--content .awsm-job-wrap .awsm-job-listings .awsm-job-listing-item .awsm-job-item .awsm-list-left-col h2 {
    font-family: 'Manrope-Bold'; }
  section.wat-section.seccion-iframe .seccion-iframe--content .awsm-job-wrap .awsm-job-listings .awsm-job-listing-item .awsm-job-item .awsm-list-right-col span, section.wat-section.seccion-iframe .seccion-iframe--content .awsm-job-wrap .awsm-job-listings .awsm-job-listing-item .awsm-job-item .awsm-list-right-col a {
    font-size: 14px;
    line-height: 20px; }

section.wat-section.seccion-busqueda .seccion-busqueda--content {
  padding: 0 5vw; }
  section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado {
      flex-basis: 100%; }
      section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content {
        position: relative;
        width: 100%;
        display: flex;
        padding-top: 180px;
        align-items: flex-end; }
        section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .image--content {
          z-index: 5;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 216px; }
        section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion {
          position: relative;
          z-index: 10;
          width: 100%;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
          background-color: #FFFFFF;
          padding: 40px 28px;
          border-radius: 0 32px 0 0; }
          section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion .contenido p {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }

@media only screen and (min-width: 768px) {
  header.header .header--superior .header--superior--content .menu-desplegable {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    header.header .header--superior .header--superior--content .menu-desplegable.navigate .btn-white {
      display: flex; }
    header.header .header--superior .header--superior--content .menu-desplegable .btn-link {
      order: 1; }
    header.header .header--superior .header--superior--content .menu-desplegable .btn-white {
      order: 3;
      margin-left: initial; }
    header.header .header--superior .header--superior--content .menu-desplegable > ul.menu {
      order: 4;
      width: 100%; }
  header.header .header--superior .header--superior--content form {
    order: 2;
    margin-left: auto;
    margin-bottom: 0;
    width: 340px; }

  footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a .icono {
    flex-basis: initial;
    width: 16px;
    min-width: 16px; }
  footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a p {
    font-size: 12px;
    line-height: 17px; }
  footer.footer .footer--content .footer-contacto .menu-boton > ul > li ul li a {
    padding: 10px 8px; }

  section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal {
    aspect-ratio: 1440/560; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content img.img-mobile, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content img.img-mobile {
      display: none; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .image--content img.img-desktop, section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .video--content img.img-desktop {
      display: block; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido {
      max-width: 480px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom {
    flex-direction: row;
    justify-content: space-between; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom .col.col-descripcion {
      margin-left: auto;
      flex-basis: 308px;
      padding-right: 60px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados {
    justify-content: flex-end; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado {
      flex-basis: 178px; }

  section.wat-section.seccion-cards .seccion-cards--content {
    padding: 0 5vw; }
    section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo {
      padding: 60px 5vw; }
    section.wat-section.seccion-cards .seccion-cards--content .encabezado {
      padding: 0; }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content {
      padding: 0; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content.contenido-cards--content-swiper .contenido-cards--title {
        padding: 0; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--title {
        flex-direction: row;
        width: 320px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--title .icon {
          margin-top: 2px; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards {
        gap: 8px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards .card-producto, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-producto {
          flex-basis: calc((100% / 3) - (8px * 2 / 3));
          width: initial; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .swiper.swiper-cards-mobile .swiper-wrapper, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper {
        padding: 0;
        flex-wrap: wrap;
        gap: 8px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
          margin-right: 0 !important;
          flex-basis: calc((100% / 3) - (8px * 2 / 3)); }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide:nth-last-of-type(1), section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
            margin-right: 0; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-producto {
        flex-basis: calc((100% / 2) - (8px * 1 / 2)); }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
        flex-basis: calc((100% / 2) - (8px * 1 / 2)); }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination {
        display: none; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards .swiper-cards-mobile-thumbs {
        display: none; }

  section.wat-section.seccion-noticias .seccion-noticias--content {
    gap: 0;
    padding: 0 5vw;
    gap: 2px; }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado {
      padding: 0; }
      section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido {
        align-items: flex-start; }
        section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h1, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h2, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h3, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido h4, section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido > p {
          margin: initial;
          text-align: left; }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-wrapper {
      padding-left: 0;
      gap: 2px; }
      section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-wrapper .swiper-slide {
        width: initial;
        flex-basis: calc((100% / 3) - (2px * 2 / 3));
        margin-right: 0 !important; }
        section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          border-right: none;
          margin-right: 0; }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias .contenido-cards--cards .swiper .swiper-pagination {
      display: none; }
    section.wat-section.seccion-noticias .seccion-noticias--content .box-newsletter {
      padding: 0; }

  section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtrado {
    gap: 20px 2px; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtrado .card-noticias {
      flex-basis: calc((100% / 3) - (2px * 2 / 3));
      width: initial; }

  section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas {
    padding: 0;
    width: 650px;
    margin: 0 auto; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .image--content {
      aspect-ratio: 325/534; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .image--content:nth-of-type(1) {
        margin-bottom: 90px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .image--content:nth-of-type(2) {
        margin-top: 130px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .fondo {
      aspect-ratio: 460/534;
      width: 460px;
      transform: translate(-50%, calc(-50% + 22px));
      border-radius: 8px 8px 8px 20px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .fondo img {
        width: 40px;
        left: 12px;
        bottom: 12px; }
  section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas {
    padding: 0 5vw; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .title {
      padding: 0; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper {
      padding: 0; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile.swiper-marcas .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
        margin-right: 0; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper {
      flex-wrap: wrap;
      gap: 8px;
      padding: 0; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
        flex-basis: calc((100% / 3) - (8px * 2 / 3));
        margin-right: 0 !important; }
        section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          margin-right: 0; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-pagination {
      display: none; }

  section.wat-section.seccion-boxes .seccion-boxes--content .encabezado {
    padding: 0; }
    section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido {
      max-width: 390px;
      margin: 0 auto; }

  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content {
    position: relative; }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .btn--content {
      z-index: 10;
      margin-bottom: 0;
      padding: 0;
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%); }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .encabezado {
      margin-bottom: 60px; }

  section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content {
    padding-top: 0;
    padding-left: 340px; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .image--content {
      width: calc(340px + 48px);
      right: initial;
      height: 100%; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion {
      border-radius: 0 0 0 40px;
      padding: 40px 48px;
      gap: 40px; }

  section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .imagen {
    max-width: 380px;
    margin: 0 auto; }

  section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 .imagen {
    height: 320px; }
  section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen {
    height: 320px; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen .logo {
      padding: 12px 16px; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen .logo img {
        height: 40px; }

  section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide {
    width: 375px; }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
      margin-right: calc(100vw - 390px); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.has-passed.last-passed {
      width: 630px; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.has-passed.last-passed .card-historia .paginador-fake .line {
        left: calc(640px / 2 + (42px / 2));
        width: calc(640px - 62px); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.has-passed .card-historia .paginador-fake .line {
      width: calc(640px / 2 + 375px / 2 - 56px); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active {
      width: 630px; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .paginador-fake .line {
        width: calc(640px / 2 + 375px / 2 - 57px);
        left: calc(640px / 2 + (42px / 2)); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content {
      width: calc(100% - 40px);
      aspect-ratio: initial;
      height: 380px; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido {
        width: 100%; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido .contenido-altura {
          height: 0px; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido .contenido-altura .contenido-altura--content {
            width: calc(630px - 76px - 80px); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .line {
      position: absolute;
      width: calc(375px - 52px);
      transform: initial;
      left: calc(375px / 2 + (52px / 2)); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .anyo {
      position: relative;
      top: initial;
      left: initial;
      transform: initial; }

  section.wat-section.seccion-testimonios .seccion-testimonios--content .encabezado {
    max-width: 460px;
    padding: 0; }

  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content {
    position: relative; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo h2, section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo p {
      width: calc(50% - 10px); }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto {
      padding: 0 5vw;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria {
        width: calc(50% - 10px); }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .etiqueta-mas-vendido {
          left: 20px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .etiqueta-eco {
          right: 20px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto .swiper-wrapper .swiper-slide {
          width: 100%; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto .swiper-wrapper .swiper-slide .image--content {
            aspect-ratio: 538/430; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content {
          padding: 0; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button.swiper-fake-button-prev {
            left: 10px; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button.swiper-fake-button-next {
            right: 10px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion {
        width: calc(50% - 10px);
        padding: 0; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-icon {
          position: absolute;
          top: 60px;
          right: calc(5vw + 24px);
          width: 96px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion {
        padding: 0;
        flex-direction: row;
        gap: 8px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion .navegacion-li {
          flex-basis: calc((100% / 2) - (8px * 1 / 2)); }

  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .download::after {
    display: none; }
  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .informacion {
    flex-direction: row;
    gap: 20px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .informacion .contenido {
      flex-basis: calc((100% / 2) - (20px * 1 / 2)); }
  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content {
    display: flex;
    align-items: flex-start;
    gap: 8px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul {
      flex-basis: calc((100% / 2) - (8px * 1 / 2)); }
      section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value {
        display: block; }
        section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value p {
          text-align: left; }

  section.wat-section.seccion-carousel-productos.seccion-productos-compatibles {
    padding: 40px 5vw; }
    section.wat-section.seccion-carousel-productos.seccion-productos-compatibles .title {
      padding: 0; }
    section.wat-section.seccion-carousel-productos.seccion-productos-compatibles .swiper-productos .swiper-wrapper {
      padding-left: 0; }
  section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper .swiper-slide {
    width: calc((100% - 66px) / 2); }

  section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto {
    display: flex;
    flex-direction: row; }
    section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion {
      box-sizing: border-box;
      flex-basis: 50%; }
      section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion .logo {
        left: 28px;
        right: initial; }
    section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-formulario {
      box-sizing: border-box;
      flex-basis: 50%; }

  section.wat-section.seccion-graficas .seccion-graficas--content .encabezado {
    padding: 0;
    max-width: 440px;
    margin: 0 auto 60px; }
  section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion {
    right: -316px;
    width: 316px; }

  section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros {
    right: -440px;
    width: 440px;
    border-left: 1px solid #C6C9CC; }

  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content.infografia-2 .proccess-one .estancias .estancia:nth-of-type(2) {
    grid-area: 1 / 1 / 3 / 2; }
  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo {
    padding: 0; }
  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 8px;
    width: 100%;
    aspect-ratio: 1; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia {
      height: 100%; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia:nth-of-type(1) {
        grid-area: 1 / 2 / 3 / 3; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia:nth-of-type(2) {
        grid-area: 1 / 1 / 2 / 2; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia:nth-of-type(3) {
        grid-area: 2 / 1 / 3 / 2; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content {
        aspect-ratio: initial;
        height: 100%; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion {
          justify-content: space-between;
          box-sizing: border-box;
          width: calc(100% - 60px);
          padding: 24px 12px 24px 28px; }
  section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info {
    right: -440px;
    width: 440px; }

  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form {
      width: 426px; }

  section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content {
    box-sizing: border-box;
    flex-direction: row;
    padding-top: 0;
    padding-left: 40%; }
    section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .image--content {
      height: 100%;
      right: initial;
      width: calc(40% + 40px); }
    section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion {
      border-radius: 0 0 0 20px; }

  section.wat-section.seccion-iframe .seccion-iframe--content .awsm-job-wrap .awsm-filter-wrap form .awsm-filter-items .awsm-filter-item {
    padding-bottom: 0; } }
@media only screen and (min-width: 1024px) {
  header.header .background-header {
    height: 0px;
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    background-color: #006079;
    transition: 1000ms cubic-bezier(0.22, 1, 0.36, 1); }
  header.header .header--superior .header--superior--content {
    gap: 20px; }
    header.header .header--superior .header--superior--content.desplegado .transparencia {
      opacity: .75;
      visibility: visible; }
    header.header .header--superior .header--superior--content.desplegado a.logo img.light {
      opacity: 1;
      visibility: visible; }
    header.header .header--superior .header--superior--content.desplegado .menu-desplegable > ul.menu > li > a p {
      color: #FFFFFF; }
    header.header .header--superior .header--superior--content.desplegado .buttons-search form .form--content input[type="search"] {
      border-color: #B9DAE2;
      background-color: transparent;
      color: #FFFFFF; }
      header.header .header--superior .header--superior--content.desplegado .buttons-search form .form--content input[type="search"]::placeholder {
        color: #B9DAE2; }
    header.header .header--superior .header--superior--content.desplegado .buttons-search form .form--content .lupa svg path, header.header .header--superior .header--superior--content.desplegado .buttons-search form .form--content .clear svg path {
      fill: #B9DAE2; }
    header.header .header--superior .header--superior--content.desplegado .buttons-search .btn-secondary {
      border-color: #B9DAE2;
      background-color: transparent; }
      header.header .header--superior .header--superior--content.desplegado .buttons-search .btn-secondary p {
        color: #FFFFFF; }
    header.header .header--superior .header--superior--content.desplegado .buttons-search .btn-brand-primary {
      background-color: #8CC1CF;
      border-color: #8CC1CF; }
      header.header .header--superior .header--superior--content.desplegado .buttons-search .btn-brand-primary p {
        color: #262626; }
    header.header .header--superior .header--superior--content .menu-desplegable {
      position: relative;
      top: initial;
      bottom: initial;
      left: initial;
      right: initial;
      padding: 0;
      background-color: initial;
      opacity: 1;
      margin-right: auto;
      visibility: visible;
      z-index: 5; }
      header.header .header--superior .header--superior--content .menu-desplegable .btn-link {
        display: none; }
      header.header .header--superior .header--superior--content .menu-desplegable form {
        display: none; }
      header.header .header--superior .header--superior--content .menu-desplegable .btn-white {
        display: none; }
      header.header .header--superior .header--superior--content .menu-desplegable > ul.menu {
        align-items: center;
        padding-right: 0;
        width: initial;
        flex-direction: row;
        max-height: initial;
        height: initial;
        overflow: initial;
        gap: 12px; }
        header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li {
          width: initial; }
          header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li.current-menu-parent > a p {
            color: #057996; }
          header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a {
            z-index: 80;
            padding: 0;
            width: initial;
            text-align: center; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a.active p {
              color: #8CC1CF; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a p {
              transition: .3s ease;
              font-size: 14px;
              line-height: 16px;
              letter-spacing: 0.28px;
              color: #414346;
              transition: .3s ease; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > a::after {
              display: none; }
          header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul {
            display: flex;
            position: fixed;
            width: 100%;
            left: 0;
            bottom: initial;
            padding: 96px 36px 36px;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 16px 36px;
            top: initial;
            bottom: 100%;
            transition: 1000ms cubic-bezier(0.22, 1, 0.36, 1); }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul.active {
              transform: translateY(100%); }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.title {
              flex-basis: 100%; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.separator {
              flex-basis: 100%; }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) {
              flex-basis: calc((100% / 3) - (36px * 2 / 3)); }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a:hover p.menu-item-title {
                color: #8CC1CF; }
                header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a:hover p.menu-item-title::after {
                  content: url(../assets/svgs/chevron-hover.svg); }
              header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a p.menu-item-title {
                transition: .3s ease; }
                header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a p.menu-item-title::after {
                  transition: .3s ease; }
    header.header .header--superior .header--superior--content .transparencia {
      display: block;
      position: fixed;
      z-index: 3;
      background-color: #425462;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease; }
    header.header .header--superior .header--superior--content .bars {
      display: none; }
    header.header .header--superior .header--superior--content a.logo {
      margin-right: 0; }
    header.header .header--superior .header--superior--content .buttons-search {
      gap: 10px;
      display: flex; }
      header.header .header--superior .header--superior--content .buttons-search .btn {
        padding: 13px 12px;
        border-radius: 12px; }
        header.header .header--superior .header--superior--content .buttons-search .btn p {
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.24px; }
      header.header .header--superior .header--superior--content .buttons-search form {
        display: flex;
        align-items: center; }
      header.header .header--superior .header--superior--content .buttons-search .btn-secondary, header.header .header--superior .header--superior--content .buttons-search .btn-brand-primary {
        display: flex;
        order: 2; }
    header.header .header--superior .header--superior--content .search {
      display: none; }
    header.header .header--superior .header--superior--content form {
      order: 1;
      width: 188px; }
      header.header .header--superior .header--superior--content form .form--content:hover input[type="search"] {
        border-color: #3492AA; }
      header.header .header--superior .header--superior--content form .form--content:hover .lupa svg path {
        fill: #3492AA; }
      header.header .header--superior .header--superior--content form .form--content.has-focus input[type="search"] {
        background-color: #E9F7F7;
        border-color: #3492AA; }
      header.header .header--superior .header--superior--content form .form--content.has-focus .lupa svg path {
        fill: #3492AA; }
      header.header .header--superior .header--superior--content form .form--content input[type="search"] {
        transition: .3s ease;
        border-radius: 8px;
        border-color: #C6C9CC;
        color: #1F2122;
        padding: 9px 32px; }
        header.header .header--superior .header--superior--content form .form--content input[type="search"]::placeholder {
          color: #66696D; }
      header.header .header--superior .header--superior--content form .form--content .lupa svg path {
        transition: .3s ease;
        fill: #414346; }
      header.header .header--superior .header--superior--content form .form--content .clear svg path {
        fill: #414346; }

  footer.footer .footer--content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 30px; }
    footer.footer .footer--content .footer-ppal {
      margin-right: auto;
      align-items: flex-start;
      flex-basis: 180px;
      flex-direction: column;
      flex-wrap: nowrap; }
      footer.footer .footer--content .footer-ppal a.logo {
        flex-basis: initial;
        width: 156px;
        padding: 4px; }
      footer.footer .footer--content .footer-ppal .descripcion {
        flex-basis: initial; }
        footer.footer .footer--content .footer-ppal .descripcion p {
          font-size: 21px;
          font-family: 'Manrope-Medium';
          line-height: 31px; }
      footer.footer .footer--content .footer-ppal a.btn {
        width: 100%;
        border-radius: 12px;
        display: flex; }
        footer.footer .footer--content .footer-ppal a.btn p {
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.24px; }
    footer.footer .footer--content .footer-menu {
      flex-basis: 116px;
      padding: 0;
      border: none;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      footer.footer .footer--content .footer-menu .title {
        cursor: initial;
        pointer-events: none;
        padding: 0; }
        footer.footer .footer--content .footer-menu .title p {
          font-size: 16px;
          line-height: 24px;
          font-family: 'Manrope';
          font-weight: 400; }
        footer.footer .footer--content .footer-menu .title .arrow {
          display: none; }
      footer.footer .footer--content .footer-menu .menu-desplegable {
        display: block;
        margin-top: 0; }
        footer.footer .footer--content .footer-menu .menu-desplegable ul.menu {
          gap: 4px; }
          footer.footer .footer--content .footer-menu .menu-desplegable ul.menu li a {
            color: #414346;
            padding: 8px 2px;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0.2px;
            transition: .3s ease; }
            footer.footer .footer--content .footer-menu .menu-desplegable ul.menu li a:hover {
              color: #057996; }
    footer.footer .footer--content .footer-contacto {
      align-items: flex-start;
      border: none;
      padding: 12px 36px 24px;
      border-left: 1px solid #AAADB1;
      width: 176px; }
      footer.footer .footer--content .footer-contacto .contacto {
        align-items: flex-start;
        order: 2; }
        footer.footer .footer--content .footer-contacto .contacto .contacto-li {
          align-items: flex-start; }
          footer.footer .footer--content .footer-contacto .contacto .contacto-li:nth-of-type(1) {
            order: 1; }
          footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a {
            justify-content: flex-start;
            gap: 14px;
            order: 2; }
            footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a:hover p {
              color: #057996; }
            footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar {
              order: 1; }
              footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar .click-fake {
                display: none; }
              footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar .icono, footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar > p {
                display: block; }
              footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a.click-llamar .icono {
                width: 16px;
                min-width: 16px; }
            footer.footer .footer--content .footer-contacto .contacto .contacto-li .li-enlaces a p {
              transition: .3s ease; }
      footer.footer .footer--content .footer-contacto .menu-boton {
        order: 1; }
        footer.footer .footer--content .footer-contacto .menu-boton .btn {
          display: none; }
        footer.footer .footer--content .footer-contacto .menu-boton > ul {
          width: 100%; }
          footer.footer .footer--content .footer-contacto .menu-boton > ul > li > a {
            font-family: 'Manrope-Medium';
            border-radius: 8px;
            border-color: #AAADB1;
            color: #66696D;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0.14px;
            padding: 6px 8px;
            box-sizing: border-box;
            width: 100%;
            transition: .3s ease; }
            footer.footer .footer--content .footer-contacto .menu-boton > ul > li > a:hover {
              background-color: #F6F7F8;
              border-color: #3492AA; }
    footer.footer .footer--content .footer-final {
      flex-basis: 100%;
      align-items: center;
      margin-top: 0;
      padding-right: 60px; }
      footer.footer .footer--content .footer-final ul.menu {
        gap: 60px;
        order: 2;
        flex-basis: initial; }
        footer.footer .footer--content .footer-final ul.menu li a {
          transition: .3s ease; }
          footer.footer .footer--content .footer-final ul.menu li a:hover {
            color: #057996; }

  .wat-mainrow {
    transition: 1000ms cubic-bezier(0.22, 1, 0.36, 1); }

  section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal {
    box-sizing: border-box;
    aspect-ratio: initial;
    height: 370px;
    width: 100%; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content a {
    transition: .3s ease; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content a:hover {
      color: #3492AA; }

  section.wat-section.seccion-cards .seccion-cards--content .contenido-cards {
    gap: 60px; }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards .card-sectores, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards .card-familias {
      flex-basis: calc((100% / 3) - (8px * 2 / 3)); }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-sectores, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-familias {
      flex-basis: calc((100% / 4) - (8px * 3 / 4)); }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-producto, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-caracteristicas {
      flex-basis: calc((100% / 4) - (8px * 3 / 4)); }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
      flex-basis: calc((100% / 4) - (8px * 3 / 4)); }

  section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content {
    padding: 0 5vw; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .encabezado {
      padding: 0; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content {
      padding-left: 0; }
      section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a:hover:not(.active) p {
        color: #057996; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtrado {
      padding: 0; }

  section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content {
    padding: 0 5vw;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas {
      order: 2;
      width: 480px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .fondo {
        width: calc(480 * 460px / 650); }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas {
      align-items: flex-start;
      padding: 0;
      order: 1;
      flex: 1; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .contenido {
        align-items: flex-start;
        text-align: left; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas {
      order: 4;
      flex-basis: 100%;
      padding: 0; }

  section.wat-section.seccion-boxes .seccion-boxes--content {
    padding: 0 5vw; }

  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .fondos {
    display: block; }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .fondos .fondo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: .8s ease; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .fondos .fondo.active {
        opacity: 1;
        visibility: visible; }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: calc(100svh - 76px); }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica {
      position: relative;
      top: initial;
      width: 316px;
      height: initial;
      opacity: 1;
      visibility: visible; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica:nth-last-of-type(1) {
        display: none; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica {
        background-color: #FFFFFF; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica::before {
          opacity: 0;
          visibility: hidden; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .contenido h1, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .contenido h2, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .contenido h3, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .contenido h4, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .contenido h5, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .contenido p {
          color: #1F2122; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .icon svg path {
          fill: #3492AA; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .btn-leer-mas p {
          color: #414346; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica.active .card-caracteristica .card-caracteristica--content .btn-leer-mas .icon svg path {
          fill: #414346; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .image--content {
        display: none; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica {
        overflow: hidden;
        border-radius: 4px;
        border-color: #C6C9CC;
        transition: .3s ease;
        background-color: transparent;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        margin-top: 0; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(220, 240, 194, 0.2);
          backdrop-filter: blur(3px);
          transition: .3s ease; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido h1, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido h2, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido h3, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido h4, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido h5, section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido p {
          color: #FFFFFF; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .icon svg path {
          transition: .3s ease;
          fill: #FFFFFF; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .btn-leer-mas p {
          transition: .3s ease;
          color: #FFFFFF; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .btn-leer-mas .icon svg path {
          transition: .3s ease;
          fill: #FFFFFF; }

  section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion {
    align-items: flex-end;
    padding: 80px 60px;
    box-sizing: border-box;
    flex-direction: row; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .informacion-texto {
      height: auto; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .buttons {
      margin: auto 24px 0;
      align-items: center; }
      section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .buttons a p {
        white-space: nowrap; }

  section.wat-section.seccion-image-video .seccion-image-video--content {
    padding: 0; }
    section.wat-section.seccion-image-video .seccion-image-video--content .image--content {
      width: 914px;
      margin: 0 auto;
      aspect-ratio: 914/514; }
      section.wat-section.seccion-image-video .seccion-image-video--content .image--content a.btn-play {
        border-radius: 16px;
        padding: 6px 20px 6px 4px;
        gap: 8px; }
        section.wat-section.seccion-image-video .seccion-image-video--content .image--content a.btn-play .icon {
          border-radius: 12px;
          width: 36px; }
          section.wat-section.seccion-image-video .seccion-image-video--content .image--content a.btn-play .icon svg {
            width: 20px; }

  section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content {
    flex-direction: row;
    align-items: center;
    gap: 60px; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .imagen {
      flex-basis: calc(50% - 30px);
      order: 2;
      max-width: initial; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido {
      flex-basis: calc(50% - 30px);
      align-items: flex-start;
      order: 1; }
      section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h1, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h2, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h3, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido h4, section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido p {
        text-align: left; }

  section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 1fr; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 .imagen:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 3; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 .imagen:nth-of-type(2) {
        grid-area: 1 / 3 / 2 / 5; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen {
      height: 380px; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3; }
      section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen:nth-of-type(3) {
        grid-area: 1 / 3 / 2 / 5; }

  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow {
    transition: .3s ease; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow svg path {
      transition: .3s ease; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow:hover {
      background-color: #B9DAE2;
      border-color: #057996; }
      section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow:hover svg path {
        fill: #057996; }

  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button {
    transition: .3s ease; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button:hover {
      border-color: #057996;
      background-color: #B9DAE2; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button.swiper-fake-button-prev {
      left: 64px; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button.swiper-fake-button-next {
      right: 64px; }
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-caracteristicas .caracteristica {
    width: 44px;
    position: relative; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-caracteristicas .caracteristica:hover .info-hover {
      opacity: 1;
      visibility: visible; }
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-acabados .acabado {
    width: 44px;
    position: relative; }

  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .download a {
    padding: 14px 12px;
    border-radius: 12px; }
  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content {
    gap: 20px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul {
      flex-basis: calc((100% / 2) - (20px * 1 / 2)); }

  section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper {
    padding-bottom: 80px; }
    section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper .swiper-slide {
      width: 335px;
      z-index: 10; }
      section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper .swiper-slide:hover {
        z-index: 20; }

  section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion {
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px; }
    section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion .logo {
      position: initial; }
  section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-formulario {
    padding: 80px; }

  section.wat-section.seccion-contenido .seccion-contenido--content {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 874px; }
    section.wat-section.seccion-contenido .seccion-contenido--content .contenido:nth-of-type(1) {
      max-width: 650px;
      margin: 0 auto; }

  section.wat-section.seccion-graficas.seccion-graficas-fondo {
    padding: 60px 0; }
  section.wat-section.seccion-graficas .seccion-graficas--content {
    padding: 0 5vw; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas {
      position: relative; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding-left: 40px;
        padding-right: calc(30% + 40px);
        height: calc(100svh - 76px * 2);
        max-height: 620px; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .cabecera {
          display: none; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .graficas-repeater {
          height: calc(100% - 140px);
          display: flex;
          justify-content: space-between;
          width: 100%;
          max-width: 680px; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .btn--content {
          display: none; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion {
        width: 30%;
        z-index: 10;
        position: absolute;
        right: 0;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .top {
          display: none; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables {
          display: flex; }
          section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable {
            cursor: pointer; }
            section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable.active p, section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable:hover p {
              color: #057996; }
            section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable.active .icon svg path, section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable:hover .icon svg path {
              fill: #057996; }
            section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable p {
              transition: .3s ease; }
            section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .desplegables .desplegable .icon svg path {
              transition: .3s ease; }
        section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones {
          padding-right: 6px;
          max-height: initial; }
          section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion .informaciones .informacion .contenido p:has(strong) {
            display: none; }

  section.wat-section.seccion-productos .seccion-productos--content {
    padding: 0 5vw; }
    section.wat-section.seccion-productos .seccion-productos--content .productos-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 60px; }
      section.wat-section.seccion-productos .seccion-productos--content .productos-top .titulo {
        margin-bottom: 0;
        flex-direction: row;
        align-items: flex-end;
        padding: 0; }
        section.wat-section.seccion-productos .seccion-productos--content .productos-top .titulo p {
          margin-bottom: 2px; }
      section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 1px solid #414346;
        border-radius: 12px;
        padding: 0 12px;
        box-sizing: border-box;
        height: 40px;
        transition: .3s ease; }
        section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download p {
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.24px;
          color: #414346;
          transition: .3s ease; }
        section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download .icon {
          width: 16px;
          min-width: 16px; }
          section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download .icon svg path {
            transition: .3s ease;
            fill: #414346; }
        section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download:hover {
          background-color: #B9DAE2;
          border-color: #057996; }
          section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download:hover p {
            color: #057996; }
          section.wat-section.seccion-productos .seccion-productos--content .productos-top > a.btn-download:hover .icon svg path {
            fill: #057996; }
      section.wat-section.seccion-productos .seccion-productos--content .productos-top .filtros-menu-mobile {
        display: none; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top-desktop--content {
      display: block;
      margin-bottom: 20px; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top {
      gap: 12px 2px;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0;
      border-bottom: none; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top:not(.filter-top-desktop) {
        display: none; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by {
        height: initial;
        width: initial;
        flex-basis: calc((100% / 3) - (2px * 2 / 3)); }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by .chip-clear-all {
          display: none !important; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by .close {
          display: none; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by .titulo p {
          font-size: 21px;
          line-height: 31px; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply {
        padding-right: 10px;
        flex: 1;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top {
          margin-top: 4px;
          gap: 20px; }
          section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top .productos {
            order: 1;
            padding-left: 0;
            padding-right: 20px;
            border-left: none;
            border-right: 1px solid #AAADB1; }
            section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top .productos p {
              white-space: nowrap;
              font-size: 16px;
              line-height: 24px; }
              section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top .productos p span {
                font-size: 16px;
                line-height: 24px; }
          section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top .texto {
            order: 2; }
            section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--top .texto p {
              white-space: nowrap;
              font-size: 16px;
              line-height: 24px; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom {
          overflow: initial;
          max-height: initial; }
          section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom .chip {
            padding: 7px 10px;
            border-radius: 12px;
            transition: .3s ease; }
            section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom .chip .icon {
              width: 16px;
              min-width: 16px; }
            section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-apply .filter-apply--bottom .chip:hover {
              background-color: #E9F7F7;
              border-color: #C6C9CC; }
      section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-delete {
        display: block; }
        section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-delete .chip-clear-all {
          padding: 7px 10px;
          border-radius: 12px;
          border-color: #66696D;
          transition: .3s ease; }
          section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-delete .chip-clear-all p {
            color: #66696D; }
          section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-delete .chip-clear-all:hover {
            background-color: #E9F7F7; }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido {
      display: flex;
      align-items: flex-start;
      gap: 2px; }
      section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros {
        position: sticky;
        z-index: 80;
        top: 86px;
        overflow: auto;
        max-height: calc(100svh - 96px);
        right: initial;
        bottom: initial;
        left: initial;
        width: calc((100% / 3) - (2px * 2 / 3));
        border-left: none;
        background-color: none; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros {
          border: 1px solid #C6C9CC;
          border-bottom: none; }
          section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-filtros .filter-filtro:nth-last-of-type(1) {
            margin-bottom: 0; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros .productos-filtros--content .filter-button {
          display: none; }
      section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show {
        width: initial;
        flex: 1;
        padding: 0; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos {
          gap: 2px;
          margin-top: 0; }
          section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos.productos-buscador .producto {
            flex-basis: calc((100% / 3) - (2px * 2 / 3)); }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .paginacion .paginacion--content a.page-numbers:hover {
          font-family: 'Manrope-Bold';
          color: #1F2122; }
        section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos-not-found {
          padding: 0 40px; }

  section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a:not(.active):hover p {
    color: #057996; }
  section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a p {
    transition: .3s ease; }

  section.wat-section.seccion-infografia .seccion-infografia--content {
    padding: 0 5vw; }
    section.wat-section.seccion-infografia .seccion-infografia--content .encabezado {
      padding: 0; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia {
      display: flex;
      align-items: center;
      gap: 20px;
      position: relative;
      padding-right: 360px;
      padding-left: 20px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination {
        display: block; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content {
          display: flex;
          flex-direction: column;
          gap: 32px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item {
            display: flex;
            align-items: center;
            gap: 8px;
            position: relative; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item:nth-last-of-type(1) .number::after {
              display: none; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item.active .number {
              background-color: #B9DAE2; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item.active .name p {
              color: #414346; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item .name p {
              font-size: 14px;
              line-height: 20px;
              font-family: 'Manrope-Medium';
              color: #66696D; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item .number {
              position: relative;
              border: 1px solid #414346;
              transition: .3s ease;
              width: 24px;
              height: 24px;
              border-radius: 8px;
              display: flex;
              align-items: center;
              justify-content: center; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item .number::after {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                height: 32px;
                width: 1px;
                background-color: #414346;
                top: 26px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item .number p {
                font-size: 14px;
                line-height: 16px;
                text-align: center;
                font-family: 'Manrope-Medium';
                color: #414346; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal {
        flex: 1; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content {
          padding: 48px 0px 30px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo {
            position: initial; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo .back {
              width: initial;
              top: initial;
              bottom: 30px;
              left: 20px;
              display: flex;
              align-items: center;
              gap: 8px; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo .back p {
                display: block;
                font-size: 14px;
                line-height: 16px;
                letter-spacing: 0.28px;
                font-family: 'Manrope-Bold';
                color: #414346; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.paso {
              display: none; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .btn--content {
            display: none; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias {
            gap: 20px; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia:hover .informacion {
              background-color: #B9DAE2; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion {
              transition: .3s ease;
              width: calc(100% - 20px); }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion p {
                width: initial; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso:hover {
            background-color: #B9DAE2 !important;
            box-shadow: 0px 0px 6px 0px #D4ECF2, 0px 6px 4px 0px rgba(0, 0, 0, 0.35) !important; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso:hover svg path {
              fill: #00313E !important; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content .image .usos .uso svg path {
            transition: .3s ease; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .estancias .estancia .estancia--content > p {
            display: none; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-two .hotpoints {
            display: none; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info {
        z-index: 20;
        width: calc(360px - 20px);
        position: absolute;
        top: 0;
        left: initial;
        bottom: 0;
        right: 0; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content {
          padding: 20px 0; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .top {
            display: none; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion {
            padding: 0 20px; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia {
              width: 100%; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso:hover .uso--content .image--content img {
                transform: translate(-50%, -50%) scale(1.2); }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso:hover .uso--content .informacion {
                padding: 24px 28px 24px 12px;
                background-color: #B9DAE2; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso .uso--content .image--content img {
                transition: .3s ease; }
              section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso .uso--content .informacion {
                transition: .3s ease; }

  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content:hover input[type="search"] {
    border-color: #3492AA; }
  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content:hover .lupa svg path {
    fill: #3492AA; }
  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content.has-focus input[type="search"] {
    background-color: #E9F7F7;
    border-color: #3492AA; }
  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content.has-focus .lupa svg path {
    fill: #3492AA; }
  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content input[type="search"] {
    transition: .3s ease;
    border-radius: 8px;
    border-color: #C6C9CC;
    color: #1F2122;
    padding: 9px 32px; }
    section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content input[type="search"]::placeholder {
      color: #66696D; }
  section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content .lupa svg path, section.wat-section.seccion-buscador .seccion-buscador--content .cabecera-buscador .cabecera-buscador--content form .form--content .clear svg path {
    transition: .3s ease; }

  section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion {
    flex-direction: row;
    align-items: flex-end; }
    section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion .contenido {
      flex: 1; }
    section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion a {
      margin: 0 24px; }
      section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion a p {
        white-space: nowrap; } }
@media only screen and (min-width: 1200px) {
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo h2, section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo p {
    width: 440px; }
  section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto {
    align-items: flex-start; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria {
      width: 440px; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion {
      width: initial;
      flex: 1; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion {
      width: 320px;
      flex-direction: column; } }
@media only screen and (min-width: 1440px) {
  header.header .header--superior {
    height: 80px; }
    header.header .header--superior .header--superior--content {
      padding: 0 calc((100vw - 1320px) / 2);
      gap: 34px; }
      header.header .header--superior .header--superior--content .menu-desplegable > ul.menu {
        gap: 24px; }
        header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul {
          gap: 20px 72px;
          padding: 140px calc((100vw - 1096px) / 2) 42px; }
          header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li.separator {
            margin: 16px 0; }
          header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) {
            flex-basis: calc((100% / 3) - (72px * 2 / 3)); }
            header.header .header--superior .header--superior--content .menu-desplegable > ul.menu > li > ul > li:not(.title):not(.separator) a p.menu-item-description {
              font-size: 14px;
              line-height: 20px; }
      header.header .header--superior .header--superior--content a.logo {
        width: 102px; }
      header.header .header--superior .header--superior--content .buttons-search {
        gap: 12px; }
      header.header .header--superior .header--superior--content form {
        width: 232px; }

  footer.footer {
    padding: 60px calc((100vw - 1320px) / 2) 24px; }
    footer.footer .footer--content {
      gap: 0 60px; }
      footer.footer .footer--content .footer-ppal {
        flex-basis: 204px; }
      footer.footer .footer--content .footer-menu {
        flex-basis: 132px; }
      footer.footer .footer--content .footer-contacto {
        gap: 32px;
        padding: 12px 80px 48px 60px; }
        footer.footer .footer--content .footer-contacto .contacto {
          gap: 40px; }
          footer.footer .footer--content .footer-contacto .contacto .contacto-li {
            gap: 28px; }
      footer.footer .footer--content .footer-final {
        padding-top: 24px; }

  .wat-mainrow {
    padding-bottom: 104px; }
    .wat-mainrow section.wat-section {
      margin-bottom: 104px; }

  .awsm-job-single-content {
    padding: 0; }

  section.wat-section.seccion-encabezado .seccion-encabezado--content.encabezado-home .imagen-principal {
    padding: 56px calc((100vw - 1320px) / 2);
    height: 560px; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content.encabezado-home .imagen-principal .contenido {
      max-width: 762px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content.encabezado-home .encabezado--bottom {
    padding: 48px calc((100vw - 1440px) / 2 + 172px) 40px calc((100vw - 1440px) / 2 + 60px); }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal {
    height: 370px;
    padding: 56px calc((100vw - 880px) / 2); }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .imagen-principal .contenido {
      max-width: 874px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom {
    padding: 40px calc((100vw - 880px) / 2) 0; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom .col.col-descripcion {
      padding-right: 0;
      flex-basis: 426px; }
      section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom .col.col-descripcion .contenido {
        gap: 24px; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .encabezado--bottom .col .icon {
      width: 104px; }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas {
    margin-top: 44px; }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .anclas .anclas--content {
      padding: 0 calc((100vw - 1320px) / 2); }
  section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados {
    margin-top: 60px;
    padding: 0 calc((100vw - 880px) / 2); }
    section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado {
      border-radius: 4px;
      flex-basis: calc((100% / 5) - (8px * 4 / 5)); }
      section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-top {
        padding: 12px 4px; }
        section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-top .icon-title {
          gap: 8px; }
          section.wat-section.seccion-encabezado .seccion-encabezado--content .filtrados .filtrado .filtrado--content .filtrado-top .icon-title .icon {
            min-width: 24px;
            width: 24px; }

  section.wat-section.seccion-cards .seccion-cards--content {
    padding: 0;
    gap: 80px; }
    section.wat-section.seccion-cards .seccion-cards--content.seccion-cards--content-fondo {
      padding: 80px 0;
      position: initial; }
    section.wat-section.seccion-cards .seccion-cards--content .contenido-cards {
      gap: 80px; }
      section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content {
        gap: 32px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--title {
          gap: 24px;
          width: 370px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--title .icon {
            width: 36px;
            min-width: 36px; }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards {
          gap: 20px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards .card-sectores, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards .card-familias {
            flex-basis: calc((100% / 3) - (20px * 2 / 3)); }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .cards .card-producto {
            flex-basis: calc((100% / 3) - (20px * 2 / 3)); }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .swiper.swiper-cards-mobile .swiper-wrapper {
          gap: 20px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--3 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
            flex-basis: calc((100% / 3) - (20px * 2 / 3)); }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards {
          gap: 20px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-sectores, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-familias {
            flex-basis: calc((100% / 4) - (20px * 3 / 4)); }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-producto, section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .cards .card-caracteristicas {
            flex-basis: calc((100% / 4) - (20px * 3 / 4)); }
        section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper {
          gap: 20px; }
          section.wat-section.seccion-cards .seccion-cards--content .contenido-cards .contenido-cards--content .contenido-cards--cards.contenido-cards--cards--4 .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide {
            flex-basis: calc((100% / 4) - (20px * 3 / 4)); }

  section.wat-section.seccion-noticias .seccion-noticias--content {
    padding: 0; }
    section.wat-section.seccion-noticias .seccion-noticias--content .noticias {
      gap: 60px; }
      section.wat-section.seccion-noticias .seccion-noticias--content .noticias .encabezado .contenido {
        max-width: 650px; }

  section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content {
    gap: 60px;
    padding: 0; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros {
      margin-bottom: 32px; }
      section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content {
        gap: 20px; }
        section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias .noticias-filtros .noticias-filtros--content a {
          padding: 0 12px;
          border-radius: 8px 8px 0 0; }
    section.wat-section.seccion-noticias-filtrado .seccion-noticias-filtrado--content .noticias a.view-more-posts {
      margin: 40px auto 0; }

  section.wat-section.seccion-base-vinetas.seccion-base-vinetas-fondo {
    padding: 60px 0; }
  section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content {
    padding: 0;
    gap: 110px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas {
      width: 650px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .imagenes-vinetas .fondo {
        width: 460px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas {
      box-sizing: border-box;
      padding-left: 92px;
      width: calc(100% - 650px - 110px); }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks .check .icon {
        margin-top: 0;
        min-width: 28px;
        flex-basis: 28px; }
      section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .informacion-vinetas .checks .check .descripcion {
        padding: 0 0 24px 12px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .title {
      margin-bottom: 48px; }
    section.wat-section.seccion-base-vinetas .seccion-base-vinetas--content .carousel-vinetas .contenido-cards--cards .swiper.swiper-cards-mobile .swiper-wrapper .swiper-slide .card-destacados-2 .card-destacados-2--content .contenido p {
      font-size: 21px;
      line-height: 31px;
      font-family: 'Manrope-Medium'; }

  section.wat-section.seccion-boxes .seccion-boxes--content {
    padding: 0; }
    section.wat-section.seccion-boxes .seccion-boxes--content .encabezado .contenido {
      max-width: 650px; }

  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .btn--content {
    bottom: 60px; }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .encabezado {
    margin-bottom: 80px;
    padding: 0 calc((100vw - 1136px) / 2); }
  section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas {
    height: initial;
    aspect-ratio: 1440/640; }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .swiper .swiper-wrapper {
      gap: 96px; }
    section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica {
      padding: 40px 24px 24px; }
      section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content {
        gap: 24px; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .icon {
          width: 44px; }
        section.wat-section.seccion-caracteristicas .seccion-caracteristicas--content .caracteristicas .caracteristica .card-caracteristica .card-caracteristica--content .contenido {
          gap: 24px; }

  section.wat-section.seccion-box-contacto .seccion-box-contacto--content {
    padding: 0; }
    section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content {
      padding-left: 420px; }
      section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .image--content {
        width: calc(460px); }
      section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion {
        gap: 24px; }
        section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .contenido {
          gap: 24px;
          flex: 1; }
          section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .contenido p {
            font-size: 21px;
            line-height: 31px; }
        section.wat-section.seccion-box-contacto .seccion-box-contacto--content .box-contacto .box-contacto--content .box--informacion .buttons {
          display: flex;
          flex-direction: column;
          align-items: center;
          flex-basis: 160px;
          margin: auto 0 0; }

  section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content {
    padding: 0;
    justify-content: center;
    gap: 110px; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content.seccion-texto-imagen--content-fondo {
      padding: 80px 0; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .imagen {
      margin: initial;
      flex-basis: initial;
      flex: 1; }
    section.wat-section.seccion-texto-imagen .seccion-texto-imagen--content .contenido {
      padding-left: 92px;
      flex-basis: 465px; }

  section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content {
    gap: 80px;
    padding: 0; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes.imagenes-2 .imagen {
      height: 388px; }
    section.wat-section.seccion-texto-imagenes .seccion-texto-imagenes--content .imagenes .imagen {
      height: 388px; }

  section.wat-section.seccion-historia {
    padding: 80px 0; }
    section.wat-section.seccion-historia .seccion-historia--content .encabezado {
      padding: 0 calc((100vw - 1440px) / 2); }
    section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper {
      padding-left: calc((100vw - 1440px) / 2 - 20px); }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .card-historia--content .contenido {
        width: 352px;
        padding: 40px 32px 24px 24px;
        border-radius: 20px 0 0 0; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .paginador-fake .anyo {
        padding: 0;
        width: 90px;
        height: 40px;
        border-radius: 12px; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide.swiper-slide-active .card-historia .paginador-fake .anyo p {
          font-size: 21px;
          line-height: 31px;
          letter-spacing: 0px; }
      section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia {
        gap: 60px; }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido {
          transition: .3s ease;
          box-sizing: border-box;
          width: 256px;
          padding: 36px 20px 20px;
          border-radius: 16px 0 0 0; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .card-historia--content .contenido .contenido-altura .contenido-altura--content {
            width: calc(352px - 24px - 32px); }
        section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake {
          height: 40px; }
          section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .anyo {
            width: 54px;
            height: 32px;
            border-radius: 12px;
            padding: 0; }
            section.wat-section.seccion-historia .seccion-historia--content .historia .swiper-historia .swiper-wrapper .swiper-slide .card-historia .paginador-fake .anyo p {
              font-size: 14px;
              line-height: 16px;
              letter-spacing: 0.14px; }

  section.wat-section.seccion-testimonios .seccion-testimonios--content {
    gap: 40px; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .encabezado {
      max-width: 650px; }
    section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow {
      width: 48px;
      height: 48px; }
      section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios .navigation-fake .arrow svg {
        width: 20px; }

  section.wat-section.seccion-cabecera-producto {
    padding-top: 44px; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .anclas .anclas--content {
      padding: 0; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo {
      padding: 0;
      margin-bottom: 40px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo h2, section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .titulo p {
        width: 538px; }
    section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto {
      padding: 0;
      align-items: flex-start; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria {
        width: 538px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button {
          width: 32px;
          height: 32px;
          border-radius: 8px; }
          section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-fake-button svg {
            width: 16px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .galeria .swiper-producto-thumbs--content .swiper-producto-thumbs {
          width: calc(64px * 5 + 4px * 3); }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion {
        flex: initial;
        gap: 26px;
        width: 426px; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .informacion .informacion-li .info .info-icon {
          right: 24px; }
      section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion {
        width: initial;
        flex: 1;
        flex-direction: column; }
        section.wat-section.seccion-cabecera-producto .seccion-cabecera-producto--content .contenido-single-producto .navegacion .navegacion-li {
          gap: 12px;
          padding: 24px 32px; }

  section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content {
    padding: 0;
    gap: 80px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .download {
      gap: 24px; }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .informacion {
      gap: 60px; }
      section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .informacion .contenido {
        gap: 40px;
        flex-basis: calc((100% / 2) - (60px * 1 / 2)); }
    section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica {
      gap: 40px; }
      section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .info, section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value {
        padding: 12px 24px; }
        section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .info p, section.wat-section.seccion-informacion-producto .seccion-informacion-producto--content .ficha-tecnica .ficha-tecnica--content ul li .value p {
          font-size: 16px;
          line-height: 24px; }

  section.wat-section.seccion-carousel-productos.seccion-productos-compatibles {
    padding: 80px 0; }
  section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content {
    padding: 0; }
    section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .title {
      padding: 0;
      margin-bottom: 40px; }
    section.wat-section.seccion-carousel-productos .seccion-carousel-productos--content .swiper-productos .swiper-wrapper {
      padding: 0 0 80px; }

  section.wat-section.seccion-blog-ind .seccion-blog-ind--content {
    gap: 60px;
    padding: 0 133px; }
    section.wat-section.seccion-blog-ind .seccion-blog-ind--content .destacado {
      padding: 40px; }

  section.wat-section.seccion-contacto .seccion-contacto--content {
    padding: 0; }
    section.wat-section.seccion-contacto .seccion-contacto--content .card--contacto .seccion-informacion .contenido h2 {
      font-size: 47px;
      line-height: 52px; }

  section.wat-section.seccion-graficas.seccion-graficas-fondo {
    padding: 80px 0; }
  section.wat-section.seccion-graficas .seccion-graficas--content {
    padding: 0; }
    section.wat-section.seccion-graficas .seccion-graficas--content .encabezado {
      max-width: 650px;
      margin-bottom: 80px; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas {
      height: initial;
      padding: 70px calc(316px + 80px) 70px 80px;
      max-height: initial; }
      section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--graficas .graficas-repeater {
        height: 580px;
        max-width: initial;
        width: 810px; }
    section.wat-section.seccion-graficas .seccion-graficas--content .graficas .graficas--informacion {
      padding: 32px 24px;
      width: 316px; }

  section.wat-section.seccion-productos .seccion-productos--content {
    padding: 0; }
    section.wat-section.seccion-productos .seccion-productos--content .productos-top .titulo {
      gap: 20px; }
    section.wat-section.seccion-productos .seccion-productos--content .filter-top .filter-by {
      flex-basis: calc((100% / 4) - (2px * 3 / 4)); }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-filtros {
      width: calc((100% / 4) - (2px * 3 / 4)); }
    section.wat-section.seccion-productos .seccion-productos--content .productos--contenido .productos-show .productos.productos-buscador .producto {
      flex-basis: calc((100% / 4) - (2px * 3 / 4)); }

  section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content {
    padding: 0;
    gap: 20px; }
    section.wat-section.seccion-taxonomias .seccion-taxonomias--content .taxonomias-filtros .taxonomias-filtros--content a {
      padding: 0 12px;
      border-radius: 8px 8px 0 0; }

  section.wat-section.seccion-infografia .seccion-infografia--content {
    padding: 0; }
    section.wat-section.seccion-infografia .seccion-infografia--content .encabezado {
      margin-bottom: 80px; }
    section.wat-section.seccion-infografia .seccion-infografia--content .infografia {
      gap: 32px;
      padding: 0 calc(426px + 40px) 0 40px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item .number {
        width: 30px;
        height: 30px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-pagination .infografia-columna-pagination--content .item .number::after {
          top: 31px; }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content {
        padding: 48px 0 32px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.name {
          font-size: 16px;
          line-height: 24px;
          font-family: 'Manrope-Bold'; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .titulo p.name span {
            font-size: 16px;
            line-height: 24px;
            font-family: 'Manrope-Bold'; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-ppal .infografia-columna-ppal--content .proccess-one .estancias .estancia .estancia--content .informacion {
          width: calc(100% - 60px); }
      section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info {
        width: 426px; }
        section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content {
          padding: 48px 32px; }
          section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion {
            padding: 0; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .paginado--content {
              gap: 16px; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .soluciones-beneficios .soluciones--content .soluciones .solucion {
              padding: 6px 18px;
              border-radius: 12px; }
            section.wat-section.seccion-infografia .seccion-infografia--content .infografia .infografia-columna-info .infografia-columna-info--content .paginacion .paginado .estancia .estancia-usos .usos--content .usos .uso {
              border-radius: 4px; }

  section.wat-section.seccion-busqueda .seccion-busqueda--content {
    padding: 0; }
    section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados {
      gap: 20px; }
      section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content {
        padding-left: calc(465px - 40px); }
        section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .image--content {
          width: 465px; }
        section.wat-section.seccion-busqueda .seccion-busqueda--content .buscados .buscado .buscado--content .informacion {
          padding: 80px 80px 80px 60px; }

  section.wat-section.seccion-iframe .seccion-iframe--content {
    gap: 80px;
    padding: 0; } }

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