.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #5dbed6;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 27px;
}

.hero-section {
  width: 100%;
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-20-1643468816-60-4.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.hero-section.blog-header {
  filter: blur(8px);
  margin-top: -10px;
  transform: scale(1.1);
}

.hero-section._404, .hero-section.schedule {
  background-image: url('../images/Photo-4.jpg');
}

.hero-section.gallery {
  background-image: url('../images/82459A63-5285-4816-9C88-83C6E254F05E.JPG');
  background-position: 50%;
  background-size: cover;
}

.hero-section.registries {
  background-image: url('../images/Black-White-Image.jpg');
  background-position: 100%;
}

.hero-section.subpage {
  background-position: 50% 57%;
}

.hero-section.bridal-party {
  background-image: url('../images/Photo-4.jpg');
}

.hero-overlay-section {
  background-color: rgba(0, 0, 0, .2);
  padding-top: 300px;
  padding-bottom: 100px;
}

.hero-overlay-section.blog-post {
  padding-top: 190px;
  padding-bottom: 200px;
  overflow: visible;
}

.hero-overlay-section.subpage {
  padding-top: 190px;
  padding-bottom: 190px;
}

.hero-overlay-section.subpage.gray {
  background-color: rgba(169, 175, 179, .8);
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-overlay-section.subpage.darker {
  background-color: rgba(0, 0, 0, .3);
  padding-bottom: 140px;
}

.hero-overlay-section.small {
  padding-top: 0;
  padding-bottom: 250px;
}

.hero-overlay-section.simple-header {
  background-color: rgba(0, 0, 0, .3);
  padding-top: 170px;
  padding-bottom: 80px;
}

.hero-overlay-section.no-title {
  padding-top: 0;
  padding-bottom: 120px;
}

.container {
  background-color: rgba(255, 255, 255, .8);
  padding: 5% 40px 2%;
  position: relative;
}

.container.hero-container {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.container.hero-container._2 {
  background-color: rgba(0, 0, 0, 0);
}

.container.couple-container {
  margin-top: -120px;
  padding-left: 110px;
  padding-right: 110px;
}

.container.blog-post-container {
  margin-top: -310px;
}

.container._2 {
  background-color: rgba(0, 0, 0, 0);
}

.hero-title {
  color: #fff;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, .1);
  margin: 0 15px;
  font-family: Prata, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 75px;
  display: inline-block;
}

.hero-title.and {
  color: #859ccc;
}

.hero-title.fullwidth {
  text-shadow: 4px 4px 7px rgba(0, 0, 0, .2);
  margin-left: 0;
  margin-right: 0;
  font-size: 60px;
  line-height: 65px;
  display: block;
}

.navbar {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: none;
  text-align: center;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: border .2s;
}

.nav-link:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.hero-date-wrapper {
  display: block;
}

.hero-date-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
}

.hero-divider-line {
  width: 100px;
  height: 3px;
  background-color: #e8ae9c;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.image-section {
  background-color: #eee;
  background-image: linear-gradient(rgba(238, 238, 238, .8), rgba(238, 238, 238, .8)), url('../images/Captura-de-Pantalla-2022-06-12-a-las-17.45.36.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 110px;
}

.section.image-section._2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.image-section._3 {
  background-image: linear-gradient(rgba(237, 237, 237, .8), rgba(237, 237, 237, .8)), url('../images/Copia-de-map.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, contain;
}

.section.blog-post-section {
  background-color: #f0f1f3;
  position: relative;
}

.section.light-tint {
  background-color: #f8f8f8;
}

.section.bottom-line {
  border-bottom: 1px solid #eee;
  padding-top: 0;
  padding-bottom: 70px;
}

.section.bottom-line._2 {
  padding-bottom: 0;
}

.section._4 {
  background-image: linear-gradient(rgba(237, 237, 237, .7), rgba(237, 237, 237, .7)), url('../images/thumb-1920-121059.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.couple-block {
  width: 36%;
  float: left;
  text-align: center;
}

.couple-block._2 {
  float: right;
}

.couple-block.divider {
  width: 28%;
  text-align: center;
  padding-top: 220px;
}

.couple-image-block {
  width: 220px;
  height: 220px;
  background-image: url('../images/Couple-Man.jpg');
  background-position: 50%;
  background-size: cover;
  border: 9px solid #eee;
  border-radius: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.couple-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prata, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 40px;
}

.couple-title.and {
  color: #c4c4c4;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 170px;
}

.couple-title.subtitle {
  margin-top: -10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
}

.couple-paragraph {
  text-align: justify;
}

.image-section {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-section.contact {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-04-1643468792-26-1.jpg'), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-position: 0%, 0 0;
  background-size: cover, auto;
  display: none;
}

.image-section.quote {
  background-image: linear-gradient(to right, #ececec 17%, rgba(216, 216, 216, 0) 60%), url('../images/Wife-Closeup.jpg');
  background-position: 0 0, 100% -100px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 850px;
  padding-top: 120px;
  display: none;
}

.image-section.quote-dark {
  background-color: #222;
  background-image: url('../images/Husband-closeup.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 600px;
  padding-top: 120px;
}

.white-content-block {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 55px rgba(0, 0, 0, .23);
}

.white-block-title {
  margin-top: 0;
  font-family: Prata, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.white-block-subtitle {
  color: #a9afb3;
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.white-block-subtitle.no-bottom-content {
  color: #868d92;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 32px;
}

.contact-us-form {
  margin-bottom: 0;
}

.field {
  height: 50px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  transition: border .2s, opacity .2s;
}

.field:hover {
  border-color: #c4c4c4;
}

.field:focus {
  z-index: 10;
  background-color: #fff;
  border-color: #fff;
  padding-left: 12px;
  position: relative;
  box-shadow: 3px 3px 23px rgba(0, 0, 0, .16);
}

.field._2 {
  border-bottom-style: none;
  margin-bottom: 0;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7cc8db;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #33383a;
}

.button.submit-button {
  width: 100%;
  display: block;
}

.button._404-button {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.button.schedule-more-info {
  line-height: 20px;
}

.button.view-registry {
  color: #fff;
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 28px;
  display: inline-block;
}

.button.outline {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7cc8db;
}

.button.outline:hover {
  color: #fff;
  background-color: #7cc8db;
}

.footer {
  text-align: center;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 35px;
}

.footer-text {
  font-size: 14px;
  line-height: 36px;
}

.read-more-block {
  text-align: center;
}

.read-more-text-block {
  margin-top: 30px;
}

.blog-title-link {
  color: #e8ae9c;
  margin-bottom: 10px;
  font-family: Prata, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.blog-title-link:hover {
  color: #7cc8db;
  text-decoration: none;
}

.blog-date {
  color: #a9afb3;
  margin-bottom: 20px;
}

.blog-date.first {
  color: #fff;
}

.schedule-overlay-block {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0;
}

.schedule-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prata, sans-serif;
  font-size: 27px;
  line-height: 35px;
}

.white-content-block-content-wrapper {
  text-align: center;
  padding: 80px 150px 70px;
  box-shadow: 1px 1px 3px #000;
}

.white-content-block-content-wrapper.blog-post-header {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, .5) 67%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  padding-top: 110px;
  padding-bottom: 40px;
  padding-right: 120px;
}

.white-content-block-content-wrapper.schedule-overlay {
  text-align: left;
  background-color: rgba(43, 43, 43, .35);
  position: relative;
}

.white-content-block-content-wrapper.align-left {
  text-align: left;
}

.white-content-block-content-wrapper.registries {
  background-color: #fafcfd;
  border-top: 1px solid #e7e7e7;
  padding: 50px 90px 40px;
}

.white-content-block-content-wrapper.party-category {
  background-color: #f5f8fa;
  border-top: 1px solid #e3e6e9;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.white-content-block-content-wrapper.party-category.white {
  background-color: #fff;
}

.white-content-block-content-wrapper.tint {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 60px;
}

.blog-post-title {
  font-family: Prata, sans-serif;
}

.blog-post-image-block {
  background-image: url('../images/Black-White-Image.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog-post-image-link-block {
  width: 100%;
  height: 170px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: filter .2s;
  display: block;
}

.blog-post-image-link-block:hover {
  filter: grayscale();
}

.blog-post-image-link-block.first {
  height: 250px;
  position: relative;
}

.blog-post-image-link-block.first.fullwidth {
  height: 270px;
  border-radius: 0;
  margin-bottom: 0;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-wrapper.left {
  text-align: left;
  margin-bottom: 30px;
}

.section-title-wrapper.party-category {
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-title {
  color: #859ccc;
  margin-top: 0;
  font-family: Prata, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.section-title.subtitle {
  width: 100%;
  color: #5e6163;
  text-align: center;
  text-transform: none;
  margin: 20px auto 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.section-title.subtitle.left-align {
  width: 100%;
}

.section-title.subtitle._2 {
  box-shadow: 1px 1px 3px #000;
}

.section-title.category-title {
  opacity: .11;
  margin-bottom: 0;
  font-size: 40px;
}

.gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-link-block {
  width: 100%;
  height: 160px;
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: filter .2s, transform .2s, box-shadow .2s;
  display: block;
}

.gallery-link-block:hover {
  filter: none;
  box-shadow: 8px 8px 33px rgba(0, 0, 0, .3);
}

.gallery-link-block.large {
  height: 180px;
  filter: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  transition: filter .2s, transform .2s, box-shadow .2s;
}

.gallery-popup {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-popup-block {
  z-index: 20;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: static;
}

.gallery-popup-image {
  z-index: 20;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 70px rgba(0, 0, 0, .3);
}

.close-lightbox {
  opacity: .65;
  position: absolute;
  top: 30px;
  right: 30px;
}

.close-lightbox:hover {
  opacity: 1;
}

.close-icon {
  height: 30px;
}

.gallery-list-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.schedule-info-title {
  font-size: 18px;
  line-height: 27px;
}

.schedule-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.location-view-link {
  color: #fff;
  background-image: url('../images/Icon-location-white.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
}

.location-view-link:hover {
  color: rgba(255, 255, 255, .6);
}

.quote-block {
  width: 400px;
  float: left;
}

.quote-block.right {
  float: right;
  color: #fff;
}

.first-blog-post-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 67%);
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.first-blog-post-overlay.blog-posts {
  padding-left: 60px;
  padding-right: 60px;
}

.first-blog-post-title {
  width: 70%;
  color: #fff;
  font-family: Prata, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.first-blog-post-title:hover {
  color: rgba(255, 255, 255, .8);
}

.first-blog-post-item {
  margin-bottom: 40px;
}

.blog-post-item {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blog-posts-list {
  flex-direction: column;
  display: block;
}

.success-bg {
  color: #fff;
  background-color: #7cc8db;
  border-radius: 3px;
  margin-top: 5%;
  padding-bottom: 21px;
}

.error-bg {
  color: #d52828;
  border-radius: 3px;
  font-size: 12px;
}

.blog-archive-list {
  flex-wrap: wrap;
  display: flex;
}

.blog-archive-list.fullwidth {
  display: block;
}

.rsvp-popup {
  z-index: 3000;
  background-color: rgba(0, 0, 0, .3);
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rsv-popup-block {
  z-index: 20;
  width: 480px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 60px rgba(0, 0, 0, .4);
}

.checkbox-field {
  margin-right: 16px;
  padding-left: 16px;
  font-family: Prata, sans-serif;
  font-size: 13px;
  line-height: 21px;
  display: inline-block;
}

.checkbox-field:hover {
  color: #7cc8db;
}

.checkboxes-wrapper {
  text-align: center;
  background-color: #f7f7f7;
  border: 0 solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 13px 17px 10px 12px;
}

.checkboxes-wrapper._2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left: 1px #e6e6e6;
  border-right-width: 1px;
  border-radius: 0;
}

.popup-close-button {
  opacity: .4;
  position: absolute;
  top: 30px;
  right: 30px;
}

.popup-close-button:hover {
  opacity: 1;
}

.popup-close-icon {
  height: 20px;
}

.blog-author-block {
  border-top: 1px dashed #ddd;
  margin-top: 20px;
  padding-top: 30px;
}

.blog-author-block.go-back {
  padding-top: 10px;
}

.blog-author-image {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 100%;
  margin-right: 20px;
}

.blog-author-title {
  margin-top: 15px;
}

.blog-author-title.name {
  margin-top: 0;
  font-family: Prata, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.table-wrapper {
  border-radius: 4px;
  margin-top: 40px;
  overflow: hidden;
}

.table-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 17px;
}

.table-item.titles {
  color: #fff;
  background-color: #202729;
}

.table-column {
  padding-right: 30px;
}

.table-title {
  font-weight: 700;
}

.column-image {
  border-radius: 4px;
}

.registry-title {
  height: 20px;
  margin-bottom: 10px;
  font-family: Prata, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.registry-logo {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.registry-link-block {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
  transition: border .2s, box-shadow .2s;
  display: block;
}

.registry-link-block:hover {
  border-color: #fff;
  box-shadow: 5px 5px 33px rgba(0, 0, 0, .1);
}

.bridal-party-item {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.party-person-image-block {
  width: 160px;
  height: 160px;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #fff;
  border-radius: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.bridal-party-title {
  margin-left: auto;
  margin-right: auto;
  font-family: Prata, sans-serif;
  font-size: 20px;
  display: block;
}

.bridal-party-title.role {
  color: #bdbdbd;
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.empty-state {
  text-align: center;
  border-radius: 3px;
}

.blog-summary-content-wrapper {
  padding: 45px 60px;
}

.blog-summary-paragraph {
  margin-bottom: 0;
  line-height: 22px;
}

.summary-block {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.summary-gradient {
  width: 100%;
  height: 70px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 86%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-popup-block, .close-gallery-block {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bottom-footer-block {
  margin-top: 10px;
  font-size: 13px;
}

.copyright-text {
  margin-right: 10px;
  display: inline-block;
}

.hero-text-block {
  z-index: 20;
  width: 540px;
  position: relative;
}

.subpage-intro-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 62px;
}

.subpage-intro-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}

.subpage-intro-nav-link {
  color: #000;
  border-right: 1px solid rgba(0, 0, 0, .1);
  margin-right: 14px;
  padding-right: 14px;
}

.subpage-intro-nav-link:hover {
  color: rgba(78, 78, 78, .5);
}

.subpage-intro-nav-link.w--current {
  color: #7cc8db;
}

.subpage-intro-nav-link.last {
  border-right-width: 0;
  margin-right: 0;
  padding-right: 0;
}

.subpage-intro-nav-link-title {
  text-transform: capitalize;
  display: inline-block;
}

.rtb {
  margin-bottom: -15px;
}

.style-title {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.style-title.fonts-2 {
  font-family: Prata, sans-serif;
}

.font-2 {
  font-family: Prata, sans-serif;
  font-size: 15px;
}

.style-block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.style-block.last {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checklist-item-2 {
  background-image: url('../images/verified.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
}

.template-color {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #7cc8db;
  padding-top: 20px;
  padding-bottom: 20px;
}

.template-color._2 {
  color: #fff;
  background-color: #ffc91f;
}

.template-color._3 {
  color: #fff;
  background-color: #a9afb3;
}

.lightbox {
  display: block;
}

.button-2 {
  width: 50%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading {
  color: #e8ad9b;
  margin-bottom: 0;
}

.link-block {
  width: 100%;
  text-align: center;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  height: 70vh;
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-26-1643468825-15.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

.light {
  color: #fafaf8;
  display: none;
}

.image {
  width: 100%;
  height: 30vh;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.collection-item {
  width: 22vw;
  flex-flow: row;
  margin-bottom: 15px;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 15px;
}

.paragraph {
  color: #f5b5ce;
}

.form {
  margin-top: 10px;
}

.checkbox-wrapper-cf10 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field-cf10 {
  width: 40%;
  color: #999;
  background-color: #f3f6fb;
  border-radius: 6px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.checkbox-cf10 {
  width: 15px;
  height: 15px;
  border-radius: 18px;
  margin-right: 10px;
}

.checkbox-cf10.w--redirected-checked {
  background-color: #f76874;
  border-color: #f76874;
}

.checkbox-label-cf10 {
  font-size: 11px;
  line-height: 12px;
}

.field-label-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2 {
  color: #505050;
}

.section-4 {
  background-color: #fff;
}

.container-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.paragraph-copy {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #859ccc;
  font-family: Lato, sans-serif;
  font-size: 4em;
  line-height: 70px;
}

.clock-label {
  color: #e8ae9c;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: -5px;
  font-family: Prata, sans-serif;
  font-size: 2.5em;
}

.js-clock-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.box-3 {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-3 {
  color: #859ccc;
  font-family: Prata, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.clock-label-3 {
  color: #e8ae9c;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-right: -5px;
  font-family: Prata, sans-serif;
  font-size: 1.5vw;
}

.div-block-2 {
  flex: 0 auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  width: 90%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-left: 0;
}

.arrow.close {
  display: none;
}

.div_dress {
  height: 35vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div_dress._2, .div_dress._3, .div_dress._4, .div_dress._5 {
  background-image: none;
  background-position: 0 0;
}

.div_dress._6 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-27-3.jpg');
}

.div_dress._7 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-25-3.jpg');
  background-position: 50% 25%;
}

.div_dress._8 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-27.jpg');
  background-position: 50% 0;
}

.div_dress._9 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-25.jpg');
  background-position: 50% 0;
}

.div_dress._10 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-28-2.jpg');
  background-position: 50% 20%;
}

.div_dress._11 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-26-4.jpg');
  background-position: 50% 80%;
}

.div_dress._12 {
  background-image: url('../images/PHOTO-2022-07-08-16-50-28-3.jpg');
  background-position: 50% 0;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
}

.slider_phone {
  display: none;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
}

.button-3:hover {
  color: #859ccc;
}

.mb-0 {
  margin-bottom: 0;
}

.versailles-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-animation {
  color: #444f55;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img._9 {
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._11 {
  background-image: url('../images/14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._6 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._13 {
  background-image: url('../images/16.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._12 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-19-a-las-13.35.15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/91.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._10 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-19-a-las-13.35.31.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._8 {
  background-image: url('../images/136.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/61.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/98.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._2 {
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._20 {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-43-1643468851-77.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.grid-img._21 {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-27-1643468828-70.jpg');
  background-position: 0 0;
  background-size: cover;
}

.grid-img._22 {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-28-1643468829-33.jpg');
  background-position: 0 0;
  background-size: cover;
}

.grid-img._23 {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-02-1643468789-16-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img._24 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-12.02.25.png');
  background-position: 50% 0;
  background-size: cover;
}

.grid-img._25 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.50.57.png');
  background-position: 70% 0;
  background-size: cover;
}

.grid-img._26 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.51.50.png');
  background-position: 50% 0;
  background-size: cover;
}

.grid-img._28 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.52.51.png');
  background-position: 50%;
  background-size: cover;
}

.grid-img._29 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.56.03.png');
  background-position: 0 0;
  background-size: cover;
}

.grid-img._30 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.56.41.png');
  background-position: 0 0;
  background-size: cover;
}

.grid-img._31 {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-50-1643468866-11.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.grid-img._32 {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-52-1643468869-28.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img._40 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-14.00.37.png');
  background-position: 80% 0;
  background-size: cover;
}

.varseilles-block {
  background-image: url('../images/Mark-and-Mariana--29-jan-2022-02-1643468789-16-8.jpg');
  background-position: 50% 40%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.container-copy {
  background-color: rgba(255, 255, 255, .8);
  padding: 5% 40px 0%;
  position: relative;
}

.container-copy.hero-container {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.container-copy.hero-container._2 {
  background-color: rgba(0, 0, 0, 0);
}

.container-copy.couple-container {
  margin-top: -120px;
  padding-left: 110px;
  padding-right: 110px;
}

.container-copy.blog-post-container {
  margin-top: -310px;
}

.container-copy._2 {
  background-color: rgba(0, 0, 0, 0);
}

.container-6-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.hero-date-title-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.left-arrow-2 {
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 1vw;
  display: flex;
}

.image-2 {
  z-index: 2;
}

.image-5 {
  transform: rotate(180deg);
}

.slider-2 {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.image-3-wrapper {
  z-index: 1;
  width: 19vw;
  transform-origin: 100%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .34);
}

.slide-nav-2 {
  font-size: 10px;
}

.title {
  text-align: right;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.right-arrow-2 {
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
}

.slide-wrapper {
  width: 80%;
  height: 100%;
  perspective: 1000px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-1-wrapper {
  z-index: 3;
  width: 25vw;
  transform-origin: 100%;
  margin-right: -8vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, .13);
}

.image-2-wrapper {
  z-index: 2;
  width: 22vw;
  transform-origin: 100%;
  margin-right: -11vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .24);
}

.image-3 {
  z-index: 1;
}

.text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 200px;
  margin-right: 20px;
  display: flex;
}

.image-1 {
  z-index: 3;
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, .14);
}

.slider-3, .slider-4 {
  display: none;
}

.button-3-copy {
  color: #859ccc;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Prata, sans-serif;
  font-size: 14px;
}

.button-3-copy:hover {
  color: #859ccc;
}

.map {
  height: 100vh;
  background-image: url('../images/38.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 10%;
}

.div-block-3 {
  height: 100vh;
  background-image: url('../images/Recurso-5Nuclea.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10%;
  margin-right: 10%;
}

.div-block-4 {
  height: auto;
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.grid-4 {
  height: 100%;
}

.div-block-5 {
  background-image: url('../images/Recurso-5Nuclea.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-7 {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.hero-section-2 {
  width: 100%;
  background-image: url('../images/Hero-2.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.hero-section-2.schedule {
  background-image: url('../images/38.jpg');
}

.image-7 {
  margin-top: 5%;
}

.slide-29 {
  background-image: url('../images/Recurso-1We.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/Recurso-2We.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/Recurso-3We.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/Recurso-4We.page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-5 {
  font-size: 10px;
}

.icon-5, .icon-6 {
  font-size: 30px;
}

.field-copy {
  height: 50px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  transition: border .2s, opacity .2s;
}

.field-copy:hover {
  border-color: #c4c4c4;
}

.field-copy:focus {
  z-index: 10;
  background-color: #fff;
  border-color: #fff;
  padding-left: 12px;
  position: relative;
  box-shadow: 3px 3px 23px rgba(0, 0, 0, .16);
}

.field-copy._2 {
  border-bottom-style: none;
  margin-bottom: 0;
}

.navbar2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-8 {
  margin-left: 5px;
}

.html-embed {
  padding-right: 2%;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-6 {
  display: flex;
}

.image-9 {
  margin-left: 5px;
}

.div-block-7 {
  display: flex;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.login-label {
  width: 100%;
  opacity: .4;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.login-field {
  width: 100%;
  height: 40px;
  color: #6e6e6e;
  background-color: rgba(252, 252, 252, .3);
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 20px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.login-field:focus {
  background-color: #fff;
  border: 1px solid #76ce89;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #76ce89;
}

@media screen and (min-width: 1440px) {
  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .clock-number {
    font-size: 5em;
  }

  .clock-label {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .hero-overlay-section {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .hero-overlay-section.blog-post {
    padding-top: 150px;
    padding-bottom: 180px;
  }

  .hero-overlay-section.subpage {
    padding-top: 150px;
  }

  .hero-overlay-section.subpage.gray {
    padding-top: 140px;
    padding-bottom: 79px;
  }

  .hero-overlay-section.subpage.darker {
    padding-bottom: 80px;
  }

  .hero-overlay-section.simple-header {
    padding-top: 160px;
  }

  .container {
    padding-left: 55px;
    padding-right: 55px;
  }

  .container.couple-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.blog-post-container {
    margin-top: -300px;
  }

  .hero-title {
    line-height: 110px;
  }

  .hero-title.logo-title {
    text-shadow: 4px 4px 7px rgba(0, 0, 0, .3);
    margin-left: 0;
    font-size: 40px;
    line-height: 55px;
  }

  .navbar {
    padding-bottom: 30px;
  }

  .nav-link {
    color: #fff;
    margin-left: 9px;
    margin-right: 9px;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .section.image-section {
    padding-bottom: 70px;
  }

  .image-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-section.quote {
    background-position: 0 0, 100%;
    background-size: auto, contain;
    padding-top: 100px;
  }

  .image-section.quote-dark {
    background-position: -124px 0;
    background-size: cover;
    padding-top: 90px;
  }

  .white-block-subtitle.no-bottom-content {
    font-size: 23px;
  }

  .blog-title-link {
    font-size: 15px;
  }

  .blog-date {
    font-size: 14px;
  }

  .white-content-block-content-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .white-content-block-content-wrapper.registries {
    padding-left: 70px;
    padding-right: 70px;
  }

  .white-content-block-content-wrapper.party-category {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-title.subtitle {
    font-size: 23px;
    line-height: 33px;
  }

  .blog-posts-list {
    flex-flow: wrap;
    display: flex;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    margin-top: -8px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-link-block {
    float: left;
    padding-left: 20px;
  }

  .registry-logo {
    height: 21px;
  }

  .party-person-image-block {
    width: 130px;
    height: 130px;
  }

  .bridal-party-title {
    font-size: 18px;
  }

  .subpage-intro-nav-link {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }

  .collection-list {
    flex-flow: wrap;
    display: flex;
  }

  .collection-item {
    width: 30vw;
  }

  .div-block-2 {
    flex: 1;
  }

  .container-copy {
    padding-left: 55px;
    padding-right: 55px;
  }

  .container-copy.couple-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-copy.blog-post-container {
    margin-top: -300px;
  }

  .text-wrapper {
    margin-top: 121px;
    margin-right: 20px;
  }

  .container-7 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .slide-29, .slide-30, .slide-31, .slide-32 {
    background-size: contain;
  }

  .slider_compu {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 50% 0;
  }

  .hero-overlay-section {
    padding: 150px 35px 120px;
  }

  .hero-overlay-section.subpage {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-overlay-section.subpage.gray {
    background-color: rgba(23, 30, 34, .8);
    padding-top: 90px;
    padding-bottom: 35px;
  }

  .hero-overlay-section.subpage.darker {
    padding-bottom: 35px;
  }

  .hero-overlay-section.small {
    padding-bottom: 150px;
  }

  .hero-overlay-section.simple-header {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-overlay-section.no-title {
    padding-bottom: 80px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.couple-container {
    margin-top: -80px;
  }

  .container.blog-post-container {
    margin-top: -270px;
  }

  .hero-title {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 60px;
  }

  .hero-title.fullwidth {
    font-size: 40px;
  }

  .hero-title.logo-title {
    margin-right: 7px;
    font-size: 26px;
    line-height: 25px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    margin-left: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .4);
  }

  .nav-link {
    color: #000;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .05);
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    font-size: 13px;
    line-height: 19px;
  }

  .nav-link:hover {
    color: #b4b4b4;
    border-bottom-color: rgba(0, 0, 0, .05);
  }

  .nav-link.w--current {
    color: #7cc8db;
    border-bottom-color: rgba(0, 0, 0, .05);
  }

  .hero-date-title {
    margin-top: 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .hero-divider-line {
    margin-top: 5px;
  }

  .section {
    padding: 40px;
  }

  .section.image-section {
    padding-bottom: 40px;
  }

  .section.blog-post-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.bottom-line {
    padding-bottom: 30px;
  }

  .couple-block {
    width: 100%;
  }

  .couple-block.divider {
    width: 100%;
    padding-top: 0;
  }

  .couple-image-block {
    width: 170px;
    height: 170px;
    border-width: 6px;
    margin-bottom: 20px;
  }

  .couple-title {
    font-size: 35px;
    line-height: 30px;
  }

  .couple-title.and {
    line-height: 90px;
  }

  .couple-title.subtitle {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 20px;
  }

  .image-section {
    padding: 40px;
  }

  .image-section.quote {
    background-image: linear-gradient(to right, #ececec 44%, rgba(236, 236, 236, 0)), url('../images/Wife-Closeup.jpg');
    background-position: 0 0, 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 40px;
  }

  .image-section.quote-dark {
    background-image: linear-gradient(to right, rgba(34, 34, 34, 0), #222 57%), url('../images/Husband-closeup.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 40px;
  }

  .white-block-title {
    font-size: 32px;
  }

  .white-block-subtitle {
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .white-block-subtitle.no-bottom-content {
    font-size: 21px;
    line-height: 28px;
  }

  .field._2 {
    font-size: 11px;
  }

  .button.archive-button {
    margin-top: 10px;
  }

  .footer {
    padding: 25px;
  }

  .read-more-text-block {
    margin-top: 10px;
  }

  .blog-title-link {
    font-size: 17px;
  }

  .white-content-block-content-wrapper {
    padding: 40px;
  }

  .white-content-block-content-wrapper.blog-post-header {
    padding-top: 90px;
    padding-bottom: 30px;
    padding-right: 70px;
  }

  .white-content-block-content-wrapper.party-category {
    padding-bottom: 20px;
  }

  .white-content-block-content-wrapper.tint {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-post-title {
    font-size: 27px;
    line-height: 34px;
  }

  .blog-post-image-link-block.first {
    margin-bottom: 10px;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .section-title.subtitle {
    width: 90%;
    font-size: 20px;
    line-height: 27px;
  }

  .section-title.category-title {
    font-size: 30px;
    line-height: 30px;
  }

  .gallery-item {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-link-block {
    margin-bottom: 10px;
  }

  .gallery-link-block.large {
    height: 140px;
    margin-bottom: 10px;
  }

  .quote-block {
    width: 60%;
  }

  .first-blog-post-overlay.blog-posts {
    padding-left: 40px;
    padding-right: 40px;
  }

  .first-blog-post-title {
    width: 90%;
  }

  .first-blog-post-item {
    margin-bottom: 20px;
  }

  .blog-post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .rsv-popup-block {
    width: 80%;
    padding: 50px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .logo-link-block {
    padding-top: 10px;
    padding-left: 30px;
  }

  .registry-item {
    padding-left: 0;
    padding-right: 0;
  }

  .registry-logo {
    width: auto;
    height: auto;
    max-height: 30px;
  }

  .registry-link-block {
    margin-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .bridal-party-item {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-summary-content-wrapper {
    padding: 35px 40px;
  }

  .bottom-footer-block {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .copyright-text {
    font-size: 11px;
  }

  .hero-text-block {
    width: auto;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-intro-title {
    font-size: 40px;
    line-height: 45px;
  }

  .subpage-intro-nav {
    float: none;
  }

  .subpage-intro-nav-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
  }

  .button-column {
    padding-top: 10px;
  }

  .column {
    padding: 20px 0 0;
  }

  .style-block {
    padding: 30px;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }

  .clock-label-3 {
    font-size: 2.5vw;
  }

  .container-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-copy.hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.couple-container {
    margin-top: -80px;
  }

  .container-copy.blog-post-container {
    margin-top: -270px;
  }

  .hero-date-title-copy {
    margin-top: 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .left-arrow-2 {
    width: 40px;
  }

  .slider-2 {
    height: 600px;
  }

  .image-3-wrapper {
    display: none;
  }

  .right-arrow-2 {
    width: 40px;
  }

  .slide-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .image-1-wrapper {
    width: auto;
    margin-right: 0;
  }

  .image-2-wrapper {
    display: none;
  }

  .text-wrapper {
    align-items: center;
    margin-top: 40px;
  }

  .image-1 {
    width: 36vw;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-overlay-section {
    padding-top: 140px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-overlay-section.subpage {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .hero-overlay-section.subpage.gray {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  .hero-overlay-section.subpage.darker {
    background-color: rgba(0, 0, 0, .5);
    padding-bottom: 25px;
  }

  .hero-overlay-section.small {
    padding-bottom: 140px;
  }

  .hero-overlay-section.simple-header {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .hero-overlay-section.no-title {
    padding-bottom: 70px;
  }

  .container {
    flex-flow: wrap;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .container.couple-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 34px;
    line-height: 35px;
  }

  .hero-title.fullwidth {
    font-size: 24px;
    line-height: 35px;
  }

  .hero-title.logo-title {
    font-size: 20px;
    line-height: 21px;
  }

  .navbar {
    display: block;
  }

  .hero-date-title {
    font-size: 14px;
  }

  .hero-divider-line {
    height: 2px;
    margin-top: 15px;
  }

  .section {
    padding: 30px;
  }

  .section.image-section {
    padding-bottom: 20px;
  }

  .section.image-section._3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Copia-de-map-2.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
  }

  .section.blog-post-section {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.bottom-line {
    padding-bottom: 20px;
  }

  .couple-image-block {
    width: 140px;
    height: 140px;
  }

  .couple-title.and {
    line-height: 110px;
  }

  .image-section, .image-section.contact {
    padding: 30px;
  }

  .image-section.quote {
    background-position: 0 0, 50%;
    padding: 30px 30px 20px;
  }

  .image-section.quote-dark {
    background-image: linear-gradient(to right, #222 49%, rgba(34, 34, 34, 0)), url('../images/Husband-closeup.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 30px 30px 20px;
  }

  .white-block-title {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 33px;
  }

  .white-block-title.read-more {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
  }

  .white-block-subtitle {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 23px;
  }

  .white-block-subtitle.no-bottom-content {
    font-size: 17px;
    line-height: 23px;
  }

  .field {
    height: 40px;
    margin-bottom: 5px;
    font-size: 8px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 18px;
  }

  .button.submit-button {
    margin-top: 10px;
  }

  .footer {
    font-size: 13px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 19px;
  }

  .footer-text._2 {
    margin-top: 12px;
  }

  .read-more-text-block {
    font-size: 14px;
  }

  .blog-date {
    line-height: 18px;
  }

  .blog-date.first {
    margin-bottom: 10px;
  }

  .schedule-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 31px;
  }

  .white-content-block-content-wrapper {
    padding: 25px;
  }

  .white-content-block-content-wrapper.blog-post-header {
    padding-top: 55px;
    padding-bottom: 23px;
    padding-right: 25px;
  }

  .white-content-block-content-wrapper.schedule-overlay {
    background-color: rgba(117, 117, 117, .26);
  }

  .white-content-block-content-wrapper.registries, .white-content-block-content-wrapper.party-category {
    padding: 20px;
  }

  .white-content-block-content-wrapper.tint {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-post-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 26px;
  }

  .blog-post-date {
    font-size: 13px;
  }

  .blog-post-image-link-block {
    margin-bottom: 10px;
  }

  .blog-post-image-link-block.first.fullwidth {
    height: 220px;
  }

  .section-title-wrapper {
    margin-bottom: 20px;
    padding-top: 0%;
  }

  .section-title-wrapper.left, .section-title-wrapper.party-category {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .section-title.subtitle {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
    line-height: 23px;
  }

  .section-title.subtitle.left-align {
    margin-top: 10px;
  }

  .section-title.quote {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title.category-title {
    font-size: 21px;
    line-height: 20px;
  }

  .gallery-link-block, .gallery-link-block.large {
    height: 100px;
  }

  .schedule-info-title {
    font-size: 15px;
    line-height: 23px;
  }

  .quote-block {
    width: 88%;
  }

  .quote-block.right {
    float: left;
  }

  .first-blog-post-overlay {
    padding: 20px;
  }

  .first-blog-post-overlay.blog-posts {
    padding-left: 25px;
    padding-right: 25px;
  }

  .first-blog-post-title {
    font-size: 20px;
    line-height: 27px;
  }

  .first-blog-post-title.full {
    width: 100%;
    font-size: 19px;
    line-height: 25px;
  }

  .rsvp-popup {
    display: block;
  }

  .rsv-popup-block {
    padding: 23px;
  }

  .checkbox-field {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 17px;
  }

  .popup-close-button {
    top: 20px;
    right: 20px;
  }

  .popup-close-icon {
    height: 15px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 11px;
    font-size: 32px;
  }

  .logo-link-block {
    padding-top: 9px;
  }

  .table-wrapper {
    margin-top: 20px;
  }

  .table-item {
    padding: 8px;
  }

  .registry-logo {
    max-height: 20px;
  }

  .registry-link-block {
    margin-bottom: 9px;
  }

  .party-person-image-block {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .bridal-party-title.role {
    font-size: 16px;
    line-height: 13px;
  }

  .blog-summary-content-wrapper {
    padding: 20px 25px;
  }

  .summary-block {
    margin-bottom: 0;
  }

  .hero-text-block {
    max-width: 300px;
  }

  .subpage-intro-title {
    font-size: 28px;
    line-height: 33px;
  }

  .subpage-intro-nav-link {
    border-right-width: 0;
    margin-top: 8px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-column {
    text-align: center;
    padding-bottom: 10px;
  }

  .style-title {
    text-align: center;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url('../images/Mark-and-Mariana--29-jan-2022-26-1643468825-15.jpg');
    background-size: cover;
    background-attachment: scroll;
  }

  .collection-item {
    width: auto;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .container-5 {
    flex-direction: column;
  }

  .paragraph-copy {
    padding-left: 0;
    padding-right: 10px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .js-clock {
    flex-flow: wrap;
    padding-bottom: 20%;
    display: flex;
  }

  .box {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .clock-number {
    font-size: 50px;
  }

  .clock-label {
    font-size: 14px;
  }

  .js-clock-3 {
    flex-wrap: wrap;
    margin-bottom: 15%;
  }

  .box-3 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .clock-number-3 {
    font-size: 20px;
  }

  .clock-label-3 {
    text-shadow: 1px 1px 6px #000;
    font-size: 15px;
  }

  .grid-2 {
    margin-left: 0;
  }

  .slider {
    display: none;
  }

  .slide-2 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-24-2.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-26-2.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-24.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/WhatsApp-Image-2022-07-18-at-11.31.53-AM-1.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-25-2.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-27-3.jpg');
    background-position: 50% 80%;
    background-size: cover;
  }

  .slide-8 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-25-3.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .slide-9 {
    background-image: url('../images/WhatsApp-Image-2022-07-18-at-11.31.53-AM.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-25.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-28-2.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .slide-1-2 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-26-4.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-1-3 {
    background-image: url('../images/PHOTO-2022-07-08-16-50-28-3.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-nav {
    font-size: 5px;
  }

  .slider_phone {
    height: 70vh;
    display: block;
  }

  .versailles-grid {
    display: none;
  }

  .container-copy {
    flex-flow: wrap;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .container-copy.couple-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6-copy.civil {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-date-title-copy {
    font-size: 14px;
  }

  .slider-2 {
    height: 550px;
  }

  .title {
    font-size: 46px;
  }

  .text-wrapper {
    margin-top: 0;
  }

  .image-1 {
    width: 55vw;
  }

  .grid-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-11 {
    background-image: url('../images/Mark-and-Mariana--29-jan-2022-43-1643468851-77.jpg');
    background-position: 100% 0;
    background-size: cover;
  }

  .slider-3 {
    height: 70vh;
    display: block;
  }

  .slide-12 {
    background-image: url('../images/Mark-and-Mariana--29-jan-2022-28-1643468829-33.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-13 {
    background-image: url('../images/Mark-and-Mariana--29-jan-2022-27-1643468828-70.jpg');
    background-position: 0 100%;
    background-size: cover;
  }

  .slide-14 {
    background-image: url('../images/Mark-and-Mariana--29-jan-2022-02-1643468789-16-8.jpg');
    background-position: 0 100%;
    background-size: cover;
  }

  .slide-15 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-12.02.25.png');
    background-position: 0 100%;
    background-size: cover;
  }

  .slide-16 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-12.03.33.png');
    background-position: 0 100%;
    background-size: cover;
  }

  .slide-17 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.50.57.png');
    background-position: 70% 0;
    background-size: cover;
  }

  .slide-18 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.51.50.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-19 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.52.51.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-1-4 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.56.03.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1-5 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-12-a-las-13.56.41.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-nav-3 {
    font-size: 5px;
  }

  .slider-4 {
    height: 70vh;
    display: block;
  }

  .slide-20 {
    background-image: url('../images/27.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-21 {
    background-image: url('../images/61.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-22 {
    background-image: url('../images/91.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-23 {
    background-image: url('../images/98.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-24 {
    background-image: url('../images/136.jpg');
    background-position: 60% 0;
    background-size: cover;
  }

  .slide-25 {
    background-image: url('../images/141.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-26 {
    background-image: url('../images/3.jpg');
    background-position: 60% 0;
    background-size: cover;
  }

  .slide-27 {
    background-image: url('../images/141.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-28 {
    background-image: url('../images/4.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-1-6 {
    background-image: url('../images/9.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .slide-1-7 {
    background-image: url('../images/14.jpg');
    background-position: 35% 0;
    background-size: cover;
  }

  .slide-nav-4 {
    font-size: 5px;
  }

  .icon, .icon-2, .icon-3, .icon-4 {
    font-size: 30px;
  }

  .slider_compu {
    display: none;
  }

  .slide-1-8 {
    background-image: url('../images/16.jpg');
    background-position: 30%;
    background-size: cover;
  }

  .checkbox-label {
    font-size: 8px;
  }

  .field-copy {
    height: 40px;
    margin-bottom: 5px;
    font-size: 7px;
  }

  .slide-1-9 {
    background-image: url('../images/20.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1-10 {
    background-image: url('../images/28.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1-11 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-19-a-las-13.35.31.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-1-12 {
    background-image: url('../images/Captura-de-Pantalla-2022-07-19-a-las-13.35.15.png');
    background-position: 50%;
    background-size: cover;
  }

  .navbar2 {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
    top: auto;
    bottom: 30%;
    left: 0%;
    right: 0%;
  }

  .div-block-6 {
    margin-bottom: 3%;
  }

  .image-9 {
    margin-left: 0;
  }

  .div-block-7 {
    margin-bottom: 3%;
  }

  .login-label {
    font-size: 8px;
    line-height: 12px;
  }

  .login-field {
    font-size: 8px;
  }
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4c92-c12ce40b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4c95-c12ce40b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4c98-c12ce40b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4c9b-c12ce40b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4c9e-c12ce40b {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca1-c12ce40b {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca4-c12ce40b {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca7-c12ce40b {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4caa-c12ce40b {
  grid-area: 4 / 4 / 6 / 7;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4cad-c12ce40b {
  grid-area: 5 / 2 / 7 / 4;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4cb0-c12ce40b {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4cb3-c12ce40b {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-_7b6fca44-2920-6aec-820d-39a216fe4cb6-c12ce40b {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534dfc-c12ce40b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534dff-c12ce40b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e02-c12ce40b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e05-c12ce40b {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e08-c12ce40b {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e0b-c12ce40b {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e0e-c12ce40b {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e11-c12ce40b {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e14-c12ce40b {
  grid-area: 4 / 4 / 6 / 7;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e17-c12ce40b {
  grid-area: 5 / 2 / 7 / 4;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e1a-c12ce40b {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e1d-c12ce40b {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e20-c12ce40b {
  grid-area: 5 / 1 / 7 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4c95-c12ce40b {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4c98-c12ce40b {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4c9b-c12ce40b {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4c9e-c12ce40b {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca1-c12ce40b {
    grid-area: 3 / 3 / 4 / 7;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca4-c12ce40b {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca7-c12ce40b {
    grid-area: 4 / 5 / 6 / 7;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4caa-c12ce40b {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4cad-c12ce40b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4cb0-c12ce40b {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4cb3-c12ce40b {
    grid-area: 6 / 5 / 7 / 7;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4cb6-c12ce40b {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534dff-c12ce40b {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e02-c12ce40b {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e05-c12ce40b {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e08-c12ce40b {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e0b-c12ce40b {
    grid-area: 3 / 3 / 4 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e0e-c12ce40b {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e11-c12ce40b {
    grid-area: 4 / 5 / 6 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e14-c12ce40b {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e17-c12ce40b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e1a-c12ce40b {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e1d-c12ce40b {
    grid-area: 6 / 5 / 7 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e20-c12ce40b {
    grid-area: 6 / 1 / 7 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4c9e-c12ce40b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca4-c12ce40b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4ca7-c12ce40b {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-_7b6fca44-2920-6aec-820d-39a216fe4caa-c12ce40b {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e08-c12ce40b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e0e-c12ce40b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e11-c12ce40b {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-_42d96d77-9085-59bd-f3b9-f1b07c534e14-c12ce40b {
    grid-area: 5 / 1 / 6 / 7;
  }
}


