.scaledown {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.scaleup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 36px;
  right: 2rem;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  padding: 0.2em 0.6em;
  background: #32244a;
  color: #fff;
  border-radius: 25%;
  outline: none;
}

.close-btn:hover {
  background: white;
  color: #32244a;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ededed;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  overflow: auto;
}

.search-box.search-elem.search-open {
  transform: scale(1);
}

.search-box.search-elem .inner {
  /* position: fixed;
  transform: translateY(-50%);
  max-width: 70%;
  top: 50vh;
  right: 16%; */

  position: relative;
    max-width: 70%;
    top: 36px;
    margin: 0 auto;
}

.search-box.search-elem label {
  color: #32244a;
  font-weight: 300;
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 12px;
  height: 70px;
  padding: 10px 2rem;
  background: #32244a;
  font-size: 1rem;
  color: white;
  display: inline-block;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  transition: background-color 300ms ease-out;
  box-sizing: border-box;
}

.search-box.search-elem button.submit[disabled] {
  background: #ccc;
  color: #32244a;
}

.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 72px;
  background: transparent;
  font-size: 32px;
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #000;
  transition: border 0.3s;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 1rem 0;
  -webkit-appearance: none;
  display: block;
}

.search-box.search-elem input[type="text"]:focus {
  outline: none;
  border: none;
  border-bottom: solid 2px #32244a;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  color: #000;
  transition: all 0.3s;
  background-color: transparent;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: #000;
  font-size: 1rem;
}

.search-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}

.search-btn:hover {
  color: #32244a;
}

.div-content-modal {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  /* background: #fff;
  padding-right: 0px !important;
  padding-left: 0px !important; */

    padding: 10px;
    border-radius: 1em;
    box-shadow: 0 0 15px -8px #000;
}

.content-modal-result {
  padding: 0.4em;
  margin: 0.3em;
  display: block;
  line-height: 1.4;
  padding: 1.5rem;
  width: 95%;
}
/* 
.a-result-modal {
    display: flex;
    justify-content: space-between;
} */

.icon-container {
    display: flex;
    align-items: center;
    margin: 0 4em 0 auto;
    color: #32244a;
}

.title-result {
    color: #32244a;
    text-decoration: none;
}

.div-content-modal a {
   text-decoration: none;
   cursor: pointer;
   position: relative;
   text-align: center;
}

.content-modal-result:hover {
    background-color: #f1f6f6;
    border-radius: 1em;
 }

.separador {
    background: #32244a;
    height: 1px;
    width: 70%;
    margin: 0 auto;
}

.candado {
    position: absolute;
    right: 2vh;
    top: 50%;
    color: #32244a;
}

.breadcrum-manual {
  font-style: italic;
  text-decoration: none;
  color: #999999;
  font-size: 0.7em;
}
