@font-face {
  font-family: "latino_urw";
  src: url("../fonts/latinourw.woff2") format("woff2"), url("../fonts/latinourw.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "maisonneue";
  src: url("../fonts/maisonneue.woff2") format("woff2"), url("../fonts/maisonneue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 1vw;
  -webkit-overflow-scrolling: touch;
  color: #ffffff;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "maisonneue", serif;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}
@media (min-width: 1600px) {
  html, body {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  html, body {
    font-size: 14px;
  }
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: normal;
}

img {
  border: none;
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

input, textarea, button {
  color: currentColor;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

.o-content {
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.o-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .o-wrapper {
    width: 1600px;
    margin: 0 auto;
  }
}

.o-hidden {
  display: none;
}

.c-header {
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: sticky;
  top: 0;
  padding-top: 1rem;
  z-index: 5;
}
@media (min-width: 1600px) {
  .c-header {
    padding-top: 3rem;
  }
}
@media (max-width: 620px) {
  .c-header {
    width: calc(100% - 2rem);
  }
}
.c-header img {
  width: 40rem;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 620px) {
  .c-header img {
    width: auto;
    height: 5rem;
  }
}

.c-footer {
  position: relative;
  left: 0;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.c-footer-sello {
  width: 15rem;
  height: auto;
  display: block;
  padding: 8rem 0 6rem 0.5rem;
}
@media (max-width: 900px) {
  .c-footer-sello {
    padding: 4rem 0 3rem 0.5rem;
  }
}

.c-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-video iframe {
  width: 120vw;
  height: 76.25vw;
  min-height: 140vh;
  min-width: 217.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
}

.c-form {
  position: sticky;
  top: calc(100% - 19rem);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 10;
}
@media (max-width: 620px) {
  .c-form {
    top: 8rem;
    padding: 0 1rem;
    height: calc(100vh - 15rem);
  }
}
.c-form--center {
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 20rem);
  top: 13rem;
}
.c-form--center h2 {
  font-size: 1.2rem;
}
@media (max-width: 620px) {
  .c-form--center h2 {
    text-align: left;
  }
}
.c-form--center p {
  font-size: 0.9rem;
}
.c-form--center .c-form__int {
  text-align: center;
}
@media (max-width: 620px) {
  .c-form--center {
    height: calc(100vh - 30rem);
    top: 9rem;
    text-align: left;
    justify-content: flex-start;
    padding: 0 2rem;
  }
  .c-form--center .c-form__int {
    text-align: left;
  }
  .c-form--center .c-form__int * {
    text-align: left;
  }
}
.c-form-input {
  padding: 0.5rem 0;
  box-sizing: content-box;
}
@media (max-width: 900px) {
  .c-form-input {
    height: 3rem;
  }
}
.c-form-input--border {
  border-bottom: 1px solid currentColor;
}
.c-form-btn {
  cursor: pointer;
}
@media (max-width: 900px) {
  .c-form-btn {
    height: 3rem;
  }
}
.c-form h2 {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
.c-form__int {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media (max-width: 900px) {
  .c-form__int {
    width: 100%;
  }
}
.c-form__int * {
  color: currentColor;
  font-size: 1em;
}
.c-form__int *::placeholder {
  color: currentColor;
  opacity: 0.7;
}
.c-form__int h2 {
  margin-bottom: 1rem;
}
.c-form__btn {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin: 0 0 0 auto;
  line-height: 3em;
  padding: 0 2rem;
  display: block;
  border: 4px double currentColor;
  cursor: pointer;
}
@media (min-width: 1120px) {
  .c-form__btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 620px) {
  .c-form__btn {
    width: 100%;
    box-sizing: border-box;
  }
}
.c-form .mc-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.c-form .mc-field-group input {
  border-bottom: 1px solid currentColor;
}
.c-form .button {
  line-height: 2rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
@media (max-width: 620px) {
  .c-form .button {
    line-height: 3rem;
  }
}

.c-grid {
  position: relative;
  width: calc(100% - 2rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  margin-top: calc(100vh - 15rem);
}
@media (max-width: 620px) {
  .c-grid {
    margin-top: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-grid__item--border {
  margin-top: 50vh;
  position: relative;
}
@media (max-width: 620px) {
  .c-grid__item--border {
    margin-top: -2rem;
    max-width: calc(100% - 8rem);
  }
}
.c-grid__item--border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  left: 0;
  top: 0;
  border: 4px double currentColor;
  box-sizing: border-box;
}
.c-grid__item--border .c-grid__item-img {
  position: relative;
}
.c-grid__item--full .c-grid__item-img {
  width: calc(100% + 2rem);
  margin-left: -2rem;
  max-width: initial;
}
@media (max-width: 620px) {
  .c-grid__item--full .c-grid__item-img {
    margin-left: 8rem;
    width: calc(100% - 8rem);
  }
}
.c-grid__item-img {
  height: calc(100vh - 2rem);
  max-height: 66vw;
  object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 620px) {
  .c-grid__item-img {
    max-height: 80vw;
  }
}
.c-grid__item-sello {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  max-width: 80%;
  width: 25rem;
  display: block;
  z-index: 6;
}
@media (max-width: 620px) {
  .c-grid__item-sello {
    transform: translateY(-50%);
    right: -8rem;
    width: 15rem;
  }
}
.c-grid__item-txt {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  padding: 1rem;
  letter-spacing: 0.03em;
}
.c-grid__item-txt-top {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.c-grid__item-txt-rigth {
  height: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
  writing-mode: tb-rl;
  transform-origin: center;
}
.c-grid__item-txt-left {
  height: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  writing-mode: tb-rl;
  transform-origin: center;
  transform: rotate(180deg);
}
.c-grid__item-txt-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.s-text > * {
  margin: 1rem 0;
  line-height: 1.4em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text p {
  margin: 1rem 0;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 1px solid currentColor;
  width: 100%;
  box-sizing: border-box;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3rem auto 0;
  text-align: center;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.s-text .aligncenter.wp-caption {
  max-width: 100%;
}
.s-text .aligncenter.wp-caption p {
  text-align: left;
}
.s-text .alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text .u-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.6%;
  position: relative;
}
.s-text .u-iframe iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.s-text video {
  width: 100%;
  position: relative;
}
.s-text audio {
  width: 100%;
}

.splide__sr {
  display: none !important;
}

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