.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%;
  min-height: 620px;
  margin-top: 30px;
  padding-top: 0px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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.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: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tournier_container.seccion {
  height: auto;
}

.tournier_container.section_fanzin {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.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: #000;
  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: 100vh;
  -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;
  -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;
}

.tournier_animation_wrapper.home_uno {
  min-height: 700px;
  margin-top: 25px;
  -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;
  background-image: url('../images/DIBUJO-cielo-pajaros.jpg');
  background-size: cover;
}

.tournier_animation_wrapper.home_dos {
  background-image: url('../images/un-cuento-de-papel-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tournier_animation_wrapper.home_tres {
  background-image: url('../images/Niños_Libros.jpg');
  background-size: cover;
}

.tournier_animation_wrapper.fanzin {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: #fff;
}

.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: 35px;
  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;
}

.tournier_button.inicio {
  margin-left: 20px;
}

.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: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}

.title.section {
  margin-top: 25px;
  margin-bottom: 15px;
}

.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';
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-block._404 {
  font-family: 'EB Garamond', sans-serif;
  color: #000;
  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;
  width: 100%;
  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: #fff;
}

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

.social_icon {
  margin-right: 45px;
}

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

.contacto_title.editorial {
  position: static;
}

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

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

.form_field.short {
  background-color: #fff;
  color: #000;
}

.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: #000;
}

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

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

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

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

.vertical_image.left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical_image.right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.vertical_image_background.two {
  height: 750px;
  background-image: url('../images/arquigrafia-2.jpg');
}

.vertical_image_background.three {
  height: 750px;
  background-image: url('../images/arquigrafia6.jpg');
}

.vertical_image_background.one {
  height: 750px;
  background-image: url('../images/arquigrafia-5.jpg');
}

.body-2 {
  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;
  background-color: #fff;
}

.body-2.obra {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.image {
  margin-right: 10px;
}

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

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

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

.paragraph.uno {
  width: 51%;
  margin-bottom: 80px;
  float: left;
  color: #000;
}

.image_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  width: 30%;
  float: left;
}

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

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

.brand {
  position: relative;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.section_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  margin-left: 100px;
  padding: 25px 35px;
  -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;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.18);
}

.section_wrapper.sin-sombra {
  box-shadow: none;
}

