:root {
  --purple: #642165;
  --dim-grey: #474a57;
  --indigo: #370f38;
  --dark-orange: darkorange;
  --orange: #fca53c;
  --gainsboro: #e6e8eb;
  --dim-grey-2: #565a69;
  --white: white;
  --black: black;
  --dark-khaki: #c0b33d;
  --gold: #fce517;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.h1-hero {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero {
  background-color: var(--purple);
  color: #fff;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.blok {
  text-align: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.blok.bg-uno {
  color: #fff;
  text-align: center;
  background-image: url('../images/bg-uno-blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 90px;
}

.blok.texture {
  color: #000;
  text-align: center;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/buried.png');
  background-position: 0 0, 0 0;
  background-size: auto, 200px;
}

.blok.morado {
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}

.blok.banner-precio-intro {
  background-color: var(--dim-grey);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#474a57ed, #474a57ed), url('../images/slide-nichos-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 70px;
}

.blok.gallery-bg {
  background-color: #2c2e38;
}

.wrpr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero-leyends {
  z-index: 100;
  background-image: linear-gradient(to bottom, #474a5700 81%, var(--dim-grey)), linear-gradient(to bottom, #474a5799, #474a5799);
  height: 100%;
  position: absolute;
  inset: 0;
}

.v-wrpr {
  width: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.v-wrpr.on-hover {
  z-index: 10;
}

.v-wrpr.boxed {
  width: 1000px;
  top: 55%;
}

.v-wrpr.on-m-hero {
  top: 55%;
}

.hero-logo {
  width: 240px;
}

.slider {
  height: 100%;
}

.slider.on-hero {
  position: absolute;
  inset: 0;
}

.slide {
  background-image: url('../images/slide-nichos-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slide-nichos-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide-nichos-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.topbar {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #00000059;
  height: 100px;
}

.nav-brand {
  float: left;
  background-color: var(--purple);
  opacity: 1;
  width: 260px;
  height: 70px;
  margin-left: -10px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding: 25px 14px;
  font-size: 13px;
  line-height: 18px;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  background-image: linear-gradient(#370f3800 35%, #370f3880);
  border-bottom: 2px solid #fff;
}

.nav-link.w--current {
  color: #ffffffb3;
  border-bottom-color: #fff;
}

.contact-bar {
  background-color: var(--indigo);
  height: 30px;
  position: relative;
}

.left-hldr {
  float: left;
  position: relative;
  top: 0;
  left: 0;
}

.right-hldr {
  float: right;
  position: relative;
  top: 0;
  right: 0;
}

.center-hldr {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tel-btn {
  float: left;
  background-image: url('../images/tel-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-top: 5px;
  margin-right: 10px;
  padding-left: 26px;
  font-size: 13px;
  display: inline-block;
}

.tel-btn.celular {
  background-image: url('../images/cel-icon.svg');
  background-size: 22px;
}

.tel-link {
  color: #fff;
  text-decoration: none;
}

.shade-bg-tb {
  z-index: 10;
  background-color: var(--dim-grey);
  background-image: linear-gradient(to right, var(--purple) 14%, var(--dim-grey) 21%);
  opacity: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.social-btn {
  color: #fff;
  background-image: url('../images/facebook-icon-white-brdr.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.social-btn:hover {
  color: var(--purple);
}

.titular-blok {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

.h2-tt {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.divider {
  background-color: var(--dim-grey);
  width: 30%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.divider.a-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider.a-center.white, .divider.white {
  background-color: #fff;
}

.img-frame {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.row-sistema {
  margin-bottom: 20px;
}

.botonera {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.botonera.a-left {
  text-align: left;
}

.botonera.a-right {
  text-align: right;
}

.boton {
  background-color: var(--dark-orange);
  font-family: Lato, sans-serif;
  transition: all .2s ease-in-out;
}

.boton:hover {
  background-color: var(--orange);
}

.boton.brdr {
  background-color: #0000;
  border: 1px solid #fff;
}

.boton.brdr:hover {
  color: var(--dim-grey);
  background-color: #fff;
}

.hover-link {
  color: #fff;
  text-align: center;
  background-color: #625f64bf;
  padding-top: 90px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.hover-link:hover {
  background-color: #642165d9;
}

.hover-link.dark {
  background-color: #000c;
}

.hover-link.dark:hover {
  background-color: #00000080;
}

.pleca-divider-top {
  background-color: var(--dim-grey);
  background-image: linear-gradient(to bottom, var(--orange) 46%, var(--dark-orange) 50%);
  border-radius: 4px;
  width: 40%;
  height: 8px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.opciones-row {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.hero-leyend-wrpr {
  width: 70%;
}

.dropdown.w--open {
  background-color: var(--gainsboro);
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
}

.drpr-link {
  color: var(--dim-grey);
  border-bottom: 1px solid #cecece;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s ease-in-out;
}

.drpr-link:hover {
  background-color: #c4c7cc;
}

.drpr-link:active {
  background-color: #d4d7db;
}

.drpr-link.w--current {
  background-color: var(--purple);
  color: #fff;
}

.purple-txt {
  color: var(--purple);
}

.serv-icon {
  background-color: var(--dim-grey-2);
  border-radius: 50%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: inline-block;
}

.flat-txt {
  margin-top: 0;
  margin-bottom: 0;
}

.no-padd {
  padding: 0;
}

.service-card {
  background-color: var(--gainsboro);
  text-align: center;
  background-image: url('../images/slide-nichos-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  padding: 30px 40px;
  position: relative;
}

.service-card.impresion {
  background-image: url('../images/personalice-bg.jpg');
}

.service-card.capacidades-dg {
  background-image: url('../images/nichos-capacidades-bg.jpg');
}

.row-extras {
  margin-top: 60px;
}

.footer {
  background-color: var(--dim-grey);
  border-bottom: 10px solid #313442;
  padding-bottom: 10px;
}

.mapa {
  color: #fff;
  text-align: center;
  height: 300px;
  position: relative;
}

.footer-body {
  border-top: 20px solid var(--dim-grey-2);
  padding-top: 30px;
  padding-bottom: 30px;
}

.google-map {
  height: 300px;
}

.hover {
  z-index: 1;
  background-color: #565a69cc;
  position: absolute;
  inset: 0;
}

.hover.easy-hvr {
  opacity: 0;
  background-color: #474a5799;
  transition: all .2s ease-in-out;
}

.hover.easy-hvr:hover {
  opacity: 1;
  background-color: #642165cc;
}

.adress-link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.logo-link-footer {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-footer {
  color: var(--gainsboro);
  text-align: left;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.cw-link {
  color: #fce517;
}

.cw-link:hover {
  text-decoration: underline;
}

.adress {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-shade {
  z-index: 1000;
  opacity: 0;
  background-color: #370f38d9;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-contacto {
  z-index: 1100;
  display: block;
  position: fixed;
  inset: 0;
}

.wrpr-contacto {
  z-index: 1100;
  background-color: #fff;
  width: 60%;
  height: 100vh;
  padding-top: 10%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.form-wrpr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-row {
  padding-left: 10px;
  padding-right: 10px;
}

.text-area {
  min-height: 140px;
}

.form-blok {
  border-top: 1px solid var(--gainsboro);
  margin-top: 20px;
  padding-top: 20px;
}

.input {
  margin-bottom: 14px;
}

.success {
  border: 1px solid var(--gainsboro);
  background-color: #0000;
  padding-bottom: 30px;
}

.form-hdr {
  border-bottom: 1px solid var(--gainsboro);
  text-align: right;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.cerrar-btn {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.hero-inside {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#474a5799, #474a5799), url('../images/classic-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
  margin-top: 29px;
  position: relative;
}

.hero-inside.elegance-bg {
  background-image: linear-gradient(#474a5799, #474a5799), url('../images/elegance-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-inside.corporate-bg {
  background-image: linear-gradient(#474a5799, #474a5799), url('../images/bg-corporate.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-inside.modular-bg {
  background-image: linear-gradient(#474a5799, #474a5799), url('../images/bg-modular.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-inside.proyectos-bg {
  background-image: linear-gradient(#474a5799, #474a5799), url('../images/slide-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrpr-hero {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-remate-bottom {
  background-color: var(--purple);
  width: 1000px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-row-card {
  text-align: left;
  width: 90%;
  margin-top: 40px;
}

.a-center {
  text-align: center;
}

.capacidad-urna-card {
  border: 1px solid var(--gainsboro);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.capacidad-urna-card:hover {
  margin-top: -10px;
  box-shadow: 0 20px 20px -10px #00000047;
}

.divider-full-w {
  background-color: var(--gainsboro);
  width: 100%;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.banner {
  border: 6px solid var(--purple);
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff 18%, #fff0 68%), url('../images/bg-impresion-uv.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 40px 60% 40px 40px;
}

.text-card {
  margin-bottom: 20px;
}

.gallery-slider {
  background-image: linear-gradient(#e6e8ebba, #e6e8ebba), url('../images/infinity-memoarial-vertical-w.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
  border-radius: 6px;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.lb-hover {
  opacity: 0;
  background-color: #474a57cc;
  background-image: url('../images/zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 100%;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0;
}

.lb-hover:hover {
  opacity: 1;
}

.lb-col-card {
  float: left;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.slide-4 {
  background-image: url('../images/slide-nichos-2.jpg');
  background-position: 0 0;
  background-size: 500px;
}

.slide-5 {
  background-image: url('../images/classic-1.jpg');
  background-position: 0 0;
  background-size: 500px;
}

.slide-6 {
  background-image: url('../images/classic2.jpg');
  background-position: 0 0;
  background-size: 500px;
}

.slide-7 {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-hldr {
  z-index: 100;
  margin-bottom: 4vh;
  margin-right: 4vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsaapp {
  background-color: #25d366;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  box-shadow: 0 0 20px -5px #0003;
}

.whatsaapp:hover {
  filter: brightness(80%);
  transform: scale(.9);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 11px;
    line-height: 16px;
  }

  .h1-hero {
    font-size: 50px;
    line-height: 50px;
  }

  .wrpr, .v-wrpr, .v-wrpr.boxed {
    width: 90%;
  }

  .hover-link {
    padding-top: 58px;
  }

  .wrpr-hero, .hero-remate-bottom {
    width: 90%;
  }

  .lightbox-link {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 12px;
    line-height: 18px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .h1-hero {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .img-frame {
    margin-bottom: 40px;
  }

  .hover-link {
    padding-top: 106px;
  }

  .hero-leyend-wrpr {
    width: 80%;
  }

  .brgr {
    padding: 12px;
    font-size: 30px;
  }

  .brgr.w--open {
    color: var(--indigo);
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--purple);
  }

  .wrpr-contacto {
    width: 80%;
  }

  .banner {
    padding-right: 50%;
  }

  .text-card {
    margin-bottom: 40px;
  }

  .gallery-slider {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4 {
    font-size: 14px;
    line-height: 20px;
  }

  p {
    font-size: 12px;
    line-height: 18px;
  }

  .h1-hero {
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .v-wrpr.on-m-hero {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-logo {
    width: 200px;
  }

  .navbar {
    border-bottom-style: none;
  }

  .nav-brand {
    width: 200px;
    padding: 10px 20px 0;
  }

  .hover-link {
    padding-top: 45px;
  }

  .hero-leyend-wrpr {
    width: 100%;
  }

  .facebook-link {
    display: none;
  }

  .brgr {
    margin-top: 9px;
  }

  .footer-body, .info-footer {
    text-align: center;
  }

  .wrpr-contacto {
    width: 100%;
  }

  .banner {
    background-image: linear-gradient(#ffffff91, #ffffff91), url('../images/bg-impresion-uv.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 200px;
    padding: 20px;
  }
}


