.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tournier_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  min-width: 80px;
  -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;
}

.tournier_container.navbarcont {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.tournier_container.youtubes {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tournier_container.hero {
  position: relative;
  display: block;
  height: 100%;
  margin-top: 30px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.tournier_container.hero.mobile {
  display: none;
}

.tournier_container.footer {
  min-height: 150px;
  -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;
}

.tournier_container.contacto {
  display: block;
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tournier_container.obra {
  height: 80%;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tournier_logo {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 30px;
}

.navbar_buttons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar_button {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Grenze;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar_button.eng_button {
  margin-right: 0px;
}

.navbar_button.donar_button {
  color: #333;
  font-weight: 400;
}

.navbar_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-block:hover {
  color: #adadad;
}

.tournier_hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cuerpo_text {
  max-width: 600px;
  margin-bottom: 30px;
  font-family: Grenze;
  color: #707070;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.link-block-2 {
  margin-right: 40px;
  margin-left: 60px;
}

.tournier_animation_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Selkirk_Pirate_Fishing.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tournier_animation_wrapper.youtube_section {
  min-height: 650px;
  background-image: url('../images/Mago_Niños_Banner.png');
}

.tournier_animation_wrapper.walter {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: none;
}

.tournier_animation_wrapper.animation_content_wrapper {
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.tournier_animation_wrapper._404 {
  position: static;
  min-height: 620px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

.body {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
}

.animations_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  min-height: 0px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.animations_content_wrapper.youtube_section {
  max-width: 500px;
  margin-bottom: 0px;
  margin-left: 354px;
}

.animations_content_wrapper.youtube_section.mobile {
  display: none;
}

.tournier_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  padding: 15px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'EB Garamond', sans-serif;
  font-size: 25px;
}

.tournier_button:hover {
  background-color: #5e5e5e;
}

.tournier_button:active {
  background-color: #3178a7;
}

.tournier_button.lalas {
  margin-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
}

.tournier_button.lalas._404 {
  text-align: center;
}

.tournier_button.contacto {
  min-width: 250px;
}

.overhead_text2 {
  font-family: 'EB Garamond', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
}

.title {
  max-width: 430px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Grenze;
  font-size: 38px;
  line-height: 36px;
  font-weight: 800;
}

.redes_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  margin-right: 25px;
}

.text-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 30px;
  font-family: 'Helvetica extended', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-block._404 {
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block.sub404 {
  font-family: 'EB Garamond', sans-serif;
  color: #aaa;
  font-size: 30px;
  line-height: 29px;
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

.background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 650px;
  background-image: url('../images/Rubricas-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background_image.walters {
  background-image: url('../images/Walter_Escultura_Background.png');
}

.background_image.palmera {
  background-image: url('../images/Hoja_Palmera_Hierro-2B.jpg');
}

.animation_block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.animation_block._404 {
  width: 80%;
  height: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.animation_block.mobile {
  display: none;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.text-block-2 {
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body_404 {
  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;
  background-color: #333;
}

.footer_text {
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.footer_text.pesto {
  font-family: Grenze;
  color: #fff;
  font-weight: 100;
}

.footer_sub {
  color: #a1a1a1;
}

.social_icon {
  margin-right: 45px;
}

.contacto_title {
  margin-bottom: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
}

.contacto_title.bio {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.form_field {
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #b9b9b9;
  background-color: #333;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 16px;
}

.form_field:focus {
  border-bottom-color: #6c78ff;
}

.contacto_wrapper {
  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;
}

.links_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.separator {
  width: 150px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 40px;
  background-color: #fff;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'EB Garamond', sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.social_link:hover {
  opacity: 0.55;
}

.form-block {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.error-message {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #000;
}

.error_text {
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-weight: 700;
}

.success {
  background-color: #7cffc4;
}

.text-block-4 {
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footerlink {
  color: #70b7ff;
  text-decoration: none;
}

.text-span-3 {
  font-weight: 800;
}

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

._404image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -10;
  max-width: 60%;
}

.vertical_image {
  position: relative;
  width: 25%;
  max-width: none;
  padding: 5px;
  float: right;
}

.vertical_image.one {
  float: left;
}

.vertical_image.four {
  float: left;
}

.horizontal_image {
  position: relative;
  width: 50%;
  padding: 5px;
  float: left;
}

.horizontal_image.five {
  float: right;
}

.horizontal_image_background {
  height: 170px;
  background-image: url('../images/Madera_Hierro-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.horizontal_image_background.six {
  height: 310px;
  background-image: url('../images/Madera_Hierro-23.jpg');
}

.horizontal_image_background.nine {
  height: 205px;
  background-image: url('../images/Hoja_Palmera_Hierro-4.jpg');
}

.horizontal_image_background.ten {
  height: 350px;
  background-image: url('../images/Acero_Inoxidable-4.jpg');
}

.vertical_image_background {
  height: 670px;
  background-image: url('../images/Madera_Hierro-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.vertical_image_background.two {
  background-image: url('../images/Madera_Hierro-10.jpg');
}

.vertical_image_background.three {
  height: 1070px;
  background-image: url('../images/Madera_Hierro-19.jpg');
}

.vertical_image_background.four {
  height: 1070px;
  background-image: url('../images/Madera_Hierro-12.jpg');
}

.vertical_image_background.seven {
  height: 825px;
  background-image: url('../images/Madera_Hierro-3.jpg');
}

.vertical_image_background.eight {
  height: 825px;
  background-image: url('../images/Hierro-7.jpg');
  background-position: 50% 100%;
}

.body-2 {
  background-color: #333;
}

.text-block-5 {
  color: #fff;
}

.text-block-5:hover {
  text-decoration: underline;
}

.image {
  margin-right: 10px;
}

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

.link:hover {
  color: #97b3ff;
}

.link.tou {
  color: #ffd69d;
  font-weight: 700;
  text-decoration: none;
}

.link.tou:hover {
  color: #969696;
}

.link.hero {
  font-family: 'Helvetica extended', sans-serif;
  color: #000;
  font-weight: 700;
}

.link.hero:hover {
  color: #696969;
}

.paragraph {
  width: 100%;
  margin-bottom: 50px;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
}

.paragraph._2 {
  width: 64%;
  float: right;
}

.paragraph.uno {
  width: 49%;
  float: left;
}

.paragraph.right {
  width: 49%;
  float: right;
}

.paragraph.oone {
  margin-bottom: 30px;
}

.image_wrapper {
  width: 30%;
  float: left;
}

.image_wrapper.bio {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.right_row {
  width: 64%;
  float: right;
}

.exposition_image {
  display: none;
}

.exposition_image.one {
  min-height: 220px;
  margin-bottom: 10px;
  background-image: url('../images/Exposicion_Tournier_Severi-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.exposition_image.one.dos {
  background-image: url('../images/Exposiciones-7.jpg');
}

.exposition_image.one.tres {
  background-image: url('../images/Exposiciones-2.jpg');
  background-position: 50% 50%;
}

.obra_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Walter_Hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero_text {
  max-width: 410px;
  margin-top: 25px;
  font-family: 'Helvetica Extended', sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0px;
}

.category_title {
  font-family: 'Helvetica extended', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 0px;
}

.section_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 140px;
  padding: 40px;
  -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;
  background-color: #fff;
}

.section_wrapper.second {
  margin-top: 80px;
  background-color: #5c5e63;
  color: #fff;
}

.section_wrapper.third {
  background-color: #e2e2e2;
}

.section_wrapper.third.margin {
  margin-top: 30px;
}

.section_wrapper.fourth {
  background-color: #ebecde;
}

.section_wrapper.fifth {
  background-color: #ececdf;
}

.section_title {
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section_text {
  width: auto;
  max-width: 700px;
  font-family: 'EB Garamond', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.section_text.second {
  color: #fff;
}

.horizontal_image_wrapper {
  margin-top: 40px;
  margin-bottom: 0px;
}

.horizontal_obra {
  height: 620px;
  background-image: url('../images/Rubricas-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.horizontal_obra.acero_uno {
  height: 890px;
  background-image: url('../images/Acero_Inoxidable-5.jpg');
  background-position: 50% 50%;
}

.horizontal_obra.acero_dos {
  background-image: url('../images/Acero_Inoxidable-3.jpg');
}

.horizontal_obra.acero_tres {
  height: 720px;
  background-image: url('../images/Acero_Inoxidable-4.jpg');
}

.horizontal_obra.madera_cuatro {
  background-image: url('../images/Madera_Hierro-23.jpg');
}

.horizontal_obra.palmera_uno {
  height: 410px;
  background-image: url('../images/Hoja_Palmera_Hierro-4.jpg');
}

.caption {
  margin-top: 15px;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.vertical_image_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vertical_obra {
  width: 100%;
  height: 840px;
  background-image: url('../images/Rubricas-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.vertical_obra.escultura_dos {
  background-image: url('../images/Rubricas-4.jpg');
}

.vertical_obra.escultura_tres {
  background-image: url('../images/Rubricas-2.jpg');
  background-position: 50% 50%;
}

.vertical_obra.hierro_uno {
  height: 910px;
  background-image: url('../images/Hierro-3.jpg');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vertical_obra.hierro_dos {
  height: 910px;
  background-image: url('../images/Hierro-4.jpg');
  background-position: 50% 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vertical_obra.hierro_tres {
  height: 910px;
  background-image: url('../images/Hierro-2.jpg');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vertical_obra.madera_uno {
  height: 920px;
  background-image: url('../images/Madera_Hierro-8.jpg');
}

.vertical_obra.madera_dos {
  height: 920px;
  background-image: url('../images/Madera_Hierro-3.jpg');
}

.vertical_obra.madera_tres {
  height: 920px;
  background-image: url('../images/Madera_Hierro-14.jpg');
}

.vertical_obra.madera_cinco {
  height: 1000px;
  background-image: url('../images/Madera_Hierro-1.jpg');
}

.vertical_obra.madera_seis {
  height: 1000px;
  background-image: url('../images/Madera_Hierro-10.jpg');
}

.vertical_obra.madera_siete {
  height: 1000px;
  background-image: url('../images/Madera_Hierro-9.jpg');
}

.vertical_obra.palmera_uno {
  background-image: url('../images/Hoja_Palmera_Hierro-2.jpg');
}

.vertical_obra.palmera_dos {
  background-image: url('../images/Hoja_Palmera_Hierro-1.jpg');
}

.vertical_obra.palmera_tres {
  background-image: url('../images/Hoja_Palmera_Hierro-3.jpg');
}

.column {
  width: 32%;
}

.text-block-6 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
}

.brand {
  position: relative;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exoi {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .tournier_container.navbarcont {
    width: 80%;
  }
  .tournier_container.hero {
    width: 80%;
    max-height: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tournier_hero_section {
    height: auto;
  }
  .link-block-2 {
    display: none;
    margin-right: 30px;
    margin-left: 40px;
  }
  .tournier_animation_wrapper.youtube_section {
    background-position: 50% 50%;
  }
  .tournier_animation_wrapper.walter {
    min-height: 350px;
  }
  .animations_content_wrapper.youtube_section {
    display: none;
    margin-left: 330px;
  }
  .animations_content_wrapper.youtube_section.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .overhead_text2 {
    font-size: 20px;
  }
  .title {
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 33px;
  }
  .text-block {
    color: #000;
    font-size: 40px;
  }
  .background_image {
    position: static;
    min-height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Rubricas-5.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Rubricas-5.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .background_image.walters {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.51)), to(hsla(0, 0%, 100%, 0.51))), url('../images/Walter_Escultura_Background.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.51), hsla(0, 0%, 100%, 0.51)), url('../images/Walter_Escultura_Background.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  .background_image.palmera {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/Hoja_Palmera_Hierro-2B.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/Hoja_Palmera_Hierro-2B.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  .animation_block {
    display: none;
  }
  .animation_block._404 {
    display: block;
  }
  .animation_block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social_icon {
    margin-right: 15px;
  }
  .contacto_title.bio {
    font-size: 40px;
  }
  .link-block-4 {
    display: none;
  }
  .horizontal_image_background {
    height: 120px;
  }
  .horizontal_image_background.six {
    height: 170px;
  }
  .horizontal_image_background.nine {
    height: 110px;
  }
  .horizontal_image_background.ten {
    height: 210px;
  }
  .vertical_image_background {
    height: 400px;
  }
  .vertical_image_background.three {
    height: 550px;
  }
  .vertical_image_background.four {
    height: 550px;
  }
  .vertical_image_background.seven {
    height: 430px;
  }
  .vertical_image_background.eight {
    height: 430px;
  }
  .section_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section_title {
    margin-bottom: 20px;
  }
  .horizontal_obra {
    height: 560px;
  }
  .horizontal_obra.acero_uno {
    height: 630px;
  }
  .horizontal_obra.acero_dos {
    height: 380px;
  }
  .horizontal_obra.acero_tres {
    height: 400px;
  }
  .horizontal_obra.madera_cuatro {
    height: 350px;
  }
  .horizontal_obra.palmera_uno {
    height: 240px;
  }
  .vertical_obra {
    height: 620px;
  }
  .vertical_obra.hierro_uno {
    height: 740px;
  }
  .vertical_obra.hierro_dos {
    height: 740px;
  }
  .vertical_obra.hierro_tres {
    height: 740px;
  }
  .icon {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .nav_wrapper {
    height: 120px;
  }
  .tournier_container.navbarcont {
    width: 90%;
    min-height: 120px;
  }
  .tournier_container.hero {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tournier_container.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tournier_container.contacto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tournier_container.contacto.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tournier_container.obra {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar_button.eng_button {
    margin-left: 0px;
  }
  .navbar_button.donar_button {
    margin-right: 0px;
    margin-left: 10px;
  }
  .navbar_button.contact_button {
    margin-right: 20px;
    margin-left: 20px;
  }
  .link-block {
    font-size: 14px;
  }
  .link-block-2 {
    display: none;
    margin-right: 10px;
    margin-left: 15px;
  }
  .tournier_animation_wrapper {
    min-height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73))), url('../images/Selkirk_Pirate_Fishing.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73)), url('../images/Selkirk_Pirate_Fishing.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .tournier_animation_wrapper.youtube_section {
    min-height: 490px;
  }
  .tournier_animation_wrapper.walter {
    min-height: 0px;
  }
  .tournier_animation_wrapper._404 {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .animations_content_wrapper.youtube_section {
    margin-right: 40px;
    margin-left: 40px;
  }
  .text-block {
    color: #000;
    font-size: 30px;
  }
  .background_image {
    min-height: 270px;
  }
  .background_image.walters {
    min-height: 270px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/Walter_Escultura_Background.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/Walter_Escultura_Background.png');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, auto;
  }
  .animation_block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  }
  .animation_block._404 {
    width: 100%;
    padding: 40px;
  }
  .footer_wrapper {
    height: 430px;
  }
  .footer_text {
    text-align: center;
  }
  .form_wrapper {
    width: 100%;
  }
  .contacto_title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .contacto_title.bio {
    position: static;
  }
  .link-block-4 {
    display: none;
  }
  ._404image {
    max-width: 70%;
  }
  .horizontal_image_background.six {
    height: 130px;
  }
  .horizontal_image_background.ten {
    height: 170px;
  }
  .link.hero {
    font-size: 19px;
    text-align: center;
  }
  .paragraph.uno {
    width: 90%;
  }
  .paragraph.right {
    width: 90%;
  }
  .image_wrapper.bio {
    position: static;
    margin-bottom: 15px;
  }
  .right_row {
    width: 100%;
  }
  .obra_hero {
    background-position: 70% 100%;
  }
  .hero_text {
    margin-top: 15px;
    text-align: center;
  }
  .category_title {
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 36px;
    text-align: center;
  }
  .section_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_title {
    text-align: center;
  }
  .section_text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .horizontal_image_wrapper {
    width: 100%;
    margin-top: 10px;
  }
  .horizontal_obra {
    height: 330px;
  }
  .horizontal_obra.acero_uno {
    height: 340px;
  }
  .horizontal_obra.acero_dos {
    height: 210px;
  }
  .horizontal_obra.acero_tres {
    height: 260px;
  }
  .horizontal_obra.madera_cuatro {
    height: 260px;
  }
  .horizontal_obra.palmera_uno {
    height: 150px;
  }
  .vertical_image_wrapper {
    margin-top: 10px;
  }
  .vertical_obra {
    height: 380px;
  }
  .vertical_obra.hierro_uno {
    height: 480px;
  }
  .vertical_obra.hierro_dos {
    height: 480px;
  }
  .vertical_obra.hierro_tres {
    height: 480px;
  }
  .vertical_obra.madera_uno {
    height: 600px;
  }
  .vertical_obra.madera_dos {
    height: 600px;
  }
  .vertical_obra.madera_tres {
    height: 600px;
  }
  .vertical_obra.madera_cinco {
    height: 650px;
  }
  .vertical_obra.madera_seis {
    height: 650px;
  }
  .vertical_obra.madera_siete {
    height: 650px;
  }
  .walter {
    max-width: 170%;
  }
}

@media (max-width: 479px) {
  .tournier_container.navbarcont {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tournier_container.hero {
    display: none;
    max-height: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tournier_container.hero.mobile {
    display: block;
  }
  .tournier_container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tournier_container.contacto {
    padding-top: 0px;
  }
  .tournier_logo {
    font-size: 20px;
  }
  .navbar_buttons_wrapper {
    display: none;
  }
  .navbar_button.donar_button {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .navbar_button.contact_button {
    margin-top: 25px;
  }
  .cuerpo_text {
    text-align: center;
  }
  .tournier_animation_wrapper {
    -webkit-transform: translate3d(0px, 0px, 300px);
    transform: translate3d(0px, 0px, 300px);
  }
  .tournier_animation_wrapper.youtube_section {
    min-height: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tournier_animation_wrapper.walter {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .tournier_animation_wrapper.animation_content_wrapper {
    min-height: 550px;
  }
  .animations_content_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .animations_content_wrapper.youtube_section {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tournier_button.lalas {
    display: none;
  }
  .tournier_button.lalas._404 {
    display: block;
  }
  .tournier_button.contacto {
    min-width: 170px;
  }
  .title {
    font-size: 27px;
    line-height: 28px;
    text-align: center;
  }
  .text-block {
    position: static;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  .background_image {
    min-height: 200px;
  }
  .background_image.walters {
    min-height: 170px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/Walter_Escultura_Background.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/Walter_Escultura_Background.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  .background_image.palmera {
    min-height: 180px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Hoja_Palmera_Hierro-2B.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Hoja_Palmera_Hierro-2B.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .animation_block._404 {
    padding: 25px;
  }
  .animation_block.mobile {
    padding-bottom: 21px;
  }
  .footer_wrapper {
    height: 430px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer_text {
    text-align: center;
  }
  .contacto_title {
    font-size: 22px;
    text-align: center;
  }
  .contacto_title.left {
    text-align: left;
  }
  .contacto_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .links_wrapper {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social_link {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tournier_link {
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._404image {
    max-width: 90%;
  }
  .vertical_image {
    width: 50%;
    float: left;
  }
  .vertical_image.one {
    float: right;
  }
  .vertical_image.mobile {
    float: right;
  }
  .horizontal_image {
    width: 100%;
  }
  .horizontal_image.five {
    width: 100%;
    float: left;
  }
  .horizontal_image.mobile {
    display: none;
  }
  .horizontal_image_background {
    height: 90px;
  }
  .vertical_image_background.three {
    height: 460px;
  }
  .vertical_image_background.four {
    height: 400px;
  }
  .vertical_image_background.seven {
    height: 460px;
  }
  .vertical_image_background.eight {
    height: 460px;
  }
  .paragraph.uno {
    width: 100%;
  }
  .paragraph.right {
    width: 100%;
  }
  .paragraph.oone {
    margin-bottom: 20px;
  }
  .obra_hero {
    background-position: 66% 100%;
  }
  .category_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section_wrapper.second {
    margin-top: 50px;
  }
  .section_title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 20px;
  }
  .section_text {
    font-size: 16px;
  }
  .horizontal_image_wrapper {
    margin-bottom: 10px;
  }
  .horizontal_obra {
    height: 230px;
  }
  .horizontal_obra.acero_uno {
    height: 270px;
  }
  .horizontal_obra.acero_dos {
    height: 190px;
  }
  .horizontal_obra.acero_tres {
    height: 180px;
  }
  .horizontal_obra.madera_cuatro {
    height: 160px;
  }
  .horizontal_obra.palmera_uno {
    height: 100px;
  }
  .caption {
    font-size: 12px;
    line-height: 18px;
  }
  .vertical_image_wrapper {
    margin-top: 5px;
  }
  .vertical_obra {
    height: 300px;
  }
  .vertical_obra.hierro_uno {
    height: 300px;
  }
  .vertical_obra.hierro_dos {
    height: 300px;
  }
  .vertical_obra.hierro_tres {
    height: 300px;
  }
  .vertical_obra.madera_uno {
    height: 430px;
  }
  .vertical_obra.madera_dos {
    height: 430px;
  }
  .vertical_obra.madera_tres {
    height: 430px;
  }
  .vertical_obra.madera_cinco {
    height: 370px;
  }
  .vertical_obra.madera_seis {
    height: 370px;
  }
  .vertical_obra.madera_siete {
    height: 370px;
  }
  .vertical_obra.palmera_uno {
    height: 260px;
  }
  .vertical_obra.palmera_dos {
    height: 260px;
  }
  .vertical_obra.palmera_tres {
    height: 260px;
  }
  .column {
    width: 49%;
  }
  .column.off {
    display: none;
  }
  .nav-menu {
    background-color: #333;
  }
  .section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .exoi {
    margin-bottom: 50px;
  }
}

@font-face {
  font-family: 'Helvetica extended';
  src: url('../fonts/HelveticaNeueLTStd-BdEx.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}