.section_details {
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.fanizn_wrapper {
  width: 30%;
}

.button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button_wrapper.editorial {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero_wrapper {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/Editorial_Fanzines.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero_wrapper.artes {
  background-image: url('../images/un-cuento-de-papel-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.four_column {
  width: 20%;
}

.fanzin_solo {
  max-width: 100%;
}

.fanzin_title {
  margin-top: 15px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.fanzin_content {
  margin-top: 15px;
}

.section_header.second {
  margin-top: 40px;
}

.section_header.tres {
  margin-top: 50px;
}

.section_title {
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.obra_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.obra_wrapper.gestos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.obra_wrapper.gestos.dos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.obra_wrapper.gestos.mobile2 {
  display: none;
}

.obra_wrapper.psico {
  margin-bottom: 40px;
}

.obra_wrapper.psico.mobile {
  display: none;
}

.left_image {
  width: 24%;
  height: 289px;
  background-image: url('../images/nuevo-cuadro.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.left_image.dos {
  background-image: url('../images/Gestos-5.jpg');
}

.left_image.tres {
  background-image: url('../images/Gestos-8.jpg');
}

.left_image.cuatro {
  background-image: url('../images/Gestos-7.jpg');
}

.left_image.cinco {
  width: 24%;
  height: 420px;
  background-image: url('../images/cuadro-nuevo-lala.jpg');
}

.left_image.seis {
  width: 24%;
  height: 420px;
  background-image: url('../images/Gestos-13.jpg');
}

.left_image.siete {
  width: 24%;
  height: 420px;
  background-image: url('../images/Gestos-11.jpg');
}

.left_image.ocho {
  width: 24%;
  height: 420px;
  background-image: url('../images/Gestos-9.jpg');
}

.psicografia_image {
  width: 23%;
  height: 330px;
  background-image: url('../images/psicografia-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.psicografia_image.dos {
  background-image: url('../images/psicografia-2.jpg');
}

.psicografia_image.tres {
  background-image: url('../images/psicografia-1.jpg');
}

.psicografia_image.cuatro {
  background-image: url('../images/psicografia-3.jpg');
}

.obra_content {
  width: 60%;
  margin-bottom: 15px;
}

.artes_image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-image: url('../images/Hero-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.artes_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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;
}

.imagen_artistica {
  width: 49%;
  height: 810px;
  background-image: url('../images/Hero-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: saturate(67%);
  filter: saturate(67%);
}

.imagen_artistica.dos {
  background-image: url('../images/Madame-Dominique-1.jpg');
  -webkit-filter: saturate(49%) contrast(133%);
  filter: saturate(49%) contrast(133%);
}

.hero_slider {
  width: 100%;
  height: 100%;
}

.icon-2 {
  display: none;
  color: #000;
  font-size: 30px;
}

.icon-3 {
  display: none;
  color: #000;
  font-size: 30px;
}

.slide-nav {
  display: none;
}

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

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

.slide-3 {
  background-image: url('../images/carrusel-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.left-arrow {
  display: none;
}

.separator2 {
  width: 40%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.separator_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 25px;
  -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;
}

@media (max-width: 991px) {
  .tournier_container.hero {
    width: 80%;
    max-height: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar_button.donar_button {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .navbar_button.contact_button {
    margin-top: 25px;
  }
  .tournier_hero_section {
    height: 100vh;
  }
  .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 {
    position: static;
    font-size: 40px;
  }
  .vertical_image_background {
    height: 400px;
  }
  .vertical_image_background.two {
    height: 550px;
  }
  .vertical_image_background.three {
    height: 550px;
  }
  .vertical_image_background.one {
    height: 550px;
  }
  .paragraph.uno {
    width: 70%;
  }
  .nav-menu {
    padding: 50px;
    color: #fff;
  }
  .icon {
    color: #000;
  }
  .section_wrapper {
    width: 70%;
  }
  .obra_wrapper.gestos.dos {
    display: none;
  }
  .obra_wrapper.gestos.mobile2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .obra_wrapper.psico {
    margin-bottom: 11px;
  }
  .obra_wrapper.psico.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .left_image {
    width: 49%;
    height: 300px;
  }
  .left_image.tres {
    display: none;
  }
  .left_image.tres.mobi {
    display: block;
  }
  .left_image.cuatro {
    display: none;
  }
  .left_image.cuatro.mobi {
    display: block;
  }
  .psicografia_image {
    width: 49%;
    height: 370px;
  }
  .psicografia_image.tres.mobi {
    display: none;
  }
  .psicografia_image.cuatro.mobi {
    display: none;
  }
  .obra_content {
    width: 70%;
  }
  .imagen_artistica {
    height: 490px;
  }
}

@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;
    text-align: 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;
  }
  .tournier_hero_section {
    height: 60vh;
  }
  .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;
  }
  .tournier_animation_wrapper.home_uno {
    min-height: 510px;
  }
  .tournier_animation_wrapper.fanzin {
    background-image: none;
  }
  .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;
  }
  .contacto_title {
    position: static;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .vertical_image_background.two {
    height: 440px;
  }
  .vertical_image_background.three {
    height: 440px;
  }
  .vertical_image_background.one {
    height: 440px;
  }
  .paragraph.uno {
    width: 90%;
  }
  .image_wrapper {
    position: static;
    width: 50%;
  }
  .nav-menu {
    color: #fff;
  }
  .section_wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .button_wrapper.editorial {
    margin-top: 15px;
  }
  .row_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four_column {
    width: 46%;
    margin-bottom: 35px;
  }
  .fanzin_title {
    font-size: 20px;
  }
  .left_image {
    height: 250px;
  }
  .psicografia_image {
    height: 310px;
  }
  .obra_content {
    width: 100%;
    margin-bottom: 29px;
  }
  .artes_wrapper {
    width: 100%;
  }
  .imagen_artistica {
    height: 390px;
  }
  .image-2 {
    margin-bottom: 35px;
  }
}

@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: block;
    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.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_container.section_fanzin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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;
  }
  .tournier_hero_section {
    height: 40vh;
  }
  .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;
  }
  .tournier_button.inicio {
    margin-left: 0px;
  }
  .tournier_button.home {
    width: 90%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .title {
    font-size: 27px;
    line-height: 28px;
    text-align: center;
  }
  .title.section.libro {
    text-align: left;
  }
  .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;
  }
  .form_wrapper {
    width: 100%;
  }
  .contacto_title {
    font-size: 22px;
    text-align: center;
  }
  .contacto_title.editorial {
    margin-top: 30px;
  }
  .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;
  }
  .vertical_image {
    width: 33.33%;
    float: left;
  }
  .vertical_image.left {
    width: 100%;
  }
  .vertical_image.right {
    width: 100%;
  }
  .vertical_image_background.three {
    height: 460px;
  }
  .vertical_image_background.one {
    height: 630px;
  }
  .paragraph.uno {
    width: 90%;
  }
  .nav-menu {
    background-color: #fff;
    color: #fff;
  }
  .section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .section_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section_wrapper.sin-sombra.nopadding {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .fanizn_wrapper {
    width: 60%;
    margin-top: 30px;
  }
  .button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button_wrapper.editorial {
    -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;
  }
  .hero_wrapper.artes {
    min-height: 230px;
  }
  .four_column {
    width: 100%;
  }
  .section_title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 33px;
  }
  .obra_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left_image {
    width: 100%;
    height: 290px;
  }
  .left_image.dos {
    margin-top: 10px;
  }
  .left_image.tres.mobi {
    margin-top: 10px;
  }
  .psicografia_image {
    width: 100%;
  }
  .psicografia_image.dos {
    margin-top: 10px;
  }
  .psicografia_image.cuatro {
    margin-top: 10px;
  }
  .obra_content {
    margin-bottom: 20px;
  }
  .artes_image {
    margin-top: 5px;
  }
  .artes_wrapper {
    margin-top: 5px;
  }
  .imagen_artistica {
    height: 221px;
  }
}

