/*
negocio/plantillas/panels/0500hero404/style.css
*/
.img-ml {
  margin-left: 0.8rem;
}
.img-mr {
  margin-right: 0.8rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.hide-ipad {
  display: flex;
}
@media (max-width: 769px) {
  .hide-ipad {
    display: none !important;
  }
}
.hide-mobile {
  display: flex;
}
@media (max-width: 551px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 551px) {
  .show-mobile {
    display: flex !important;
  }
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title1 {
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title1 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  .title1 {
    font-size: 3rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
.mdl-hero404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 8rem;
  height: calc(91.5rem - 8rem);
  position: relative;
  background-size: auto 101%;
  background-position: center;
  background-repeat: no-repeat;
}
.mdl-hero404:after {
  content: "";
  width: 100%;
  height: 23.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), black 67%);
  z-index: -1;
}
.mdl-hero404 .title {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.16;
  margin-bottom: 2.1rem;
  text-align: center;
  max-width: 59.6rem;
}
.mdl-hero404 .text {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
  max-width: 65rem;
}
.mdl-hero404 .button1 {
  margin-top: 4.65rem;
}
@media (max-width: 1025px) {
  .mdl-hero404 {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 8rem;
    height: 73rem;
    position: relative;
    background-size: 100% auto;
    background-position: 0 11rem;
    background-repeat: no-repeat;
  }
}
@media (max-width: 769px) {
  .mdl-hero404 {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 8rem;
    height: calc(78.5rem - 8rem);
    position: relative;
    background-size: 100% auto;
    background-position: 0 11rem;
    background-repeat: no-repeat;
  }
}
@media (max-width: 551px) {
  .mdl-hero404 {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 8rem;
    height: calc(62.5rem - -1rem);
    position: relative;
    background-size: 100% auto;
    background-position: 0 11rem;
    background-repeat: no-repeat;
  }
}

