body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Gt america', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

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

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  display: none;
  padding: 98px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/ocean-rocks.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/ocean-rocks.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.header.project-page {
  display: block;
  padding-top: 77px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), color-stop(39%, hsla(0, 0%, 100%, 0))), url('../images/Horacio-3-in-Vilafranca-del-Penedès-2014-12-13.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), hsla(0, 0%, 100%, 0) 39%), url('../images/Horacio-3-in-Vilafranca-del-Penedès-2014-12-13.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: transparent;
}

.nav-link {
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: 'Gt america', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.nav-link.first {
  margin-left: 0px;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.brand-block {
  display: none;
}

.main-heading {
  margin-top: 7px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Optima lt pro', sans-serif;
  font-size: 78px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  display: block;
  padding-top: 61px;
  padding-bottom: 61px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefec9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c0013), to(#4c0013)), url('../images/texture2.jpg');
  background-image: linear-gradient(180deg, #4c0013, #4c0013), url('../images/texture2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  text-align: center;
}

.about-section.bio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c0013), to(#4c0013)), url('../images/texture2.jpg');
  background-image: linear-gradient(180deg, #4c0013, #4c0013), url('../images/texture2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.about-text {
  margin-bottom: 40px;
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #22514f;
  text-align: center;
}

.section.grey {
  background-color: #5e6d5b;
}

.section.grey.quotes {
  display: none;
}

.section.contact {
  display: none;
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #bc933f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(57, 0, 14, 0.75)), to(rgba(76, 0, 19, 0.72))), url('../images/texture2.jpg');
  background-image: linear-gradient(0deg, rgba(57, 0, 14, 0.75), rgba(76, 0, 19, 0.72)), url('../images/texture2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
}

.section.team {
  display: none;
}

.section.cal {
  display: none;
}

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

.section.destacada {
  display: block;
}

.section.bio {
  display: none;
}

.section.bio2 {
  background-color: #4c0013;
}

.section.bio2.quotes {
  display: none;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  background-image: url('../images/Postal_MUSEU_EXPO-COREA-FRONT.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.grey-icon-wrapper.push-top {
  width: 300px;
  height: 300px;
}

.grey-icon-wrapper.push-top.homeisnow {
  width: 300px;
  height: 300px;
  background-image: url('../images/homeisnow-Custom.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.grey-icon-wrapper.desert {
  width: 300px;
  height: 300px;
  background-image: url('../images/Noticia-Concierto-shakuhachi-y-orquesta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.big-icon {
  display: none;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 1;
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
  font-size: 20px;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: #fff;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  display: none;
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
  font-family: 'Gt america', sans-serif;
}

.nav-menu {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.slider {
  height: 500px;
  background-color: transparent;
}

.background-video {
  height: 100%;
  border-radius: 0px;
}

.background-video.gradient {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.57)), color-stop(41%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.57), hsla(0, 0%, 100%, 0) 41%);
}

.container {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.centered-container {
  position: absolute;
  left: 10%;
  top: 50%;
  right: auto;
  bottom: 0%;
  display: inline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.centered-container.descr {
  left: 7%;
  top: auto;
  right: auto;
  bottom: 8%;
  z-index: 2;
}

.div-block {
  margin-top: 20px;
  float: left;
}

.heading {
  display: none;
  font-family: 'Wtmonarchnova roman', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  text-align: left;
}

.body {
  background-color: #fff;
}

.paragraph {
  display: none;
  font-family: 'Gt america', sans-serif;
  color: #fff;
}

.button-2 {
  display: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: hsla(208, 0%, 52%, 0);
  font-family: 'Gt america', sans-serif;
  font-weight: 400;
}

.container-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  font-family: 'Wtmonarchnova roman', sans-serif;
  font-size: 48px;
  line-height: 48px;
  text-align: left;
}

.heading-2.titulo {
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.image {
  margin-right: 40px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-3 {
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
  font-size: 43px;
  font-weight: 400;
}

.heading-3.noticias {
  color: #000;
}

.heading-4 {
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
  font-size: 43px;
  font-weight: 400;
}

.columns {
  display: none;
}

.heading-5 {
  font-family: 'Gt america', sans-serif;
}

.heading-5.subtitulo {
  font-weight: 500;
}

.subtitulo {
  font-family: 'Gt america', sans-serif;
  font-weight: 500;
}

.parrafo {
  font-family: 'Optima lt pro', sans-serif;
}

.text-block {
  font-family: 'Gt america', sans-serif;
}

.bloquetexto {
  font-family: 'Gt america', sans-serif;
}

.text-block-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.descr {
  padding-right: 10px;
  padding-left: 10px;
}

.descr {
  font-family: 'Optima lt pro', sans-serif;
}

.heading-6 {
  font-family: 'Gt america', sans-serif;
}

.bold-text {
  font-family: 'Gt america', sans-serif;
}

.bold-text-2 {
  font-family: 'Gt america', sans-serif;
}

.rich-text-block {
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
}

.rich-text-block.texto {
  font-family: 'Optima lt pro', sans-serif;
}

.rich-text-block.texto h2 {
  font-family: 'Optima lt pro', sans-serif;
}

.rich-text-block.texto p {
  font-family: 'Optima lt pro', sans-serif;
  font-size: 16px;
}

.rich-text-block.texto h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.rich-text-block.texto2 {
  font-family: 'Optima lt pro', sans-serif;
}

.rich-text-block.texto2 h2 {
  font-family: 'Optima lt pro', sans-serif;
}

.rich-text-block.texto2 p {
  margin-bottom: 20px;
  font-family: 'Optima lt pro', sans-serif;
  font-size: 16px;
}

.rich-text-block.texto2 h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.rich-text-block.texto2 h4 {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-3 {
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
}

.heading-7 {
  font-family: 'Optima lt pro', sans-serif;
  color: #fff;
  font-size: 32px;
}

.heading-7.proj {
  font-size: 32px;
  line-height: 45px;
}

.section-2 {
  height: 500px;
  background-image: url('../images/DSC_3054.JPG'), url('../images/Corchero-Curti.jpeg'), url('../images/IMG_3260.jpg');
  background-position: 0% 20%, 0% 50%, 50% 15%;
  background-size: cover, cover, cover;
}

.section-2.foto1 {
  background-image: url('../images/Horacio-Curti-2---Kimono-by-Thyzzar.jpg'), url('../images/IMG_3260.jpg');
  background-position: 50% 20%, 50% 15%;
  background-size: cover, cover;
}

.section-2.foto2 {
  background-image: url('../images/IMG_3260.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.section-2.foto3 {
  background-image: url('../images/Corchero-Curti.jpeg');
  background-position: 0% 50%;
  background-size: cover;
}

.section-2.foto4 {
  background-image: url('../images/DSC_3054.JPG');
  background-position: 0% 20%;
  background-size: cover;
}

.section-2.foto5 {
  background-image: url('../images/vlcsnap-2014-07-25-11h32m36s228.png'), url('../images/DSC_3054.JPG');
  background-position: 50% 41%, 0% 20%;
  background-size: cover, cover;
}

.section-2.foto6 {
  background-image: url('../images/_MG_6673-Large.jpg'), url('../images/P2040020.JPG');
  background-position: 50% 0%, 50% 100%;
  background-size: cover, cover;
}

@media screen and (min-width: 1920px) {
  .slider {
    height: 740px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .container-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

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

  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }

  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    margin-top: 0px;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0px;
  }

  .screenshot {
    width: 90%;
  }

  .hero-overlay {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .centered-container {
    text-align: left;
  }

  .centered-container.descr {
    left: auto;
  }

  .heading {
    margin-bottom: 0px;
  }

  .image {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .container-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text-block.texto2 p {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Wtmonarchnova roman';
  src: url('../fonts/WTMonarchNova-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima lt pro';
  src: url('../fonts/Optima-LT-Pro-DemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}