/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
ul, ol {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

body, html {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #F3F3F4;
  font-family: "Roboto", sans-serif;
  color: #222222;
  font-weight: 400; }

body.menu-open {
  overflow: hidden; }

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

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

input, button, textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit; }
  input:focus, button:focus, textarea:focus {
    outline: none !important; }

label, button {
  cursor: pointer; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

::selection {
  background: #35353A;
  color: #F3F3F4;
  text-shadow: none; }

/* Firefox */
::-moz-selection {
  background: #35353A;
  color: #F3F3F4;
  text-shadow: none; }

.btn-primary {
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 2px solid #FF9900;
  height: 44px;
  padding: 0 26px;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #FF9900;
  transition: .3s ease; }
  .btn-primary p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #FF9900; }
  .btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.btn-secondary {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF9900;
  backdrop-filter: blur(10px);
  height: 44px;
  padding: 0 26px;
  box-sizing: border-box; }
  .btn-secondary p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #FFFFFF; }

@media all and (min-width: 1024px) {
  .btn-primary, .btn-secondary {
    position: relative; }
    .btn-primary::after, .btn-secondary::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background-color: #FF9900;
      transition: .3s ease;
      z-index: 10;
      width: 0%; }
    .btn-primary p, .btn-secondary p {
      position: relative;
      z-index: 20;
      transition: .3s ease; }
    .btn-primary:hover::after, .btn-secondary:hover::after {
      width: 100%; }
    .btn-primary:hover p, .btn-secondary:hover p {
      color: #FFFFFF; } }
@media all and (min-width: 1440px) {
  .btn-primary {
    height: 54px;
    padding: 0 32px;
    font-size: 18px; }
    .btn-primary p {
      font-size: 18px; }

  .btn-secondary {
    height: 54px;
    padding: 0 32px; }
    .btn-secondary p {
      font-size: 18px; } }
h1, h2, h3, h4, h5, h6, p, input, label, span, a, li, button, textarea {
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p strong, input strong, label strong, span strong, a strong, li strong, button strong, textarea strong {
    font-weight: 700; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
body {
  font-size: 16px;
  line-height: 1.5; }

h1 {
  font-size: 32px;
  line-height: 1.15; }
  h1.big {
    font-size: 100px;
    line-height: 1; }

h2 {
  font-size: 30px;
  line-height: 1.25; }

h3 {
  font-size: 20px;
  line-height: 1.25; }

h4 {
  font-size: 20px;
  line-height: 1.3; }

h5 {
  font-size: 18px;
  line-height: 1.35; }

h6 {
  font-size: 16px;
  line-height: 1.4; }

p,
li,
a,
label,
input,
textarea,
button {
  font-size: 16px;
  line-height: 1.5; }

.small-text {
  font-size: 14px;
  line-height: 1.4; }

.template-texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px; }
  .template-texto.template-texto-orange h1 strong, .template-texto.template-texto-orange h1 b, .template-texto.template-texto-orange h2 strong, .template-texto.template-texto-orange h2 b {
    color: #FF9900; }
  .template-texto h1, .template-texto h2, .template-texto h3, .template-texto h4, .template-texto h5, .template-texto h6 {
    width: 100%; }
  .template-texto h1, .template-texto h2 {
    font-weight: 300; }
    .template-texto h1 strong, .template-texto h2 strong {
      font-weight: 700; }
  .template-texto > p a {
    color: #FF9900;
    text-decoration: underline;
    font-weight: 600; }

@media all and (min-width: 768px) {
  h1 {
    font-size: 48px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 24px; }

  h5 {
    font-size: 20px; } }
@media all and (min-width: 1440px) {
  h1 {
    font-size: 64px; }

  h2 {
    font-size: 48px; }

  h3 {
    font-size: 32px; }

  p {
    font-size: 18px; } }
input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 6px;
  padding: 10px 12px;
  font-family: "Inter", sans-serif;
  color: #222222; }

textarea {
  min-height: 120px;
  resize: vertical; }

.image--content, .video--content {
  position: relative;
  overflow: hidden; }
  .image--content img, .image--content video, .video--content img, .video--content video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }

.card-post .card-post--content {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column; }
  .card-post .card-post--content .imagen {
    width: 100%;
    aspect-ratio: 768/1024; }
    .card-post .card-post--content .imagen .image--content {
      width: 100%;
      height: 100%; }
      .card-post .card-post--content .imagen .image--content.image--hover {
        display: none; }
  .card-post .card-post--content .content--content {
    flex: 1;
    padding: 16px; }
    .card-post .card-post--content .content--content h3 {
      font-size: 16px;
      font-weight: 500;
      color: #35353A; }

.swiper-pagination {
  margin-top: 20px;
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6E6E76;
    opacity: 1;
    transition: .3s ease; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #FF9900; }

.whatsapp-fab {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px; }
  .whatsapp-fab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #25d366;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22); }
    .whatsapp-fab a:focus-visible {
      outline: 2px solid #FF9900;
      outline-offset: 3px; }
  .whatsapp-fab .icon {
    width: 28px;
    display: block; }
    .whatsapp-fab .icon img {
      display: block;
      width: 100%;
      height: auto; }

@media all and (min-width: 1024px) {
  .card-post .card-post--content {
    transition: transform 0.25s ease, box-shadow 0.25s ease; }
    .card-post .card-post--content .imagen {
      position: relative; }
      .card-post .card-post--content .imagen .image--content.image--base, .card-post .card-post--content .imagen .image--content.image--hover {
        display: block;
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.35s ease; }
      .card-post .card-post--content .imagen .image--content.image--base {
        opacity: 1; }
  .card-post:hover .card-post--content {
    transform: translateY(-4px); }
    .card-post:hover .card-post--content .imagen .image--content.image--base {
      opacity: 0; }
    .card-post:hover .card-post--content .imagen .image--content.image--hover {
      opacity: 1; } }
body.site-global-loader--active {
  overflow: hidden; }

.site-global-loader {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease; }
  .site-global-loader.is-visible {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .site-global-loader__backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(34, 34, 34, 0.45); }
  .site-global-loader__spinner {
    position: relative;
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: #FF9900;
    border-radius: 50%;
    animation: site-global-loader-spin 0.75s linear infinite;
    box-sizing: border-box; }
  .site-global-loader__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

@keyframes site-global-loader-spin {
  to {
    transform: rotate(360deg); } }
* {
  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+                */ }

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color .3s ease, box-shadow .3s ease; }
  header.header.header-cabecera .header--content .logo.logo--invert-when-overlay svg {
    filter: brightness(0) invert(1); }
  header.header.header-cabecera .header--content .bars span {
    background-color: #FFFFFF; }
  header.header.header-cabecera.is-scrolled .header--content .logo.logo--invert-when-overlay svg {
    filter: none; }
  header.header.header-cabecera.is-scrolled .header--content .bars span {
    background-color: #222222; }
  header.header .header--content {
    position: relative;
    box-sizing: border-box;
    height: 90px;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: height .3s ease, padding .3s ease; }
    header.header .header--content .logo {
      position: relative;
      z-index: 60;
      display: block;
      width: 130px;
      transition: width .3s ease, filter .3s ease; }
      header.header .header--content .logo svg {
        width: 100%;
        height: auto;
        display: block; }
    header.header .header--content .bars {
      position: relative;
      z-index: 55;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 6px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      color: inherit; }
      header.header .header--content .bars span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #222222;
        transform-origin: center;
        transition: transform 0.3s ease, opacity 0.25s ease, background-color 0.3s ease; }
      header.header .header--content .bars.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg); }
      header.header .header--content .bars.active span:nth-child(2) {
        opacity: 0; }
      header.header .header--content .bars.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg); }
    header.header .header--content .menu--content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #222222;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-100%);
      transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
      z-index: 10;
      padding: 110px 5vw 60px;
      box-sizing: border-box;
      border-radius: 0 0 20px 20px; }
      header.header .header--content .menu--content ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px; }
        header.header .header--content .menu--content ul li a {
          color: #FFFFFF;
          font-size: 20px;
          font-weight: 500;
          line-height: 1.2;
          text-transform: uppercase;
          transition: color .3s ease; }
    header.header .header--content .transparencia-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100svh;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .3s ease, visibility .3s ease;
      z-index: 5; }
    header.header .header--content.active .menu--content {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0); }
    header.header .header--content.active .transparencia-header {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    header.header .header--content.active .logo.logo--invert-when-overlay {
      filter: brightness(0) invert(1); }
    header.header .header--content.active .bars span {
      background-color: #FFFFFF; }
  header.header.is-scrolled {
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
    header.header.is-scrolled .header--content {
      height: 70px; }
    header.header.is-scrolled .logo {
      width: 105px; }

footer.footer {
  padding: 40px 5vw 20px;
  background-color: #222222; }
  footer.footer .footer--content {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    footer.footer .footer--content .footer--content-superior {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      footer.footer .footer--content .footer--content-superior .logo {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto; }
        footer.footer .footer--content .footer--content-superior .logo svg {
          width: 100%;
          height: auto;
          display: block; }
        footer.footer .footer--content .footer--content-superior .logo.logo--invert-on-dark {
          filter: brightness(0) invert(1); }
      footer.footer .footer--content .footer--content-superior .col {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        footer.footer .footer--content .footer--content-superior .col .title {
          width: 100%;
          padding: 0;
          background: none;
          border: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #FFFFFF;
          height: 34px; }
          footer.footer .footer--content .footer--content-superior .col .title .chevron {
            width: 14px;
            height: 14px;
            fill: currentColor;
            transition: transform .3s ease; }
          footer.footer .footer--content .footer--content-superior .col .title p {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 700; }
        footer.footer .footer--content .footer--content-superior .col.active .title .chevron {
          transform: rotate(180deg); }
        footer.footer .footer--content .footer--content-superior .col ul {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px; }
          footer.footer .footer--content .footer--content-superior .col ul li a {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400; }
    footer.footer .footer--content .footer--content-inferior {
      padding-top: 20px;
      border-top: 1px solid #FFFFFF;
      display: flex;
      justify-content: center; }
      footer.footer .footer--content .footer--content-inferior .copyright p {
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400; }

.wat-mainrow.page-contacto-gracias {
  margin-top: 120px; }
.wat-mainrow section.wat-section {
  margin-bottom: 60px; }
  .wat-mainrow section.wat-section.ocultar-margen {
    margin-bottom: 0; }
  .wat-mainrow section.wat-section:nth-last-of-type(1).seccion-mapa {
    margin-bottom: 0; }

section.seccion-cabecera .seccion-cabecera--content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50svh; }
  section.seccion-cabecera .seccion-cabecera--content.altura-total {
    min-height: 100svh; }
  section.seccion-cabecera .seccion-cabecera--content .fondo {
    position: absolute;
    inset: 0;
    z-index: 10; }
    section.seccion-cabecera .seccion-cabecera--content .fondo::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 20;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(30, 30, 30, 0.7)); }
    section.seccion-cabecera .seccion-cabecera--content .fondo .image--content, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content {
      position: absolute;
      inset: 0;
      z-index: 10;
      overflow: hidden; }
      section.seccion-cabecera .seccion-cabecera--content .fondo .image--content .parallax-layer, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content .parallax-layer {
        position: absolute;
        inset: 0;
        z-index: 10;
        pointer-events: none; }
      section.seccion-cabecera .seccion-cabecera--content .fondo .image--content img, section.seccion-cabecera .seccion-cabecera--content .fondo .image--content video, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content img, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        transform: scale(1.3);
        transform-origin: center center;
        transition: transform 0.35s ease-out;
        will-change: transform;
        object-fit: cover;
        object-position: center center; }
      section.seccion-cabecera .seccion-cabecera--content .fondo .image--content img.img-desktop, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content img.img-desktop {
        display: none; }
      section.seccion-cabecera .seccion-cabecera--content .fondo .image--content.solo-desktop-img img.img-desktop, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content.solo-desktop-img img.img-desktop {
        display: block !important; }
      section.seccion-cabecera .seccion-cabecera--content .fondo .image--content.solo-mobile-img img.img-mobile, section.seccion-cabecera .seccion-cabecera--content .fondo .video--content.solo-mobile-img img.img-mobile {
        display: block !important; }
  section.seccion-cabecera .seccion-cabecera--content .template-texto {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    padding: 120px 5vw;
    box-sizing: border-box; }
    section.seccion-cabecera .seccion-cabecera--content .template-texto h1 br {
      display: none; }
    section.seccion-cabecera .seccion-cabecera--content .template-texto h1, section.seccion-cabecera .seccion-cabecera--content .template-texto h2, section.seccion-cabecera .seccion-cabecera--content .template-texto h3, section.seccion-cabecera .seccion-cabecera--content .template-texto h4, section.seccion-cabecera .seccion-cabecera--content .template-texto h5, section.seccion-cabecera .seccion-cabecera--content .template-texto h6, section.seccion-cabecera .seccion-cabecera--content .template-texto p, section.seccion-cabecera .seccion-cabecera--content .template-texto a, section.seccion-cabecera .seccion-cabecera--content .template-texto span, section.seccion-cabecera .seccion-cabecera--content .template-texto strong {
      color: #FFFFFF; }

section.wat-section.seccion-posts .seccion-posts--content {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  section.wat-section.seccion-posts .seccion-posts--content .template-texto {
    padding: 0 5vw; }
    section.wat-section.seccion-posts .seccion-posts--content .template-texto h1, section.wat-section.seccion-posts .seccion-posts--content .template-texto h2, section.wat-section.seccion-posts .seccion-posts--content .template-texto h3, section.wat-section.seccion-posts .seccion-posts--content .template-texto h4, section.wat-section.seccion-posts .seccion-posts--content .template-texto h5, section.wat-section.seccion-posts .seccion-posts--content .template-texto h6, section.wat-section.seccion-posts .seccion-posts--content .template-texto p, section.wat-section.seccion-posts .seccion-posts--content .template-texto a, section.wat-section.seccion-posts .seccion-posts--content .template-texto span, section.wat-section.seccion-posts .seccion-posts--content .template-texto strong {
      text-align: center; }
  section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper {
    width: 100%; }
    section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper {
      padding: 16px 0; }
      section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper .swiper-slide {
        width: 90vw; }
  section.wat-section.seccion-posts .seccion-posts--content .btn--content {
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    align-items: center; }

section.wat-section.seccion-galeria-con-informacion {
  padding: 52px 0 0;
  background-color: #222222; }
  section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content {
    display: flex;
    flex-direction: column;
    gap: 52px; }
    section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item {
      display: flex;
      flex-direction: column;
      gap: 32px; }
      section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto {
        padding: 0 5vw; }
        section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto h1, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto h2, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto h3, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto h4, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto h5, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto h6, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto p, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto a, section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto span {
          color: #FFFFFF; }
      section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel {
        width: 100%; }
        section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel .seccion-gci-carousel__main {
          width: 100%;
          overflow: hidden; }
          section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel .seccion-gci-carousel__main .swiper-wrapper .swiper-slide .image--content {
            width: 100%;
            aspect-ratio: 790/520; }
        section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel .seccion-gci-carousel__thumbs {
          width: 100%; }
          section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel .seccion-gci-carousel__thumbs .swiper-slide {
            border-radius: 0;
            width: calc(100% / 5);
            overflow: hidden;
            opacity: 0.45;
            cursor: pointer;
            transition: opacity 0.2s ease; }
            section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel .seccion-gci-carousel__thumbs .swiper-slide .image--content {
              width: 100%;
              aspect-ratio: 160/116; }
            section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel .seccion-gci-carousel__thumbs .swiper-slide.swiper-slide-thumb-active {
              opacity: 1; }

section.wat-section.seccion-procesos .seccion-procesos--content {
  padding: 40px 5vw;
  background-color: #222222; }
  section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos {
    display: flex;
    flex-direction: column;
    gap: 28px; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .texto-superior {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 10px; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .texto-superior .icon {
        width: 16px;
        min-width: 16px;
        display: block; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .texto-superior p {
        font-size: 14px;
        line-height: 17p;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        color: #FFFFFF; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto h1, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto h2, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto h3, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto h4, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto h5, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto h6, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto p, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto a, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto span, section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .template-texto strong {
      color: #FFFFFF; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso {
        padding: 20px;
        background-color: #2C2C30;
        border-radius: 10px;
        border: 1px solid #6E6E76;
        display: flex; }
        section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso .proceso--content {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px; }
          section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso .proceso--content .icon {
            width: 48px;
            min-width: 48px;
            display: block; }
          section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso .proceso--content h3 {
            font-size: 20px;
            line-height: 26px;
            font-weight: 500;
            color: #FFFFFF; }
          section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso .proceso--content p {
            color: #FFFFFF; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .texto-inferior p {
      color: #FFFFFF; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .texto-inferior p a {
        color: #FF9900;
        text-decoration: underline; }
  section.wat-section.seccion-procesos .seccion-procesos--content .col-imagenes {
    display: none; }

section.wat-section.seccion-parallax {
  position: relative; }
  section.wat-section.seccion-parallax .seccion-parallax--content {
    padding: 60px 5vw; }
    section.wat-section.seccion-parallax .seccion-parallax--content .image--content {
      position: absolute;
      inset: 0;
      z-index: 10;
      overflow: hidden; }
      section.wat-section.seccion-parallax .seccion-parallax--content .image--content::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 20;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(30, 30, 30, 0.7)); }
      section.wat-section.seccion-parallax .seccion-parallax--content .image--content .parallax-layer {
        position: absolute;
        inset: 0;
        z-index: 10;
        pointer-events: none; }
      section.wat-section.seccion-parallax .seccion-parallax--content .image--content img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
        section.wat-section.seccion-parallax .seccion-parallax--content .image--content img.img-desktop {
          display: none; }
        section.wat-section.seccion-parallax .seccion-parallax--content .image--content img.img-mobile {
          display: block; }
    section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content {
      position: relative;
      z-index: 20;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px; }
      section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .texto-superior {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px; }
        section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .texto-superior .icon {
          width: 16px;
          min-width: 16px;
          display: block; }
        section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .texto-superior p {
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 2.8px;
          text-transform: uppercase;
          color: #FFFFFF; }
      section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto h1, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto h2, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto h3, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto h4, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto h5, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto h6, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto p, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto a, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto span, section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto strong {
        color: #FFFFFF; }

section.wat-section.seccion-reviews .seccion-reviews--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }
  section.wat-section.seccion-reviews .seccion-reviews--content .template-texto {
    padding: 0 5vw; }
  section.wat-section.seccion-reviews .seccion-reviews--content .shortcode {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5vw;
    overflow: hidden; }
    section.wat-section.seccion-reviews .seccion-reviews--content .shortcode .ti-reviews-container {
      margin-bottom: 0; }

section.wat-section.seccion-mapa {
  background-color: #FFFFFF;
  padding-top: 32px; }
  section.wat-section.seccion-mapa .seccion-mapa--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px; }
    section.wat-section.seccion-mapa .seccion-mapa--content .template-texto {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5vw; }
    section.wat-section.seccion-mapa .seccion-mapa--content .mapa-content {
      width: 100%;
      max-width: 100%;
      aspect-ratio: 1; }
      section.wat-section.seccion-mapa .seccion-mapa--content .mapa-content iframe {
        width: 100%;
        height: 100%;
        border: 0; }

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

section.wat-section.seccion-contacto {
  padding: 0 5vw; }
  section.wat-section.seccion-contacto .seccion-contacto--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; }
    section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto {
      width: 100%; }
      section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto.template-texto {
        gap: 10px; }
        section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto.template-texto > p a {
          font-weight: 400;
          color: #222222; }
    section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto {
      width: 100%; }
      section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form {
        display: flex;
        flex-wrap: wrap;
        gap: 22px; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content {
          flex-basis: 100%; }
          section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px; }
            section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p label {
              font-weight: 300; }
            section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p br {
              display: none; }
            section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span {
              width: 100%;
              display: flex;
              flex-direction: column;
              gap: 6px; }
              section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span input, section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span textarea {
                background-color: #FFFFFF;
                border: 1px solid #D0D0D4;
                border-radius: 22px;
                padding: 0 16px;
                height: 44px;
                width: 100%;
                box-sizing: border-box;
                color: #222222;
                font-size: 14px;
                line-height: 1.2;
                font-weight: 300; }
                section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span input::placeholder, section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span textarea::placeholder {
                  color: #D0D0D4;
                  font-weight: 300; }
              section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span textarea {
                padding: 16px;
                height: 120px; }
              section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span .wpcf7-not-valid-tip {
                font-size: 11px;
                line-height: 1.2;
                font-weight: 500; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent {
          width: 100%; }
          section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span {
            width: 100%; }
            section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span {
              width: 100%; }
              section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span {
                width: 100%;
                margin: 0; }
                section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span label {
                  display: flex;
                  align-items: center;
                  gap: 6px; }
                  section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span label input {
                    width: initial;
                    margin: 0;
                    -webkit-appearance: checkbox; }
                  section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span label span {
                    font-size: 12px;
                    line-height: 1.2; }
                    section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span label span a {
                      font-size: 12px;
                      line-height: 1.2;
                      text-decoration: underline; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--submit {
          width: 100%; }
          section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--submit p {
            position: relative; }
            section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--submit p .wpcf7-spinner {
              display: none !important;
              margin: 0;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 16px; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .wpcf7-response-output {
          width: 100%;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 1.2;
          font-weight: 500;
          color: #222222;
          text-align: center;
          padding: 16px;
          margin: 0 !important; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form.sent .wpcf7-response-output {
          display: none !important; }

section.wat-section.seccion-contacto--gracias {
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  min-height: calc(100svh - 340px - 120px);
  display: flex;
  align-items: center; }
  section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content {
    padding: 0 5vw; }

section.wat-section.seccion-page-posts .seccion-page-posts--content {
  padding: 0 5vw; }
  section.wat-section.seccion-page-posts .seccion-page-posts--content .seccion-page-posts--grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 12px; }
    section.wat-section.seccion-page-posts .seccion-page-posts--content .seccion-page-posts--grid .card-post {
      flex-basis: calc(50% - 6px); }

section.wat-section.single-product {
  background-color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 40px; }
  section.wat-section.single-product .single-product--content {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    section.wat-section.single-product .single-product--content .title {
      text-align: center;
      padding: 0 5vw; }
      section.wat-section.single-product .single-product--content .title h1 {
        font-size: 26px;
        line-height: 1.2; }
    section.wat-section.single-product .single-product--content .galeria {
      width: 100%; }
      section.wat-section.single-product .single-product--content .galeria .single-product-galeria {
        width: 100%; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main-wrap {
          position: relative; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 2;
          width: 40px;
          height: 40px;
          margin: 0;
          padding: 0;
          border: none;
          border-radius: 6px;
          background-color: #FF9900;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
          transition: opacity 0.2s ease, background-color 0.2s ease; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav::after, section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav svg {
            display: none; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav img {
            width: 24px;
            display: block;
            filter: brightness(0) invert(1); }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav.swiper-button-disabled {
            opacity: 0.35;
            cursor: default;
            pointer-events: none; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav:focus-visible {
            outline: 2px solid #FFFFFF;
            outline-offset: 2px; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav--prev {
          left: calc(5vw + 12px); }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav--next {
          right: calc(5vw + 12px); }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main {
          width: 100%;
          overflow: hidden; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main .swiper-wrapper {
            padding: 0 5vw; }
            section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main .swiper-wrapper .swiper-slide {
              width: 90vw; }
              section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main .swiper-wrapper .swiper-slide .image--content {
                aspect-ratio: 466/622;
                width: 100%; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs {
          padding: 0 5vw;
          margin-top: 30px;
          width: 100%;
          box-sizing: border-box; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs .swiper-wrapper {
            padding-bottom: 1px; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs .swiper-slide {
            border-radius: 0;
            width: calc(100% / 5 - (10px * 4 / 5));
            overflow: hidden;
            opacity: 0.45;
            cursor: pointer;
            transition: opacity 0.2s ease;
            border: 1px solid #35353A;
            box-sizing: border-box; }
            section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs .swiper-slide .image--content {
              width: 100%;
              aspect-ratio: 466/622; }
            section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs .swiper-slide.swiper-slide-thumb-active {
              opacity: 1; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria.single-product-galeria--single img {
          display: block;
          width: 100%;
          height: auto; }
    section.wat-section.single-product .single-product--content .descripcion {
      padding: 0 5vw;
      display: flex;
      flex-direction: column;
      gap: 40px; }
      section.wat-section.single-product .single-product--content .descripcion .contacta {
        display: flex;
        align-items: center;
        gap: 10px; }
        section.wat-section.single-product .single-product--content .descripcion .contacta a {
          display: flex;
          align-items: center; }
          section.wat-section.single-product .single-product--content .descripcion .contacta a .icon {
            width: 32px;
            display: block; }

section.wat-section.page-contenido {
  margin-top: 120px; }
  section.wat-section.page-contenido .page-contenido--content {
    padding: 0 5vw; }

@media only screen and (min-width: 768px) {
  img.img-desktop {
    display: block !important; }

  img.img-mobile {
    display: none !important; }

  footer.footer .footer--content .footer--content-superior {
    flex-direction: row;
    flex-wrap: wrap; }
    footer.footer .footer--content .footer--content-superior .logo--content {
      flex-basis: 100%; }
    footer.footer .footer--content .footer--content-superior .col {
      flex: 1; }
      footer.footer .footer--content .footer--content-superior .col button {
        cursor: initial; }
        footer.footer .footer--content .footer--content-superior .col button svg {
          display: none; }
      footer.footer .footer--content .footer--content-superior .col ul {
        display: flex; }

  section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper {
    padding-left: 5vw; }
    section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper .swiper-slide {
      max-width: 300px; }
      section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
        margin-right: 10vw; }

  section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso {
      box-sizing: border-box;
      width: calc(100% / 2 - 12px); }

  section.wat-section.seccion-parallax .seccion-parallax--content {
    padding: 90px 5vw; }

  section.wat-section.seccion-mapa .seccion-mapa--content .mapa-content {
    aspect-ratio: 1512/608;
    max-height: 490px; }

  section.wat-section.single-product .single-product--content .title h1 {
    font-size: 40px; }

  section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form {
    background-color: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #D0D0D4;
    box-sizing: border-box;
    padding: 40px; }
    section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content.input--content-middle {
      flex-basis: calc(50% - 11px); }
    section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--submit {
      display: flex;
      justify-content: center; }

  section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto {
    align-items: center; }
    section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto h1, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto h2, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto h3, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto h4, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto h5, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto h6, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto p, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto a, section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto span {
      text-align: center; } }
@media only screen and (min-width: 1024px) {
  header.header {
    top: 20px;
    transition: .3s ease; }
    header.header.is-scrolled {
      top: 0; }
    header.header.header-cabecera .header--content .menu--content ul li a {
      color: #FFFFFF; }
      header.header.header-cabecera .header--content .menu--content ul li a::after {
        background-color: #FFFFFF; }
    header.header.header-cabecera.is-scrolled .header--content .menu--content ul li a {
      color: #222222; }
      header.header.header-cabecera.is-scrolled .header--content .menu--content ul li a::after {
        background-color: #222222; }
    header.header .header--content .logo {
      width: 150px; }
    header.header .header--content .bars {
      display: none; }
    header.header .header--content .menu--content {
      position: initial;
      transform: initial;
      opacity: 1;
      visibility: visible;
      padding: 0;
      border-radius: 0;
      background-color: initial;
      pointer-events: initial; }
      header.header .header--content .menu--content ul {
        gap: 40px;
        flex-direction: row; }
        header.header .header--content .menu--content ul li.current-menu-item a {
          font-weight: 600; }
        header.header .header--content .menu--content ul li a {
          font-weight: 400;
          font-size: 16px;
          line-height: 1.5;
          position: relative;
          color: #222222; }
          header.header .header--content .menu--content ul li a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            display: block;
            width: 0;
            height: 1px;
            background-color: #222222;
            transition: 0.3s ease; }
          header.header .header--content .menu--content ul li a:hover::after {
            width: 100%; }
    header.header .header--content .transparencia-header {
      display: none; }

  footer.footer {
    padding: 60px 5vw 40px; }
    footer.footer .footer--content {
      gap: 40px; }
      footer.footer .footer--content .footer--content-superior {
        gap: 60px; }
        footer.footer .footer--content .footer--content-superior .logo--content {
          flex: 1; }
          footer.footer .footer--content .footer--content-superior .logo--content .logo {
            max-width: initial; }
        footer.footer .footer--content .footer--content-superior .col {
          flex: initial; }
          footer.footer .footer--content .footer--content-superior .col ul li a {
            white-space: nowrap;
            position: relative;
            color: #FFFFFF; }
            footer.footer .footer--content .footer--content-superior .col ul li a::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: -2px;
              display: block;
              width: 0;
              height: 1px;
              background-color: #FFFFFF;
              transition: 0.3s ease; }
            footer.footer .footer--content .footer--content-superior .col ul li a:hover::after {
              width: 100%; }
      footer.footer .footer--content .footer--content-inferior {
        padding-top: 40px; }

  html {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.08); }

  ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }

  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08); }

  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.08); }

  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5); }

  .wat-mainrow.page-contacto-gracias {
    margin-top: 160px; }
  .wat-mainrow section.wat-section {
    margin-bottom: 80px; }

  section.seccion-cabecera .seccion-cabecera--content .template-texto {
    padding: 160px 5vw; }
    section.seccion-cabecera .seccion-cabecera--content .template-texto h1 br {
      display: block; }
    section.seccion-cabecera .seccion-cabecera--content .template-texto h3 {
      max-width: 610px; }

  section.wat-section.seccion-procesos .seccion-procesos--content {
    padding: 0;
    display: flex; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos {
      padding: 80px 5vw;
      flex-basis: 60%;
      box-sizing: border-box; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso {
        transition: border-color 0.35s ease, background-color 0.35s ease; }
        section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso.active {
          border-color: #FF9900;
          background-color: #222222; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-imagenes {
      display: flex;
      position: relative;
      flex-basis: 40%;
      align-self: stretch;
      min-height: 0; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-imagenes .procesos-imagenes {
        position: relative;
        width: 100%;
        flex: 1;
        min-height: 280px; }
        section.wat-section.seccion-procesos .seccion-procesos--content .col-imagenes .procesos-imagenes .image--content {
          position: absolute;
          inset: 0;
          opacity: 0;
          transition: opacity 0.45s ease; }
        section.wat-section.seccion-procesos .seccion-procesos--content .col-imagenes .procesos-imagenes .image--content.is-active {
          opacity: 1; }

  section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto p {
    max-width: 610px; }

  section.wat-section.seccion-galeria-con-informacion {
    padding-top: 80px; }
    section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content {
      gap: 60px; }
      section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item {
        gap: 0;
        flex-direction: row;
        align-items: center; }
        section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item:nth-of-type(even) {
          flex-direction: row-reverse; }
        section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto {
          padding: 60px 5vw;
          width: 50%;
          box-sizing: border-box; }
        section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .seccion-gci-carousel {
          width: 50%; }

  section.wat-section.seccion-texto .seccion-texto--content .template-texto {
    align-items: center; }
    section.wat-section.seccion-texto .seccion-texto--content .template-texto p {
      max-width: 610px; }

  section.wat-section.seccion-page-posts .seccion-page-posts--content .seccion-page-posts--grid .card-post {
    flex-basis: calc(25% - (12px * 3 / 4)); }

  section.wat-section.single-product {
    padding-bottom: 80px;
    padding-top: 140px; }
    section.wat-section.single-product .single-product--content {
      padding: 0;
      gap: 60px 48px;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap; }
      section.wat-section.single-product .single-product--content .template-texto {
        padding: 0 5vw;
        width: 100%;
        box-sizing: border-box; }
      section.wat-section.single-product .single-product--content .galeria {
        width: 280px;
        max-width: 100%;
        flex: 0 0 280px;
        overflow: hidden; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main {
          width: 100%; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main .swiper-wrapper {
            padding: 0; }
            section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__main .swiper-wrapper .swiper-slide {
              width: 100%; }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs {
          padding: 0;
          width: 100%;
          box-sizing: border-box; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__thumbs .swiper-slide {
            width: calc(100% / 5 - (10px * 4 / 5)); }
        section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav {
          display: flex; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav.single-product-galeria__nav--prev {
            left: 20px; }
          section.wat-section.single-product .single-product--content .galeria .single-product-galeria .single-product-galeria__nav.single-product-galeria__nav--next {
            right: 20px; }
      section.wat-section.single-product .single-product--content .descripcion {
        padding: 0;
        width: 460px;
        position: sticky;
        top: 120px;
        align-self: flex-start; }
        section.wat-section.single-product .single-product--content .descripcion .template-texto {
          padding: 0; }

  section.wat-section.seccion-contacto .seccion-contacto--content {
    flex-direction: row;
    flex-wrap: wrap; }
    section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto {
      order: 2;
      width: initial;
      flex: 1;
      position: sticky;
      top: 120px;
      align-self: flex-start; }
    section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto {
      order: 1;
      width: initial;
      flex: 1; }
      section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form {
        padding: 20px; }

  section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content .template-texto p {
    max-width: 610px; }

  section.wat-section.page-contenido {
    margin-top: 140px; }
    section.wat-section.page-contenido .main-wrapper {
      max-width: 992px; }
    section.wat-section.page-contenido .page-contenido--content {
      padding: 0; }

  section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper {
    padding: 24px 0; } }
@media only screen and (min-width: 1440px) {
  header.header {
    top: 40px; }
    header.header.is-scrolled .header--content {
      height: 92px; }
      header.header.is-scrolled .header--content .logo {
        width: 170px; }
    header.header .header--content {
      padding: 0;
      height: 108px; }
      header.header .header--content .logo {
        width: 210px; }
      header.header .header--content .menu--content ul {
        gap: 60px; }
        header.header .header--content .menu--content ul li a {
          font-size: 20px;
          line-height: 1.2; }
          header.header .header--content .menu--content ul li a::after {
            height: 2px; }

  footer.footer {
    padding: 110px 0 40px; }
    footer.footer .footer--content .footer--content-superior {
      gap: 80px; }
      footer.footer .footer--content .footer--content-superior .col {
        gap: 28px; }
        footer.footer .footer--content .footer--content-superior .col .title p {
          font-size: 24px; }
        footer.footer .footer--content .footer--content-superior .col ul {
          gap: 16px; }
          footer.footer .footer--content .footer--content-superior .col ul li a {
            font-size: 20px; }
            footer.footer .footer--content .footer--content-superior .col ul li a::after {
              height: 2px; }
    footer.footer .footer--content .footer--content-inferior .copyright p {
      font-size: 18px; }

  .wat-mainrow.page-contacto-gracias {
    margin-top: 210px; }
  .wat-mainrow section.wat-section {
    margin-bottom: 110px; }

  .whatsapp-fab {
    right: 40px;
    bottom: 40px; }
    .whatsapp-fab a {
      width: 60px;
      height: 60px; }
    .whatsapp-fab .icon {
      width: 32px; }

  section.seccion-cabecera .seccion-cabecera--content .template-texto {
    padding: 210px calc((100vw - 1380px) / 2); }
    section.seccion-cabecera .seccion-cabecera--content .template-texto h3 {
      max-width: 740px; }

  section.wat-section.seccion-posts .seccion-posts--content .template-texto {
    padding: 0; }
  section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper {
      padding-left: 0; }
      section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper .swiper-slide {
        max-width: none; }
        section.wat-section.seccion-posts .seccion-posts--content .seccion-posts-swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          margin-right: 0; }

  section.wat-section.seccion-procesos .seccion-procesos--content {
    padding-left: calc((100vw - 1380px) / 2); }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos {
      gap: 48px;
      padding: 80px 92px 80px 0;
      flex-basis: 740px;
      box-sizing: border-box; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso .proceso--content h3 {
        font-size: 20px; }
      section.wat-section.seccion-procesos .seccion-procesos--content .col-procesos .procesos .proceso .proceso--content p {
        font-size: 16px; }
    section.wat-section.seccion-procesos .seccion-procesos--content .col-imagenes {
      flex-basis: calc(100% - 740px); }

  section.wat-section.seccion-parallax .seccion-parallax--content {
    padding: 110px calc((100vw - 1380px) / 2); }
    section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content {
      gap: 48px; }
      section.wat-section.seccion-parallax .seccion-parallax--content .parallax-content .template-texto p {
        font-size: 20px; }

  section.wat-section.seccion-mapa {
    padding-top: 80px;
    padding-bottom: 110px; }
    section.wat-section.seccion-mapa .seccion-mapa--content {
      gap: 48px; }

  section.wat-section.seccion-galeria-con-informacion {
    padding-top: 110px; }
    section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content {
      gap: 110px; }
      section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item:nth-of-type(even) .template-texto {
        padding: 80px calc((100vw - 1380px) / 2) 80px 80px; }
      section.wat-section.seccion-galeria-con-informacion .seccion-galeria-con-informacion--content .item .template-texto {
        padding: 80px 80px 80px calc((100vw - 1380px) / 2); }

  section.wat-section.seccion-texto .seccion-texto--content {
    padding: 0; }
    section.wat-section.seccion-texto .seccion-texto--content .template-texto p {
      max-width: 610px; }

  section.wat-section.seccion-contacto {
    padding: 0; }
    section.wat-section.seccion-contacto .seccion-contacto--content {
      gap: 80px; }
      section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto {
        flex: initial; }
        section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto.template-texto p,
        section.wat-section.seccion-contacto .seccion-contacto--content .datos-contacto.template-texto a {
          font-size: 20px;
          line-height: 1.35; }
      section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form {
        padding: 40px; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p label {
          font-size: 18px;
          line-height: 1.3; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span input,
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--content p span textarea {
          font-size: 16px;
          line-height: 1.3; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span label span,
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .input--consent p span span span label span a {
          font-size: 14px;
          line-height: 1.35; }
        section.wat-section.seccion-contacto .seccion-contacto--content .formulario-contacto .wpcf7 form .wpcf7-response-output {
          font-size: 16px;
          line-height: 1.3; }

  section.wat-section.seccion-page-posts .seccion-page-posts--content {
    padding: 0; }
    section.wat-section.seccion-page-posts .seccion-page-posts--content .seccion-page-posts--grid {
      gap: 30px; }
      section.wat-section.seccion-page-posts .seccion-page-posts--content .seccion-page-posts--grid .card-post {
        flex-basis: calc(25% - (30px * 3 / 4)); }

  section.wat-section.seccion-contacto--gracias {
    padding: 0;
    min-height: calc(100svh - 340px - 514px); }
    section.wat-section.seccion-contacto--gracias .seccion-contacto--gracias-content {
      padding: 0; }

  section.wat-section.page-contenido {
    margin-top: 210px; }

  section.wat-section.single-product {
    padding-top: 210px;
    padding-bottom: 110px; }
    section.wat-section.single-product .single-product--content {
      padding: 0;
      max-width: 1220px;
      margin: 0 auto; }
      section.wat-section.single-product .single-product--content .title {
        padding: 0; }
        section.wat-section.single-product .single-product--content .title h1 {
          font-size: 48px; }
      section.wat-section.single-product .single-product--content .galeria {
        width: 400px;
        flex: 0 0 400px; }
      section.wat-section.single-product .single-product--content .descripcion {
        flex: 1 1 calc(100% - 400px - 48px); }
        section.wat-section.single-product .single-product--content .descripcion .template-texto p {
          font-size: 24px; }
        section.wat-section.single-product .single-product--content .descripcion .contacta p {
          font-size: 24px; }

  section.wat-section.seccion-reviews .seccion-reviews--content .template-texto {
    padding: 0; }
  section.wat-section.seccion-reviews .seccion-reviews--content .shortcode {
    padding: 0; } }

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