#header-desktop .boton-search,
#header-mobile .boton-search {
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/search.svg) no-repeat top;

}

.home #header-desktop .boton-search,
.home #header-mobile .boton-search {
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/search-white.svg) no-repeat top;
}

.search-results #header-desktop .boton-search,
.home.is-scrolled #header-desktop .boton-search,
.home #header-desktop.hovered .boton-search,
.is-scrolled #header-mobile .boton-search,
#header-mobile.hovered .boton-search,
#header-mobile.menu-open .boton-search {
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/search.svg) no-repeat top;

}

#header-desktop.hovered .boton-search,
#header-mobile.hovered .boton-search {
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/search.svg) no-repeat top;

}


.modal-search #searchform {}

.modal-search {
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 999999;
  top: 0px;
  padding: 130px 20px 0;
  background: linear-gradient(180deg,
      rgba(72, 72, 72, 1) 0%,
      rgba(72, 72, 72, 0.5) 100%);
  background-blend-mode: multiply;
  transform: translateY(-100px);
  transition: all 0.3s;
  opacity: 0;
  color: #fff;
}

.modal-search.active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.modal-search .title {
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 80px;
  color: #ffffff;
  display: block;
  margin: 0 0 40px 0;
}

.modal-search .js-search-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  cursor: pointer;
  font-size: 35px;
}

.modal-search #searchform .boton-searchform-inner {
  top: 0px;
  height: 60px;
  position: relative;
}

.home .modal-search #searchform .boton-searchform-inner {
  position: relative;
  top: 0px;
  height: 60px;
}

.home.is-scrolled .modal-search #searchform .boton-searchform-inner {
  top: 0px;
  height: 60px;

}

.home .modal-search #searchform {
  width: 100%;
}

.home.is-scrolled .modal-search #searchform {
  width: 100%;
}

.modal-search #searchform input[type="text"] {
  min-height: 40px;
  position: relative;
  width: 100%;
  border: 0px;
  font-size: 20px;
  padding-left: 20px;
  font-size: 2rem;
  color: #333333;
  border-radius: 5px;
  font-weight: normal;
  appearance: none;
  -webkit-appearance: none;
  transition: all 200ms;
}

.home .modal-search #searchform input[type="text"] {
  border-radius: 5px;
  padding: 0px 75px 0px 15px;
  font-size: 16px;
}

.home.is-scrolled .modal-search #searchform input[type="text"] {
  height: 100%;
  position: absolute;
  width: 100%;
  border: 0px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 5px;
  padding: 0px 75px 0px 15px;
  color: #333333;
  font-weight: normal;
  appearance: none;
  -webkit-appearance: none;
}

.modal-search #searchform button {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  border: 0px;
  font-size: 25px;
  color: #757474;
}

/*
------------------------------
.site-search
------------------------------
*/
.site-search {
  display: none;
}


.modal-search .title-modal {
  font-family: "Rufina", serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  display: block;
}

@media (min-width: 992px) {
  .modal-search .title-modal {

    font-size: 72px;
    line-height: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .modal-search .title-modal {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}


.grecaptcha-badge {
  visibility: hidden;
}