.firstcontainer-home {
  height: 80vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.firstcontainer-home.bg-purple.mobile {
  display: none;
}

.main-logo {
  width: 300px;
}

.image-firstcontainer__home {
  height: 100%;
  background-image: url('../images/amaia-home.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.large-container {
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.main-logo__container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.menu-info__container {
  border-left: 2px solid #000;
  align-items: stretch;
  margin-left: 25px;
  display: flex;
}

.main-menu__list {
  align-items: center;
  margin-bottom: 0;
  padding: 6px 0 4px 15px;
  list-style-type: none;
  display: flex;
}

.main-menu__li {
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
}

.publi {
  width: 115px;
}

.muros {
  width: 108px;
}

.editorial {
  width: 146px;
}

.ceramica {
  width: 150px;
  margin-top: 3px;
}

.info-container {
  border-left: 2px solid #000;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.info {
  width: 65px;
}

.main-logo__link {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.bg-blue {
  background-color: #b7c4ca;
}

.splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
}

.splide__track.padding0 {
  padding-top: 0;
  padding-bottom: 0;
}

.splide__list {
  list-style: none;
  display: flex;
}

.splide__list.margin0 {
  padding-left: 0;
}

.muros-home {
  padding-top: 80px;
  padding-bottom: 60px;
}

.muros-home.bg-yellow {
  padding-bottom: 0;
  position: relative;
}

.bg-yellow {
  background-color: #ffc97b;
}

.resp-image {
  width: 100%;
  height: auto;
  max-width: none;
}

.featured-link {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.featured-slider-container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
}

.akkurat_18_22_700 {
  color: #000;
  margin-bottom: 0;
  font-family: Akkurat Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.akkurat_18_22_700.category {
  margin-right: 18px;
}

.akkurat_18_22_700.category.date-pc {
  display: block;
}

.featured-text__container {
  padding-top: 12px;
}

.bg-grey {
  background-color: #d2d2d2;
}

.editorial-home {
  border-top: 2px solid #000;
  padding-top: 110px;
  padding-bottom: 90px;
}

.editorial-home.bg-grey {
  padding-bottom: 4px;
  position: relative;
}

.editorial-image__slide {
  width: auto;
  height: 320px;
  max-width: none;
  box-shadow: 5px 4px 10px 2px rgba(0, 0, 0, .2);
}

.editorial-text__container {
  padding-top: 20px;
}

.publi-home {
  border-top: 2px solid #000;
  padding-top: 140px;
  padding-bottom: 100px;
}

.publi-home.bg-turquesa {
  padding-bottom: 14px;
  position: relative;
}

.bg-turquesa {
  background-color: #96cfc5;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.main-container.without-margins {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.main-container.resp.padding0 {
  padding-left: 0;
  padding-right: 0;
}

.publi-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.publi-link {
  text-decoration: none;
}

.publi-link__imagecontainer {
  margin-bottom: 18px;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}

.publi-link__image {
  background-image: url('../images/pacific.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.publi-link__image._2 {
  background-image: url('../images/tarot.jpg');
}

.publi-link__image._3 {
  background-image: url('../images/aba.jpg');
}

.publi-link__image._4 {
  background-image: url('../images/background.jpg');
}

.bg-purple {
  background-color: #c5baf9;
}

.ceramica-home {
  border-top: 2px solid #000;
  padding-top: 120px;
  padding-bottom: 100px;
}

.ceramica-home.bg-purple {
  padding-bottom: 14px;
  position: relative;
}

.ceramica-image__slide {
  width: auto;
  height: 380px;
  max-width: none;
}

.ceramica-text__container {
  text-align: center;
  padding-top: 20px;
}

.footer {
  border-top: 2px solid #000;
}

.footer-firstrow {
  border-bottom: 2px solid #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-logocontainer {
  min-width: 120px;
  border-right: 2px solid #000;
  align-items: center;
  padding: 25px 20px 23px;
  display: flex;
}

.info-image {
  width: 100px;
}

.prensa-archivo-social {
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.prensa-archivo {
  width: 100%;
  height: 100%;
  max-width: 280px;
  border-left: 2px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.prensa {
  width: 85px;
}

.prensa-div {
  width: 100%;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.archivo-div {
  width: 100%;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.archivo {
  width: 92px;
}

.social-container {
  width: 100%;
  height: 100%;
  max-width: 280px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social-column__1 {
  width: 100%;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social-column__2 {
  width: 100%;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social-1 {
  width: 100%;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-2 {
  width: 100%;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-3 {
  width: 100%;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-4 {
  width: 100%;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.twitter {
  width: 30px;
}

.instagram {
  width: 32px;
}

.ghiphy {
  width: 20px;
}

.tiktok {
  width: 32px;
}

.footer-logo-text {
  width: 75%;
  display: flex;
}

.footer-textos {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 0 20px 29px;
  display: flex;
}

.akkurat_15_18_700 {
  color: #000;
  margin-bottom: 5px;
  font-family: Akkurat Pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.black-link {
  color: #000;
  text-decoration: underline;
}

.black-link:hover {
  text-decoration: none;
}

.footer-text-1 {
  width: 50%;
}

.footer-text-2 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-lastrow {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.akkurat_12_15_700 {
  color: #000;
  margin-bottom: 0;
  font-family: Akkurat Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.languages-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.lang-link {
  color: #000;
  font-family: Akkurat Pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.lang-link:hover {
  text-decoration: none;
}

.lang-li {
  margin-left: 20px;
}

.home-mainmenu__container {
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
}

.main-menu__container {
  z-index: 9;
  position: fixed;
  top: -2px;
  left: 0;
  right: 0;
}

.full-thumbnail__container {
  height: 70vh;
  margin-top: 84px;
  position: relative;
  overflow: hidden;
}

.full-thumbnail {
  background-image: url('../images/YDRAY-amaiaarrazola0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.h1 {
  text-align: center;
}

.akkurt_48-58-700 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akkurat Pro, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
}

.akkurt_48-58-700.h1 {
  max-width: 900px;
  margin: 75px auto 45px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 44px;
  line-height: 54px;
}

.wp-block-heading {
  width: 100%;
  max-width: 950px;
  text-align: center;
  margin: 50px auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wp-block-heading.akkurat_24-29_700 {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 23px;
  line-height: 28px;
}

.akkurat_24-29_700 {
  color: #000;
  margin-bottom: 14px;
  font-family: Akkurat Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.akkurat_24-29_700.margin0 {
  margin-bottom: 0;
}

.wp-block-embed {
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wp-block-embed__wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.content-p {
  width: 100%;
  max-width: 900px;
  color: #000;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Akkurat Pro, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
}

.wp-block-gallery {
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.wp-block-gallery.last {
  margin-bottom: 0;
  padding-bottom: 170px;
}

.wp-block-image {
  width: 100%;
  max-width: 1100px;
  margin: 25px auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wp-block-slider-block-slider-block {
  margin-top: 80px;
  margin-bottom: 80px;
}

.slider-container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.anchor {
  position: absolute;
  top: -86px;
}

.header-title__container {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-top: 85px;
  padding-top: 70px;
  padding-bottom: 55px;
}

.biografia-row {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.biografia-column {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.biografia-text__container {
  max-width: 680px;
  padding: 50px 42px 50px 0;
}

.biography-image {
  background-image: url('../images/82b37a727f3dd434d2647c7b85a729d5-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.biography-image__credit {
  position: absolute;
  top: 12px;
  right: 17px;
}

.contact-row {
  text-align: center;
  background-color: #eda2ff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.akkurat_48-58-700_resp {
  color: #000;
  margin-top: 0;
  margin-bottom: 1.8vw;
  font-family: Akkurat Pro, sans-serif;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 3.8vw;
}

.contactar-text {
  background-image: url('../images/trabajo-edit-2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 9vw 4vw 7vw;
}

.contactar-text.personal-container {
  text-align: center;
  background-image: url('../images/cuet-edit.gif');
  background-position: 50%;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 90px;
}

.contact-text__padding {
  padding-left: 7vw;
  padding-right: 7vw;
}

.press-header {
  text-align: center;
  border-bottom: 2px solid #000;
  padding-top: 60px;
  padding-bottom: 55px;
  position: relative;
}

.press-link {
  margin-top: 5px;
}

.press-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.press-row.archive {
  display: flex;
}

.press-left {
  width: 40%;
  background-color: #000;
  justify-content: center;
  display: flex;
  position: relative;
}

.press-right {
  width: 50%;
}

.press-right.bg-blue {
  width: 60%;
}

.press-image__container {
  width: 100%;
  max-width: 720px;
  padding: 5vw 3.5vw;
  position: relative;
}

.press-image__container.archive {
  padding: 0;
}

.press-element {
  width: 100%;
  border-bottom: 2px solid #000;
  padding-top: 16px;
  padding-bottom: 12px;
  text-decoration: none;
  transition: all .2s;
}

.press-element.active {
  background-color: #8d999e;
}

.press-element__size {
  width: 100%;
}

.press-element__row {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.press-date__container {
  width: 210px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.download-logo {
  width: 30px;
  height: auto;
  margin-left: 12px;
}

.akkurat_24-24_700 {
  color: #000;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Akkurat Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.akkurat_24-24_700.date-mobile {
  display: none;
}

.press-element__image {
  opacity: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.press-element__image.active {
  opacity: 1;
  display: block;
}

.buy-row {
  text-align: center;
  background-color: #8c8ef8;
  border-top: 2px solid #000;
  padding-top: 20px;
  padding-bottom: 15px;
}

.buy-text {
  background-image: url('../images/personal.GIF');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 11.5vw 4vw;
}

.buy-text__padding {
  padding-left: 7vw;
  padding-right: 7vw;
}

.link-logo {
  width: 30px;
  height: auto;
  margin-left: 18px;
}

.menu-container {
  min-height: 85px;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 25px;
  padding-right: 30px;
  display: flex;
}

.bg-home {
  background-color: #c5baf9;
}

.archive-row {
  display: none;
}

.personal {
  width: 155px;
  margin-top: -10px;
}

.mobile-menu {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #b7c4ca;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-main-link {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.mobile-main-link:hover {
  color: #b8b8b8;
}

.mobile-languages {
  margin-top: 25px;
}

.burguer {
  z-index: 9999;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  display: none;
  position: relative;
}

.linia {
  width: 35px;
  height: 2px;
  color: #000;
  background-color: #000;
}

.linia._1, .linia._2, .linia._3 {
  width: 30px;
  background-color: #001689;
}

.muros-featured__height {
  width: 100%;
  padding-bottom: 52%;
  position: relative;
  overflow: hidden;
}

.muros-featured__image {
  background-image: url('../images/featured.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.muros-featured__image._2 {
  background-image: url('../images/YDRAY-amaiaarrazola0.jpeg');
}

.personal-home {
  border-top: 2px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.bg-red {
  background-color: #ff7b80;
}

.gallery-3-columns.wp-block-image {
  grid-column-gap: 3.5%;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  display: flex;
}

.gallery-3-image {
  width: 31%;
}

.main-link {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.subratllat {
  transition: all .3s;
  position: absolute;
  left: 0;
  right: 0;
}

.subratllat._1 {
  bottom: 8px;
}

.subratllat._2 {
  top: 3px;
}

.subratllat._3 {
  bottom: 2px;
}

.subratllat._4 {
  bottom: 8px;
}

.subratllat._5 {
  bottom: 3px;
}

.subratllat._5.archivo-footer {
  bottom: 5px;
}

.subratllat._6 {
  top: 5px;
}

.publi-row {
  background-color: #d2d2d2;
  padding-top: 84px;
}

.editorial-row {
  background-color: #ffc97b;
  padding-top: 84px;
}

.muros-row {
  background-color: #ffc97b;
  padding-top: 40px;
}

.ceramica-row {
  background-color: #96cfc5;
  padding-top: 84px;
}

.personal-row {
  background-color: #c5baf9;
  padding-top: 84px;
}

.personal-image_mobile, .contact-image_mobile, .redes-image_mobile {
  display: none;
}

.full-menu {
  z-index: 9999;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
}

.footer-eu-logos {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.footer-eu-logo {
  width: 65%;
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-plan-logo {
  width: 70%;
  max-width: 170px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.not-found-container {
  height: 70vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 87px;
  display: flex;
}

.return-link {
  color: #000;
  margin-top: 15px;
  font-family: Akkurat Pro, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .main-menu__list {
    padding-left: 28px;
  }

  .main-menu__li {
    margin-left: 30px;
  }

  .featured-slider-container {
    padding-left: 110px;
    padding-right: 110px;
  }

  .footer-logocontainer {
    padding: 32px 25px 30px;
    display: flex;
  }

  .prensa-archivo-social {
    width: 24%;
  }

  .prensa-archivo {
    max-width: 300px;
  }

  .prensa {
    width: 100px;
  }

  .archivo {
    width: 107px;
  }

  .social-container {
    max-width: 300px;
  }

  .twitter {
    width: 34px;
  }

  .instagram {
    width: 36px;
  }

  .ghiphy {
    width: 23px;
  }

  .tiktok {
    width: 36px;
  }

  .footer-logo-text {
    width: 76%;
    flex-flow: row;
    display: flex;
  }

  .footer-textos {
    flex-flow: wrap;
    align-items: stretch;
    padding: 32px 40px 30px;
  }

  .footer-text-1 {
    width: 48%;
  }

  .footer-text-2 {
    width: 52%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 20px;
    display: flex;
  }

  .akkurt_48-58-700 {
    font-size: 48px;
    line-height: 58px;
  }

  .akkurt_48-58-700.h1 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 58px;
  }

  .wp-block-heading.akkurat_24-29_700 {
    font-size: 24px;
    line-height: 29px;
  }

  .akkurat_24-29_700 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 29px;
  }

  .wp-block-gallery.last {
    padding-bottom: 200px;
  }

  .header-title__container {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .contactar-text {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .press-header {
    padding-top: 70px;
    padding-bottom: 65px;
    position: relative;
  }

  .press-left, .press-right.bg-blue {
    width: 50%;
  }

  .press-element:hover {
    background-color: #8d999e;
  }

  .akkurat_24-24_700 {
    font-size: 24px;
    line-height: 24px;
  }

  .press-element__image {
    width: 100%;
    height: auto;
    display: none;
  }

  .buy-text {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .buy-text__padding {
    padding-left: 120px;
    padding-right: 120px;
  }

  .burguer {
    display: none;
  }

  .footer-eu-logos {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    display: flex;
  }

  .footer-eu-logo {
    width: 46%;
    max-width: 170px;
    margin-bottom: 10px;
    margin-right: 3%;
  }

  .footer-plan-logo {
    width: 50%;
    max-width: 190px;
  }

  .return-link {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .akkurat_18_22_700.category {
    font-size: 1.25vw;
    line-height: 1.7vw;
  }

  .footer-logocontainer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .prensa-archivo-social {
    width: 21%;
  }

  .footer-logo-text {
    width: 79%;
  }

  .footer-textos {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }

  .akkurat_15_18_700 {
    font-size: 1.02vw;
    line-height: 1.35vw;
  }

  .footer-text-1 {
    width: 52%;
  }

  .footer-text-2 {
    width: 48%;
    padding-left: 0;
  }

  .akkurat_12_15_700 {
    font-size: .85vw;
  }

  .akkurt_48-58-700 {
    font-size: 3.3vw;
    line-height: 3.9vw;
  }

  .akkurt_48-58-700.h1 {
    max-width: 1100px;
    margin-top: 90px;
    margin-bottom: 60px;
    font-size: 52px;
    line-height: 62px;
  }

  .wp-block-heading.akkurat_24-29_700 {
    max-width: 1100px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 31px;
  }

  .akkurat_24-29_700 {
    margin-bottom: 1vw;
    font-size: 1.68vw;
    line-height: 2vw;
  }

  .wp-block-embed {
    margin-top: 90px;
    margin-bottom: 90px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wp-block-embed__wrapper {
    max-width: 1200px;
  }

  .content-p {
    max-width: 1050px;
    font-size: 19px;
    line-height: 24px;
  }

  .wp-block-gallery {
    margin-top: 90px;
    margin-bottom: 90px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .wp-block-image {
    max-width: 1200px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .slider-container {
    max-width: 1200px;
  }

  .biografia-text__container {
    max-width: 920px;
  }

  .biography-image {
    background-image: url('../images/amaia-2.jpg');
  }

  .akkurat_48-58-700_resp {
    margin-bottom: 22px;
    font-size: 48px;
    line-height: 55px;
  }

  .contactar-text {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .contactar-text.personal-container {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .contact-text__padding {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .press-link {
    margin-top: .7vw;
  }

  .press-date__container {
    width: 270px;
  }

  .akkurat_24-24_700 {
    font-size: 1.68vw;
    line-height: 2vw;
  }

  .buy-text {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 1920px) {
  .featured-slider-container {
    max-width: 78vw;
  }

  .akkurat_18_22_700.category {
    font-size: 22px;
    line-height: 26px;
  }

  .akkurat_18_22_700.is-home {
    font-size: 22px;
    line-height: 28px;
  }

  .editorial-home.bg-grey {
    padding-top: 5.8vw;
    padding-bottom: 2vw;
  }

  .editorial-image__slide {
    height: 16.7vw;
  }

  .publi-home.bg-turquesa {
    padding-top: 7.5vw;
    padding-bottom: 5vw;
  }

  .main-container {
    width: 75%;
    max-width: none;
  }

  .main-container.resp {
    max-width: 1440px;
  }

  .publi-grid {
    grid-column-gap: 1.5vw;
    grid-row-gap: 2.2vw;
  }

  .ceramica-home.bg-purple {
    padding-top: 5.4vw;
    padding-bottom: 3vw;
  }

  .ceramica-image__slide {
    height: 19.7vw;
  }

  .footer-firstrow {
    flex-wrap: nowrap;
  }

  .prensa-archivo-social {
    width: 302px;
  }

  .footer-logo-text {
    width: 100%;
  }

  .footer-textos {
    padding-left: 60px;
    padding-right: 60px;
  }

  .akkurat_15_18_700 {
    font-size: 19px;
    line-height: 25px;
  }

  .akkurat_12_15_700 {
    font-size: 16px;
    line-height: 20px;
  }

  .akkurt_48-58-700.h1 {
    width: 58vw;
    max-width: none;
    margin-top: 4.7vw;
    margin-bottom: 3.1vw;
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .wp-block-heading.akkurat_24-29_700 {
    width: 58vw;
    max-width: none;
    margin-top: 3.1vw;
    margin-bottom: 3.1vw;
    font-size: 1.35vw;
    line-height: 1.6vw;
  }

  .akkurat_24-29_700 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .wp-block-embed {
    margin-top: 4.7vw;
    margin-bottom: 4.7vw;
    padding-top: 4.7vw;
    padding-bottom: 4.7vw;
  }

  .wp-block-embed__wrapper {
    max-width: 63vw;
  }

  .content-p {
    width: 54.5vw;
    max-width: none;
    font-size: .98vw;
    line-height: 1.3vw;
  }

  .wp-block-gallery {
    margin-top: 4.7vw;
    margin-bottom: 4.7vw;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }

  .wp-block-gallery.last {
    padding-bottom: 9.5vw;
  }

  .wp-block-image {
    width: 63vw;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .wp-block-slider-block-slider-block {
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
  }

  .slider-container {
    width: 63vw;
    max-width: none;
  }

  .header-title__container {
    margin-top: 4.6vw;
    padding-top: 4.1vw;
    padding-bottom: 3.6vw;
  }

  .contactar-text.personal-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .contact-text__padding {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .press-header {
    padding-top: 4.6vw;
    padding-bottom: 4vw;
  }

  .press-image__container {
    width: 37.5vw;
    max-width: none;
  }

  .akkurat_24-24_700 {
    font-size: 32px;
    line-height: 38px;
  }

  .personal-home {
    padding-top: 5.8vw;
    padding-bottom: 4.6vw;
  }

  .personal-home.bg-red {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-eu-logo {
    max-width: 230px;
  }

  .footer-plan-logo {
    max-width: 250px;
  }

  .not-found-container {
    font-size: 21px;
  }

  .return-link {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .firstcontainer-home.bg-purple {
    height: 70vh;
    display: none;
  }

  .firstcontainer-home.bg-purple.mobile {
    padding-top: 20px;
    display: block;
  }

  .main-logo.mobile {
    width: 100%;
    max-width: 320px;
  }

  .image-firstcontainer__home {
    background-image: url('../images/IPAD-home.gif');
  }

  .menu-info__container {
    align-items: center;
  }

  .main-menu__list {
    display: none;
  }

  .main-menu__li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .main-menu__li.muros-li, .main-menu__li.editorial-li, .main-menu__li.colabos-li, .main-menu__li.ceramica-li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-menu__li.personal-li {
    margin-bottom: 11px;
  }

  .publi {
    width: 160px;
  }

  .muros {
    width: 150px;
  }

  .editorial {
    width: 190px;
  }

  .ceramica {
    width: 200px;
    margin-top: 5px;
  }

  .muros-home.bg-yellow {
    border-top: 2px solid #000;
    padding-top: 90px;
  }

  .featured-slider-container {
    padding-left: 70px;
    padding-right: 70px;
  }

  .akkurat_18_22_700.category.date-pc {
    display: none;
  }

  .akkurat_18_22_700.archive {
    font-size: 20px;
    line-height: 24px;
  }

  .editorial-home.bg-grey {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .editorial-image__slide {
    height: 290px;
  }

  .publi-home.bg-turquesa {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .ceramica-home.bg-purple {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .ceramica-image__slide {
    height: 280px;
  }

  .footer-firstrow {
    flex-direction: row;
  }

  .footer-logocontainer {
    width: 140px;
  }

  .prensa-archivo-social {
    width: 100%;
    border-left: 2px #000;
  }

  .prensa-archivo {
    width: 100%;
    max-width: none;
    border-top: 2px solid #000;
    border-left-style: none;
  }

  .prensa-div, .archivo-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .archivo-div.mobile {
    border-right: 1px solid #000;
  }

  .social-container {
    max-width: none;
    border-left-style: none;
  }

  .social-1, .social-2, .social-3, .social-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-logo-text {
    width: 100%;
  }

  .footer-textos {
    width: 100%;
    padding: 30px 30px 25px;
  }

  .footer-text-2 {
    padding-left: 30px;
  }

  .footer-lastrow {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-lastrow.mobile {
    border-top: 2px solid #000;
  }

  .akkurt_48-58-700 {
    font-size: 36px;
    line-height: 45px;
  }

  .akkurt_48-58-700.h1 {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 44px;
  }

  .wp-block-heading.akkurat_24-29_700 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 27px;
  }

  .akkurat_24-29_700.black-link, .akkurat_24-29_700.margin0 {
    font-size: 20px;
    line-height: 25px;
  }

  .akkurat_24-29_700.archive {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .wp-block-embed {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wp-block-gallery {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .wp-block-gallery.last {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .wp-block-slider-block-slider-block {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .header-title__container {
    padding-top: 55px;
    padding-bottom: 45px;
  }

  .biografia-row {
    flex-direction: column-reverse;
  }

  .biografia-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .biografia-text__container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .biography-image {
    width: 100%;
    height: 50vh;
    background-image: url('../images/amaia-2.jpg');
    position: relative;
  }

  .contactar-text {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .contactar-text.personal-container {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .press-left, .press-right.bg-blue {
    width: 50%;
  }

  .press-image__container {
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .press-element {
    padding-bottom: 14px;
  }

  .press-element__row {
    align-items: center;
    padding-left: 25px;
  }

  .press-date__container {
    width: 70px;
  }

  .akkurat_24-24_700.date-pc {
    display: none;
  }

  .akkurat_24-24_700.date-mobile {
    margin-top: 5px;
    font-size: 19px;
    line-height: 19px;
    display: block;
  }

  .akkurat_24-24_700.archive {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-container {
    justify-content: space-between;
    padding-right: 25px;
    display: flex;
  }

  .archive-element {
    width: 100%;
    border-bottom: 2px solid #000;
    justify-content: flex-start;
    align-items: stretch;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .archive-element:hover {
    background-color: #8d999e;
  }

  .archive-image {
    width: 30%;
    padding: 20px 0 20px 40px;
  }

  .archive-text {
    width: 70%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 30px 30px;
    display: flex;
  }

  .archive-link-logo {
    width: 35px;
    margin-left: 35px;
  }

  .personal {
    width: 205px;
    margin-top: -15px;
  }

  .mobile-menu {
    height: 100vh;
  }

  .mobile-languages {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .burguer {
    height: 28px;
    cursor: pointer;
    margin-left: 25px;
    display: flex;
  }

  .linia._1, .linia._2, .linia._3 {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
  }

  .mobile-menu__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .mobile-menu__nav {
    text-align: center;
    margin-top: 25px;
  }

  .mobile-center {
    margin-top: -200px;
  }

  .div-block {
    width: 100%;
    height: 92svh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .personal-home {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .personal-home.bg-red {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-link.ceramica-mobile {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .main-link.colabos-mobile {
    padding-top: 15px;
    padding-bottom: 21px;
  }

  .main-link.personal-mobile {
    padding-top: 30px;
    padding-bottom: 21px;
  }

  .main-link.editorial-mobile {
    padding-top: 12px;
    padding-bottom: 21px;
  }

  .main-link.muros-mobile {
    padding-top: 14px;
    padding-bottom: 19px;
  }

  .subratllat._3 {
    bottom: 0;
  }

  .subratllat._4 {
    bottom: 5px;
  }

  .subratllat._5 {
    bottom: -1px;
  }

  .subratllat._6 {
    top: 0;
  }

  .muros-row {
    background-color: #c5baf9;
    padding-top: 60px;
  }

  .not-found-container {
    height: 58vh;
  }

  .return-link {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .firstcontainer-home.bg-blue, .firstcontainer-home.bg-purple {
    height: 70vh;
  }

  .image-firstcontainer__home {
    background-image: url('../images/amaia-arrazola-home-mobile.gif');
  }

  .menu-info__container {
    margin-left: 20px;
  }

  .publi {
    width: 115px;
  }

  .muros {
    width: 108px;
  }

  .editorial {
    width: 146px;
  }

  .ceramica {
    width: 150px;
  }

  .muros-home.bg-yellow {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .featured-slider-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .akkurat_18_22_700 {
    font-size: 16px;
    line-height: 20px;
  }

  .akkurat_18_22_700.archive {
    font-size: 17px;
    line-height: 20px;
  }

  .editorial-home.bg-grey {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .editorial-image__slide {
    height: 250px;
  }

  .publi-home.bg-turquesa {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .main-container, .main-container.resp.padding0 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ceramica-home.bg-purple {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .ceramica-image__slide {
    height: 230px;
  }

  .footer-logocontainer {
    width: 100%;
    border-right-style: none;
    justify-content: center;
  }

  .prensa-archivo-social {
    width: 100%;
    border-top: 2px #000;
    border-left-style: none;
  }

  .prensa-archivo {
    border-left-style: none;
  }

  .footer-logo-text {
    width: 100%;
    flex-direction: column;
  }

  .footer-textos {
    width: 100%;
    border-top: 2px solid #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .akkurat_15_18_700 {
    font-size: 14px;
    line-height: 17px;
  }

  .footer-text-1 {
    width: 100%;
    max-width: none;
  }

  .footer-text-2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .full-thumbnail__container {
    height: 55vh;
    margin-top: 75px;
  }

  .akkurt_48-58-700 {
    font-size: 30px;
    line-height: 36px;
  }

  .akkurt_48-58-700.h1 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    line-height: 38px;
  }

  .wp-block-heading.akkurat_24-29_700 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 24px;
  }

  .akkurat_24-29_700 {
    font-size: 18px;
    line-height: 24px;
  }

  .akkurat_24-29_700.black-link, .akkurat_24-29_700.margin0 {
    font-size: 18px;
    line-height: 23px;
  }

  .akkurat_24-29_700.archive {
    font-size: 19px;
    line-height: 22px;
  }

  .wp-block-embed {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .wp-block-embed__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .wp-block-gallery {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .wp-block-gallery.last {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .wp-block-image {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-slider-block-slider-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .slider-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .anchor {
    top: -75px;
  }

  .header-title__container {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .biografia-text__container {
    padding: 40px 30px;
  }

  .akkurat_48-58-700_resp {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .contactar-text {
    background-image: none;
    padding: 55px 0 35px;
  }

  .contactar-text.personal-container {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .contact-text__padding {
    padding-left: 0;
    padding-right: 0;
  }

  .press-header {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .press-row.archive, .press-left {
    display: none;
  }

  .press-right.bg-blue {
    width: 100%;
  }

  .akkurat_24-24_700.date-mobile {
    font-size: 17px;
    line-height: 17px;
  }

  .buy-text {
    background-image: none;
    padding: 55px 0 35px;
  }

  .buy-text__padding {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-container {
    min-height: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive-row {
    display: block;
  }

  .archive-image {
    padding-left: 30px;
  }

  .archive-text {
    padding: 20px;
  }

  .archive-link-logo {
    width: 30px;
    margin-left: 30px;
  }

  .personal {
    width: 155px;
  }

  .mobile-main-link {
    font-size: 20px;
    line-height: 26px;
  }

  .burguer {
    margin-left: 20px;
    display: flex;
  }

  .personal-home {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .gallery-3-columns.wp-block-image {
    grid-column-gap: 4%;
  }

  .gallery-3-image {
    width: 48%;
  }

  .main-link.ceramica-mobile {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .main-link.colabos-mobile {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .main-link.personal-mobile {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .main-link.editorial-mobile {
    padding-top: 7px;
    padding-bottom: 16px;
  }

  .main-link.muros-mobile {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .publi-row, .editorial-row {
    padding-top: 73px;
  }

  .muros-row {
    padding-top: 20px;
  }

  .ceramica-row, .personal-row {
    padding-top: 73px;
  }

  .personal-image_mobile {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-image_mobile {
    width: 100%;
    max-width: 200px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .redes-image_mobile {
    width: 100%;
    max-width: 220px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-eu-logo {
    max-width: 170px;
    margin-bottom: 12px;
  }

  .footer-plan-logo {
    max-width: 190px;
  }

  .not-found-container {
    height: 30vh;
  }
}

@media screen and (max-width: 479px) {
  .firstcontainer-home.bg-blue, .firstcontainer-home.bg-purple {
    height: 60vh;
  }

  .firstcontainer-home.bg-purple.mobile {
    height: 65vh;
    padding-top: 25px;
  }

  .main-logo {
    width: 210px;
  }

  .menu-info__container {
    margin-left: 16px;
  }

  .muros-home.bg-yellow {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .featured-slider-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .akkurat_18_22_700, .akkurat_18_22_700.archive {
    font-size: 15px;
    line-height: 18px;
  }

  .editorial-home.bg-grey {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .editorial-image__slide {
    height: 220px;
  }

  .publi-home.bg-turquesa {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .main-container, .main-container.resp.padding0 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .publi-grid {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
  }

  .publi-link__imagecontainer {
    margin-bottom: 14px;
  }

  .ceramica-home.bg-purple {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .ceramica-image__slide {
    height: 200px;
  }

  .footer-logocontainer {
    text-align: center;
    border-right-style: none;
    justify-content: center;
    display: flex;
  }

  .twitter {
    width: 35px;
  }

  .instagram {
    width: 36px;
  }

  .ghiphy {
    width: 23px;
  }

  .tiktok {
    width: 36px;
  }

  .footer-logo-text {
    display: block;
  }

  .footer-textos {
    border-top: 2px solid #000;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
  }

  .footer-text-1 {
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-text-2 {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .full-thumbnail__container {
    height: 40vh;
  }

  .akkurt_48-58-700 {
    font-size: 25px;
    line-height: 30px;
  }

  .akkurt_48-58-700.h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .wp-block-heading.akkurat_24-29_700 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    line-height: 22px;
  }

  .akkurat_24-29_700 {
    font-size: 16px;
    line-height: 22px;
  }

  .akkurat_24-29_700.black-link {
    font-size: 16px;
    line-height: 21px;
  }

  .akkurat_24-29_700.margin0 {
    font-size: 16px;
    line-height: 20px;
  }

  .akkurat_24-29_700.archive {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 18px;
  }

  .wp-block-embed {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .wp-block-embed__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-p {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .wp-block-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wp-block-gallery.last {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .wp-block-image {
    padding-left: 25px;
    padding-right: 25px;
  }

  .wp-block-slider-block-slider-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .slider-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-title__container {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .biografia-text__container {
    padding: 35px 25px;
  }

  .akkurat_48-58-700_resp {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 23px;
  }

  .contactar-text {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .press-header {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .press-element {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .press-date__container {
    width: 50px;
  }

  .download-logo {
    width: 25px;
  }

  .akkurat_24-24_700.date-mobile {
    font-size: 15px;
  }

  .buy-text {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .menu-container {
    min-height: 60px;
    padding-left: 16px;
    padding-right: 6px;
  }

  .archive-image {
    width: 35%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .archive-text {
    width: 65%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .archive-link-logo {
    width: 25px;
    margin-left: 25px;
  }

  .burguer {
    height: 45px;
    margin-left: 10px;
    padding: 10px;
  }

  .linia._1, .linia._2, .linia._3 {
    width: 36px;
    height: 2.5px;
  }

  .personal-home {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .gallery-3-columns.wp-block-image {
    grid-row-gap: 20px;
  }

  .gallery-3-image {
    width: 100%;
  }

  .publi-row, .editorial-row {
    padding-top: 57px;
  }

  .muros-row {
    padding-top: 50px;
  }

  .ceramica-row, .personal-row {
    padding-top: 57px;
  }

  .return-link {
    font-size: 14px;
    line-height: 18px;
  }
}

#w-node-cf860407-2e99-567c-9fbc-d54cc1ef8393-265edecc, #w-node-cf8c937f-59a7-f0fc-338a-32dc93ca0f46-265edecc, #w-node-ba7352b4-ea1a-e7de-532a-fc9fc9f5f891-265edecc, #w-node-bf2803b0-8d88-48bc-63d5-509b4b994764-265edecc, #w-node-a59760c4-252b-7408-63ff-83af880e4ff3-265edecc, #w-node-_33a19852-8459-b409-240f-4e4a53d664a5-265edecc, #w-node-_88fae430-1344-a3f1-fd1b-87412e1d025b-265edecc, #w-node-_72ab21bb-1312-4929-42cf-02977be1ad91-265edecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/AkkRg_Pro_1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/AkkIt_Pro_1.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/AkkBd_Pro_1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url('../fonts/AkkBdIt_Pro_1.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}