@charset "UTF-8";
/* Font families */
/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* General styling */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Bitter", serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

/* Aplico font:inherit y margin:0 a estos elementos para asegurarme su reseteo (también por si uso Bootstrap) */
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
button,
select {
  font: inherit;
  margin: 0;
}

.active {
  font-weight: 700 !important;
}

.underline {
  text-decoration: underline;
}

.wrapper {
  /* Agrego un wrapper de max-width 1600px para lidiar con el stretching en dispositivos grandes */
  margin: 0 auto;
  max-width: 1600px;
}

.button-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d78c04;
  border: 0;
  border-radius: 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 200px;
  padding: 0.5em 1.75em;
  text-decoration: none;
}
.button-main:hover {
  background-color: #024959;
  color: #efe775;
}
.button-main > svg {
  height: 1.25rem;
  margin: 0 0.25rem;
  width: 1.25rem;
}

.button-secondary {
  border: 0;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  padding: 0.5em 1.75em;
  text-decoration: none;
}

.cookies-modal {
  background-color: #f1f5f7;
  border: 0;
  bottom: 0;
  left: 0;
  margin: auto 0 0 0;
  max-height: none;
  max-width: none;
  padding: 4rem 0.5rem 1.25rem 0.5rem;
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 576px) {
  .cookies-modal {
    padding: 1.75rem 2.5rem;
  }
}
.cookies-modal::-ms-backdrop {
  background-color: hsla(250, 16.71%, 6.07%, 0.5);
}
.cookies-modal::backdrop {
  background-color: hsla(250, 16.71%, 6.07%, 0.5);
}
.cookies-modal .cookies-close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.cookies-modal .cookies-modal__title {
  color: #024959;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.cookies-modal .cookies-modal__text {
  color: #024959;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
}
.cookies-modal .cookies-modal__text span {
  font-weight: 700;
}
.cookies-modal .cookies-modal__text a {
  color: #024959;
  font-weight: 700;
  text-decoration: underline;
}
.cookies-modal .cookies-modal__text a:focus-visible {
  outline: 0;
}
.cookies-modal .cookies-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cookies-modal .cookies-modal__buttons button {
  border: 0;
  border-radius: 1rem;
  font-weight: 700;
  margin: 0.5rem;
  padding: 0.5em 1em;
  min-width: 265px;
}
.cookies-modal .cookies-modal__buttons button:first-child {
  background-color: #d78c04;
  color: #fff;
}
.cookies-modal .cookies-modal__buttons button:last-child {
  background-color: #024959;
  color: #efe775;
}
.cookies-modal .cookies-modal__buttons button:hover {
  background-color: #efe775;
  color: #024959;
}
.cookies-modal .cookies-modal__buttons button:focus-visible {
  outline: 0;
}

.whatsapp-fixed {
  display: none;
}
@media only screen and (min-width: 768px) {
  .whatsapp-fixed {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #25d366;
    border-radius: 50px;
    bottom: 20px;
    -webkit-box-shadow: 2px 2px 3px #575656;
            box-shadow: 2px 2px 3px #575656;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    height: 75px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    right: 20px;
    width: 75px;
    text-align: center;
    z-index: 1000000;
  }
  .whatsapp-fixed svg {
    color: #fff;
  }
}

