/*
negocio/plantillas/panels/0500hero404/style.css
negocio/plantillas/panels/0600popup/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;
  }
}

.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;
  }
}
.popup.popup-gral {
  display: none;
  flex-direction: column;
  padding: 5rem;
  background-color: rgba(82, 82, 82, 0.4);
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.popup.popup-gral.active {
  display: flex;
}
.popup.popup-gral .active-mobile {
  display: none !important;
}
.popup.popup-gral .modal {
  align-items: flex-start;
  display: flex;
  position: relative;
  max-width: 118rem;
  width: 100%;
  min-height: 70rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: black;
}
.popup.popup-gral .modal .close {
  position: absolute;
  top: 2.6rem;
  right: 2.6rem;
  cursor: pointer;
}
.popup.popup-gral .modal .close img {
  width: 3rem;
}
.popup.popup-gral .modal .text-content {
  margin-left: 10.2rem;
  z-index: 1;
}
.popup.popup-gral .modal .text-content .titulo {
  font-family: "Montserrat";
  max-width: 42.4rem;
  margin-bottom: 3.2rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
.popup.popup-gral .modal .text-content .texto {
  max-width: 50rem;
  margin-bottom: 5.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
}
.popup.popup-gral .modal .text-content .button1 {
  min-width: 25.1rem;
}
@media (max-width: 935px) {
  .popup.popup-gral .modal .text-content {
    margin-left: 4rem;
  }
}
@media (max-width: 700px) {
  .popup.popup-gral {
    padding: 2rem 5rem;
  }
  .popup.popup-gral .modal {
    align-items: center;
    background-position: center;
    justify-content: center;
  }
  .popup.popup-gral .modal .text-content {
    text-align: center;
    margin-left: 0rem;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
  .popup.popup-gral .modal .text-content .titulo {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
  .popup.popup-gral .modal .text-content .texto {
    margin-bottom: 2.8rem;
    font-size: 1.5rem;
  }
  .popup.popup-gral .modal .text-content .button1.red {
    margin-bottom: 2rem;
    max-width: max-content;
    width: 100%;
  }
}
@media (max-width: 551px) {
  .popup.popup-gral {
    padding: 2rem 1rem;
  }
  .popup.popup-gral .active-mobile {
    display: flex !important;
  }
  .popup.popup-gral .modal {
    min-height: 60rem;
  }
  .popup.popup-gral .modal .close {
    top: 1.6rem;
    right: 1.6rem;
  }
  .popup.popup-gral .modal .text-content .titulo {
    margin-bottom: 1.5rem;
  }
  .popup.popup-gral .modal .text-content .texto {
    margin-bottom: 1.8rem;
  }
}

