:root {
  --transparent: transparent;
  --mutus-blue: #00102e;
  --mutus-red: #9b0000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 157px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-menu {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100%;
  display: flex;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.brand {
  height: 100%;
  overflow: visible;
}

.image {
  height: 100%;
  display: block;
  overflow: visible;
}

.section {
  opacity: 1;
  background-color: #000000a3;
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.div-block {
  color: #000;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nav-link.instagram {
  background-image: url('../images/icons8-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading {
  color: #fff;
  text-align: center;
  width: 50%;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 37px;
}

.bold-text {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.section-2 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.section-2.mb-0 {
  padding: 45px 20px;
}

.div-block-2 {
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 16px;
}

.image-2 {
  height: 100%;
}

.collection-item {
  display: flex;
}

.collection-item:nth-child(odd) {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.container-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  padding-top: 90px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.image-3 {
  width: 50%;
  overflow: clip;
}

.text-block {
  color: #7a7a7a;
  text-align: justify;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.text-block.padding {
  text-align: left;
  flex-flow: column;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block.padding-right, .text-block.padding-right.margin-bottom {
  text-align: left;
}

.collection-item-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item-2:nth-child(2n) {
  flex-flow: row-reverse;
}

.section-3 {
  padding-top: 0;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 16px;
}

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

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 1140px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.collection-list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: 25% 25% 25% auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.div-block-4 {
  width: 50%;
}

.div-block-4.margin-right {
  margin-right: 60px;
}

.div-block-4.margin-left {
  margin-left: 60px;
}

.photos1 {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.square-image {
  background-image: url('../images/Manuel-Belgrano.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  overflow: hidden;
}

.square-image.image2 {
  background-image: url('../images/Jose-San-Martin.jpg');
  background-position: 50%;
  background-size: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-6 {
  grid-template-rows: 25% 25% 25%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-7 {
  grid-template-rows: .25fr .25fr .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.red-heading {
  color: #9b0000;
  width: 70%;
  margin-top: 0;
}

.red-heading.fullwidth {
  color: var(--mutus-red);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.mason-history {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.mason-history-elements {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mason-history-elements:nth-child(2n) {
  flex-flow: row-reverse;
}

.collage {
  grid-template-rows: .25fr .25fr .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.collage._1x3 {
  grid-template-rows: .25fr .25fr .25fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-10 {
  max-width: 1440px;
  display: flex;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.container-4.reverse {
  flex-flow: row-reverse;
}

.full-with.margin-right {
  margin-right: 60px;
}

.full-with.margin-left {
  margin-left: 60px;
}

.full-with.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: var(--mutus-blue);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-content-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf31a;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.button {
  background-color: var(--mutus-red);
  padding: 19px 40px;
}

.heading-2 {
  width: 400px;
}

.rich-text-block {
  text-align: left;
  letter-spacing: 1px;
}

.link-block {
  background-image: url('../images/icons8-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  background-image: url('../images/icons8-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-5 {
  background-image: url('../images/Vicente-Lopez-Planes.jpg');
  background-position: 50%;
  background-size: cover;
}

.navbackground {
  z-index: 1;
  width: 100%;
  height: 157px;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 16px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  background-color: var(--mutus-red);
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.image-6 {
  color: #fff;
}

.link-block-2 {
  background-color: var(--mutus-red);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 15px;
  display: flex;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.link-block-2.w--current {
  opacity: 0;
}

.link-block-3 {
  background-color: var(--mutus-red);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.link-block-3.w--current {
  bottom: 35px;
}

.image-7 {
  width: 16px;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.div-block-13.reverse {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-start;
}

.form-block {
  width: 50%;
}

.form-field {
  color: #000;
  margin-top: 25px;
  margin-bottom: 4px;
  padding: 4px 20px;
}

.textarea {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 20px;
}

.submit-button {
  background-color: var(--mutus-red);
  padding: 12px 35px;
}

.success-message {
  background-color: var(--transparent);
}

.image-8 {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .navbar {
    justify-content: center;
    align-items: stretch;
  }

  .container {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    flex-flow: column;
    display: flex;
  }

  .section-2.mb-0 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon.accordion-icon {
    color: #000;
  }

  .collection-item-3 {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    position: fixed;
  }

  .container {
    margin-left: 66px;
    margin-right: 66px;
  }
}

@media screen and (min-width: 1920px) {
  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--mutus-blue);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 100vh;
    inset: 0% auto auto 0%;
  }

  .nav-link {
    position: static;
  }

  .section-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .text-block.padding {
    width: 100%;
    margin-bottom: 16px;
  }

  .text-block.padding-right.margin-bottom {
    margin-bottom: 16px;
  }

  .collection-item-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .collection-item-2:nth-child(2n) {
    display: block;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-4.margin-right {
    width: 100%;
    margin-right: 0;
  }

  .div-block-4.margin-left {
    width: 100%;
    margin-left: 0;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 16px;
  }

  .collage._1x3 {
    grid-template-rows: .25fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-4, .container-4.reverse {
    flex-flow: column;
  }

  .footer-content-container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--transparent);
  }

  .image-4 {
    width: 100%;
  }

  .div-block-13, .div-block-13.reverse {
    flex-flow: column;
  }

  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
    display: flex;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .button {
    margin-top: 16px;
  }

  .heading-2 {
    text-align: center;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 100px;
  }

  .nav-menu {
    flex-flow: row;
    width: 100%;
  }

  .nav-link {
    text-align: center;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text {
    font-size: 6.5vw;
  }

  .text-block {
    line-height: 23px;
  }

  .text-block.padding {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-faq {
    padding: 0 15px;
  }

  .accordion-heading {
    padding-right: 19px;
    font-size: 16px;
  }

  .header-center-box._75 {
    width: 90%;
  }

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

  .footer-content-container {
    max-width: none;
  }

  .heading-2 {
    width: 100%;
  }

  .container-5 {
    max-width: none;
  }

  .navbackground {
    height: 100px;
  }
}

#w-node-_39eae6be-1f5c-6809-5834-4cc4724014ee-014014ea {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_39eae6be-1f5c-6809-5834-4cc4724014f0-014014ea {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_39eae6be-1f5c-6809-5834-4cc4724014f2-014014ea {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_39eae6be-1f5c-6809-5834-4cc4724014ee-014014ea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_39eae6be-1f5c-6809-5834-4cc4724014f0-014014ea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39eae6be-1f5c-6809-5834-4cc4724014f2-014014ea {
    grid-area: 1 / 3 / 2 / 4;
  }
}