.header nav {
  background-color: #fff;
  padding: 1.75rem 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .header nav {
    padding: 1.5rem 1.5rem;
  }
}
.header nav .container-fluid img {
  max-width: 210px;
}
.header nav .container-fluid .navbar-toggler {
  border: 0;
}
.header nav .container-fluid .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header nav .container-fluid .navbar-toggler .navbar-toggler-icon {
  background-image: url("./../media/hamburger.svg");
}
.header nav .container-fluid .nav-link__contact-mobile {
  display: none;
}
@media only screen and (min-width: 450px) {
  .header nav .container-fluid .nav-link__contact-mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d78c04;
    border-radius: 1.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.5em 1.25em;
    text-decoration: none;
  }
  .header nav .container-fluid .nav-link__contact-mobile:hover {
    background-color: #024959;
    color: #efe775;
  }
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .nav-link__contact-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-close {
  background: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 2rem 0;
  width: 275px;
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-close {
    display: none;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f5f7;
  border-radius: 1rem;
  color: #024959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  margin: 0.25rem 0;
  padding: 0.25rem 0;
  width: 275px;
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link {
    background: none;
    margin: 0 1.25rem;
    width: auto;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link svg {
  margin: 0 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link svg {
    display: none;
  }
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link__contact-desktop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d78c04;
  border-radius: 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem 0 0 0;
  padding: 0.5em 1em;
}
.header nav .container-fluid .navbar-collapse .navbar-nav .nav-link__contact-desktop:hover {
  background-color: #024959;
  color: #efe775;
}
@media only screen and (min-width: 450px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link__contact-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header nav .container-fluid .navbar-collapse .navbar-nav .nav-link__contact-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.25rem;
  }
}

.index__main {
  padding-top: 94px;
}
.index__main .main__hero {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index__main .main__hero .hero__content-header {
  padding: 3rem 0;
}
.index__main .main__hero .hero__content-header h1 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.index__main .main__hero .hero__content-image img {
  width: 100%; /* Necesario con srcset, para que no se achique la imagen en grandes resoluciones */
}
.index__main .main__M1 {
  padding: 8rem 0.75rem 0 0.75rem;
}
.index__main .main__M1 .M1__content-header h2 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.index__main .main__M10 .M10__content-header h2 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.index__main .main__M1 .M1__content-image img {
  margin: 0 auto;
}
.index__main .main__M10 .M10__content-image img {
  margin: 0 auto;
}
.index__main .main__M1 .M1__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem auto 0 auto;
  max-width: 600px;
  width: 90%;
}
.index__main .main__M10 .M10__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem auto 0 auto;
  max-width: 1600px;
  width: 90%;
}

.index__main .main__M10 {
  background-color: #fff;
  padding: 8rem 0;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M1 .M1__content-main {
    max-width: 1200px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .index__main .main__M1 .M1__content-main #M1__carousel {
    display: none;
  }
}
.index__main .main__M1 .M1__content-main #M1__gallery {
  display: none;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M1 .M1__content-main #M1__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
}
.index__main .main__M1 .M1__content-main #M1__gallery > img {
  cursor: pointer;
  max-width: 150px;
}
.index__main .main__M1 .M1__content-main #M1__gallery dialog {
  border: none;
  border-radius: 1rem;
  height: 500px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 500px;
  z-index: 10;
}
.index__main .main__M1 .M1__content-main #M1__gallery dialog:focus-visible {
  outline: 0;
}
.index__main .main__M1 .M1__content-main #M1__gallery dialog img {
  width: 100%;
}
.index__main .main__M1 .M1__content-main #M1__gallery dialog .button-close {
  cursor: pointer;
  margin: 0.5rem 0.5rem 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.index__main .main__M1 .M1__content-main #M1__gallery dialog::-ms-backdrop {
  background-color: hsla(250, 16.71%, 6.07%, 0.5);
}
.index__main .main__M1 .M1__content-main #M1__gallery dialog::backdrop {
  background-color: hsla(250, 16.71%, 6.07%, 0.5);
}
.index__main .main__M1 .M1__content-main .button-main {
  margin: 2rem auto 0 auto;
}
.index__main .main__M2 {
  background-color: #fff;
  padding: 8rem 0 0 0;
}
.index__main .main__M2 .M2__article-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-01 {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.index__main .main__M2 .M2__article-01 .article-01__content-header {
  max-width: 700px;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-header {
    max-width: 900px;
  }
}
.index__main .main__M2 .M2__article-01 .article-01__content-main {
  background-color: #f1f5f7;
  border-radius: 1.5rem;
  margin: 1rem;
  max-width: 600px;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 576px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-main {
    padding: 3rem 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-main {
    position: absolute;
    right: 100px;
    top: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-main {
    right: 150px;
  }
}
.index__main .main__M2 .M2__article-01 .article-01__content-main p {
  max-width: 375px;
  color: #d78c04;
  font-size: 1.5rem;
}
.index__main .main__M2 .M2__article-01 .article-01__content-main h2 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
}
.index__main .main__M2 .M2__article-01 .article-01__content-main svg {
  margin: 1.5rem 0;
}
.index__main .main__M2 .M2__article-01 .article-01__content-footer {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 275px;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-footer {
    position: absolute;
    right: 20px;
    bottom: 200px;
  }
}
@media only screen and (min-width: 1366px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-footer {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1500px) {
  .index__main .main__M2 .M2__article-01 .article-01__content-footer {
    right: 150px;
  }
}
.index__main .main__M2 .M2__article-01 > svg {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-01 > svg {
    display: block;
    position: absolute;
    right: 0;
  }
}
.index__main .main__M2 .M2__article-02 {
  margin: 2rem 0 0 0;
}
.index__main .main__M2 .M2__article-02 .article-02__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 3rem 0.75rem 0 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-02 .article-02__content-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.index__main .main__M2 .M2__article-02 .article-02__content-main .main__block {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-02 .article-02__content-main .main__block {
    margin: 0;
    max-width: 600px;
  }
}
.index__main .main__M2 .M2__article-02 .article-02__content-main .main__block p:first-of-type {
  color: #d78c04;
  font-size: 1.5rem;
  font-weight: 700;
}
.index__main .main__M2 .M2__article-02 .article-02__content-main .main__block p:last-of-type {
  color: #024959;
  font-size: 1.25rem;
  margin: 2rem 0 1rem 0;
}
.index__main .main__M2 .M2__article-02 .article-02__content-main .main__block h2 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
}
.index__main .main__M2 .M2__article-02 .article-02__content-main .main__block svg {
  margin: 1.5rem 0;
}
.index__main .main__M2 .M2__article-02 .article-02__content-main .main__block > img {
  margin: 0 auto 1rem auto;
}
.index__main .main__M2 .M2__article-02 .article-02__content-main > img {
  margin: 0 auto;
  max-width: 675px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M2 .M2__article-02 .article-02__content-main > img {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 2rem 0 0 0;
  }
}
.index__main .main__M2 .M2__article-02 .article-02__content-footer {
  margin: 4rem 0;
}
.index__main .main__M2 .M2__content-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0 0;
  padding: 0 0.75rem;
}
.index__main .main__M2 .M2__content-video iframe {
  height: 300px;
  max-width: 750px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index__main .main__M2 .M2__content-video iframe {
    height: 400px;
  }
}
.index__main .main__M3 {
  background-color: #fff;
  padding: 8rem 0;
}
.index__main .main__M3 .M3__content-main {
  background-color: #024959;
  margin: 0 auto;
  padding: 6rem 0.75rem;
}
.index__main .main__M3 .M3__content-main h2 {
  color: #efe775;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.index__main .main__M3 .M3__content-main p {
  color: #fff;
  font-size: 1.25rem;
  margin: 1rem 0 1.5rem 0;
  text-align: center;
}
.index__main .main__M3 .M3__content-main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__main .main__M3 .M3__content-main form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M3 .M3__content-main form > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index__main .main__M3 .M3__content-main form > div input {
  background-color: #f1f5f7;
  border: 0;
  height: 40px;
  margin: 1rem auto;
  max-width: 450px;
  padding: 0 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M3 .M3__content-main form > div input {
    margin: 0 1rem;
    max-width: 275px;
  }
}
.index__main .main__M3 .M3__content-main form > div input:focus-visible {
  outline: #d78c04 2px solid;
}
.index__main .main__M3 .M3__content-main form > div input::-webkit-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M3 .M3__content-main form > div input::-moz-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M3 .M3__content-main form > div input:-ms-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M3 .M3__content-main form > div input::-ms-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M3 .M3__content-main form > div input::placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M3 .M3__content-main form .button-main {
  margin: 1.5rem 0 0 0;
  max-width: 450px;
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M3 .M3__content-main form .button-main {
    max-width: 275px;
  }
}
.index__main .main__M3 .M3__content-main form .button-main:hover {
  background-color: #f1f5f7;
  color: #024959;
}
.index__main .main__M4 {
  background-color: #fff;
  padding: 0;
  scroll-margin-top: -425px;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M4 {
    scroll-margin-top: 135px;
  }
}
@media only screen and (min-width: 992px) {
  .index__main .main__M4 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.index__main .main__M4 .M4__content-header {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M4 .M4__content-header {
    margin: 0;
    min-width: 600px;
  }
}
.index__main .main__M4 .M4__content-header > img {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M4 .M4__content-header > img {
    max-width: 350px;
  }
}
.index__main .main__M4 .M4__content-header > svg {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M4 .M4__content-header > svg {
    display: block;
  }
}
.index__main .main__M4 .M4__content-main {
  margin: 2rem auto 0 auto;
  max-width: 700px;
  padding: 0 0.75rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M4 .M4__content-main {
    margin: 0;
  }
}
.index__main .main__M4 .M4__content-main h2 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
}
.index__main .main__M4 .M4__content-main > p {
  color: #d78c04;
  font-size: 1.25rem;
}
.index__main .main__M4 .M4__content-main svg {
  margin: 1.5rem 0;
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item {
  border: 0;
  border-width: 0;
  color: #024959;
  margin: 0.5rem auto;
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-header .accordion-button {
  border-bottom: #d78c04 1.5px solid;
  color: #024959;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 1rem 0;
  text-align: left;
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("./../media/plus.svg");
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: none;
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("./../media/minus.svg");
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-collapse .accordion-body {
  border: 0;
  font-weight: 500;
  line-height: 2rem;
  padding: 1rem 0 1.25rem 0;
  text-align: left;
}
.index__main .main__M4 .M4__content-main #M4__accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0;
}
.index__main .main__M5 {
  background-color: #fff;
  padding: 8rem 0;
}
.index__main .main__M5 .M5__content-main {
  background-color: #024959;
  margin: 0 auto;
  padding: 6rem 0.75rem;
}
.index__main .main__M5 .M5__content-main h2 {
  color: #efe775;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.index__main .main__M5 .M5__content-main > p {
  color: #fff;
  font-size: 1.25rem;
  margin: 1rem auto 1.75rem auto;
  max-width: 425px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M5 .M5__content-main > p {
    max-width: none;
  }
}
.index__main .main__M5 .M5__content-main .button-main {
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M5 .M5__content-main .button-main {
    max-width: 250px;
  }
}
.index__main .main__M5 .M5__content-main .button-main:hover {
  background-color: #f1f5f7;
  color: #024959;
}
.index__main .main__M6 {
  background-color: #fff;
  margin: 0 0 8rem 0;
  scroll-margin-top: 140px;
}
.index__main .main__M6 .M6__content-header {
  padding: 0 0.75rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M6 .M6__content-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (min-width: 992px) {
  .index__main .main__M6 .M6__content-header .header__block {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1366px) {
  .index__main .main__M6 .M6__content-header .header__block {
    max-width: 600px;
  }
}
.index__main .main__M6 .M6__content-header .header__block > p,
.index__main .main__M6 .M6__content-header .header__block h2 {
  font-size: 2rem;
  font-weight: 700;
}
.index__main .main__M6 .M6__content-header .header__block > p {
  color: #d78c04;
}
.index__main .main__M6 .M6__content-header .header__block h2 {
  color: #024959;
}
.index__main .main__M6 .M6__content-header .header__block svg {
  margin: 1.5rem 0;
}
.index__main .main__M6 .M6__content-header .header__text {
  color: #024959;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M6 .M6__content-header .header__text {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1366px) {
  .index__main .main__M6 .M6__content-header .header__text {
    max-width: 700px;
  }
}
.index__main .main__M6 .M6__content-header .header__text h1 {
  display: inline;
}
.index__main .main__M6 .M6__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0;
  padding: 0 0.75rem;
}
.index__main .main__M6 .M6__content-main iframe {
  height: 300px;
  max-width: 750px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index__main .main__M6 .M6__content-main iframe {
    height: 400px;
  }
}
.index__main .main__M6 .M6__content-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 auto;
  max-width: 700px;
}
@media only screen and (min-width: 768px) {
  .index__main .main__M6 .M6__content-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    max-width: 1200px;
    width: 100%;
  }
}
.index__main .main__M6 .M6__content-footer .footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .index__main .main__M6 .M6__content-footer .footer__column {
    margin: 0 0.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer .footer__column {
    margin: 0 0.5rem 0 0;
    max-width: 290px;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer .footer__column:nth-child(2) {
    margin: 2rem 0.5rem 0 0;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer .footer__column:nth-child(2) img:last-of-type {
    margin: 0.5rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer .footer__column:nth-child(4) {
    margin: 2rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer .footer__column:nth-child(4) img:last-of-type {
    margin: 0.5rem 0 0 0;
  }
}
.index__main .main__M6 .M6__content-footer .footer__column img {
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .index__main .main__M6 .M6__content-footer .footer__column img {
    margin: 0.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M6 .M6__content-footer .footer__column img {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .index__main .main__M7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.index__main .main__M7 .M7__content-header {
  background-color: #efe775;
  padding: 3rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M7 .M7__content-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
    padding: 3rem 3rem;
  }
}
.index__main .main__M7 .M7__content-header h3, .index__main .main__M7 .M7__content-header > p {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
}
.index__main .main__M7 .M7__content-header .header__block {
  margin: 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M7 .M7__content-header .header__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.index__main .main__M7 .M7__content-header .header__block p {
  color: #024959;
  font-size: 1.125rem;
}
.index__main .main__M7 .M7__content-header .header__block h4 {
  color: #024959;
  font-size: 1.25rem;
  font-weight: 700;
}
.index__main .main__M7 .M7__content-header .header__block > img {
  margin: 0 2rem 0 0;
  max-width: 90px;
}
.index__main .main__M7 #map {
  height: 400px; /* The map height */
  margin: 0 auto;
  width: 100%; /* The width is the width of the web page */
}
@media only screen and (min-width: 992px) {
  .index__main .main__M7 #map {
    height: 600px; /* The height is 400 pixels */
    margin: 0;
  }
}
.index__main .main__M8 .M8__content-main {
  background-color: #d78c04;
  padding: 3rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M8 .M8__content-main {
    padding: 6rem 0.75rem;
  }
}
.index__main .main__M8 .M8__content-main P {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 auto 1rem auto;
  max-width: 750px;
  text-align: center;
}
.index__main .main__M8 .M8__content-main .button-main {
  background-color: #024959;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.75em 1.75em;
}
.index__main .main__M8 .M8__content-main .button-main:hover {
  background-color: #f1f5f7;
  color: #024959;
}
.index__main .main__M9 {
  background-color: #024959;
  padding: 3rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 700px;
    padding: 6rem 0.75rem 1rem 0.75rem;
    position: relative;
  }
}
.index__main .main__M9 > svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 > svg {
    display: block;
    height: 225px;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
  }
}
.index__main .main__M9 .M9__content-header {
  background-color: #a3b4bf;
  border-radius: 2rem;
  margin: 0 0 1rem 0;
  max-width: 1100px;
  padding: 1.5rem 1.5rem;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 .M9__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem auto;
    min-height: 500px;
    padding: 3rem;
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M9 .M9__content-header {
    margin: 5rem auto;
  }
}
.index__main .main__M9 .M9__content-header h2 {
  color: #fff;
  font-family: "Bitter", serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 .M9__content-header h2 {
    max-width: 300px;
  }
}
.index__main .main__M9 .M9__content-header p {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 .M9__content-header p {
    max-width: 300px;
  }
}
.index__main .main__M9 .M9__content-main {
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 450px;
  padding: 3rem 0.75rem;
  scroll-margin-top: 140px;
}
@media only screen and (min-width: 576px) {
  .index__main .main__M9 .M9__content-main {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 .M9__content-main {
    padding: 1.5rem;
    position: absolute;
    right: 5rem;
    top: 50%;
    translate: 0 -50%;
  }
}
@media only screen and (min-width: 1200px) {
  .index__main .main__M9 .M9__content-main {
    position: absolute;
    right: 10rem;
    top: 25%;
    translate: 0 -25%;
  }
}
@media only screen and (min-width: 1366px) {
  .index__main .main__M9 .M9__content-main {
    right: 20rem;
  }
}
@media only screen and (min-width: 1600px) {
  .index__main .main__M9 .M9__content-main {
    right: 30rem;
  }
}
.index__main .main__M9 .M9__content-main h3 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  max-width: 390px;
  text-align: center;
}
.index__main .main__M9 .M9__content-main form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto 0 auto;
  width: 90%;
}
@media only screen and (min-width: 576px) {
  .index__main .main__M9 .M9__content-main form {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .index__main .main__M9 .M9__content-main form {
    margin: 1rem auto 0 auto;
  }
}
.index__main .main__M9 .M9__content-main form input,
.index__main .main__M9 .M9__content-main form textarea {
  background-color: #f1f5f7;
  border: 0;
  border-radius: 2rem;
  height: 40px;
  margin: 0 0 1rem 0;
  min-width: 225px;
  padding: 0 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .index__main .main__M9 .M9__content-main form input,
  .index__main .main__M9 .M9__content-main form textarea {
    max-width: 390px;
  }
}
.index__main .main__M9 .M9__content-main form input:focus-visible,
.index__main .main__M9 .M9__content-main form textarea:focus-visible {
  outline: #d78c04 2px solid;
}
.index__main .main__M9 .M9__content-main form input::-webkit-input-placeholder, .index__main .main__M9 .M9__content-main form textarea::-webkit-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M9 .M9__content-main form input::-moz-placeholder, .index__main .main__M9 .M9__content-main form textarea::-moz-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M9 .M9__content-main form input:-ms-input-placeholder, .index__main .main__M9 .M9__content-main form textarea:-ms-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M9 .M9__content-main form input::-ms-input-placeholder, .index__main .main__M9 .M9__content-main form textarea::-ms-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M9 .M9__content-main form input::placeholder,
.index__main .main__M9 .M9__content-main form textarea::placeholder {
  color: #024959;
  font-weight: 500;
}
.index__main .main__M9 .M9__content-main form input::-webkit-outer-spin-button, .index__main .main__M9 .M9__content-main form input::-webkit-inner-spin-button,
.index__main .main__M9 .M9__content-main form textarea::-webkit-outer-spin-button,
.index__main .main__M9 .M9__content-main form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.index__main .main__M9 .M9__content-main form textarea {
  height: 150px;
  padding: 1rem 0.75rem;
}
.index__main .main__M9 .M9__content-main form .button-main {
  margin: 1rem 0 0 0;
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .index__main .main__M9 .M9__content-main form .button-main {
    max-width: none;
    width: 390px;
  }
}

.parques-acuaticos__main {
  background-color: #fff;
  padding-top: 94px;
}
.parques-acuaticos__main .main__hero-01 {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parques-acuaticos__main .main__hero-01 .hero-01__content-header {
  padding: 3rem 0;
}
.parques-acuaticos__main .main__hero-01 .hero-01__content-header h1 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.parques-acuaticos__main .main__hero-01 .hero-01__content-image img {
  width: 100%; /* Necesario con srcset, para que no se achique la imagen en grandes resoluciones */
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-text {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-text > div {
  color: #024959;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-text > div {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-text > div {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-text > div {
    margin: 0;
  }
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-text > div h1 {
  display: inline;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-text > div span {
  font-weight: 700;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 2rem 0.75rem 2rem 0.75rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 2rem 0 0 0;
  }
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main > img {
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main > img {
    border-radius: 0;
    margin: 0 auto 0 0;
    max-width: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main > img {
    max-width: 750px;
  }
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card {
  background-color: #024959;
  border-radius: 2rem;
  margin: 2rem auto;
  max-width: 650px;
  padding: 2rem 1.25rem;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card {
    margin: 0;
    max-width: 500px;
    position: absolute;
    right: 100px;
    top: 50%;
    translate: 0 -50%;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card {
    max-width: 800px;
    right: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card {
    max-width: 1000px;
    right: 200px;
  }
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card .card__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 0 1rem 0;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card .card__element:last-of-type {
  margin: 0;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card .card__element svg {
  margin: 0.25rem 0.5rem 0 0;
  max-width: 7.5px;
  min-width: 7.5px;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card .card__element p {
  color: #fff;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main .main__card .card__element p span {
  font-weight: 700;
}
.parques-acuaticos__main .main__hero-02 .hero-02__content-main > svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__hero-02 .hero-02__content-main > svg {
    bottom: 0;
    display: block;
    height: 150px;
    position: absolute;
    right: 0;
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 {
    background-color: #d78c04;
    padding: 2rem 0 0 0;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-header .header__img-logo {
  margin: 0 auto 2rem auto;
  max-width: 175px;
}
@media only screen and (min-width: 576px) {
  .parques-acuaticos__main .main__M1 .M1__content-header .header__img-logo {
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-header .header__img-logo {
    display: none;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-header .header__img-lg {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-header .header__img-lg {
    display: none;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-header .header__img-xl {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-header .header__img-xl {
    display: block;
    margin: 2rem auto 4rem auto;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main {
  background-image: url("./../media/background-blue-md.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 3rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main {
    background-color: #d78c04;
    background-image: url("./../media/background-blue-xl.svg");
    background-size: auto;
    margin: 0;
    padding: 6rem 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .parques-acuaticos__main .main__M1 .M1__content-main {
    background-image: url("./../media/background-blue-xxl.svg");
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main .main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 0 0.75rem 2rem 0.75rem;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0 0.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block:first-of-type {
    margin: 0 0 4rem 0;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main .main__block:first-of-type h2 {
  color: #efe775;
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 400px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block:first-of-type h2 {
    margin: 16rem 0 0 4rem;
    max-width: 600px;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main .main__block:last-of-type {
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block:last-of-type {
    background-color: #024959;
    padding: 0 0 8rem 0;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main .main__block > img {
  margin: 0 auto;
  max-width: 175px;
}
@media only screen and (min-width: 576px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block > img {
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block > img {
    position: absolute;
    right: 3rem;
    top: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .main__block > img {
    top: -25px;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main .block__card {
  background-color: #fff;
  border-radius: 1.5rem;
  margin: 1.5rem auto;
  max-width: 350px;
  padding: 1.5rem;
  width: 90%;
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M1 .M1__content-main .block__card {
    margin: 1.5rem 0.5rem;
    max-width: 500px;
    width: 30%;
  }
}
.parques-acuaticos__main .main__M1 .M1__content-main .block__card img {
  border-radius: 0.75rem;
  margin: 0 auto;
  width: 100%;
}
.parques-acuaticos__main .main__M1 .M1__content-main .block__card h3 {
  color: #d78c04;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.parques-acuaticos__main .main__M1 .M1__content-main .block__card p {
  color: #024959;
  margin: 0.5rem 0;
}
.parques-acuaticos__main .main__M1 .M1__content-main .block__card .button-main {
  background-color: #024959;
  color: #efe775;
  font-weight: 700;
  margin: 0.5rem 0 0 0;
  max-width: none;
  width: 100%;
}
.parques-acuaticos__main .main__M1 .M1__content-main .block__card .button-main:hover {
  background-color: #d78c04;
  color: #fff;
}
.parques-acuaticos__main .main__M2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 8rem 0;
}
.parques-acuaticos__main .main__M2 .M2__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parques-acuaticos__main .main__M2 .M2__content-header h2 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 0.75rem;
  text-align: center;
}
.parques-acuaticos__main .main__M2 > img {
  margin: 3rem auto;
  width: 100%; /* Necesario con srcset, para que no se achique la imagen en grandes resoluciones */
}
.parques-acuaticos__main .main__M2 .M2__content-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.parques-acuaticos__main .main__M2 .M2__content-main .main__block {
  background-color: #efe775;
  border-radius: 2rem;
  color: #024959;
  margin: 0.5rem;
  max-width: 500px;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .parques-acuaticos__main .main__M2 .M2__content-main .main__block {
    height: 200px;
  }
}
.parques-acuaticos__main .main__M2 .M2__content-main .main__block h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.parques-acuaticos__main .main__M3 .M3__content-header {
  background-color: #efe775;
  padding: 3rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M3 .M3__content-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
    padding: 3rem 3rem;
  }
}
.parques-acuaticos__main .main__M3 .M3__content-header h3 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
}
.parques-acuaticos__main .main__M3 .M3__content-header .header__block {
  margin: 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M3 .M3__content-header .header__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.parques-acuaticos__main .main__M3 .M3__content-header .header__block h4 {
  color: #024959;
  font-size: 1.25rem;
  font-weight: 700;
}
.parques-acuaticos__main .main__M3 .M3__content-header .header__block p {
  color: #024959;
  font-size: 1.125rem;
}
.parques-acuaticos__main .main__M3 .M3__content-header .header__block > img {
  margin: 0 2rem 0 0;
  max-width: 90px;
}
.parques-acuaticos__main .main__M3 #map {
  height: 400px; /* The map height */
  margin: 0 auto;
  width: 100%; /* The width is the width of the web page */
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M3 #map {
    height: 600px; /* The height is 400 pixels */
    margin: 0;
  }
}
.parques-acuaticos__main .main__M4 {
  background-color: #024959;
  padding: 3rem 0.75rem;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 700px;
    padding: 6rem 0.75rem 0 0.75rem;
    position: relative;
  }
}
.parques-acuaticos__main .main__M4 > svg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M4 > svg {
    display: block;
    height: 225px;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
  }
}
.parques-acuaticos__main .main__M4 .M4__content-header {
  background-color: #a3b4bf;
  border-radius: 2rem;
  margin: 0 0 1rem 0;
  max-width: 1100px;
  padding: 1.5rem 1.5rem;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M4 .M4__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem auto;
    min-height: 500px;
    padding: 3rem;
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M4 .M4__content-header {
    margin: 5rem auto;
  }
}
.parques-acuaticos__main .main__M4 .M4__content-header h2,
.parques-acuaticos__main .main__M4 .M4__content-header p {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M4 .M4__content-header h2,
  .parques-acuaticos__main .main__M4 .M4__content-header p {
    max-width: 300px;
  }
}
.parques-acuaticos__main .main__M4 .M4__content-header h2 {
  font-family: "Bitter", serif;
  font-size: 2rem;
}
.parques-acuaticos__main .main__M4 .M4__content-header p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
}
.parques-acuaticos__main .main__M4 .M4__content-main {
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 450px;
  padding: 3rem 0.75rem;
  scroll-margin-top: 140px;
}
@media only screen and (min-width: 576px) {
  .parques-acuaticos__main .main__M4 .M4__content-main {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M4 .M4__content-main {
    padding: 1.5rem;
    position: absolute;
    right: 5rem;
    top: 50%;
    translate: 0 -50%;
  }
}
@media only screen and (min-width: 1200px) {
  .parques-acuaticos__main .main__M4 .M4__content-main {
    position: absolute;
    right: 10rem;
    top: 25%;
    translate: 0 -25%;
  }
}
@media only screen and (min-width: 1366px) {
  .parques-acuaticos__main .main__M4 .M4__content-main {
    right: 20rem;
  }
}
@media only screen and (min-width: 1600px) {
  .parques-acuaticos__main .main__M4 .M4__content-main {
    right: 30rem;
  }
}
.parques-acuaticos__main .main__M4 .M4__content-main h3 {
  color: #024959;
  font-size: 2rem;
  font-weight: 700;
  max-width: 390px;
  text-align: center;
}
.parques-acuaticos__main .main__M4 .M4__content-main form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto 0 auto;
  width: 90%;
}
@media only screen and (min-width: 576px) {
  .parques-acuaticos__main .main__M4 .M4__content-main form {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .parques-acuaticos__main .main__M4 .M4__content-main form {
    margin: 1rem auto 0 auto;
  }
}
.parques-acuaticos__main .main__M4 .M4__content-main form input,
.parques-acuaticos__main .main__M4 .M4__content-main form textarea {
  background-color: #f1f5f7;
  border: 0;
  border-radius: 2rem;
  height: 40px;
  margin: 0 0 1rem 0;
  min-width: 225px;
  padding: 0 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .parques-acuaticos__main .main__M4 .M4__content-main form input,
  .parques-acuaticos__main .main__M4 .M4__content-main form textarea {
    max-width: 390px;
  }
}
.parques-acuaticos__main .main__M4 .M4__content-main form input:focus-visible,
.parques-acuaticos__main .main__M4 .M4__content-main form textarea:focus-visible {
  outline: #d78c04 2px solid;
}
.parques-acuaticos__main .main__M4 .M4__content-main form input::-webkit-input-placeholder, .parques-acuaticos__main .main__M4 .M4__content-main form textarea::-webkit-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.parques-acuaticos__main .main__M4 .M4__content-main form input::-moz-placeholder, .parques-acuaticos__main .main__M4 .M4__content-main form textarea::-moz-placeholder {
  color: #024959;
  font-weight: 500;
}
.parques-acuaticos__main .main__M4 .M4__content-main form input:-ms-input-placeholder, .parques-acuaticos__main .main__M4 .M4__content-main form textarea:-ms-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.parques-acuaticos__main .main__M4 .M4__content-main form input::-ms-input-placeholder, .parques-acuaticos__main .main__M4 .M4__content-main form textarea::-ms-input-placeholder {
  color: #024959;
  font-weight: 500;
}
.parques-acuaticos__main .main__M4 .M4__content-main form input::placeholder,
.parques-acuaticos__main .main__M4 .M4__content-main form textarea::placeholder {
  color: #024959;
  font-weight: 500;
}
.parques-acuaticos__main .main__M4 .M4__content-main form input::-webkit-outer-spin-button, .parques-acuaticos__main .main__M4 .M4__content-main form input::-webkit-inner-spin-button,
.parques-acuaticos__main .main__M4 .M4__content-main form textarea::-webkit-outer-spin-button,
.parques-acuaticos__main .main__M4 .M4__content-main form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.parques-acuaticos__main .main__M4 .M4__content-main form textarea {
  height: 150px;
  padding: 1rem 0.75rem;
}
.parques-acuaticos__main .main__M4 .M4__content-main form .button-main {
  margin: 1rem 0 0 0;
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .parques-acuaticos__main .main__M4 .M4__content-main form .button-main {
    max-width: none;
    width: 390px;
  }
}
.client-logos {
    text-align: center;
    padding: 50px 0;
    background-color: #f9f9f9;
}

.client-logos h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.logo {
    flex: 1 1 180px;
    max-width: 180px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}
.privacidad {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 0.75rem 0 0.75rem;
}
@media only screen and (min-width: 992px) {
  .privacidad {
    padding: 100px 3rem 0 3rem;
  }
}
.privacidad .privacidad__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #024959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  padding: 3rem 0;
  text-align: center;
}
.privacidad .privacidad__header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 350px) {
  .privacidad .privacidad__header h1 {
    font-size: 2.5rem;
  }
}
.privacidad .privacidad__header p {
  margin: 1rem 0;
}
.privacidad .privacidad__body {
  max-width: 1366px;
  padding: 0 0 3rem 0;
  width: 100%;
}
.privacidad .privacidad__body .body__card {
  background-color: #f1f5f7;
  border: 0;
  border-radius: 0.75rem;
  color: #024959;
  margin: 1rem 0;
  padding: 1.75rem;
}
.privacidad .privacidad__body .body__card h3 {
  color: #d78c04;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 350px) {
  .privacidad .privacidad__body .body__card h3 {
    font-size: 1.25rem;
  }
}
.privacidad .privacidad__body .body__card ul {
  padding-left: 1rem;
}
.privacidad .privacidad__body .body__card p {
  margin: 1.5rem 0;
}
.privacidad .privacidad__body .body__card span {
  font-weight: 700;
}
.privacidad .privacidad__body .body__footer {
  color: #024959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 0 auto;
  max-width: 750px;
}
.privacidad .privacidad__body .body__footer p {
  text-align: center;
}
.privacidad .privacidad__body .body__footer p:last-of-type {
  font-weight: 700;
  margin: 1rem 0 0 0;
}

.contacto-gracias__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  min-height: 100vh;
  padding: 94px 0 2rem 0;
}
.contacto-gracias__main > img {
  max-width: 900px;
  margin: 5rem auto 0 auto;
  width: 100%;
}
.contacto-gracias__main p {
  color: #024959;
  text-align: center;
  font-size: 0.875rem;
}
@media only screen and (min-width: 576px) {
  .contacto-gracias__main p {
    font-size: 1.125rem;
  }
}
.contacto-gracias__main p:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 576px) {
  .contacto-gracias__main p:first-of-type {
    font-size: 2rem;
  }
}
.contacto-gracias__main p:last-of-type {
  margin: 0.75rem 0 0 0;
}
.contacto-gracias__main .button-main {
  font-size: 0.875rem;
  margin: 2rem auto 0 auto;
}
@media only screen and (min-width: 576px) {
  .contacto-gracias__main .button-main {
    font-size: 1rem;
  }
}
.contacto-gracias__main .button-main:hover {
  background-color: #024959;
  color: #fff;
}

.contacto-error__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  min-height: 100vh;
  padding: 94px 0 2rem 0;
}
.contacto-error__main > img {
  max-width: 900px;
  margin: 5rem auto 0 auto;
  width: 100%;
}
.contacto-error__main p {
  color: #024959;
  text-align: center;
  font-size: 0.875rem;
}
@media only screen and (min-width: 576px) {
  .contacto-error__main p {
    font-size: 1.125rem;
  }
}
.contacto-error__main p:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 576px) {
  .contacto-error__main p:first-of-type {
    font-size: 2rem;
  }
}
.contacto-error__main p:first-of-type span {
  color: #d78c04;
}
.contacto-error__main p:last-of-type {
  margin: 0.75rem 0 0 0;
}
.contacto-error__main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0 0;
}
.contacto-error__main > div .button-main {
  font-size: 0.875rem;
  margin: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .contacto-error__main > div .button-main {
    font-size: 1rem;
  }
}
.contacto-error__main > div .button-main:first-of-type {
  background-color: #fff;
  border: #d78c04 1px solid;
  color: #024959;
}
.contacto-error__main > div .button-main:first-of-type:hover {
  background-color: #d78c04;
  color: #fff;
}
.contacto-error__main > div .button-main:last-of-type {
  background-color: #024959;
  color: #fff;
}
.contacto-error__main > div .button-main:last-of-type:hover {
  background-color: #efe775;
  color: #024959;
}

footer {
  background-color: #024959;
  padding: 3rem 0.75rem;
}
footer P {
  color: #a3b4bf;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}
footer P a {
  color: #a3b4bf;
}
footer P span {
  cursor: pointer;
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */