@media (min-width: 62rem) {
  header #block-vxl-navigation {
    width: 93%;
    float:left;
  }
}


header .visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); overflow: hidden;
}

header .header-search__toggle,
header .header-search__close  {
  display: none;
}

header .header-search__overlay[hidden],
header .header-search__overlay {
  display: block !important;
  position: initial;
}

@media (min-width: 62rem) {
  header .header__navigation { 
    position: relative;
  }
  header .header-search__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left:4%;
  }
  header .header-search__toggle:hover {
    opacity: .8;
  }
  header .header-search__icon {
    width: 24px; height: 24px; fill: #fff;
  }
  header .header-search__overlay[hidden] {
    display: none !important;
  }
  header .header-search__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
  }
  header .header-search__dialog {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0,0,0,.25);
    padding: 32px 24px;
    align-content: center;
    opacity: 0.85;
  }
  header .header-search__close {
    position: absolute; top: 8px; right: 12px;
    font-size: 28px; line-height: 1;
    border: 0; background: transparent; cursor: pointer;
    opacity: .6; transition: opacity .15s;
  }
  header .header-search__close:hover {
    opacity: 1;
  }  
}

header .header-search__form form {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (min-width: 62rem) {
  header .header-search__form form {
    gap: 60px;
  }
}

header .header-search__form input[type="text"],
header .header-search__form input[type="search"] {
  width: initial;
  font: var(--f-Poppins-14-400);
  line-height: 1.2;
  padding: 0.85rem 1.25rem;
  border: 3px solid white;
  color: white;
  background: transparent;
  border-radius: 4px;
  outline: none;
}
@media (min-width: 62rem) {
  header .header-search__form input[type="text"],
  header .header-search__form input[type="search"] {
    width: 100%;
    max-width: 520px;
    font: var(--f-Poppins-16-400);
    color: black;
    border: 3px solid var(--orange);
    font-size: 20px;
    padding: 16px 18px;
    background: initial;
  }
}
header .header-search__form input[type="text"]:focus,
header .header-search__form input[type="search"]:focus,
header .header-search__form input[type="text"]::placeholder  {
  color: white;
}
@media (min-width: 62rem) {
  header .header-search__form input[type="text"]:focus,
  header .header-search__form input[type="search"]:focus {
    box-shadow: 0 0 0 4px rgba(255,106,0,.15);
    color: var(--orange);
  }
  header .header-search__form input[type="text"]::placeholder{
    color: var(--orange);
  }
}

header .header-search__form input[type="submit"],
header .header-search__form button[type="submit"] {
  font: var(--f-Poppins-14-700);
  padding: 0.85rem 1.25rem;
  border: 3px solid white;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: transform .05s ease-in, box-shadow .15s;
  background: none;
  text-transform: uppercase;
}
@media (min-width: 62rem) {
  header .header-search__form input[type="submit"],
  header .header-search__form button[type="submit"] {
    font: var(--f-Poppins-16-400);
    font-size: 18px;
    padding: 16px 22px;
    border: 3px solid var(--blue);
    color: var(--blue);
    font-weight: bold;
  }
}
header .header-search__form input[type="submit"]:hover {
  box-shadow: 0 6px 16px rgba(8,165,181,.25);
  opacity: 0.9;
}

header #header-search-title {
  color: white;
  font: 700 1rem / 1.6875rem Poppins;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed white;
  text-align: center;
}
@media (min-width: 62rem) {
  header #header-search-title {
    font: var(--f-Poppins-36-700);
    color: var(--orange);
    margin-top: initial;
    padding-top:initial;
    border-top: initial;
  }
}

header .header-search__form label {
  display: block;
}

header .header-search__form label.visually-hidden {
  position: absolute !important;
}

.body.header-search--open,
.header-search--open {
  overflow: hidden;
}

@media (max-width: 480px) {
  header .header-search__form form {
    flex-direction: column; gap: 10px;
  }
  header .header-search__form input[type="submit"] {
    width: 100%; 
  }
}

div[id^="block-vxl-formulariexposatcercadorblock-"] {
  width: min(75rem, calc(100% - 4rem));
  display: flex;
  margin-inline: auto;
  padding-block: 1rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

div[id^="block-vxl-formulariexposatcercadorblock-"] > form,
div[id^="block-vxl-formulariexposatcercadorblock-"] > form > .form-item{
  display: contents;
}

div[id^="block-vxl-formulariexposatcercadorblock-"] .form-item-search-api-fulltext label {
  color:#000;
  font-size: 3rem;
  font-weight: bold;
  margin-top:3rem;
  margin-bottom:1rem;
  text-align: center;
  flex: 1 1 100%;

}

div[id^="block-vxl-formulariexposatcercadorblock-"] .form-item-search-api-fulltext input.form-text {
  font: var(--f-Poppins-16-400);
  font-size: 20px;
  line-height: 1.2;
  padding: 16px 18px;
  border: 3px solid var(--orange);
  border-radius: 4px;
  outline: none;
  color: var(--orange);
  width: 100%;
}
@media(min-width: 48rem){
  div[id^="block-vxl-formulariexposatcercadorblock-"] .form-item-search-api-fulltext input.form-text {
    width: initial;
  }
}

div[id^="block-vxl-formulariexposatcercadorblock-"]input.form-text:focus {
  box-shadow: 0 0 0 4px rgba(255,106,0,.15);
}

div[id^="block-vxl-formulariexposatcercadorblock-"] input.form-text::placeholder {
  color: var(--orange);
}

div[id^="block-vxl-formulariexposatcercadorblock-"] .form-actions input {
  font-size: 18px;
  padding: 14.5px 22px;
  border: 3px solid var(--blue);
  border-radius: 4px;
  color: var(--blue);
  cursor: pointer;
  transition: transform .05s ease-in, box-shadow .15s;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}

div[id^="block-vxl-formulariexposatcercadorblock-"] .form-actions input:hover {
  color:#FFF;
  background: var(--blue);
}

.views-view--cercador {
  display: grid;
  gap: 2rem;
  grid-template-columns: 100%;
  margin-inline: auto;
  padding-block: 0;
  width: 100%;
}
@media(min-width:62rem){
  .views-view--cercador {
    box-sizing: border-box;
  }
}

.views-view--cercador  > div{
  width: min(75rem, calc(100% - 4rem));
  margin: 0 auto;
}

.views-view--cercador  > .views-row{
  padding-bottom: 2rem;
  border-bottom: 2px dotted #CCC;
}
