body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

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

.nav-link {
  padding: 40px 13px 26px;
  color: red;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a5a2a2;
}

.nav-link:visited {
  color: red;
}

.nav-link.w--current {
  color: red;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: #a5a2a2;
}

.nav-link.w--current:visited {
  color: #00f;
}

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-bar {
  margin-bottom: 40px;
  background-color: transparent;
}

.hero {
  display: block;
  overflow: visible;
  height: 0vh;
  margin: auto;
  padding-left: 0px;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  color: rgba(248, 199, 41, 0.7);
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-subtitle {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subpage-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-weight: 300;
}

.section-title {
  padding: 85px 2.5%;
  color: #fff;
  text-align: center;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 42px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section {
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  text-align: left;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  color: #fff;
}

.footer {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer.homepage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-link {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.76;
  color: #fff;
}

.social-link {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  margin-left: 7px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.track-listing-row {
  margin-bottom: 45px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
}

.featured-track {
  margin-bottom: 75px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

.track-link {
  color: #fff;
  text-decoration: none;
}

.small-grey-text {
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  margin-bottom: 100px;
  text-align: center;
}

.rsvp-button {
  padding: 5px 15px;
  border: 1px solid #f7e769;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #f7e769;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.rsvp-button:hover {
  border-color: #fff;
  color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.contact-row {
  position: relative;
  left: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
  text-align: center;
}

.contact-link {
  display: inline-block;
  margin-top: 5px;
  color: #999;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
}

.form {
  position: relative;
  left: 198px;
  right: 0px;
  display: block;
  max-width: 550px;
  margin: 0px auto 50px;
  text-align: left;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.submit-button.sign-up {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-top: 0px;
}

.input-inline {
  display: inline-block;
  max-width: 414px;
  margin-right: 20px;
}

.album-art {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.brand-link.w--current {
  font-family: Merriweather, serif;
}

.hero-container {
  margin-top: 0vh;
  margin-bottom: auto;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.button {
  padding: 11px 19px;
  border: 1px solid rgba(248, 199, 41, 0.7);
  background-color: transparent;
  color: rgba(248, 199, 41, 0.7);
  font-size: 14px;
}

.button.big {
  margin-right: 9px;
  margin-left: 9px;
  padding: 11px 26px;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.button.contact {
  padding-right: 29px;
  padding-left: 29px;
  background-color: rgba(248, 199, 41, 0.7);
  color: #fff;
}

.content-wrapper {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 0vh;
  padding-right: 0px;
  padding-left: 0px;
  color: #a5a2a2;
  text-align: center;
}

.footer-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.43);
}

.song-list-item {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.28);
  text-align: center;
}

.album-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.photo-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
  text-align: center;
}

.photo {
  margin-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.51);
}

.field {
  font-weight: 300;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: rgba(165, 162, 162, 0.4);
  color: #000;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.77);
}

.input.textarea {
  min-height: 110px;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, 0.35);
}

.image {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(1587px);
  transform: perspective(1587px);
}

.container {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.icon {
  color: transparent;
}

.icon:hover {
  color: #fcf8f8;
}

.icon-2 {
  color: transparent;
}

.icon-2:hover {
  color: #fff;
}

.block-quote {
  margin: 27px -20px 0px;
  padding-right: 0px;
  padding-bottom: 55px;
  padding-left: 0px;
  border-left-style: none;
  border-left-width: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 100;
}

.paragraph {
  display: inline-block;
  padding-right: 0px;
  color: #a5a2a2;
  text-align: justify;
}

.paragraph-2 {
  display: inline-block;
  padding-right: 0px;
  color: #000;
  text-align: justify;
}

.heading {
  color: #000;
  font-weight: 400;
  text-align: right;
}

.container-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: transparent;
  text-align: left;
}

.background-video {
  background-color: rgba(0, 0, 0, 0.34);
  font-family: Exo, sans-serif;
}

.lightbox-link {
  display: inline-block;
  background-color: transparent;
  text-align: left;
}

.mask {
  display: block;
  padding-bottom: 0px;
  text-align: left;
}

.slider {
  position: relative;
  background-color: transparent;
}

.image-2 {
  display: block;
  text-align: left;
}

.icon-3 {
  color: #000;
}

.icon-4 {
  color: #000;
}

.text-block {
  position: relative;
  left: 0px;
  color: red;
  font-size: 13px;
  text-align: center;
}

.text-block:hover {
  color: #a5a2a2;
}

.icon-5 {
  margin-top: 42px;
  color: red;
}

.icon-5:hover {
  color: #a5a2a2;
}

.icon-6 {
  color: red;
}

.icon-6:hover {
  color: #a5a2a2;
}

.icon-7 {
  color: red;
}

.icon-7:hover {
  color: #a5a2a2;
}

.slide-1 {
  background-image: url('../images/Serie-Estigma-30-X-60-cm.--PVC-grafía-.JPG');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask-2 {
  position: relative;
  display: block;
  overflow: visible;
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
}

.image-3 {
  text-align: left;
}

.slide-2 {
  position: relative;
  display: block;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafíaJPG.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  display: block;
}

.image-4 {
  display: inline-block;
}

.slide-1-2 {
  background-image: url('../images/Serie-Estigma-30-X-60-cm.-PVC--grafía-.JPG');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía-.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía--.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC--grafía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm.--PVC-grafía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm-PVC-grafía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm-PVC-grafía----.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Serie-Estigma-45-X-30--cm.-PVC-grafía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/Serie-Estigma--45-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow {
  display: block;
}

.slide-21 {
  background-color: transparent;
}

.mask-3 {
  margin-right: 100px;
  margin-left: 100px;
}

.estigma-slider {
  position: relative;
  overflow: visible;
  height: 600px;
  clear: none;
  background-color: transparent;
  text-align: center;
}

.icon-8 {
  color: red;
}

.icon-8:hover {
  color: #a5a2a2;
}

.icon-9 {
  color: red;
}

.icon-9:hover {
  color: #a5a2a2;
}

.slide-13 {
  height: 600px;
}

.slide-01 {
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafíaJPG.JPG');
  background-position: 50% 50%;
  background-size: 380px;
  background-repeat: no-repeat;
  text-align: right;
}

.mask-4 {
  overflow: hidden;
  margin-right: 100px;
  margin-left: 100px;
}

.icon-10 {
  color: red;
}

.icon-10:hover {
  color: #a5a2a2;
}

.icon-11 {
  color: red;
}

.icon-11:hover {
  color: #a5a2a2;
}

.slide-02 {
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 0px;
  background-size: 380px;
  background-repeat: no-repeat;
}

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

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

.dropdown-toggle {
  display: inline-block;
  padding: 40px 13px 26px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.dropdown-toggle:hover {
  color: #a5a2a2;
}

.mask-5 {
  margin-right: 100px;
  margin-left: 100px;
}

.slider-2 {
  background-color: transparent;
}

.icon-12 {
  color: red;
}

.icon-12:hover {
  color: #a5a2a2;
}

.icon-13 {
  color: red;
}

.icon-13:hover {
  color: #a5a2a2;
}

.slide-1-5 {
  background-image: url('../images/Serie-Estigma-30-X-60-cm.--PVC-grafía-.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask-6 {
  margin-right: 100px;
  margin-left: 100px;
}

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

.icon-14 {
  color: red;
}

.icon-14:hover {
  color: #a5a2a2;
}

.icon-15 {
  color: red;
}

.icon-15:hover {
  color: #a5a2a2;
}

.slide-24 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  text-align: center;
}

.mask-7 {
  margin-right: 100px;
  margin-left: 100px;
}

.icon-16 {
  color: red;
}

.icon-16:hover {
  color: #a5a2a2;
}

.icon-17 {
  color: red;
}

.icon-17:hover {
  color: #a5a2a2;
}

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

.mask-8 {
  margin-right: 100px;
  margin-left: 100px;
}

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

.icon-18 {
  color: red;
}

.icon-18:hover {
  color: #a5a2a2;
}

.icon-19 {
  color: red;
}

.icon-19:hover {
  color: #a5a2a2;
}

.mask-9 {
  margin-right: 100px;
  margin-left: 100px;
}

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

.icon-20 {
  color: red;
}

.icon-20:hover {
  color: #a5a2a2;
}

.icon-21 {
  color: red;
}

.icon-21:hover {
  color: #a5a2a2;
}

.slide-44 {
  background-image: url('../images/Insectario-III--30-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 0px;
  background-size: 565px;
  background-repeat: no-repeat;
}

.slide-45 {
  background-image: url('../images/Insectario-I--30-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 0px;
  background-size: 565px;
  background-repeat: no-repeat;
}

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

.mask-10 {
  margin-right: 100px;
  margin-left: 100px;
}

.icon-22 {
  color: red;
}

.icon-22:hover {
  color: #a5a2a2;
}

.icon-23 {
  color: red;
}

.icon-23:hover {
  color: #a5a2a2;
}

.slide-46 {
  background-image: url('../images/Sin-título-46-x-72-cm.JPG');
  background-position: 50% 0px;
  background-size: 420px;
  background-repeat: no-repeat;
}

.slide-47 {
  background-image: url('../images/Sin-título-46-x-72-cm-.JPG');
  background-position: 50% 0px;
  background-size: 410px;
  background-repeat: no-repeat;
}

.mask-11 {
  left: auto;
  right: auto;
  bottom: auto;
  margin-right: 100px;
  margin-left: 100px;
}

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

.icon-24 {
  color: red;
}

.icon-24:hover {
  color: #a5a2a2;
}

.icon-25 {
  color: red;
}

.icon-25:hover {
  color: #a5a2a2;
}

.slide-48 {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.slide-49 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0px;
}

.slide-50 {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.mask-12 {
  margin-right: 100px;
  margin-left: 100px;
}

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

.icon-26 {
  color: red;
}

.icon-26:hover {
  color: #a5a2a2;
}

.icon-27 {
  color: red;
}

.icon-27:hover {
  color: #a5a2a2;
}

.slide-51 {
  background-image: url('../images/Sin-título-Litografía-37-x-28-cm.JPG');
  background-position: 50% 0px;
  background-size: 420px;
  background-repeat: no-repeat;
}

.slide-52 {
  background-image: url('../images/Sin-título-Litografía-16-x-15-cm.JPG');
  background-position: 50% 0px;
  background-size: 395px;
  background-repeat: no-repeat;
}

.slide-53 {
  background-image: url('../images/Sin-título-Litografía-34.5-x-26-cm.JPG');
  background-position: 50% 0px;
  background-size: 560px;
  background-repeat: no-repeat;
}

.heading-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 20px;
}

.section-2 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.text-block-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #a5a2a2;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.text-block-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: -17px;
  float: none;
  clear: none;
}

.image-5 {
  position: static;
  margin-top: 0px;
  box-shadow: 4px 4px 2px 0 rgba(165, 162, 162, 0.7);
}

.image-6 {
  margin-top: 0px;
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-7 {
  margin-top: 0px;
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.column {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.column-2 {
  padding-right: 50px;
  padding-left: 50px;
}

.column-3 {
  padding-right: 50px;
  padding-left: 50px;
}

.lightbox-link-2 {
  margin-bottom: 100px;
}

.lightbox-link-3 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.image-8 {
  margin-top: 0px;
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.lightbox-link-4 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.lightbox-link-5 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.lightbox-link-6 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.lightbox-link-7 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.lightbox-link-8 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.lightbox-link-9 {
  margin-bottom: 100px;
}

.lightbox-link-10 {
  margin-bottom: 100px;
}

.lightbox-link-11 {
  margin-bottom: 100px;
}

.lightbox-link-12 {
  margin-bottom: 100px;
}

.lightbox-link-13 {
  margin-bottom: 100px;
}

.lightbox-link-14 {
  margin-bottom: 100px;
}

.text-block-4 {
  position: static;
  top: 0px;
  right: 95px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #000;
  text-align: left;
}

.text-block-5 {
  position: relative;
  left: -121px;
  top: 228px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  text-align: left;
}

.text-block-6 {
  position: relative;
  top: 171px;
  color: #000;
  text-align: left;
}

.lightbox-link-15 {
  margin-bottom: 100px;
}

.text-block-7 {
  position: relative;
  left: 125px;
  top: 125px;
  right: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  text-align: left;
}

.text-block-8 {
  color: #000;
  text-align: right;
}

.dropdown {
  background-color: transparent;
}

.dropdown-link {
  color: red;
}

.dropdown-link:hover {
  color: #a5a2a2;
}

.dropdown-link-2 {
  color: red;
}

.dropdown-link-2:hover {
  color: #a5a2a2;
}

.dropdown-link-3 {
  color: red;
}

.dropdown-link-3:hover {
  color: #a5a2a2;
}

.dropdown-link-4 {
  color: red;
}

.dropdown-link-4:hover {
  color: #a5a2a2;
}

.dropdown-link-5 {
  color: red;
}

.dropdown-link-5:hover {
  color: #a5a2a2;
}

.dropdown-link-6 {
  color: red;
}

.dropdown-link-6:hover {
  color: #a5a2a2;
}

.dropdown-link-7 {
  color: red;
}

.dropdown-link-7:hover {
  color: #a5a2a2;
}

.dropdown-link-8 {
  color: red;
}

.dropdown-link-8:hover {
  color: #a5a2a2;
}

.dropdown-link-9 {
  color: red;
}

.dropdown-link-9:hover {
  color: #a5a2a2;
}

.dropdown-link-10 {
  color: red;
}

.dropdown-link-10:hover {
  color: #a5a2a2;
}

.dropdown-link-11 {
  color: red;
}

.dropdown-link-11:hover {
  color: #a5a2a2;
}

.text-block-9 {
  color: #000;
  text-align: left;
}

.text-block-10 {
  position: relative;
  top: 121px;
  right: 119px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  text-align: right;
}

.text-block-11 {
  color: #000;
  text-decoration: none;
}

.text-block-12 {
  position: relative;
  top: 73px;
  right: -123px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  text-align: right;
}

.text-block-13 {
  color: #000;
  text-align: left;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: rgba(165, 162, 162, 0.3);
  color: transparent;
}

.dropdown-list.w--open:hover {
  background-color: rgba(165, 162, 162, 0.3);
  color: red;
}

.image-9 {
  position: relative;
  display: inline-block;
  width: 600px;
  margin-top: 0px;
  float: none;
  background-color: transparent;
  text-align: justify;
}

.text-block-14 {
  position: relative;
  top: 313px;
  color: #000;
  text-align: left;
}

.text-block-15 {
  position: relative;
  top: 120px;
  right: -123px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  text-align: left;
}

.text-block-16 {
  position: relative;
  top: 368px;
  right: -5px;
  color: #000;
  text-align: right;
}

.text-block-17 {
  position: relative;
  top: 121px;
  right: -122px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  text-align: left;
}

.text-block-18 {
  position: relative;
  left: -119px;
  top: 37px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  text-align: left;
}

.slide-nav-2 {
  margin-bottom: -65px;
}

.slide-nav-3 {
  margin-bottom: -65px;
}

.slide-nav-4 {
  margin-bottom: -65px;
}

.slide-nav-5 {
  margin-bottom: -65px;
}

.slide-nav-6 {
  margin-bottom: -65px;
  font-weight: 300;
}

.slide-nav-7 {
  margin-bottom: -50px;
}

.slide-nav-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -50px;
}

.form-2 {
  position: relative;
  margin-top: 60px;
  color: #000;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
}

.text-block-19 {
  color: #a5a2a2;
}

.section-4 {
  background-color: transparent;
  text-align: right;
}

.section-4.content-wrapper {
  position: fixed;
  left: 531px;
  top: 160px;
  right: 0px;
  overflow: hidden;
  margin-top: -46px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-4 {
  color: #a5a2a2;
  text-align: justify;
}

.link-block {
  background-image: url('../images/logo-instagram_318-76916.jpg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.link {
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: 20px;
  padding-left: 0px;
  color: #000;
  text-align: left;
}

.heading-3 {
  color: #a5a2a2;
  font-weight: 400;
  text-align: left;
}

.heading-4 {
  color: #000;
  font-weight: 400;
  text-align: left;
}

.text-block-20 {
  color: #a5a2a2;
}

.text-block-21 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #a5a2a2;
}

.div-block {
  margin-top: 50px;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(165, 162, 162, 0.2);
}

.div-block-2 {
  padding: 2vw 50vw 5vw 5vw;
}

.heading-5 {
  padding-right: 31px;
  color: red;
  font-size: 25px;
  font-weight: 400;
  text-align: right;
}

.map {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
}

.div-block-3 {
  position: absolute;
  left: 68px;
  top: 257px;
  display: inline;
  overflow: visible;
}

.div-block-4 {
  margin-top: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(165, 162, 162, 0.2);
}

.image-10 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-11 {
  display: inline-block;
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-12 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-13 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-14 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-15 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-16 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-17 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-18 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.div-block-5 {
  margin-top: 96px;
  margin-bottom: 100px;
}

.section-5 {
  margin-top: 128px;
}

.dropdown-list-2 {
  margin-left: 0px;
}

.dropdown-list-2:hover {
  background-color: rgba(165, 162, 162, 0.3);
}

.dropdown-list-2.w--open {
  margin-top: -60px;
  margin-left: 133px;
  background-color: rgba(165, 162, 162, 0.3);
  color: #fff;
}

.dropdown-list-3 {
  margin-left: 120px;
}

.dropdown-list-3.w--open {
  margin-top: -60px;
  margin-left: 132px;
  background-color: rgba(165, 162, 162, 0.3);
}

.dropdown-list-4 {
  margin-left: 120px;
}

.dropdown-list-4.w--open {
  margin-top: -60px;
  margin-left: 132px;
  background-color: rgba(165, 162, 162, 0.3);
}

.icon-28 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
}

.icon-28:hover {
  color: red;
}

.icon-29 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
}

.icon-29:hover {
  color: red;
}

.icon-30 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-30:hover {
  color: red;
}

.slide-nav-9 {
  margin-bottom: -65px;
}

.text-block-22 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: none;
  background-color: #fff;
  color: #a5a2a2;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.text-block-23 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.background-video-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 980px;
  height: 550px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 181, 202, 0.1)), to(rgba(112, 181, 202, 0.1)));
  background-image: linear-gradient(180deg, rgba(112, 181, 202, 0.1), rgba(112, 181, 202, 0.1));
  opacity: 1;
}

.text-block-24 {
  position: relative;
  left: 10px;
  color: #000;
}

.text-block-24:hover {
  color: red;
}

.text-block-25 {
  position: relative;
  right: 9px;
  margin-left: 0px;
  text-align: center;
}

.text-block-25:hover {
  color: red;
}

.text-block-26 {
  position: relative;
  left: 9px;
}

.text-block-26:hover {
  color: red;
}

.dropdown-toggle-2 {
  position: relative;
  background-color: transparent;
}

.dropdown-toggle-2:hover {
  background-color: #a5a2a2;
  color: #000;
}

.dropdown-link-12 {
  position: relative;
  color: #000;
}

.dropdown-link-12:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-12:visited {
  color: #00f;
}

.dropdown-link-12.w--current:visited {
  color: transparent;
}

.dropdown-link-13 {
  position: relative;
  color: #000;
}

.dropdown-link-13:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-13:visited {
  color: #00f;
}

.dropdown-link-14 {
  position: relative;
  overflow: visible;
  background-color: transparent;
  color: #000;
}

.dropdown-link-14:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-14:visited {
  color: #00f;
}

.dropdown-link-14.w--current {
  color: #000;
}

.dropdown-link-14.w--current:hover {
  color: red;
}

.dropdown-link-14.w--current:visited {
  color: #00f;
}

.dropdown-link-15 {
  position: relative;
  color: #000;
}

.dropdown-link-15:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-15:visited {
  color: #00f;
}

.dropdown-link-16 {
  position: relative;
}

.dropdown-link-16:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-17 {
  position: relative;
  color: #00f;
}

.dropdown-link-17:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-17:visited {
  background-color: #a5a2a2;
  color: #00f;
}

.dropdown-link-17.w--current {
  color: #000;
}

.dropdown-link-18 {
  position: relative;
}

.dropdown-link-18:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-19 {
  position: relative;
}

.dropdown-link-19:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-20 {
  position: relative;
}

.dropdown-link-20:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-21 {
  position: relative;
  color: #000;
}

.dropdown-link-21:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-22 {
  position: relative;
  color: #000;
}

.dropdown-link-22:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-23 {
  position: relative;
}

.dropdown-link-23:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-toggle-3 {
  position: relative;
  background-color: transparent;
}

.dropdown-toggle-3:hover {
  background-color: #a5a2a2;
  color: #000;
}

.dropdown-toggle-3:focus {
  background-color: #a5a2a2;
}

.dropdown-toggle-3.w--open {
  background-color: transparent;
}

.dropdown-toggle-4 {
  position: relative;
  padding-left: 54px;
  background-color: transparent;
}

.dropdown-toggle-4:hover {
  background-color: #a5a2a2;
  color: #000;
}

.facebook {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #fff;
  text-align: center;
}

.div-block-6 {
  overflow: visible;
}

.image-19 {
  margin-right: 6px;
  margin-left: 10px;
}

.row {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

.image-20 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-21 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-22 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-23 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-24 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-25 {
  box-shadow: 4px 4px 2px 0 #a5a2a2, 4px 4px 2px 0 #a5a2a2;
}

.image-26 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.lightbox-link-16 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-17 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-18 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-19 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-20 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-21 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-22 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-23 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.column-4 {
  padding-right: 50px;
  padding-left: 50px;
}

.column-5 {
  padding-right: 50px;
  padding-left: 50px;
}

.column-6 {
  padding-right: 50px;
  padding-left: 50px;
}

.lightbox-link-24 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-25 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-26 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.lightbox-link-27 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.image-27 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-28 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-29 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-30 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.image-31 {
  box-shadow: 4px 4px 2px 0 #a5a2a2;
}

.text-block-27 {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.div-block-7 {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.text-block-28 {
  color: #000;
  font-size: 14px;
}

.text-block-29 {
  color: #000;
}

.text-block-30 {
  color: #000;
}

.text-block-31 {
  color: #000;
}

.text-block-32 {
  color: #000;
}

.text-block-33 {
  color: #000;
}

.text-block-34 {
  color: #000;
}

.text-block-35 {
  color: #000;
}

.text-block-36 {
  color: #000;
}

.text-block-37 {
  color: #000;
}

.text-block-38 {
  color: #000;
}

.text-block-39 {
  color: #000;
}

.text-block-40 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.text-block-41 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  text-align: center;
}

.text-block-42 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.text-block-43 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.text-block-44 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.text-block-45 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-46 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-47 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-48 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-49 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-50 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-51 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-52 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-53 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-54 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-55-modelo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-55 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-56 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-57 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-58 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.dropdown-toggle-5 {
  padding: 40px 13px 26px;
  text-align: center;
  cursor: pointer;
}

.text-block-59 {
  color: red;
  font-size: 13px;
  text-align: center;
}

.text-block-59:hover {
  color: #a5a2a2;
}

.dropdown-list-5 {
  background-color: rgba(165, 162, 162, 0.3);
}

.dropdown-link-24 {
  position: relative;
}

.dropdown-link-24:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-25 {
  position: relative;
}

.dropdown-link-25:hover {
  background-color: #a5a2a2;
  color: red;
}

.italic-text {
  padding-right: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 300;
}

.field-label {
  color: #000;
  font-weight: 400;
}

.field-label-2 {
  color: #000;
  font-weight: 400;
}

.text-field {
  background-color: rgba(165, 162, 162, 0.3);
}

.text-field-2 {
  background-color: rgba(165, 162, 162, 0.3);
}

.container-3 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
}

.form-3 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 400px;
}

.map-2 {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 450px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.form-block {
  display: inline;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-7 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.row-2 {
  padding-right: 12px;
  padding-left: 12px;
}

.column-7 {
  right: -46px;
}

.container-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.row-3 {
  margin-bottom: 58px;
}

.field-label-3 {
  color: #000;
  font-weight: 400;
}

.field-label-4 {
  color: #000;
  font-weight: 400;
}

.textarea-2 {
  background-color: rgba(165, 162, 162, 0.3);
}

.text-field-3 {
  background-color: rgba(165, 162, 162, 0.3);
}

.container-5 {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.slide-nav-10 {
  margin-bottom: -65px;
}

.image-32 {
  position: relative;
}

.container-6 {
  position: relative;
  left: 108px;
  display: inline-block;
}

.div-block-8 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 113px 50px 0px;
  padding: 30px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.nav-link-2 {
  padding: 40px 13px 26px;
  color: red;
  font-size: 13px;
}

.nav-link-2:hover {
  color: #a5a2a2;
}

.nav-link-3 {
  padding: 40px 13px 26px;
  color: red;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #a5a2a2;
}

.nav-link-3:visited {
  background-color: transparent;
  color: red;
}

.nav-link-3.w--current {
  padding-right: 13px;
  padding-bottom: 26px;
  padding-left: 13px;
}

.nav-link-3.w--current:visited {
  color: #00f;
}

.text-block-60 {
  position: relative;
  left: 0px;
  display: inline;
  margin-left: 48px;
  padding: 10px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(165, 162, 162, 0.3);
  color: #a5a2a2;
  font-size: 20px;
  text-align: left;
}

.slide-1-13 {
  background-image: url('../images/CARPETA-muerte-Santa-Tatema-Linóleo-28-x-45-cm.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-60 {
  height: 600px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #000;
}

.icon-31 {
  position: absolute;
  color: red;
}

.icon-31:hover {
  color: #a5a2a2;
}

.icon-32 {
  position: absolute;
  color: red;
}

.icon-32:hover {
  color: #a5a2a2;
}

.slider-10 {
  height: 600px;
  background-color: transparent;
  color: #000;
}

.slide-nav-11 {
  margin-bottom: -65px;
}

.icon-33 {
  position: absolute;
  color: red;
}

.icon-33:hover {
  color: #a5a2a2;
}

.icon-34 {
  color: red;
}

.icon-34:hover {
  color: #a5a2a2;
}

.slide-nav-12 {
  margin-bottom: -65px;
}

.slide-61 {
  color: #a5a2a2;
}

.mask-13 {
  overflow: hidden;
  margin-right: 100px;
  margin-left: 100px;
}

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

.text-block-61 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-62 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-63 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-64 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.dropdown-link-26 {
  position: relative;
  color: #000;
}

.dropdown-link-26:hover {
  color: red;
}

.dropdown-link-26:visited {
  color: transparent;
}

.mask-14 {
  margin-right: 100px;
  margin-left: 100px;
  color: #000;
}

.slide-67 {
  height: 600px;
}

.text-block-65 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-66 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-67 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-68 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-69 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-70 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-71 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.text-block-72 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-73 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-74 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  font-weight: 300;
  text-align: center;
}

.text-block-75 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-76 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-77 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.text-block-78 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.slider-12 {
  display: block;
  height: 600px;
  background-color: transparent;
  color: #000;
}

.mask-15 {
  margin-right: 100px;
  margin-left: 100px;
}

.icon-35 {
  color: red;
}

.icon-35:hover {
  color: #a5a2a2;
}

.icon-36 {
  color: red;
}

.icon-36:hover {
  color: #a5a2a2;
}

.slide-nav-13 {
  margin-bottom: -65px;
}

.text-block-79 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-80 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-81 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-82 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

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

.dropdown-link-27 {
  position: relative;
  background-color: transparent;
  color: #000;
}

.dropdown-link-27:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-27:visited {
  color: #00f;
}

.slide-1-15 {
  background-image: url('../images/semblantes-xilo-Santos-y-profanos-PVC-grafía-61-x-41-cm-.JPG');
  background-position: 50% 0px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.text-block-83 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.text-block-84 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-85 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-86 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-87 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-88 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-89 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-90 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-91 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-92 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-93 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-94 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-95 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-96 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.text-block-97 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.left-arrow {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

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

.right-arrow-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-8 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-8 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-9 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-9 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-10 {
  padding-right: 20px;
  padding-left: 20px;
}

.left-arrow-10 {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow-11 {
  padding-right: 20px;
  padding-left: 20px;
}

.dropdown-link-28 {
  position: relative;
  background-color: transparent;
  color: #000;
}

.dropdown-link-28:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-28:visited {
  color: #00f;
}

.dropdown-link-29 {
  background-color: transparent;
  color: #000;
}

.dropdown-link-29:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-29:visited {
  background-color: #a5a2a2;
  color: #00f;
}

.dropdown-link-30 {
  position: relative;
  color: #000;
}

.dropdown-link-30:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-30:visited {
  color: #00f;
}

.dropdown-link-31 {
  position: relative;
  color: #000;
}

.dropdown-link-31:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-31:visited {
  color: #00f;
}

.text-block-98 {
  margin-top: 42px;
  color: #000;
  text-align: center;
}

.dropdown-link-32 {
  color: #000;
}

.dropdown-link-32:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-32:visited {
  color: #00f;
}

.dropdown-link-33 {
  position: relative;
  color: #000;
}

.dropdown-link-33:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-34 {
  position: relative;
  color: #000;
}

.dropdown-link-34:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-35 {
  position: relative;
}

.dropdown-link-35:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-36 {
  position: relative;
}

.dropdown-link-36:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-37 {
  position: relative;
}

.dropdown-link-37:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-38 {
  position: relative;
}

.dropdown-link-38:hover {
  background-color: #a5a2a2;
  color: red;
}

.div-block-9 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
}

.facebook-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
}

.facebook-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.facebook-4 {
  position: relative;
  left: 67px;
  top: 0px;
  display: inline-block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.container-8 {
  padding-bottom: 20px;
}

.navbar {
  margin-top: 25px;
  margin-bottom: 40px;
  background-color: transparent;
}

.text-block-99 {
  display: block;
  text-align: left;
}

.dropdown-list-6 {
  left: 0px;
}

.dropdown-list-6.w--open {
  left: 138px;
  top: 0px;
}

.dropdown-list-7 {
  left: 0px;
}

.dropdown-list-7.w--open {
  left: 138px;
  top: -8px;
}

.dropdown-list-8 {
  left: 0px;
}

.dropdown-list-8.w--open {
  left: 138px;
  top: 0px;
}

.nav-link-4 {
  color: red;
  font-weight: 400;
}

.nav-link-4.w--current {
  color: #000;
}

.nav-link-5 {
  color: red;
  font-weight: 400;
}

.nav-link-5.w--current {
  color: #000;
}

.dropdown-toggle-6 {
  color: red;
  font-weight: 400;
}

.nav-link-6 {
  color: red;
  font-weight: 400;
}

.nav-link-6.w--current {
  color: #000;
}

.nav-link-7 {
  color: red;
  font-weight: 400;
}

.nav-link-7.w--current {
  color: #000;
}

.dropdown-toggle-7 {
  position: relative;
}

.dropdown-toggle-7:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-toggle-8 {
  position: relative;
}

.dropdown-toggle-8:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-toggle-9 {
  position: relative;
}

.dropdown-toggle-9:hover {
  background-color: #a5a2a2;
  color: red;
}

.dropdown-link-39 {
  position: relative;
}

.dropdown-link-39:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-39:visited {
  color: #000;
}

.dropdown-link-40 {
  position: relative;
}

.dropdown-link-40:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-40:visited {
  color: #000;
}

.dropdown-link-41 {
  position: relative;
}

.dropdown-link-41:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-41:visited {
  color: #000;
}

.dropdown-link-42 {
  position: relative;
}

.dropdown-link-42:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-42:visited {
  color: #000;
}

.dropdown-link-43 {
  position: relative;
}

.dropdown-link-43:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-43:visited {
  color: #000;
}

.dropdown-link-44 {
  position: relative;
}

.dropdown-link-44:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-44:visited {
  color: #000;
}

.dropdown-link-45 {
  position: relative;
}

.dropdown-link-45:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-46 {
  position: relative;
}

.dropdown-link-46:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-47 {
  position: relative;
}

.dropdown-link-47:hover {
  background-color: #fff;
  color: red;
}

.dropdown-link-48 {
  position: relative;
}

.dropdown-link-48:hover {
  background-color: #fff;
  color: red;
}

.slide-87 {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.text-block-100 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #a5a2a2;
  font-weight: 300;
  text-align: center;
}

.nav-menu-2 {
  position: relative;
}

.nav-menu-2.current {
  color: red;
}

.slide-90 {
  color: #fff;
}

.slide-91 {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slide-92 {
  background-image: url('../images/remplazoFG1_121x80_125x87_web.jpg');
  background-position: 50% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.slide-93 {
  background-image: url('../images/remplazoFG4_81x60_113x76_web.jpg');
  background-position: 50% 0%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.slide-94 {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slide-1-29 {
  overflow: visible;
}

.image-33 {
  position: static;
  overflow: visible;
  border-radius: 0px;
  background-color: transparent;
}

.slide-1-41 {
  position: static;
  overflow: visible;
  float: none;
  clear: none;
  text-align: center;
}

.image-34 {
  position: static;
  display: inline-block;
  overflow: visible;
  margin: auto auto 20px;
  padding-top: 0px;
  clear: none;
  text-align: center;
}

.slide-2-9 {
  max-height: none;
  margin-top: auto;
  padding-top: 0px;
  text-align: center;
}

.image-35 {
  max-width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.slide-2-10 {
  background-image: url('../images/14x202lito_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.lightbox-link-28 {
  margin-bottom: 50px;
}

.text-block-104 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.text-block-105 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  color: #000;
}

.slide-99 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.image-36 {
  margin-bottom: 20px;
  text-align: left;
}

.text-block-106 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  background-color: #fff;
  direction: rtl;
  color: #000;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.image-37 {
  margin-bottom: 20px;
}

.image-38 {
  margin-bottom: 20px;
}

.image-39 {
  position: static;
}

.image-40 {
  position: static;
}

.div-block-10 {
  position: relative;
  top: auto;
}

.div-block-11 {
  position: static;
  display: block;
  max-height: none;
  color: #000;
  text-align: center;
}

.image-41 {
  color: #000;
}

.slide-100 {
  position: relative;
  max-height: none;
  margin-top: auto;
  text-align: center;
}

.div-block-12 {
  position: relative;
  display: inline-block;
  max-height: none;
  color: #000;
}

.slide-101 {
  background-color: #fff;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafíaJPG_1.JPG');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.mask-16 {
  color: #000;
}

.slider-13 {
  height: 600px;
  color: #000;
}

.slide-102 {
  background-color: #fff;
}

.text-block-107 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  text-align: center;
}

.div-block-13 {
  position: static;
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafíaJPG_1.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-14 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafíaJPG_1.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.text-block-108 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.div-block-15 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.text-block-109 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.div-block-16 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm-PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-17 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía--.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-18 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC--grafía.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-19 {
  height: 600px;
  background-image: url('../images/29x20_38x28-b_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-20 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía-.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-21 {
  height: 600px;
  background-image: url('../images/18x30_38x28_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-22 {
  height: 600px;
  background-image: url('../images/26x20_38x28_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-23 {
  height: 600px;
  background-image: url('../images/29x20_38x28.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-24 {
  height: 600px;
  background-image: url('../images/Serie-Estigma-30-X-60-cm.-PVC--grafía-.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-25 {
  height: 600px;
  background-image: url('../images/19x29-4_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-26 {
  height: 600px;
  background-image: url('../images/14x200_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-27 {
  height: 600px;
  background-image: url('../images/14x201_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-28 {
  height: 600px;
  background-image: url('../images/14x205_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-29 {
  height: 600px;
  background-image: url('../images/14x206_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-30 {
  height: 600px;
  background-image: url('../images/14x207_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-31 {
  height: 600px;
  background-image: url('../images/14x208_web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-32 {
  height: 600px;
  background-image: url('../images/Gentiles-81-X-61-cm.-PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-33 {
  height: 600px;
  background-image: url('../images/Gentiles-81-X-61-cm.--PVC-grafíaJPG.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-34 {
  height: 600px;
  background-image: url('../images/Gentiles-81-X-61-cm.--PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-35 {
  height: 600px;
  background-image: url('../images/Gentiles--81-X-61-cm.-PVC--grafía.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-36 {
  height: 600px;
  background-image: url('../images/Gentiles-81-X-61-cm.--PVC-grafía--.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-37 {
  height: 600px;
  background-image: url('../images/Gentiles-81-X-61-cm.-PVC-grafía-.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-38 {
  height: 600px;
  background-image: url('../images/80x60_112x76aweb.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-39 {
  height: 600px;
  background-image: url('../images/80x60_112x76-c.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-40 {
  height: 600px;
  background-image: url('../images/IMG_1632web.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-41 {
  height: 600px;
  background-image: url('../images/19x29-2_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-42 {
  height: 600px;
  background-image: url('../images/19x29-3_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-43 {
  height: 600px;
  background-image: url('../images/Santos-y-profanos-PVC-grafía-60.5-x-97-cm.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-44 {
  height: 600px;
  background-image: url('../images/remplazoFG1_121x80_125x87_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-45 {
  height: 600px;
  background-image: url('../images/remplazoFG4_81x60_113x76_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-46 {
  height: 600px;
  background-image: url('../images/semblantes-xilo-Santos-y-profanos-PVC-grafía-61-x-41-cm-.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-47 {
  height: 600px;
  background-image: url('../images/82x72_110x76_web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-48 {
  height: 600px;
  background-image: url('../images/80x60_112x76-b_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-49 {
  height: 600px;
  background-image: url('../images/Sin-título-PVC-grafía-37.5-x-28-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-50 {
  height: 600px;
  background-image: url('../images/Sin-título-PVC-grafía-37.5-x-28-cm-JPG.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-51 {
  height: 600px;
  background-image: url('../images/Sin-título-PVC-grafía-37.5-x-28-cm-.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-52 {
  height: 600px;
  background-image: url('../images/Sin-título-PVC-grafía--37.5-x-28-cm.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-53 {
  height: 600px;
  background-image: url('../images/Vivarium-III-PVC-grafía--84-x-122-cm.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-54 {
  height: 600px;
  background-image: url('../images/Vivarium-II-PVC-grafía--84-x-122-cm-.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-55 {
  height: 600px;
  background-image: url('../images/Vivarium-I-PVC-grafía--84-x-122-cm-.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-56 {
  height: 600px;
  background-image: url('../images/Sin-título-Xilografía-125-X-81-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-57 {
  height: 600px;
  background-image: url('../images/El-tercer-elemento-Xilografía-150-x-124-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-58 {
  height: 600px;
  background-image: url('../images/vivarium-Almidón-PVC-grafía-90-X-85-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-59 {
  height: 600px;
  background-image: url('../images/Sin-título-PVC-Grafia-152-x-90-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-60 {
  height: 600px;
  background-image: url('../images/Vivarium-Sin-título-PVC-Grafia-112-x-76-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-61 {
  height: 600px;
  background-image: url('../images/Vivarium-Sin-título-PVC-grafía-152cmx-100-cm.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-62 {
  height: 600px;
  background-image: url('../images/La-castidad-Xilografía-80-x-60-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-63 {
  height: 600px;
  background-image: url('../images/Aunque-tu-no-puedas-bendecirla-Xilografía-120-x-120-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-64 {
  height: 600px;
  background-image: url('../images/Cuando-la-sangre-se-levanta-Xilografía-100-x-70-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-65 {
  height: 600px;
  background-image: url('../images/Arrullo-de-cordero-Xilografía-120-x-80-cm.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-66 {
  height: 600px;
  background-image: url('../images/Serie-Milagritos--21.5-X-15-cm.-PVC-grafía-Edición-de--XX.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-67 {
  height: 600px;
  background-image: url('../images/Serie-Milagritos---21.5-X-15-cm.-PVC-grafía-Edición-de--XX.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-68 {
  height: 600px;
  background-image: url('../images/Milagritos--21.5-X-15-cm.-PVC-grafía-Edición-de--XX-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-69 {
  height: 600px;
  background-image: url('../images/Milagritos--21.5-X-15-cm.--PVC-grafía-Edición-de--XX..JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-70 {
  height: 600px;
  background-image: url('../images/Milagrito-IV--21.5-X-15-cm.-PVC-grafía-Edición-de--XX..JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-71 {
  height: 600px;
  background-image: url('../images/Sin-título-46-x-72-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-72 {
  height: 600px;
  background-image: url('../images/Sin-título-46-x-72-cm-.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-73 {
  height: 600px;
  background-image: url('../images/Ritos-Xilografia-61-x-41-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-74 {
  height: 600px;
  background-image: url('../images/Insectario-102-x-61-cm-PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-75 {
  height: 600px;
  background-image: url('../images/Insectario-III--30-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-76 {
  height: 600px;
  background-image: url('../images/Insectario-I--30-X-30-cm.-PVC-grafía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #a5a2a2;
}

.div-block-77 {
  height: 600px;
  background-image: url('../images/CARPETA-muerte-Santa-Tatema-Linóleo-28-x-45-cm.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-78 {
  height: 600px;
  background-image: url('../images/semblantes-xilo-Sin-título-Xilografia--38-x-56-cm.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-79 {
  height: 600px;
  background-image: url('../images/Sin-título-29.5-X-59.5-cm.-Litografía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-80 {
  height: 600px;
  background-image: url('../images/Sin-título--34.5-X-59.5-cm.-Litografía-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-81 {
  height: 600px;
  background-image: url('../images/Sin-título--34.5-X-45-cm.-Litografía-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-82 {
  height: 600px;
  background-image: url('../images/Sin-título--29.5-X-62-cm.-Litografía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-83 {
  height: 600px;
  background-image: url('../images/Sin-título--29.5-X-59.5-cm.-Litografía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-84 {
  height: 600px;
  background-image: url('../images/Sin-título--29.5-X-59.5-cm.-Litografía-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-85 {
  height: 600px;
  background-image: url('../images/Sin-título--29.5-X-59.5--cm.-Litografía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-86 {
  height: 600px;
  background-image: url('../images/Sin-título---29.5-X-59.5-cm.-Litografía.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-87 {
  height: 600px;
  background-image: url('../images/Sin-título-29.5-X-62-cm.Litografía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-88 {
  height: 600px;
  background-image: url('../images/24x14.5_38x28e_web.jpg');
  background-position: 50% 0%;
  background-size: auto 590px;
  background-repeat: no-repeat;
}

.div-block-89 {
  height: 600px;
  background-image: url('../images/24x14.5_38x28b_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-90 {
  height: 600px;
  background-image: url('../images/FMP1_24x14.5_38x28a_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-91 {
  height: 600px;
  background-image: url('../images/Sin-título--29.5--X-59.5-cm.-Litografía.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-92 {
  height: 600px;
  background-image: url('../images/24x14.5_38x28d_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-93 {
  height: 600px;
  background-image: url('../images/24x14.5_38x28c_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-94 {
  height: 600px;
  background-image: url('../images/24x14.5_38x28f_150.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-95 {
  height: 600px;
  background-image: url('../images/19x29-6_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-96 {
  height: 600px;
  background-image: url('../images/19x29-8_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-97 {
  height: 600px;
  background-image: url('../images/FC1_19x29-1_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-98 {
  height: 600px;
  background-image: url('../images/19x29-7_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-99 {
  height: 600px;
  background-image: url('../images/19x29-5_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-100 {
  height: 600px;
  background-image: url('../images/14x202lito_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-101 {
  height: 600px;
  background-image: url('../images/14x203_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-102 {
  height: 600px;
  background-image: url('../images/14x204_web.jpg');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-103 {
  height: 600px;
  background-image: url('../images/FG3_83x59_120x80_web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-104 {
  height: 600px;
  background-image: url('../images/FG2_112x84_124x91-web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-105 {
  height: 600px;
  background-image: url('../images/Tatema-Aguafuerte-y-Aguatinta-59-x-47-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-106 {
  height: 600px;
  background-image: url('../images/Sin-título-Aguafuerte-y-Aguatinta-30-x-24.5-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-107 {
  height: 600px;
  background-image: url('../images/Tatema-I-Aguafuerte-y-Aguatinta-59-x-47.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-108 {
  height: 600px;
  background-image: url('../images/Sin-título-Aguafuerte-y-Aguatinta-30-x-24.5-cmJPG.JPG');
  background-position: 50% 0%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-109 {
  height: 600px;
  background-image: url('../images/Sin-título-Aguafuerte-y-Aguatinta-40-x-60--cm--.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-110 {
  height: 600px;
  background-image: url('../images/Sahumerio-Litografía-27.5-x-21.5-cm.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-111 {
  height: 600px;
  background-image: url('../images/Sahumerio-Litografía-27.5-x-21.5-cm-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-112 {
  height: 600px;
  background-image: url('../images/Sahumerio-Litografía-27.5-x-21.5-cmJPG.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-113 {
  height: 600px;
  background-image: url('../images/Sahumerio--Litografía-27.5-x-21.5-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-114 {
  height: 600px;
  background-image: url('../images/Sahumerio--Litografía-27.5-x-21.5-cm-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-115 {
  height: 600px;
  background-image: url('../images/WhatsApp-Image-2018-02-08-at-10.52.21.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-116 {
  height: 600px;
  background-image: url('../images/FM1_web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-117 {
  height: 600px;
  background-image: url('../images/IMG_1569_web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-118 {
  height: 600px;
  background-image: url('../images/IMG_1570web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 6px #000;
}

.div-block-119 {
  height: 600px;
  background-image: url('../images/IMG_1581web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-120 {
  height: 600px;
  background-image: url('../images/IMG_1584web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-121 {
  height: 600px;
  background-image: url('../images/IMG_1628web.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-122 {
  height: 600px;
  background-image: url('../images/IMG_1631web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-123 {
  height: 600px;
  background-image: url('../images/Sin-título-Litografía-37-x-28-cm.JPG');
  background-position: 50% 0%;
  background-size: auto 580px;
  background-repeat: no-repeat;
}

.div-block-124 {
  height: 600px;
  background-image: url('../images/Sin-título-Litografía-34.5-x-26-cm.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-125 {
  height: 600px;
  background-image: url('../images/Sin-título-Litografía-16-x-15-cm.JPG');
  background-position: 50% 0%;
  background-size: auto 700px;
  background-repeat: no-repeat;
}

.div-block-126 {
  height: 600px;
  background-image: url('../images/Sin-título-Litografía-76-x-56-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-127 {
  height: 600px;
  background-image: url('../images/semblantes-litoPolinizadores-Litografía-46-x-30-cm-.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-128 {
  height: 600px;
  background-image: url('../images/semblantes-litoSin-título-Litografía-40-x-45-cm.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-129 {
  height: 600px;
  background-image: url('../images/lito-22x15_36x26_web.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="pop-up"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

@media (max-width: 991px) {
  .nav-menu {
    position: relative;
    left: -245px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: inline-block;
    margin: 200px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-top-width: 0px;
    border-top-color: #000;
    background-color: #fff;
    text-align: left;
  }
  .nav-link {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px auto;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }
  .footer {
    margin-top: -26px;
    margin-left: 0px;
  }
  .form {
    left: 176px;
    top: 17px;
    padding-left: 0px;
  }
  .menu-button {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: 20px;
    padding: 20px;
    color: #000;
    font-size: 25px;
  }
  .menu-button:hover {
    color: red;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .hero-container {
    display: block;
  }
  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-text:hover {
    color: red;
  }
  .menu-icon {
    position: static;
    display: block;
    float: none;
    color: #000;
    font-size: 40px;
  }
  .menu-icon:hover {
    color: red;
  }
  .container {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    background-color: #fff;
  }
  .block-quote {
    margin-top: 31px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-2 {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .text-block {
    margin-top: auto;
    padding-bottom: 0px;
    font-size: 21px;
    text-align: center;
  }
  .slide-01 {
    background-attachment: scroll;
  }
  .slide-07 {
    background-position: 50% 0%;
    background-size: 400px;
  }
  .slide-08 {
    background-size: contain;
  }
  .slide-09 {
    background-size: contain;
  }
  .slide {
    background-size: contain;
  }
  .dropdown-toggle {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px 0px auto;
    float: none;
    text-align: center;
  }
  .dropdown-toggle.w--open {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .slide-1-6 {
    background-size: contain;
  }
  .slide-30 {
    background-size: contain;
  }
  .text-block-5 {
    left: -87px;
    top: 157px;
    bottom: -1px;
  }
  .text-block-6 {
    top: 122px;
  }
  .text-block-7 {
    left: 88px;
    top: 82px;
  }
  .dropdown {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: auto;
    background-color: transparent;
    color: transparent;
  }
  .text-block-10 {
    left: -87px;
    top: 84px;
  }
  .text-block-12 {
    top: 56px;
    right: -90px;
  }
  .text-block-13 {
    position: relative;
    top: -3px;
  }
  .dropdown-list {
    background-color: transparent;
  }
  .dropdown-list.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 140px 30px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .dropdown-list.w--open:hover {
    background-color: #000;
  }
  .image-9 {
    width: 450px;
  }
  .text-block-14 {
    top: 222px;
  }
  .text-block-15 {
    left: 90px;
    top: 87px;
  }
  .text-block-16 {
    top: 260px;
  }
  .text-block-17 {
    top: 88px;
    right: -90px;
  }
  .text-block-18 {
    left: -86px;
    top: 31px;
  }
  .section-4.content-wrapper {
    margin-left: -115px;
  }
  .map {
    top: -70px;
    width: 200px;
  }
  .image-12 {
    position: relative;
  }
  .dropdown-list-2 {
    display: none;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-list-2.w--open {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ddd;
    text-align: left;
  }
  .dropdown-list-3 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    background-color: #ddd;
  }
  .dropdown-list-3.w--open {
    margin-top: 0px;
    margin-left: 0px;
  }
  .dropdown-list-4 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    background-color: #ddd;
  }
  .dropdown-list-4.w--open {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
  }
  .background-video-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 710px;
    height: 400px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-25 {
    text-align: center;
  }
  .text-block-26 {
    text-align: center;
  }
  .dropdown-toggle-2 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .dropdown-link-13 {
    position: relative;
    display: block;
    padding-right: 20px;
    background-color: #ddd;
  }
  .dropdown-link-14 {
    background-color: #ddd;
  }
  .dropdown-link-15 {
    background-color: #ddd;
  }
  .dropdown-link-17 {
    background-color: #ddd;
  }
  .dropdown-link-19 {
    position: relative;
    display: block;
    background-color: #ddd;
    text-decoration: none;
  }
  .dropdown-link-21 {
    background-color: #ddd;
  }
  .dropdown-link-22 {
    background-color: #ddd;
  }
  .dropdown-link-23 {
    background-color: #ddd;
  }
  .dropdown-toggle-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #a5a2a2;
  }
  .dropdown-toggle-3.w--open {
    background-color: #a5a2a2;
  }
  .dropdown-toggle-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #a5a2a2;
    text-align: left;
  }
  .facebook {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-6 {
    display: inline;
  }
  .text-block-58 {
    background-color: #fff;
  }
  .map-2 {
    width: 250px;
    height: 250px;
    margin-top: 39px;
    margin-left: 178px;
  }
  .div-block-8 {
    position: relative;
    display: block;
    margin-left: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-3 {
    display: block;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px 0px auto;
    font-size: 21px;
    text-align: center;
  }
  .slide-1-14 {
    background-size: 530px;
  }
  .container-7 {
    padding-right: 223px;
    padding-left: 24px;
  }
  .dropdown-link-27 {
    background-color: #ddd;
  }
  .dropdown-2 {
    position: relative;
    top: 0px;
    z-index: 0;
    display: block;
    background-color: #a5a2a2;
  }
  .dropdown-3 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .dropdown-3:hover {
    background-color: #a5a2a2;
  }
  .dropdown-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .slide-1-16 {
    background-size: 500px;
  }
  .slide-1-19 {
    background-image: url('../images/vivarium-Almidón-PVC-grafía-90-X-85-cm.jpg');
    background-size: 500px;
  }
  .left-arrow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-link-30 {
    background-color: #ddd;
  }
  .dropdown-link-31 {
    background-color: #ddd;
  }
  .text-block-98 {
    position: relative;
    left: 189px;
    top: 33px;
    margin-top: 0px;
    margin-right: -50px;
    margin-left: -50px;
    border-style: none;
    border-width: 1px 1px 0px;
    border-color: #000;
  }
  .div-block-9 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .facebook-4 {
    position: absolute;
    left: 102px;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
  .menu-button-copy {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: 20px;
    padding: 20px;
    color: #000;
    font-size: 25px;
  }
  .menu-button-copy:hover {
    color: red;
  }
  .menu-button-copy.w--open {
    left: 200px;
    top: 37px;
    background-color: transparent;
    color: #fff;
  }
  .menu-button-2 {
    color: #000;
  }
  .container-8 {
    color: #fff;
  }
  .menu-button-3 {
    color: #000;
  }
  .dropdown-link-39 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-40 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-41 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-42 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-43 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-44 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-45 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-46 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-47 {
    font-size: 12px;
    font-weight: 300;
  }
  .dropdown-link-48 {
    font-size: 12px;
    font-weight: 300;
  }
  .text-block-101 {
    font-weight: 500;
    text-align: center;
  }
  .text-block-102 {
    font-weight: 500;
    text-align: center;
  }
  .text-block-103 {
    font-weight: 500;
    text-align: center;
  }
  .slide-1-29 {
    background-position: 50% 0%;
    background-size: 380px;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 100px;
    padding-top: 0px;
    background-color: #fff;
  }
  .nav-link {
    margin-right: auto;
    margin-left: auto;
  }
  .hero-heading {
    font-size: 61px;
  }
  .section {
    position: relative;
    display: block;
    margin-left: 23px;
  }
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .footer-link {
    position: relative;
    left: 0px;
    right: 0px;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rsvp-button {
    margin-top: 15px;
  }
  .tour-date-row {
    text-align: center;
  }
  .contact-link {
    margin-bottom: 30px;
  }
  .form {
    left: 5px;
    top: -44px;
  }
  .submit-button.sign-up {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .menu-button {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin: 0px 20px 0px 0px;
    padding: 20px;
    line-height: 20px;
  }
  .menu-button:hover {
    color: red;
  }
  .menu-button.w--open {
    left: 55px;
    top: 43px;
    right: 40px;
    margin-right: 0px;
    padding: 0px;
  }
  .menu-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-left: 0px;
    padding: 0px;
    font-size: 40px;
    line-height: 20px;
  }
  .album-list {
    margin-bottom: 60px;
  }
  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .block-quote {
    margin-top: 76px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .container-2 {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: auto;
  }
  .slide-21 {
    background-size: contain;
  }
  .slide-22 {
    background-size: contain;
  }
  .slide-12 {
    background-size: contain;
  }
  .slide-13 {
    background-size: contain;
  }
  .slide-09 {
    background-size: contain;
  }
  .dropdown-toggle {
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-toggle.w--open {
    background-color: transparent;
  }
  .slide-1-5 {
    background-attachment: scroll;
  }
  .slide-1-6 {
    background-size: contain;
  }
  .slide-32 {
    background-position: 50% 50%;
    background-size: 380px;
  }
  .slide-33 {
    background-position: 50% 50%;
    background-size: 370px;
  }
  .slide-35 {
    background-position: 50% 50%;
    background-size: 370px;
  }
  .slide-48 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .text-block-5 {
    left: -245px;
    top: 469px;
  }
  .text-block-6 {
    left: 54px;
    top: 262px;
  }
  .text-block-7 {
    left: 249px;
    top: 247px;
  }
  .text-block-10 {
    left: -246px;
    top: 243px;
    right: 197px;
  }
  .text-block-12 {
    left: 248px;
    top: 147px;
  }
  .dropdown-list.w--open {
    padding-right: 60px;
    padding-left: 60px;
    background-color: #fff;
  }
  .image-9 {
    width: 310px;
  }
  .text-block-14 {
    top: -3px;
  }
  .text-block-15 {
    left: 248px;
    top: 247px;
  }
  .text-block-16 {
    left: 2px;
    top: -4px;
  }
  .text-block-17 {
    left: 228px;
    top: 245px;
  }
  .text-block-18 {
    left: -248px;
    top: 66px;
  }
  .section-4.content-wrapper {
    margin-left: -230px;
  }
  .heading-5 {
    padding-right: 12px;
  }
  .map {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 470px;
  }
  .div-block-3 {
    position: static;
    left: 0px;
    top: 524px;
    right: 0px;
    bottom: 0px;
    margin-right: 100px;
    margin-left: 100px;
    padding-left: 0px;
  }
  .dropdown-list-2.w--open {
    background-color: #ddd;
  }
  .background-video-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 400px;
    height: 224px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .facebook {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .slide-54 {
    background-size: 420px;
  }
  .slide-1-11 {
    background-position: 50% 50%;
    background-size: 360px;
  }
  .slide-59 {
    background-position: 50% 50%;
    background-size: 310px;
  }
  .map-2 {
    left: 0px;
    display: inline-block;
    margin-left: 0px;
    text-align: center;
  }
  .container-4 {
    position: relative;
    padding-left: 0px;
    text-align: center;
  }
  .row-3 {
    display: inline-block;
  }
  .div-block-8 {
    position: relative;
    display: block;
    margin-right: 50px;
    margin-left: 50px;
    padding-right: 0px;
  }
  .nav-link-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-3.w--current {
    margin-right: auto;
    margin-left: auto;
  }
  .slide-71 {
    background-position: 50% 50%;
    background-size: 360px;
  }
  .slide-72 {
    background-position: 50% 50%;
    background-size: 360px;
  }
  .slide-1-14 {
    background-size: 380px;
  }
  .slide-73 {
    background-size: contain;
  }
  .slide-74 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-75 {
    background-position: 50% 50%;
    background-size: 360px;
  }
  .slide-76 {
    background-position: 50% 50%;
    background-size: 370px;
  }
  .container-7 {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-8 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-9 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .right-arrow-2 {
    width: 50px;
    height: 50px;
  }
  .slide-1-16 {
    background-size: 380px;
  }
  .slide-1-19 {
    background-position: 50% 50%;
    background-size: 360px;
  }
  .slide-82 {
    background-position: 50% 50%;
    background-size: 280px;
  }
  .slide-83 {
    background-position: 50% 50%;
    background-size: 310px;
  }
  .slide-84 {
    background-position: 50% 50%;
    background-size: 300px;
  }
  .slide-85 {
    background-size: 330px;
  }
  .text-span {
    color: #000;
  }
  .text-span-2 {
    color: #000;
  }
  .left-arrow {
    width: 50px;
    height: 50px;
  }
  .left-arrow-2 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-3 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-3 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-4 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-4 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-5 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-5 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-6 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-6 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-7 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-7 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-8 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-8 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-9 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-9 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-10 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-10 {
    width: 50px;
    height: 50px;
  }
  .right-arrow-11 {
    width: 50px;
    height: 50px;
  }
  .text-block-98 {
    left: 0px;
    top: 0px;
    display: block;
    margin-top: 26px;
    border-style: none;
  }
  .div-block-9 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    text-align: center;
  }
  .facebook-4 {
    position: relative;
    left: 60px;
    top: 0px;
    display: inline-block;
  }
  .menu-button-copy {
    position: relative;
    left: 144px;
    top: -89px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin: 0px 20px 0px 0px;
    padding: 20px;
    line-height: 20px;
  }
  .menu-button-copy:hover {
    color: red;
  }
  .menu-button-copy.w--open {
    left: 66px;
    top: -65px;
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .menu-button-2 {
    color: #000;
  }
  .slide-87 {
    background-size: 380px;
  }
  .text-block-101 {
    text-align: center;
  }
  .text-block-102 {
    text-align: center;
  }
  .text-block-103 {
    text-align: center;
  }
  .slide-88 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-89 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-90 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-91 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-94 {
    background-size: contain;
  }
  .slide-1-27 {
    background-position: 50% 0%;
    background-size: contain;
  }
  .slide-1-28 {
    background-size: contain;
  }
  .slide-1-33 {
    background-size: contain;
  }
  .slide-1-34 {
    background-size: contain;
  }
  .slide-1-35 {
    background-size: contain;
  }
  .slide-1-36 {
    background-size: contain;
  }
  .slide-1-37 {
    background-size: contain;
  }
  .slide-1-38 {
    background-size: contain;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 198px;
    padding-top: 0px;
    background-color: #fff;
  }
  .nav-link {
    margin-right: 70px;
    margin-bottom: auto;
    margin-left: 70px;
  }
  .nav-link.w--current {
    margin-bottom: auto;
  }
  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }
  .section {
    margin-right: 50px;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-bottom: 0px;
  }
  .footer {
    margin-left: 0px;
    padding-right: 0px;
  }
  .contact-row {
    padding-bottom: 16px;
  }
  .menu-button {
    position: static;
    top: auto;
    display: none;
  }
  .hero-container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .menu-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 20px;
  }
  .block-quote {
    margin-top: 93px;
  }
  .container-2 {
    position: relative;
    left: 0px;
    top: 0px;
    padding-top: 0px;
  }
  .text-block {
    left: 0px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    text-align: left;
  }
  .slide-21 {
    background-size: 210px;
  }
  .mask-3 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .estigma-slider {
    height: 350px;
  }
  .slide-22 {
    background-size: 220px;
  }
  .slide-12 {
    background-size: 220px;
  }
  .slide-13 {
    background-size: 220px;
  }
  .slide-01 {
    background-size: 210px;
  }
  .mask-4 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slide-02 {
    background-size: 220px;
  }
  .slide-03 {
    background-size: 210px;
  }
  .slide-04 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .slide-05 {
    background-size: 210px;
  }
  .slide-07 {
    background-size: contain;
  }
  .slide-08 {
    background-size: 220px;
  }
  .slide-09 {
    background-size: contain;
  }
  .slide {
    background-size: contain;
  }
  .slide-1-4 {
    background-size: contain;
  }
  .dropdown-toggle {
    left: 31px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding-bottom: auto;
  }
  .slide-1-5 {
    background-size: 210px;
  }
  .slide-1-6 {
    background-size: contain;
  }
  .mask-6 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slider-3 {
    height: 350px;
  }
  .slide-23 {
    background-position: 50% 0px;
    background-size: 190px;
  }
  .slide-24 {
    background-position: 50% 0px;
    background-size: 155px;
  }
  .slide-25 {
    background-size: 150px;
  }
  .slide-26 {
    background-size: 210px;
  }
  .slide-27 {
    background-size: 155px;
  }
  .slide-28 {
    background-size: 155px;
  }
  .slide-29 {
    background-size: 155px;
  }
  .slide-30 {
    background-size: 200px;
  }
  .slide-31 {
    background-size: 160px;
  }
  .slide-1-7 {
    background-size: 155px;
  }
  .slide-1-8 {
    background-size: 220px;
  }
  .slide-1-9 {
    background-size: 190px;
  }
  .slide-1-10 {
    background-size: 240px;
  }
  .mask-7 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slider-semblantes3 {
    height: 350px;
  }
  .slide-32 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .slide-33 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-34 {
    background-position: 50% 0px;
    background-size: contain;
  }
  .slide-35 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .mask-8 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slider-5 {
    height: 350px;
  }
  .slide-37 {
    background-size: 220px;
  }
  .slide-38 {
    background-size: 220px;
  }
  .slide-39 {
    background-size: 220px;
  }
  .slide-40 {
    background-size: 220px;
  }
  .slide-41 {
    background-size: 220px;
  }
  .slide-42 {
    background-size: 220px;
  }
  .slide-43 {
    background-size: 220px;
  }
  .mask-11 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slider-8 {
    height: 350px;
  }
  .icon-25 {
    color: red;
  }
  .icon-25:hover {
    color: #a5a2a2;
  }
  .slide-48 {
    background-image: url('../images/Santos-y-profanos-PVC-grafía-60.5-x-97-cm.JPG');
    background-size: 150px;
    background-repeat: no-repeat;
  }
  .slide-49 {
    background-size: contain;
  }
  .slide-50 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .mask-12 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slider-semblantes2 {
    height: 350px;
  }
  .text-block-4 {
    position: relative;
    left: -2px;
  }
  .text-block-5 {
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-block-6 {
    left: 0px;
    top: 0px;
  }
  .text-block-7 {
    left: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-block-8 {
    text-align: left;
  }
  .dropdown {
    margin-right: 100px;
    margin-bottom: auto;
    margin-left: 100px;
    text-align: center;
  }
  .text-block-9 {
    position: relative;
  }
  .text-block-10 {
    left: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }
  .text-block-12 {
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }
  .text-block-13 {
    top: 0px;
  }
  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .image-9 {
    position: static;
    left: 0px;
    bottom: 0px;
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-15 {
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-block-16 {
    left: 0px;
    top: 0px;
    right: 0px;
    text-align: left;
  }
  .text-block-17 {
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-block-18 {
    left: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .paragraph-3 {
    position: relative;
    display: inline-block;
    margin: 0px -130px 0px 0px;
    padding-right: 0px;
    text-align: justify;
  }
  .section-4.content-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 160px;
    display: block;
    margin-left: 0px;
    text-align: center;
  }
  .paragraph-4 {
    margin-right: -130px;
  }
  .link {
    margin-left: 0px;
  }
  .heading-3 {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .heading-4 {
    margin-bottom: 0px;
  }
  .div-block-2 {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 30px;
    text-align: center;
  }
  .map {
    width: 250px;
  }
  .div-block-4 {
    position: relative;
    display: block;
  }
  .dropdown-list-2.w--open {
    padding-left: 0px;
    background-color: #ddd;
  }
  .background-video-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 230px;
    height: 128px;
    margin-left: 0px;
  }
  .text-block-24 {
    left: 2px;
    color: #000;
    font-size: 12px;
  }
  .text-block-25 {
    right: -1px;
    color: #000;
    font-size: 12px;
  }
  .text-block-26 {
    left: 2px;
    color: #000;
    font-size: 12px;
  }
  .dropdown-toggle-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown-link-13 {
    font-size: 12px;
  }
  .dropdown-link-14 {
    font-size: 12px;
  }
  .dropdown-link-15 {
    font-size: 12px;
  }
  .dropdown-link-17 {
    font-size: 12px;
  }
  .dropdown-link-19 {
    font-size: 12px;
  }
  .dropdown-link-21 {
    font-size: 12px;
  }
  .dropdown-link-22 {
    font-size: 12px;
  }
  .dropdown-link-23 {
    font-size: 12px;
  }
  .dropdown-toggle-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown-toggle-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-6 {
    position: relative;
    display: inline-block;
    padding-right: 0px;
  }
  .facebook {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slide-54 {
    background-size: 220px;
  }
  .slide-1-11 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .slide-1-12 {
    background-size: 180px;
  }
  .text-block-58 {
    background-color: #fff;
  }
  .slide-59 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .form-3 {
    width: 270px;
  }
  .map-2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    margin-top: 40px;
    margin-left: 0px;
    text-align: center;
  }
  .container-4 {
    position: relative;
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .row-3 {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .div-block-8 {
    position: relative;
    display: block;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .nav-link-3 {
    margin-right: 100px;
    margin-bottom: auto;
    margin-left: 100px;
    padding-left: 0px;
  }
  .nav-link-3.w--current {
    margin-right: 70px;
    margin-left: 70px;
  }
  .slide-60 {
    height: 350px;
    background-size: 210px;
  }
  .slider-10 {
    height: 350px;
  }
  .slide-61 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .mask-13 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slider-11 {
    height: 350px;
  }
  .slide-62 {
    background-size: 275px;
  }
  .slide-63 {
    background-size: 290px;
  }
  .slide-64 {
    background-size: 270px;
  }
  .mask-14 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slide-65 {
    background-size: 210px;
  }
  .slide-66 {
    background-size: 210px;
  }
  .slide-67 {
    background-size: 207px;
  }
  .slide-68 {
    background-size: 205px;
  }
  .slide-69 {
    background-size: 240px;
  }
  .slide-70 {
    background-size: 240px;
  }
  .slide-71 {
    background-position: 50% 50%;
    background-size: 250px;
  }
  .slide-72 {
    background-position: 50% 50%;
    background-size: 250px;
  }
  .slide-1-14 {
    background-size: 240px;
  }
  .slide-73 {
    background-size: 220px;
  }
  .slide-74 {
    background-size: 265px;
  }
  .slider-12 {
    height: 350px;
  }
  .mask-15 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .slide-75 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .slide-76 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .slide-77 {
    background-size: 210px;
  }
  .slide-78 {
    background-size: 205px;
  }
  .container-7 {
    position: relative;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-8 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .right-arrow-2 {
    margin-left: 0px;
    padding-left: 20px;
  }
  .dropdown-link-27 {
    display: inline;
    margin-left: 0px;
    font-size: 12px;
  }
  .slide-1-15 {
    background-size: 240px;
  }
  .slide-1-16 {
    background-size: 250px;
  }
  .slide-1-17 {
    background-size: 180px;
  }
  .slide-1-18 {
    background-position: 50% 0px;
    background-size: 220px;
  }
  .slide-1-19 {
    background-image: none;
  }
  .slide-1-20 {
    background-size: 220px;
  }
  .slide-79 {
    background-size: 280px;
  }
  .slide-1-21 {
    background-size: 230px;
  }
  .slide-80 {
    background-size: 250px;
  }
  .slide-81 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-82 {
    background-position: 50% 50%;
    background-size: 200px;
  }
  .slide-83 {
    background-position: 50% 50%;
    background-size: 210px;
  }
  .slide-84 {
    background-position: 50% 50%;
    background-size: 200px;
  }
  .slide-85 {
    background-size: 220px;
  }
  .slide-86 {
    background-size: 250px;
  }
  .dropdown-link-30 {
    font-size: 12px;
  }
  .dropdown-link-31 {
    font-size: 12px;
  }
  .text-block-98 {
    left: 0px;
    top: 0px;
    margin-top: 26px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-link-32 {
    font-size: 12px;
  }
  .dropdown-link-33 {
    font-size: 12px;
  }
  .dropdown-link-34 {
    font-size: 12px;
  }
  .dropdown-link-35 {
    font-size: 12px;
  }
  .dropdown-link-36 {
    font-size: 12px;
  }
  .dropdown-link-37 {
    font-size: 12px;
  }
  .dropdown-link-38 {
    font-size: 12px;
  }
  .facebook-2 {
    position: static;
    display: block;
  }
  .facebook-4 {
    position: relative;
    left: 56px;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
  .menu-button-copy {
    position: static;
    top: auto;
    display: none;
  }
  .menu-button-copy.w--open {
    position: relative;
    left: 101px;
    top: -6px;
    display: none;
  }
  .dropdown-link-39 {
    text-align: left;
  }
  .dropdown-link-40 {
    text-align: left;
  }
  .dropdown-link-41 {
    text-align: left;
  }
  .dropdown-link-42 {
    text-align: left;
  }
  .dropdown-link-43 {
    text-align: left;
  }
  .dropdown-link-44 {
    text-align: left;
  }
  .slide-87 {
    background-position: 50% 0px;
    background-size: 210px;
  }
  .text-block-101 {
    text-align: center;
  }
  .text-block-102 {
    text-align: center;
  }
  .text-block-103 {
    text-align: center;
  }
  .slide-88 {
    background-position: 50% 0%;
  }
  .slide-89 {
    background-position: 50% 0%;
  }
  .slide-1-22 {
    background-size: 190px;
  }
  .slide-1-23 {
    background-size: 200px;
  }
  .slide-1-24 {
    background-size: 200px;
  }
  .slide-90 {
    background-position: 50% 0%;
    background-size: 240px;
  }
  .slide-91 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .slide-95 {
    background-size: 210px;
  }
  .slide-1-27 {
    background-size: 210px;
  }
  .slide-1-28 {
    background-size: 210px;
  }
  .slide-1-29 {
    background-size: 220px;
  }
  .slide-1-30 {
    background-size: 180px;
  }
  .slide-1-31 {
    background-size: 180px;
  }
  .slide-1-32 {
    background-position: 50% 50%;
    background-size: 220px;
  }
  .slide-2-2 {
    background-size: 170px;
  }
  .slide-2-3 {
    background-position: 50% 50%;
    background-size: 240px;
  }
  .slide-1-34 {
    background-position: 50% 0%;
    background-size: 240px;
  }
  .slide-1-38 {
    background-position: 50% 0%;
    background-size: contain;
  }
  .text-block-105 {
    background-color: #fff;
  }
  .slide-99 {
    background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafíaJPG_1.JPG');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .text-block-106 {
    background-color: #fff;
  }
  .image-38 {
    background-image: url('../images/Serie-Estigma-45-X-30-cm.-PVC-grafía--.JPG');
    background-position: 0px 0px;
    background-size: contain;
  }
  .div-block-14 {
    height: 300px;
    background-position: 50% 0%;
    background-size: auto 300px;
  }
  .div-block-15 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-16 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-17 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-18 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-19 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-20 {
    height: 300px;
    background-size: auto 320px;
  }
  .div-block-21 {
    height: 300px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .div-block-22 {
    height: 300px;
  }
  .div-block-23 {
    height: 300px;
  }
  .div-block-24 {
    height: 300px;
  }
  .div-block-25 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-26 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-27 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-28 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-29 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-30 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-31 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-32 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-33 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-34 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-35 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-36 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-37 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-38 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-39 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-40 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-41 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-42 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-43 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-44 {
    height: 300px;
  }
  .div-block-45 {
    height: 300px;
  }
  .div-block-46 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-47 {
    height: 300px;
  }
  .div-block-48 {
    height: 300px;
  }
  .div-block-49 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-50 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-51 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-52 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-53 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-54 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-55 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-56 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-57 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-58 {
    height: 300px;
    background-size: auto 300px;
    background-repeat: no-repeat;
  }
  .div-block-59 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-60 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-61 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-62 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-63 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-64 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-65 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-66 {
    height: 300px;
  }
  .div-block-67 {
    height: 300px;
  }
  .div-block-68 {
    height: 300px;
  }
  .div-block-69 {
    height: 300px;
  }
  .div-block-70 {
    height: 300px;
  }
  .div-block-71 {
    height: 300px;
  }
  .div-block-72 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-73 {
    height: 300px;
  }
  .div-block-74 {
    height: 300px;
  }
  .div-block-75 {
    height: 300px;
  }
  .div-block-76 {
    height: 300px;
  }
  .div-block-77 {
    height: 300px;
  }
  .div-block-78 {
    height: 300px;
  }
  .div-block-79 {
    height: 300px;
  }
  .div-block-80 {
    height: 300px;
  }
  .div-block-81 {
    height: 300px;
  }
  .div-block-82 {
    height: 300px;
  }
  .div-block-83 {
    height: 300px;
  }
  .div-block-84 {
    height: 300px;
  }
  .div-block-85 {
    height: 300px;
  }
  .div-block-86 {
    height: 300px;
  }
  .div-block-87 {
    height: 300px;
  }
  .div-block-88 {
    height: 300px;
    background-image: url('../images/24x14.5_38x28e_web.jpg');
    background-size: auto 300px;
  }
  .div-block-89 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-90 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-91 {
    height: 300px;
  }
  .div-block-92 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-93 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-94 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-95 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-96 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-97 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-98 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-99 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-100 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-101 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-102 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-103 {
    height: 300px;
  }
  .div-block-104 {
    height: 300px;
    background-position: 50% 50%;
  }
  .div-block-105 {
    height: 300px;
  }
  .div-block-106 {
    height: 300px;
  }
  .div-block-107 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-108 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-109 {
    height: 300px;
  }
  .div-block-110 {
    height: 300px;
  }
  .div-block-111 {
    height: 300px;
  }
  .div-block-112 {
    height: 300px;
  }
  .div-block-113 {
    height: 300px;
  }
  .div-block-114 {
    height: 300px;
  }
  .div-block-115 {
    height: 300px;
  }
  .div-block-116 {
    height: 300px;
  }
  .div-block-117 {
    height: 300px;
  }
  .div-block-118 {
    height: 300px;
  }
  .div-block-119 {
    height: 300px;
  }
  .div-block-120 {
    height: 300px;
  }
  .div-block-121 {
    height: 300px;
  }
  .div-block-122 {
    height: 300px;
  }
  .div-block-123 {
    height: 300px;
    background-size: auto 300px;
  }
  .div-block-124 {
    height: 300px;
  }
  .div-block-125 {
    height: 300px;
    background-size: auto 350px;
  }
  .div-block-126 {
    height: 300px;
  }
  .div-block-127 {
    height: 300px;
  }
  .div-block-128 {
    height: 300px;
  }
  .div-block-129 {
    height: 300px;
  }
}

