:root {
  --grey: #5c5c5c;
  --lightgrey: #9a9a9a;
  --black: black;
  --lightlightgrey: lightgrey;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.search-container {
  z-index: 99999;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.searchform-container {
  background-color: #fff;
  border-radius: 11px;
  width: 100%;
  max-width: 900px;
  padding: 10px 10px 10px 20px;
}

.search-form {
  margin-bottom: 0;
}

.search-form__field {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.overflow {
  width: 100%;
  overflow: hidden;
}

.search-field {
  color: #000;
  text-align: left;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-color: #fff;
  height: auto;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.search-field::placeholder {
  color: #b8b8b8;
}

.submit-search {
  opacity: .7;
  color: #0000;
  background-color: #3898ec00;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 49px;
  display: block;
}

.close-search {
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.search-link {
  z-index: 9999;
  cursor: pointer;
  width: 24px;
  margin-left: 20px;
  position: relative;
}

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

.home-main-sections_element {
  width: 49%;
  position: relative;
  overflow: hidden;
}

.home-main-sections_image {
  width: 100%;
  height: auto;
  transition: all .2s;
}

.home-main-sections_text-container {
  text-align: center;
  background-color: #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.home-main-sections_title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.home-main-sections_text {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.padding-global {
  padding-left: 40px;
  padding-right: 40px;
}

.home-categories {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2%;
  margin-bottom: 0%;
  display: flex;
}

.home-categories_link {
  width: 32%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}

.home-categories_link.is-last {
  margin-bottom: 0%;
}

.home-categories_image {
  width: 100%;
  transition: all .2s;
}

.home-categories_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.section_estudio {
  background-color: #f9f9f9;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is-home {
  padding-top: 2rem;
}

.estudio {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 3px 5px -2px #0000001a;
}

.estudio_image-container {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.estudio_text {
  width: 50%;
  padding: 60px 50px;
}

.estudio_title {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.estudio_paragraph {
  color: #222;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.estudio_image {
  background-image: url('../images/343296032_1193094221400395_4939348065279202114_n.jpg');
  background-position: 50%;
  background-size: cover;
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.home-button {
  color: #fff;
  background-color: #4b4b4b;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 8px 18px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

.container-large {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.section_proyectos {
  text-align: center;
  background-color: #f8f8f8;
}

.project_grid {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.project {
  color: #000;
  background-color: #fff;
  width: 32%;
  text-decoration: none;
  box-shadow: 2px 4px 5px -2px #0000001a;
}

.project_image-container {
  overflow: hidden;
}

.project_image {
  width: 100%;
  transition: all .2s;
}

.muebles_text {
  width: 50%;
  padding-right: 60px;
}

.muebles {
  flex-direction: row;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.project_text-container {
  padding: 15px 35px;
}

.project_title {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.project_title-grid {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.muebles_image-container {
  width: 50%;
  overflow: hidden;
}

.muebles_image {
  transition: all .2s;
}

.section_instagram {
  text-align: center;
  background-color: #eee;
}

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

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

.section_shop-header {
  text-align: center;
}

.section_shop-header.is-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 48vh;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_shop-header.is-color {
  min-height: 40vh;
}

.shop-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.shop-subtitle {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.container-small {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.section_archive {
  margin-bottom: 140px;
}

.shop-filters {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
  position: relative;
}

.products {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.products.col-3 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
}

.product-element {
  width: 31.33%;
  margin-bottom: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.product-element.col-3 {
  width: 31.33%;
}

.product-element_image-container {
  margin-bottom: 10px;
  overflow: hidden;
}

.woocommerce-loop-product__title {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.woo-cats {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.price {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.section_shop-description {
  text-align: center;
}

.container-medium {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is-small {
  max-width: 1100px;
}

.menu_arrow-wrap {
  opacity: 0;
  justify-content: center;
  align-items: flex-end;
  width: 7em;
  height: 0;
  display: flex;
}

.xarxes-socials_boto:hover {
  opacity: .63;
}

.solutions_column {
  grid-column-gap: 1.5em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_button {
  background-color: #ffffff1a;
  border-radius: 100vw;
  padding: .6em 1.6em;
}

.filters-button {
  display: none;
}

.system-25-35-400 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.system-25-35-400.dark-blue {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.small-link_text {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.form-block {
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
}

.system-15-19-600 {
  color: #0c0c0c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.system-15-19-600.dark-blue {
  margin-bottom: 0;
}

.system-15-19-600.margin {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 19px;
}

.menu_bg {
  background-color: #fff;
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 3px #0003;
}

.xarxes-socials {
  grid-column-gap: 7px;
  margin-top: 8px;
  display: flex;
}

.legal-link_footer {
  color: #ffffff7d;
  margin-left: 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.legal-link_footer:hover {
  color: #ebebeb;
}

.system-14-17-400 {
  color: #666;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.checkboxes-container {
  margin-top: 7px;
}

.mapa-web_columns {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.checkbox-container {
  margin-bottom: 2px;
  padding-left: 20px;
}

.fixed_menu_dp-link {
  cursor: pointer;
  transition: opacity .1s;
}

.search-elbullistore__input {
  color: #b2b4be;
  border: 1px solid #dadada;
  border-radius: 20px;
  height: 34px;
  margin-bottom: 0;
  padding: 5px 50px 6px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.ample_footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.menu_link-text {
  color: var(--grey);
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1rem;
}

.menu_link-text.single-nav {
  color: #5e6685;
}

.nav_button-text {
  font-size: 1.1em;
}

.header-right {
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  display: flex;
}

.menu_content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: perspective(1200px)rotate(0)perspective(2200px);
}

.small-link {
  border-radius: 13px;
  align-items: center;
  max-width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.linia1 {
  background-color: #0e173a;
  width: 22px;
  height: 2px;
}

.progress-bar {
  z-index: 2147483647;
  background-color: #0084ff;
  width: 0;
  height: 5px;
  position: fixed;
  top: 0;
  left: 0;
}

.menu_dropdown-padding {
  padding: 60px 3.5em 90px;
}

.linia3 {
  background-color: #0e173a;
  width: 22px;
  height: 2px;
}

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

.inter-15-20-400 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.fixed_menu_arrow-wrap {
  opacity: 0;
  justify-content: center;
  align-items: flex-end;
  width: 7em;
  height: 0;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  border-bottom: 2px solid #ffffff2e;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 4px;
  display: flex;
}

.fixed_menu_dropdown_content {
  z-index: 1;
  color: #0a2540;
  background-color: #fff;
  flex: none;
  font-size: .7rem;
  position: absolute;
  overflow: hidden;
}

.mapa-web_column {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.mapa-web_column.last {
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.anchor-menu {
  position: absolute;
  top: 110px;
}

.menu-elbulli1846 {
  background-image: url('../images/elbulli1846.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
}

.text-block-8 {
  color: #fff;
  font-size: 17px;
}

.fixed_menu_bg {
  background-color: #fff;
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 3px #0003;
}

.elbullistore-archive__header {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 12px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-2.is-mobile-menu {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-2.is-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding: 0 0 0;
  display: flex;
}

.image-2 {
  width: 227px;
}

.solutions_wrap {
  justify-content: flex-start;
  align-items: flex-start;
}

.menu_dp-link {
  cursor: pointer;
  transition: opacity .1s;
}

.mapa-web_titulo {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.mapa-web_titulo:hover {
  color: #fff;
}

.search {
  width: 30px;
  margin-left: 11px;
}

.elbullistore-archive__main {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block {
  letter-spacing: .2px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  text-decoration: none;
}

.menu-bullinianos {
  background-image: url('../images/Captura-de-pantalla-2022-11-24-a-las-13.25.26.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
}

.mobile_menu {
  z-index: 9;
  opacity: 0;
  background-color: #0e173a;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-5 {
  color: #556374;
  max-width: 540px;
  margin-top: 9px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.sidebar-sections {
  margin-bottom: 25px;
}

.elbullistore-archive__sidebar {
  width: 18%;
  position: sticky;
  top: 30px;
}

.menu_link-padding {
  cursor: pointer;
  padding: 1.7em .7em;
}

.submit-button {
  color: #ffffffab;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff3b;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
  display: none;
}

.submit-button:hover {
  background-color: #59afff;
}

.html-embed {
  display: flex;
}

.solutions_flex {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.text-field::placeholder {
  color: #ffffff85;
}

.product {
  cursor: pointer;
  width: 30.66%;
  text-decoration: none;
}

.section-legal_footer {
  background-color: #0e173a;
  border-top: 2px solid #ffffff2b;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fixed_menu_dp-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.menu_dropdown_content {
  z-index: 1;
  color: #0a2540;
  background-color: #fff;
  flex: none;
  font-size: .7rem;
  display: none;
  position: absolute;
  overflow: hidden;
}

.linia2 {
  background-color: #0e173a;
  width: 22px;
  height: 2px;
}

.text-block-4 {
  font-size: 23px;
  font-weight: 700;
}

.menu_arrow {
  z-index: 2;
  width: 0;
  height: 0;
  margin-top: 1px;
  display: block;
  position: absolute;
  inset: 1px auto auto 0%;
}

.searchform-container-2 {
  background-color: #fff;
  border-radius: 11px;
  width: 100%;
  max-width: 900px;
  margin-top: -100px;
  padding: 10px 10px 10px 20px;
}

.menu-elbullidna {
  background-image: url('../images/1651260989_283470_1651261409_noticia_normal.jpg');
  background-position: 17%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
}

.search-field-2 {
  color: #000;
  text-align: left;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-color: #fff;
  height: auto;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.search-field-2::placeholder {
  color: #aebbbe;
}

.elbullistore-archive__results {
  grid-column-gap: 4%;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 76%;
  display: flex;
}

.ir-a-home {
  color: #7da3cc;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ir-a-home:hover {
  color: #0e173a;
}

.text-block-9 {
  color: #ffffffeb;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: 500;
}

.image-4 {
  opacity: .57;
  width: 16px;
}

.search-container-2 {
  z-index: 2147483647;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block-2 {
  background-image: url('../images/sobre-bullifoundation.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
}

.mapa-web_index {
  color: #fff9;
  margin-bottom: 6px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}

.mapa-web_index:hover {
  color: #fff;
}

.product-title {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
}

.burger {
  z-index: 9999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  padding: 13px 10px;
  display: none;
  position: relative;
}

.proportion {
  padding-bottom: 130%;
}

.system-14-17-700 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.header {
  z-index: 1;
  justify-content: center;
  padding-left: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.header.fixed {
  z-index: 999999;
  display: none;
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
}

.footer_entradas {
  color: #fff;
  background-color: #0e173a;
  min-height: 200px;
  font-size: 15px;
  display: block;
  position: relative;
}

.menu_dp-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.header-top {
  margin-top: 75px;
}

.logos_esquerra {
  margin-left: 0;
}

.partners {
  background-color: #fff;
  justify-content: center;
  padding: 25px 3% 40px;
  display: flex;
}

.logos_abaix {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.product-image__container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1rem;
  display: flex;
}

.boto-entradas_blau {
  color: #0e173a;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 12px 17px 11px 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.boto-entradas_blau:hover {
  color: #fff;
  background-color: #59afff;
}

.boto-entradas_blau.single-nav {
  color: #fff;
  background-color: #0e173a;
  margin-left: 10px;
}

.product-image__flex {
  text-align: center;
  object-fit: contain;
  object-position: 50% 100%;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.submit-search-2 {
  color: #0000;
  background-color: #3898ec00;
  background-image: url('../images/search-elbullifoundation.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 49px;
  display: block;
}

.nav {
  z-index: 1000;
  padding-top: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav.single-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-top: 0;
}

.text-block-6 {
  margin-top: 11px;
}

.cart-logo {
  z-index: 9999;
  opacity: .8;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  margin-left: 6px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.header-left {
  width: 15%;
}

.elbullistore-archive__container {
  padding-top: 50px;
  padding-bottom: 150px;
}

.leftcontainer-legal_footer {
  display: flex;
}

.product-image {
  max-height: 100%;
}

.system-15-19-500 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.system-15-19-500.blue {
  color: #0084ff;
  margin-bottom: 0;
}

.menu-elbullistore {
  background-image: url('../images/Captura-de-pantalla-2022-11-24-a-las-13.43.25.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
}

.account-logo {
  width: 26px;
  height: auto;
}

.search-elbullistore__submit {
  background-color: #0000;
  background-image: url('../images/Combined-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 0;
  position: absolute;
  top: -2px;
  right: 12px;
}

.mapa-web {
  background-color: #2d3554;
  padding-top: 40px;
  padding-bottom: 40px;
}

.search-elbullistore {
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 75px;
  right: 0;
}

.search-elbullistore.search-archive {
  width: 260px;
  position: relative;
  top: 0;
  right: 0;
}

.small-link_icon {
  color: #88add2;
  width: 1rem;
  height: 1rem;
  margin-right: 1em;
}

.fixed_menu_content {
  width: 100%;
  height: 0;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(0);
}

.partner_tecnologico {
  color: #888;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
}

.menu_arrow-svg {
  color: #fff;
  width: 1.5em;
  height: 1em;
  font-size: .9rem;
}

.row-legal_footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox {
  width: 13px;
  margin-left: -20px;
  font-size: 12px;
  line-height: 12;
}

.text-color-lightgrey {
  color: var(--lightgrey);
}

.title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

.legal_text {
  color: #666;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.title-3 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.title-1 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.title_container {
  text-align: center;
  margin-bottom: 40px;
}

.contact_columns {
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 140px;
  display: flex;
}

.contact_column {
  width: 48%;
}

.contact-direction {
  margin-top: 25px;
}

.wpcf7-form-control {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  text-transform: uppercase;
  background-color: #7f8c8d;
  border: 1px #000;
  border-radius: 5px;
  width: auto;
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000;
}

.label_form {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_text {
  color: #666;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.content_h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.splide.full {
  margin-top: 40px;
  margin-bottom: 40px;
}

.splide__list {
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.splide__slide {
  align-items: flex-end;
  display: flex;
}

.resp-image-2 {
  width: 100%;
}

.navbar {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 16px;
}

.main-logo {
  z-index: 9999;
  width: 100%;
  max-width: 200px;
  padding-left: 0;
}

.navbar_columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.main-link {
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.main-link.is-mobile {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  transition: all .2s;
}

.main-link.is-mobile:hover {
  opacity: .6;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 250px;
  right: 250px;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.mobile-menu {
  background-color: #252525;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.mobile-menu_container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #252525;
}

.footer_main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer_bottom {
  background-color: #000;
}

.footer_columns {
  grid-column-gap: 6%;
  grid-row-gap: 22px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

.footer_column {
  width: 47%;
}

.footer_text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.margin-0 {
  margin-bottom: 0;
}

.footer_logo {
  max-width: 180px;
  margin-bottom: 17px;
}

.footer_title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.footer_bottom-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer_social-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_social {
  transition: opacity .2s;
}

.footer_social:hover {
  opacity: .75;
}

.footer_legal-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.legal-link {
  color: #a3a3a3;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
}

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

.dropdown_link {
  color: var(--grey);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.dropdown_link:hover {
  color: var(--black);
}

.dropdown_toggle {
  border: 1px solid var(--lightlightgrey);
  padding: 10px 35px 10px 15px;
}

.dropdown_icon {
  margin-right: 10px;
}

.dropdown_list {
  border-right: 1px solid var(--lightlightgrey);
  border-bottom: 1px solid var(--lightlightgrey);
  border-left: 1px solid var(--lightlightgrey);
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.shop-filters_categories {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.shop-filters_category {
  border: 1px solid var(--lightlightgrey);
  color: #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 6px 18px 7px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.shop-filters_category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.shop-filters_category.active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.eu-paragraph {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.eu-logo {
  max-width: 200px;
}

.logos-eu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-header_overlay {
  background-color: #00000026;
  position: absolute;
  inset: 0;
}

.shop-header_image {
  background-image: url('../images/macc.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 1280px) {
  .overflow {
    text-align: center;
  }

  .home-main-sections_text-container {
    padding-left: 20%;
    padding-right: 20%;
  }

  .home-main-sections_title {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .home-main-sections_text {
    font-size: 1.15vw;
    line-height: 1.6vw;
  }

  .padding-global {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-categories_title {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .estudio_text {
    padding: 5vw 60px;
  }

  .estudio_title {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }

  .estudio_paragraph {
    font-size: 1.2vw;
    line-height: 1.8vw;
  }

  .home-button {
    padding: .75vw 1.4vw;
    font-size: 1vw;
    line-height: 1.2vw;
  }

  .muebles_text {
    padding-right: 80px;
  }

  .project_text-container {
    padding: 20px 40px;
  }

  .project_title {
    font-size: 17px;
    line-height: 23px;
  }

  .shop-filters {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .products {
    grid-column-gap: 2.5%;
    grid-row-gap: 2.5%;
  }

  .product-element {
    width: 23.12%;
    margin-bottom: 35px;
  }

  .form-block {
    width: auto;
    margin-top: 0;
  }

  .legal-link_footer {
    margin-left: 35px;
  }

  .mapa-web_column {
    width: 15%;
  }

  .mapa-web_column.last {
    align-items: flex-start;
    width: 15%;
    margin-top: 0;
  }

  .search {
    cursor: pointer;
  }

  .menu_link-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .content_text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .content_h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 25px;
  }

  .splide.full {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .burguer {
    display: none;
  }

  .footer_columns {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .footer_column {
    width: 22%;
  }

  .footer_text {
    font-size: 16px;
    line-height: 24px;
  }

  .footer_logo {
    max-width: 195px;
  }

  .footer_title {
    font-size: 15px;
    line-height: 23px;
  }

  .footer_bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer_legal-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .legal-link {
    font-size: 16px;
    line-height: 24px;
  }

  .shop-filters_categories {
    width: auto;
    margin-bottom: 0;
    position: absolute;
    left: 260px;
    right: 260px;
  }

  .plan-logo {
    max-width: 200px;
  }

  .logos-eu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .estudio_title {
    margin-bottom: 25px;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .estudio_paragraph {
    margin-bottom: .9vw;
    font-size: 1.1vw;
    line-height: 1.7vw;
  }

  .home-button {
    margin-top: 22px;
    font-size: .85vw;
    line-height: 1.2vw;
  }

  .elbullistore-archive__sidebar {
    width: 16%;
  }

  .product {
    width: 22.5%;
  }

  .elbullistore-archive__results {
    grid-column-gap: 3.33%;
    grid-row-gap: 40px;
    width: 80%;
  }

  .product-image__container {
    margin-bottom: 15px;
  }

  .dropdown_link {
    font-size: 16px;
    line-height: 22px;
  }

  .shop-filters_categories {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .shop-filters_category {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .home-main-sections_title {
    font-size: 44px;
    line-height: 50px;
  }

  .home-main-sections_text {
    font-size: 21px;
    line-height: 29px;
  }

  .home-categories_title {
    font-size: 38px;
    line-height: 44px;
  }

  .padding-section-medium {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .estudio_title {
    font-size: 26px;
    line-height: 32px;
  }

  .estudio_paragraph {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 28px;
  }

  .home-button {
    font-size: 15px;
    line-height: 18px;
  }

  .project_grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .project_title {
    font-size: 22px;
    line-height: 28px;
  }

  .project_title-grid {
    font-size: 34px;
    line-height: 40px;
  }

  .section_shop-header.is-image {
    min-height: 40vh;
  }

  .shop-filters {
    margin-bottom: 60px;
  }

  .products {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .product-element {
    width: 15%;
    margin-bottom: 40px;
  }

  .padding-section-small {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-2.is-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .search-container {
    padding-left: 70px;
    padding-right: 70px;
    display: none;
  }

  .home-main-sections_text-container {
    padding-left: 12%;
    padding-right: 12%;
  }

  .home-main-sections_title {
    font-size: 22px;
    line-height: 26px;
  }

  .home-main-sections_text {
    font-size: 14px;
  }

  .padding-global {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-categories_title {
    font-size: 19px;
    line-height: 24px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .estudio {
    flex-flow: column wrap;
  }

  .estudio_image-container {
    width: 100%;
    height: 50vh;
  }

  .estudio_text {
    width: 100%;
  }

  .home-button {
    font-size: 11px;
    line-height: 17px;
  }

  .project_grid {
    margin-top: 25px;
  }

  .project_title {
    font-size: 15px;
  }

  .project_title-grid {
    font-size: 24px;
    line-height: 30px;
  }

  .shop-subtitle {
    font-size: 17px;
    line-height: 26px;
  }

  .products, .products.col-3 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .product-element, .product-element.col-3 {
    width: 48%;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xarxes-socials_boto {
    width: 32px;
  }

  .nav_button {
    display: none;
  }

  .xarxes-socials {
    grid-column-gap: 9px;
    margin-top: 6px;
  }

  .legal-link_footer {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
  }

  .legal-link_footer.lang {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .legal-link_footer.lang.mobile {
    margin-left: 0;
    margin-right: 20px;
  }

  .mobile_social-legal {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .checkbox-container {
    margin-right: 18px;
    display: inline-block;
  }

  .ample_footer {
    flex-direction: column;
    align-items: center;
  }

  .mobile-sociallink-image {
    width: 35px;
    max-width: none;
    height: 35px;
    transition: opacity .2s;
  }

  .mobile-sociallink-image:hover {
    opacity: .6;
  }

  .header-right {
    width: auto;
  }

  .linia1 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .logos_dreta {
    text-align: center;
    margin-top: 30px;
  }

  .linia3 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .large-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inter-15-20-400.white.copyright {
    margin-bottom: 10px;
  }

  .mapa-web_column {
    width: 30%;
    margin-bottom: 25px;
  }

  .mapa-web_column.last {
    align-items: flex-start;
    width: 30%;
    margin-top: 0;
  }

  .legal-mobile {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
    display: flex;
  }

  .tab-linkelement__mobilemenu {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 25px 10px;
    display: flex;
    overflow: hidden;
  }

  .tab-linkelement__mobilemenu.close {
    display: none;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-2.is-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-2.is-nav.mobile-element {
    justify-content: flex-end;
  }

  .social-mobile {
    margin-bottom: 25px;
  }

  .search {
    width: 35px;
    margin-left: 15px;
  }

  .elbullistore-archive__main {
    flex-wrap: wrap;
  }

  .text-block {
    font-size: 11px;
  }

  .mobile_menu {
    z-index: 9999999;
    opacity: 1;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: none;
    position: fixed;
  }

  .elbullistore-archive__sidebar {
    width: 100%;
  }

  .product {
    width: 21%;
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 4%;
  }

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

  .linia2 {
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .elbullistore-archive__results {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-9 {
    margin-top: 20px;
  }

  .search-container-2 {
    padding-left: 70px;
    padding-right: 70px;
    display: none;
  }

  .burger {
    z-index: 99999;
    cursor: pointer;
    margin-left: 15px;
    display: flex;
  }

  .mobile_menu-container {
    width: 100%;
    padding: 50px 70px;
  }

  .logos_esquerra {
    text-align: center;
    margin-left: 0;
  }

  .mobile-sociallink {
    margin-right: 3px;
  }

  .partners {
    justify-content: flex-start;
    padding: 50px 0% 60px;
  }

  .menu {
    display: none;
  }

  .boto-entradas_blau {
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .nav {
    padding-top: 0;
  }

  .header-left {
    width: auto;
  }

  .leftcontainer-legal_footer {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .arrowcontainer-linkelement__mobilemenu {
    padding: 0 20px 0 40px;
  }

  .mainlink-linkelement__mobilemenu {
    color: #fff;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .linkelement-mobile_menu {
    border-bottom: 1px solid #ffffff4d;
    overflow: hidden;
  }

  .mapa-web {
    padding-bottom: 15px;
  }

  .search-elbullistore {
    top: 30px;
  }

  .submenu-linkelement__mobilemenu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .sublink-linkelement__mobilemenu {
    color: #fff9;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
    transition: all .2s;
    display: inline-block;
  }

  .sublink-linkelement__mobilemenu:hover {
    color: #fff;
  }

  .row-legal_footer {
    flex-direction: column;
  }

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

  .content_text {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 25px;
  }

  .content_h2 {
    margin-top: 35px;
    margin-bottom: 14px;
    font-size: 19px;
    line-height: 23px;
  }

  .splide.full {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .nav-menu {
    display: none;
  }

  .burguer {
    display: flex;
  }

  .footer_columns {
    grid-row-gap: 30px;
  }

  .footer_column {
    width: 47%;
  }

  .footer_column.is-first {
    width: 100%;
  }

  .footer_bottom-row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .legal-list {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .logos-eu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .search-container {
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .searchform-container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .search-field {
    font-size: 25px;
    line-height: 25px;
  }

  .submit-search {
    background-position: 100%;
    background-size: auto 35px;
  }

  .home-main-sections {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .home-main-sections_element {
    width: 100%;
  }

  .home-categories {
    margin-top: 18px;
  }

  .home-categories_link {
    width: 48%;
    margin-bottom: 4%;
  }

  .home-categories_title {
    font-size: 18px;
    line-height: 23px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .estudio_image-container {
    height: 40vh;
  }

  .estudio_text {
    padding: 35px;
  }

  .estudio_title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .project_grid {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .project {
    width: 100%;
    margin-bottom: 7%;
  }

  .muebles_text {
    width: 100%;
    margin-top: 24px;
    padding-right: 0;
  }

  .muebles {
    flex-direction: column-reverse;
  }

  .project_text-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project_title-grid {
    font-size: 22px;
    line-height: 28px;
  }

  .muebles_image-container {
    width: 100%;
  }

  .instagram-container {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .shop-title {
    font-size: 30px;
    line-height: 36px;
  }

  .shop-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .section_archive {
    margin-bottom: 100px;
  }

  .shop-filters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .products, .products.col-3 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .product-element, .product-element.col-3 {
    width: 47.5%;
  }

  .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 19px;
  }

  .form-block {
    max-width: 280px;
  }

  .legal-link_footer {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .legal-link_footer.lang.mobile {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .mobile_social-legal {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .ample_footer {
    flex-direction: column;
    align-items: center;
  }

  .progress-bar {
    display: none;
  }

  .logos_dreta {
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
    display: flex;
  }

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

  .mapa-web_column {
    align-items: flex-start;
    width: 48%;
    padding-right: 0;
  }

  .mapa-web_column.last {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .legal-mobile {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 0;
  }

  .tab-linkelement__mobilemenu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .arrow-linkelement__mobilemenu {
    width: 18px;
  }

  .search {
    display: none;
  }

  .product {
    width: 29%;
    margin-bottom: 7%;
    margin-right: 4.33%;
  }

  .section-legal_footer {
    flex-direction: column;
    align-items: center;
  }

  .searchform-container-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .languages-mobile {
    margin-bottom: 10px;
  }

  .search-field-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-9 {
    margin-top: 0;
  }

  .search-container-2 {
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .burger {
    margin-left: 12px;
  }

  .mobile_menu-container {
    padding: 0 35px;
  }

  .logos_esquerra {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .partners {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .logos_abaix {
    grid-row-gap: 25px;
  }

  .boto-entradas_blau {
    display: none;
  }

  .submit-search-2 {
    background-position: 100%;
    background-size: auto 35px;
  }

  .arrow-close {
    width: 18px;
    transform: rotate(180deg);
  }

  .elbullistore-archive__container {
    padding-bottom: 100px;
  }

  .leftcontainer-legal_footer {
    flex-direction: column;
    align-items: center;
  }

  .arrowcontainer-linkelement__mobilemenu {
    padding-left: 25px;
    padding-right: 10px;
  }

  .mainlink-linkelement__mobilemenu {
    font-size: 24px;
    line-height: 24px;
  }

  .mapa-web {
    display: none;
  }

  .search-elbullistore {
    top: 20px;
  }

  .sublink-linkelement__mobilemenu {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 21px;
    line-height: 21px;
  }

  .title-2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .legal_text {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .title-3 {
    margin-top: 35px;
    font-size: 17px;
  }

  .title-1 {
    font-size: 24px;
    line-height: 30px;
  }

  .title_container {
    margin-bottom: 30px;
  }

  .contact_columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .contact_column {
    width: 100%;
  }

  .contact-direction {
    margin-top: 20px;
  }

  .wpcf7-form-control {
    margin-bottom: 15px;
    padding: 8px 13px;
    font-size: 15px;
    line-height: 23px;
  }

  .wpcf7-form-control.wpcf7-submit {
    padding: 8px 18px;
    font-size: 14px;
  }

  .label_form {
    font-size: 15px;
    line-height: 23px;
  }

  .content_text {
    font-size: 16px;
    line-height: 24px;
  }

  .content_h2 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_column {
    text-align: center;
    width: 100%;
  }

  .legal-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown_link {
    font-size: 13px;
    line-height: 19px;
  }

  .shop-filters_categories {
    margin-bottom: 8px;
  }

  .shop-filters_category {
    font-size: 13px;
    line-height: 19px;
  }

  .logos-eu {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .home-main-sections_text-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .padding-global {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-categories_title {
    font-size: 16px;
    line-height: 22px;
  }

  .estudio_text {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .estudio_title {
    font-size: 17px;
    line-height: 21px;
  }

  .estudio_paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  .home-button {
    margin-top: 10px;
    padding: 7px 16px;
    font-size: 10px;
    line-height: 15px;
  }

  .project_title {
    font-size: 14px;
    line-height: 20px;
  }

  .project_title-grid {
    font-size: 19px;
    line-height: 24px;
  }

  .shop-title {
    font-size: 26px;
    line-height: 32px;
  }

  .shop-subtitle {
    font-size: 15px;
    line-height: 23px;
  }

  .section_archive {
    margin-bottom: 80px;
  }

  .products, .products.col-3 {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }

  .product-element, .product-element.col-3 {
    width: 47%;
  }

  .system-25-35-400.dark-blue {
    font-size: 20px;
    line-height: 25px;
  }

  .mobile_social-legal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-elbullistore__input {
    margin-top: 25px;
  }

  .mobile-sociallink-image {
    width: 30px;
    height: 30px;
  }

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

  .elbullistore-archive__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .container-2.is-nav.mobile-element {
    padding-bottom: 15px;
  }

  .image-2 {
    width: 70%;
  }

  .arrow-linkelement__mobilemenu {
    width: 16px;
  }

  .product {
    width: 43%;
    margin-bottom: 10%;
    margin-right: 7%;
  }

  .search-container-2 {
    z-index: 2147483647;
  }

  .mobile_menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .arrow-close {
    width: 16px;
  }

  .elbullistore-archive__container {
    padding-bottom: 60px;
  }

  .mainlink-linkelement__mobilemenu {
    font-size: 21px;
    line-height: 21px;
  }

  .search-elbullistore__submit {
    top: 24px;
  }

  .search-elbullistore {
    top: -10px;
  }

  .partner_tecnologico {
    margin-bottom: 13px;
  }

  .sublink-linkelement__mobilemenu {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 16px;
  }

  .title-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .title-3 {
    color: #000;
    font-size: 16px;
    line-height: 25px;
  }

  .title-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .title_container {
    margin-bottom: 25px;
  }

  .main-logo {
    max-width: 160px;
  }

  .footer_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_text {
    font-size: 14px;
    line-height: 22px;
  }

  .footer_logo {
    margin-bottom: 14px;
  }

  .footer_title, .legal-link {
    font-size: 14px;
    line-height: 22px;
  }
}


