/* ---------------------------- from colors used ---------------------------- */
:root {
  --negro: #212121;
  --negro-tr: #212121bf;
  --negro-25: #21212140;
  --blanco: #fafafa;
  --blanco-tr: #fafafabf;
  --blanco-25: #fafafa40;
}

/* if body contains .page-node-type-pagina-de-error) height 100% in html tag */

html {
  height: 100%;
}

/* body.page-node-type-pagina-de-error {
  height: 100%;
} */

.page-node-type-pagina-de-error {
	background: #212121;
}

.page-node-type-pagina-de-error > div.mm-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #212121;
  overflow: hidden;
  overflow-y: auto;
}

.page-node-type-pagina-de-error > div > div > div {
  flex: 1 0 auto;
  margin: 0;
}
 

.page-node-type-pagina-de-error .pagina-de-error {
  height: 100%;
}

.page-node-type-pagina-de-error footer {
  display: none;
}


.link-button-error {
  position: relative;
  width: 100%;
  background-color: #212121;
  overflow: hidden;
}

.link-button-error .link-button-error-gradient {
  background: linear-gradient(90deg, #212121 41.64%, rgba(33, 33, 33, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.link-button-error > picture {
  width: 70%;
  height: 100%;
  left: 30%;
  position:absolute;
}

.link-button-error > picture > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.link-button-error .container-left {
  height: 100%;
  padding-left: 96px;
  width: 700px;
}

.link-button-error .container-left .container-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.link-button-error .container-left .container-wrap .title, .link-button-error .container-left .container-wrap .actions-errors {
  z-index: 2;
}

.link-button-error .container-left .container-wrap .actions-errors {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}


.link-button-error .container-left .container-wrap .title .h2 {
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.link-button-error .container-left .container-wrap .title .subtitle {
  font-family: 'Raleway', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}


.button-error .back-home {
  font-family: 'Raleway', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border: solid 1px #fff;
  background-color: #fff;
  color: #212121;
  padding: 20px 16px;
  cursor: pointer;
  transition: 0.2s;
  display: block;
  height: 56px;
  margin-bottom: 35px;
}

.link-button-error .actions-errors .mh-search {
  padding: 0;
}

.link-button-error .actions-errors button {
  background: none;
  color: white;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.link-button-error .actions-errors form {
  width: 100%;
}


.link-button-error .actions-errors #search-bar {
  background-color: transparent;
  width: 218px;
  padding: 5px;
  color: white;
}


.link-button-error .mh-conecta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {

  .link-button-error .link-button-error-gradient {
    background: linear-gradient(90deg, #212121 51.94%, rgba(33, 33, 33, 0) 100%);
  }

  .link-button-error .container-left .container-wrap .actions-errors {
    flex-direction: column;
  }

  .button-error .back-home {
    width: max-content;
  }

}


@media (max-width: 1023px) {

  .link-button-error .link-button-error-gradient {
    background: linear-gradient(90deg, #212121 56.1%, rgba(33, 33, 33, 0) 100%);
  }
  

  .link-button-error .actions-errors #search-bar {
    width: 87%;
  }

  .link-button-error .container-left {
    width: 480px;
    padding-left: 64px;
  }
  

  .link-button-error .container-left .container-wrap .actions-errors {
    flex-direction: column;
  }

  .button-error .back-home {
    width: 100%;
  }

  .link-button-error .container-left .container-wrap .title .h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .link-button-error .container-left .container-wrap .title .subtitle {
    font-size: 18px;
    line-height: 21px;
  }

} 

@media (max-width: 548px) {

  .link-button-error .container-left {
    width: 100%;
    margin-top: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-button-error .container-left .container-wrap {
    /* justify-content: flex-end; */
    padding-top: 100px;

  }

  .link-button-error .link-button-error-gradient {
    background: linear-gradient(to top, #212121 56.1%, rgba(33, 33, 33, 0) 100%);
  }

  .link-button-error > picture {
    width: 100%;
    left: 0;
  }

  .link-button-error > picture > img {
    height: auto;
  }
 
  .link-button-error .actions-errors #search-bar {
    width: 86%;
  }

} 

@media only screen and (max-width: 767px) and (min-width: 549px)  {
  .link-button-error .container-left {
    padding-right: 132px;
  }
}
 
@media only screen and (max-width: 1023px) and (min-width: 810px)  {
  .link-button-error .container-left .container-wrap .title .h2 {
    font-size: 64px;
    line-height: 1.2em;
  }
  .link-button-error .container-left .container-wrap .title .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .link-button-error .container-left {
    width: 65%;
  }
}
 