h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  margin: 0;
}

a {
  color: unset;
  text-decoration: none;
}

.navegacion {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  padding: 30px;
  margin: auto;
}

.verde {
  color: #50956a;
}
.gris {color: rgba(99, 99, 99, 1)}
.rojo {color: #D32444}
.bg-green-l {background: rgba(103, 184, 133, 0.1);}
.brd-bot {border-bottom: 1px solid rgba(174, 208, 187, 0.3);}


.open-sans {
  font-family: "Open Sans";
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fs-17 {
  font-size: 17px;
}
.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px !important;
}

.fs-21 {
  font-size: 21px;
}

.ls-3 {
  letter-spacing: 0.03em;
}

.gap-24 {
  gap: 24px;
}

.gap-12 {
  gap: 12px;
}

.maxw-300 {
  max-width: 300px;
}

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

.proxima-nova {
  font-family: "proxima-nova";
}

.white {
  color: #fff;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.flex-space-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-space-around {
  display: flex;
  justify-content: space-around;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navegacion-links {
  max-width: 1200px;
  margin: 0 auto;
  }

.hero-banner {
  background-size: cover;
  position: relative;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hero-banner-content {
  padding-bottom: 70px;
}

.hero-banner-content p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  /* or 100% */

  text-align: center;

  color: #ffffff;

  padding: 0px 50px;
  border-bottom: 2px solid #fff;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.mw-950 {
  max-width: 900px;
  margin: 0 auto;
}

.hero-banner-content h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  /* or 112% */

  text-align: center;
  letter-spacing: -0.01em;

  color: #ffffff;
}

.hero-banner-content button {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */

  color: #ffffff;
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: transparent;
}

.servicios-integrales-title {
  margin-bottom: 60px;
}

.servicios-integrales-title h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  /* identical to box height */

  text-align: center;

  /* Beige */

  color: #a29b73;
  margin-bottom: 25px;
}

.servicios-integrales-title p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */

  text-align: center;
  letter-spacing: 0.02em;

  color: #8d8d8d;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.jardines-container {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}

.servicios-integrales-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #63636350;
  margin-bottom: 70px;
}

.servicios-integrales-tabs span {
  display: inline-block;
  padding: 16px 60px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 18px;
  /* identical to box height, or 75% */

  text-align: center;
  letter-spacing: 0.02em;

  /* Gray */

  color: #636363;
}

.servicios-integrales-tabs span.active {
  color: #50956a;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 4px solid #50956a;
}

.tab {
  cursor: pointer;
}

.resultados-filtros {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.resultados-filtros p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height, or 100% */

  letter-spacing: 0.02em;

  /* Green */

  color: #50956a;
}

.resultados-filtros p span {
  font-weight: 700;
}

.filtros-flex {
  gap: 10px;
  display: flex;
}

.filtro-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px 10px;
  gap: 6px;
  background: rgba(103, 184, 133, 0.1);
  border-radius: 4px;
  border: none;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */

  text-align: center;

  /* Green */

  color: #50956a;
  transition: all 0.3s ease-in-out;
}

.filtro-button:hover {
  color: #fff;
  background-color: #6aa380;
}

.filtro-button.active {
  color: #fff;
  background-color: #6aa380;
}

.resultados-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 120px;
}

.resultado-card {
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  transition: all 0.3s ease-in-out;
}

.resultado-card.visible {
  display: flex;
}

.resultado-card:hover {
  box-shadow: 0px 30px 24px rgba(0, 0, 0, 0.04),
    0px 18px 36px rgba(0, 0, 0, 0.13);
}

.resultado-card > a > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.resultado-card .card-content {
  padding: 15px 35px 25px 35px;
}

.resultado-card .card-content h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */

  /* Green */

  color: #50956a;
  margin-bottom: 20px;
}

.resultado-card .card-content .ubicacion-logo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #d2dbd6;
  margin-bottom: 20px;
}

.resultado-card .card-content .ubicacion-logo .icono-texto {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  /* Green */

  color: #50956a;
  margin-bottom: 8px;
}

.info-ubicacion {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */

  color: #8d8d8d;
}

.jardines-btn {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #ffffff;
  background: #50956a;
  border: none;
  width: 100%;
  border-radius: 5px;
}

.buttons-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.buttons-flex a {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.02em;
  text-decoration-line: underline;

  /* Gray */

  color: #636363;
}

.vertical-line {
  height: 50px;
  border-left: 1px solid #a29b73;
  width: 1px;
  margin: 0 auto;
}

.ni-title {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  /* identical to box height */

  text-align: center;

  color: #a29b73;
  margin: 15px auto;
}

.owl-item img {
  filter: sepia();
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  max-height: 750px;
}

.owl-item.active img {
  filter: unset;
}

.slider-chevron-right {
  transform: rotate(180deg);
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 25px;
  margin-bottom: 120px;
}

.owl-nav button {
  outline: none;
  border: none;
}

.gap-15 {
  gap: 15px;
}

.contacto-box {
  padding: 75px 210px 50px 210px;
  background: #f2f2f2;
  border-radius: 3px;
  margin-bottom: 80px;
}

.contacto-box h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  /* identical to box height, or 128% */

  text-align: center;

  color: #a29b73;
}

.contacto-box p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 41px;
  /* identical to box height, or 228% */

  color: #a29b73;
  margin-bottom: 40px;
  text-align: center;
}

.contacto-box input {
  width: 100%;
  background: #ffffff;
  border: 2px solid #f2f2f2;
  height: 42px;
  padding-left: 25px;
}

.contacto-box textarea {
  background: #ffffff;
  border: 2px solid #f2f2f2;
  width: 100%;
  margin-top: 12px;
  padding-left: 25px;
  padding-top: 15px;
}

.contacto-box input::placeholder {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 41px;
  /* identical to box height, or 241% */

  display: flex;
  align-items: center;

  color: #8d8d8d;
}

.tyc-text {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  letter-spacing: 0.01em;

  /* Blue - Dark */

  color: #092644;
}

.tyc-text-box {
  max-width: 925px;
}

.un-tyc {
  margin-bottom: 35px;
}

.un-tyc h6 {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #505050;
  margin-bottom: 8px;
}

.un-tyc p,
.un-tyc li {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  letter-spacing: 0.02em;

  color: #505050;
}

.un-tyc li {
  margin-bottom: 15px;
}

.priv-wrapper {
  margin-top: 80px;
  margin-bottom: 215px;
}
.priv-title {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height */

  color: #0c3b6d;
}

.priv-text {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  letter-spacing: 0.01em;

  /* Gray */

  color: #636363;
  max-width: 925px;
  margin-bottom: 15px;
}

.priv-line {
  width: 90px;
  border: 1px solid #0c3b6d;
  margin: 28px 0;
}

.ben-wrapper {
  margin: 70px auto;
}

.ben-img {
  margin: 0 auto;
  max-width: 1250px;
  margin-top: 70px;
}

.ben-img img {
  width: 100%;
}

.ben-title h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: center;

  /* Beige */

  color: #a29b73;
  margin-bottom: 24px;
}

.ben-line {
  border: 1px solid #a29b73;
  width: 190px;
  margin: 0 auto;
  margin-bottom: 56px;
}

.un-ben {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.ben-content {
  padding: 0px 35px;
  max-width: 1200px;
  margin: auto;
}

.ben-flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #3f6895;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.ben-col {
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: 490px;
}

.ben-disclaimer {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  /* identical to box height, or 100% */

  text-align: center;
  letter-spacing: 0.01em;

  /* Gray */

  color: #636363;
  padding: 0px 10px;
}
.un-ben p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  letter-spacing: 0.02em;

  /* Gray */

  color: #636363;
}

.contacto-btn {
  background: #a29b73;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.09em;

  color: #ffffff;
  border: none;

  outline: none;
  padding: 10px 50px;
  margin: 0 auto;
  margin-top: 30px;
}

.jardin-footer {
  padding: 55px 0;
  background: #2d8a53;
  color: #fff;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-flex {
  max-width: 300px;
}

.icono-texto-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.redes-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icono-texto-footer p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  /* identical to box height */

  color: #ffffff;
}

.redes-iconos {
  display: flex;
  gap: 20px;
}

.subfooter {
  border-top: 1px solid #ffffff;
  text-align: center;
  margin-top: 95px;
  padding-top: 12px;
}

.footer-links-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-links-flex a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  /* or 172% */

  color: #ffffff;
}

.invisible {
  width: 35px;
  height: 35px;
}

.parque-info {
  background: #eeece0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}

.parque-info h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* identical to box height */

  color: #a29b73;
}

.parque-info p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  /* identical to box height, or 150% */

  color: #a29b73;
  margin-bottom: 100px;
}

.gloriam-btn {
  border: none;
  outline: none;
  background: #a29b73;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */

  letter-spacing: 0.09em;

  color: #ffffff;
  padding: 10px 40px;
}

.parque-img img {
  width: 100%;
  height: 100%;
}

.title {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  /* identical to box height */

  text-align: center;

  /* Beige */

  color: #a29b73;
}

.parques-servicios {
  margin: 70px 0px;
}

.parques-tabs {
  margin: 30px 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.pill {
  background: #eeece0;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */

  text-align: center;
  letter-spacing: 0.02em;

  color: #a29b73;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.pill:hover {
  background: #a29b73;
  color: #faf8f0;
}

.pill.active {
  background: #a29b73;
  color: #faf8f0;
}

.parques-card {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: none;
  flex-direction: column;
  text-align: center;
  max-width: 400px;
}

.parques-card.visible {
  display: flex;
}

.parques-card img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.parques-card-body {
  padding: 20px 35px;
}

.parques-card-body h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  /* identical to box height, or 129% */

  text-align: center;

  color: #a29b73;
}

.parques-card-body p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  /* or 131% */

  text-align: center;

  color: #505050;
}

.parques-card-btn {
  background: #a29b73;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  gap: 10px;
  border: none;
  outline: none;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.07em;

  color: #ffffff;
  margin: 0 auto;
  margin-top: 22px;
}

.parques-cards-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 70px;
}

.parques-mapa {
  background-image: url(../img/parques-mapa-bg.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 20px;
}

.parques-mapa-content {
  background: #fff;
}

.parques-mapa-content .mapa-parques {
  width: 100%;
}
.mapa-body {
  padding: 50px 70px;
}

.mapa-body h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 35px;
  line-height: 20px;
  /* identical to box height, or 57% */

  color: #0c3b6d;
}

.mapa-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.mapa-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mapa-icono-texto {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mapa-icono-texto p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 133% */

  color: #595959;
}

.parques-mapa-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  gap: 10px;
  background: #ffffff;
  box-shadow: 2px 6px 14px -5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height, or 172% */

  text-align: center;

  color: #0c3b6d;
  border: none;
  outline: none;
}

.funeraria-info {
  background: rgba(12, 59, 109, 0.11);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}

.funeraria-info h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 52px;
  line-height: 65px;
  /* identical to box height */

  color: #0c3b6d;
}

.funeraria-info p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height, or 118% */

  color: #0c3b6d;
  margin-bottom: 100px;
  margin-top: 30px;
}

.funeraria-btn {
  border: none;
  outline: none;
  background: #0c3b6d;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */

  letter-spacing: 0.09em;

  color: #ffffff;
}
.servicios-funeraria {
  background: rgba(203, 203, 203, 0.2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.sf-texto h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  /* identical to box height */

  color: #0c3b6d;
}

.sf-texto .blue-line {
  border-top: 1px solid #0c3b6d;
  width: 60px;
  margin-top: 12px;
  margin-bottom: 22px;
}

.sf-texto p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  /* Gray */

  color: #636363;
  margin-bottom: 20px;
  max-width: 540px;
}

.sf-texto p.sf-texto-negrita {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  letter-spacing: -0.01em;

  /* Gray */

  color: #636363;
}

.full-blue-line {
  width: 100%;
  border-top: 1px solid #3f6895;
  opacity: 0.5;
  margin-top: 60px;
  margin-bottom: 32px;
}

.sf-texto p.blue-text {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  /* or 117% */

  /* Blue */

  color: #0c3b6d;
  max-width: 480px;
}

.sf-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 90px;
}

.bullets-flex {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height, or 131% */

  /* Blue - light */

  color: #3f6895;
}

.bullets-flex div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-button {
  border: none;
  outline: none;
  display: flex;
  gap: 30px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 132.8%;
  /* or 29px */

  letter-spacing: 0.04em;

  color: #ffffff;
  padding: 15px 25px;
  background: #0c3b6d;
  border-radius: 10px;
  margin-top: 8px;
}

.sf-button .it {
  display: flex;
  align-items: center;
  gap: 12px;
}

.adquirir-servicios {
  margin-top: 80px;
  margin-bottom: 35px;
}

.as-title h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height */

  text-align: center;

  color: #0c3b6d;
}

.as-title p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.01em;

  color: #0c3b6d;
}

.as-flex {
  display: flex;
  margin-top: 45px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

button {
  border: none;
  outline: none;
}

.as-box {
  background: #ffffff;
  border: 1px solid rgba(12, 59, 109, 0.15);
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.as-box:hover {
  box-shadow: 0px 30px 24px rgba(0, 0, 0, 0.04),
    0px 18px 36px rgba(0, 0, 0, 0.13);
}
.as-box-title h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.02em;

  color: #0c3b6d;
}

.as-box-title p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;

  color: #3f6895;
}

.as-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
}

.as-box-icono-texto {
  display: flex;
  border-bottom: 1px solid rgba(12, 59, 109, 0.1);
  padding: 8px 10px;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 320px;
}

.as-box-icono-texto span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height, or 121% */

  /* Gray */

  color: #636363;
}

.as-box-icono-texto.disabled span {
  color: #cbcbcb;
}

.as-box-button {
  background: #0c3b6d;
  border-radius: 3px;
  padding: 8px 50px;
  margin: 0 auto;
  gap: 10px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;

  color: #ffffff;
  margin-top: 44px;
}

.contactar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgba(63, 104, 149, 0.15);
  border-radius: 10px;
  padding: 40px 0px;
  margin-bottom: 120px;
  font-family: "proxima-nova";
  font-style: normal;

  font-size: 20px;
  line-height: 24px;
  text-align: center;

  /* Blue */

  color: #0c3b6d;
}

.contactar p {
  margin-bottom: 40px;
}

.contactar p,
.contactar span {
  max-width: 600px;
}

.contactar span,
.contactar button {
  font-weight: 700;
}

.contactar button {
  border: 2px solid #0c3b6d;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
}

.cementerios-parque {
  margin-bottom: 100px;
  text-align: center;
}

.cp-title {
  margin-bottom: 36px;
}

.cp-title h4 {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height */

  text-align: center;

  color: #a29b73;
}

.cp-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cp-box {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.cp-box img {
  width: 100%;
}
.cp-box .cp-content {
  margin: 25px 70px;
  max-width: 450px;
}

.cp-box .cp-content h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  /* identical to box height, or 129% */

  text-align: center;

  color: #a29b73;
}

.cp-box .cp-content p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */

  text-align: center;

  color: #505050;
  margin-top: 12px;
  margin-bottom: 30px;
}

.cp-box .cp-button {
  background: #a29b73;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  gap: 10px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.07em;

  color: #ffffff;
  margin: 0 auto;
}

.nav-bg {
  background: #f7f7f7;
}

.blue-breadcrumbs {
  display: flex;
  align-items: center;
  margin: 25px 0px 30px 0px;
  gap: 15px;
}

.blue-breadcrumbs span {
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #0c3b6d;
}

.blue-breadcrumbs svg {
  fill: #0c3b6d;
}

.green-breadcrumbs {
  display: flex;
  align-items: center;
  margin: 25px 0px 30px 0px;
  gap: 15px;
}

.green-breadcrumbs span {
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #67b885;
}

.servicio-box {
  background: rgba(63, 104, 149, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 27px;
  gap: 26px;
  margin-left: 15px;
}

.sb-title {
  border-bottom: 1px solid #3f6895;
  width: 100%;
}

.sb-title h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */

  letter-spacing: -0.02em;

  /* Blue */

  color: #0c3b6d;
}

.sb-title p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  margin-bottom: 25px;
  letter-spacing: 0.02em;

  color: #0c3b6d;
}

.sb-total {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.sb-total span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  text-align: right;

  /* Gray */

  color: #636363;
}

.sb-button {
  width: 100%;
  background: #0c3b6d;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 0px;
  margin-top: 5px;
  gap: 10px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #ffffff;
}

.servicios-main {
  border-right: 1px solid rgba(12, 59, 109, 0.1);
}

.servicios-row {
  margin-bottom: 50px;
}

.sm-header {
  margin-bottom: 55px;
}

.sm-header h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;

  color: #0c3b6d;
  margin-bottom: 40px;
}

.smh-row {
  display: flex;
  gap: 50px;
}

.smh-col {
  display: flex;
  flex-direction: column;
}

.smh-icono-texto {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  gap: 15px;
  border-bottom: 1px solid rgba(12, 59, 109, 0.1);
  width: 338px;
  height: 40px;
}

.smh-icono-texto {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height, or 121% */

  /* Gray */

  color: #636363;
}

.sm-detalles h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  /* identical to box height */

  /* Beige */

  color: #a29b73;
  margin-bottom: 18px;
}

.un-detalle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px;
  gap: 30px;

  background: #ffffff;
  border-top: 1px solid #eeece0;
}

.un-detalle img {
  border-radius: 5px;
}

.un-detalle p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */

  letter-spacing: -0.01em;

  color: #a29b73;
}

.un-detalle span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */

  color: #505050;
}

.adicionales-box {
  background: rgba(103, 184, 133, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 70px;
  margin-bottom: 16px;
}

.ab-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
}

.ab-header h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 41px;
  /* identical to box height, or 186% */

  letter-spacing: -0.02em;

  /* Green */

  color: #50956a;
  margin-bottom: 10px;
}

.abh-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.abh-flex span {
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;

  color: #717171;
}

.ab-footer {
  border-top: 1px solid #67b885;
  padding: 20px 0px;
}

.abh-flex.green span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #67b885;
}

.abh-button {
  margin-top: 35px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  gap: 10px;
  background: #67b885;
  border-radius: 5px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #ffffff;
}

.adicionales-seguridad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  gap: 16px;
  background: rgba(103, 184, 133, 0.2);
  border: 1px solid #67b885;
  border-radius: 10px;
}

.seguridad-icono-texto {
  display: flex;
  align-items: center;
  gap: 14px;
}

.adicionales-seguridad p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */

  letter-spacing: 0.01em;

  /* Green */

  color: #50956a;
}

.seguridad-icono-texto p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  /* or 111% */

  /* Green */

  color: #50956a;
}

.adicionales-card {
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 11px;
  gap: 15px;
}

.adi-card-title {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  color: #505050;
}

.adi-card-desc {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */

  color: #505050;
  margin-bottom: 10px;
}

.adi-card-price {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */

  display: flex;
  align-items: center;
  letter-spacing: 0.01em;

  color: #505050;
}

.adi-card-spec {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;

  color: #8d8d8d;
}

.counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 2px solid #fff;
  padding: 7px 12px;
}

.counter span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: right;

  color: #505050;
}

.counter.active {
  border: 2px solid #50956a;
}

.counter.active span {
  color: #50956a;
}

#add,
#sub {
  cursor: pointer;
}

.adicionales-main {
  border: 1px solid rgba(141, 141, 141, 0.2);
  border-radius: 10px;
  padding: 25px;
  padding-right: 36px;
  margin-bottom: 60px;
}

.am-title {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  /* Gray */

  color: #636363;
  margin-bottom: 20px;
}

.am-tabs {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}

.am-tab-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */

  text-align: center;

  /* Green */

  color: #50956a;
}

.am-tab-link.active {
  font-weight: 700;
}

.adicionales-row {
  height: 600px;
  overflow-y: auto;
}

.finalizar .row .col-lg-8 h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */

  color: #50956a;
}

.finalizar .row .col-lg-8 p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #8d8d8d;
}

.resumen.row {
  background: #f5f5f5;
  border-radius: 10px;
  margin-right: 16px;
  padding: 35px;
}

.resumen-flex h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 41px;
  /* identical to box height, or 178% */

  color: #50956a;
  margin-bottom: 10px;
}

.datos-resumen {
  padding: 20px 60px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.abh-flex.grande span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;

  /* Gray */

  color: #636363;
}

.resumen-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.resumen-btn {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;

  color: #67b885;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  border: 2px solid #67b885;
  border-radius: 5px;
}

.abh-button.opaque {
  background: #92d2aa;
}

.mdp-card {
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 31px;
}

.mdp-icono-texto {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mdp-icono-texto h3 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  color: #50956a;
}

.mdp-text {
  max-width: 600px;
}

.mdp-text p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */

  color: #8d8d8d;
  margin-top: 5px;
}

.mdp-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ahora-12 {
  margin-bottom: 150px;
}

.ahora-12-title h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #505050;

  text-align: center;
  margin-bottom: 17px;
}

.a12-form-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px 60px;
  max-width: 820px;
  margin: 0 auto;
}

.a12-title h5 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;

  color: #50956a;
}

.a12-title p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;

  color: #8d8d8d;
  margin-bottom: 35px;
}

.form input {
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  width: 100%;
  background: transparent;
  padding: 10px;
}

.form-btn-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 40px;
}

.form-btn-flex button {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
}

.datos-cuenta {
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

.a12-spec {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;

  color: #8d8d8d;
  max-width: 60%;
  margin: 40px auto;
}

.abh-button.a12 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #ffffff;
  padding: 7px 65px;
  width: 300px;
  margin: 0 auto;
}

.gpe-box {
  background: rgba(174, 208, 187, 0.28);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 25px 0px;
  margin: 45px 0px;
}

.gpe-box h4 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */

  color: #50956a;
}

.gpe-box p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #636363;
  max-width: 500px;
}

.funeraria-recomendaciones {
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  /* Green */

  color: #50956a;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 23px;
}

.ji-title h2 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 41px;
  /* identical to box height, or 186% */

  color: #50956a;
}

.ji-title h1 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  /* identical to box height, or 114% */

  color: #595959;
}

.ji-text p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */

  color: #505050;
  margin-bottom: 16px;
}

.ji-text p:last-child {
  font-weight: 600;
}

.jardines-info {
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 16px;
  gap: 35px;
}

.ji-btn {
  background: #67b885;
  border-radius: 8px;
  padding: 10px 0px;
  width: 100%;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 41px;
  /* identical to box height, or 195% */

  color: #ffffff;
}

.imagenes-slider-flex {
  display: flex;
  gap: 17px;
}

.imagenes-chicas-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-y: auto;
  flex-shrink: 0;
}

.imagenes-chicas-flex img {
  width: 100%;
  height: 85px;
}

#imagen-grande {
  width: 100%;
  height: auto;
  flex-shrink: 1;
}

.detalle-info-page {
  margin-bottom: 55px;
}
.ji-categoria {
  width: 100%;
}

.ji-categoria h6 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;

  /* Green */

  color: #50956a;
  margin-bottom: 15px;
}

.ji-categoria-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.categoria-button {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */

  text-align: center;

  /* Green */

  color: #50956a;
  border: 1px solid #50956a;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  gap: 10px;
  background: transparent;
}

.categoria-button.active {
  color: #fff;
  background: #50956a;
}

button:focus {
  outline: none;
}

.ji-detalles {
  width: 100%;
}

.mobile-nav-bg {
  display: none;
}
.ji-detalles h6 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;

  /* Gray */

  color: #636363;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.ji-detalles p {
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 14px;
  line-height: 17px;

  color: #505050;
  margin-bottom: 12px;
}

.jiubibtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 23px;
  gap: 10px;
  border: 1px solid #636363;
  border-radius: 3px;
  background: transparent;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 41px;
  /* identical to box height, or 256% */

  /* Gray */

  color: #636363;
}

.entrega {
  margin-top: 25px;
  margin-bottom: 100px;
}

.opciones-fecha {
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.check-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.check-flex span {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 41px;
  /* identical to box height, or 228% */

  text-align: center;

  color: #717171;
}

.check-flex input[type="checkbox"]:before {
  background-color: initial;
  background-size: contain;
  border: 0;
  border-radius: inherit;
  color: transparent;
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  transform: scale(0);
}
.check-flex input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: initial;
  border: 2px solid #aed0bb;
  border-radius: 3px;
  cursor: pointer;
  height: 22.5px;
  transition: all 0.3s ease-in-out;
  width: 22.5px;
}
.check-flex input[type="checkbox"]:checked:before {
  align-items: center;
  display: flex;
  justify-content: center;
  content: url(../img/green-check.png);
  padding-right: 3px;
  padding-bottom: 5px;
  transform: scale(1);
}
.check-flex input[type="date"] {
  background-color: transparent;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  padding: 10px 15px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;

  color: #a4a4a4;
}
.check-flex input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  background: url(../img/calendar.svg) no-repeat;
  width: 25px;
  height: 25px;
}

.dropdown-link {
  position: relative;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
}

.dropdown-link:hover .dropdown {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.new-dropdown {
  background-color: #f7f7f7;
  position: absolute;
  display: flex;
  top: 100%;
  left: 0;
  z-index: 999;
  padding: 45px 100px 40px 50px;
  justify-content: center;
  gap: 50px;
  width: 930px;
  display: none;
}

.new-dropdown.active {
  display: flex;
}

.new-dropdown.parques {
  width: 680px;
  padding: 45px 50px;
}

.dropdown-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 41px;
  /* identical to box height, or 256% */

  /* Green */

  color: #50956a;
}

.new-dropdown-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height, or 293% */
  display: block;

  /* Gray */

  color: #636363;
  margin-bottom: 15px;
}

.new-dropdown .dropdown-section {
  width: fit-content;
  word-break: keep-all;
  flex-grow: 0;
}
.dropdown-line {
  height: 190px;
  border: 1px solid #cbcbcb;
}

.new-dropdown.parques .dropdown-line {
  height: 140px;
}

.dropdown {
  position: absolute;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: 260px;
  text-align: center;
  background: #1b8944;
  top: 100%;
  margin-top: 10px;
  transform: translateY(30px);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.dropdown.left {
  left: unset;
  right: 0;
}

.dropdown span,
.dropdown a {
  padding: 12px 0;
  color: #c7efc7;
  background: transparent;
  margin-left: 27px;
  margin-right: 27px;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #79ab8b;
  cursor: pointer;
  font-weight: 600;
}

.dropdown span:hover,
.dropdown a:hover {
  filter: brightness(10);
}

.dropdown a:last-child,
.dropdown .nested-drop.dropdown-link:last-child span {
  border: none;
}

.nested-dropdown-link {
  position: relative;
  cursor: pointer;
  height: 60px;
}

.nested-dropdown-link:hover .nested-dropdown {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.nested-dropdown {
  position: absolute;
  left: 265px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: 260px;
  text-align: center;
  background: #1b8944;
  top: -10px;
  margin-top: 10px;
  transform: translateY(30px);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.nested-dropdown.left {
  left: unset;
  right: 0;
}

.nested-dropdown span,
.nested-dropdown a {
  padding: 12px 0;
  color: #c7efc7;
  background: transparent;
  margin-left: 27px;
  margin-right: 27px;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #79ab8b;
  cursor: pointer;
  font-weight: 600;
}

.nested-dropdown span:hover,
.nested-dropdown a:hover {
  filter: brightness(10);
}

.nested-dropdown a:last-child,
.nested-dropdown .nested-drop.nested-dropdown-link:last-child span {
  border: none;
}

.sep-container {
  margin: 75px 0px;
}

.sep-title {
  font-family: "Libre Bodoni";
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height */

  text-align: center;

  /* Beige */

  color: #a29b73;
  margin-bottom: 24px;
}

.sep-title-line {
  width: 190px;
  border: 1px solid #a29b73;
  margin: 0 auto;
  margin-bottom: 100px;
}

.sep-subtitle {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  text-align: center;
  letter-spacing: 0.01em;

  /* Gray */

  color: #636363;
}

.sep-subtitle-2 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 162% */

  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 600;

  /* Gray */

  color: #636363;
}

.sep-wrapper {
  margin: 0px 17.5%;
}

.sep-contact-box {
  padding: 30px 100px;
  background: rgba(162, 155, 115, 0.2);
  border-radius: 10px;
  margin-bottom: 70px;
}

.sep-contact-box-title {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  /* or 117% */

  text-align: center;
  letter-spacing: -0.01em;

  /* Beige - Dark */

  color: #746d45;
}

.sep-itexto {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.sep-itexto-line {
  height: 12px;
  border: 1px solid #a29b73;
}
.sep-itexto p {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height, or 117% */

  text-align: center;
  letter-spacing: 0.01em;

  /* Beige */

  color: #a29b73;
}

.sep-itexto-group {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sep-checks {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  flex-wrap: wrap;
  margin-bottom: 125px;
}

.sep-grid-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.01em;

  /* Beige */

  color: #a29b73;
  margin-bottom: 24px;
}

.sep-checks-group {
  display: flex;
  flex-direction: column;
}

.sep-check {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sep-check p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */

  letter-spacing: 0.02em;

  /* Gray */

  color: #636363;
}

.sep-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sep-col {
  display: flex;
}

.sep-col.first {
  border-bottom: 1px solid #a29b7370;
}

.sep-col img {
  max-width: 100%;
  border-right: 1px solid #a29b7370;
}

.sep-col .sep-grid-img:last-child img {
  border: none;
}

.tab-prices {
    width: 100%;
    max-width: 600px; }
.tab-prices thead td {color: rgba(80, 149, 106, 1); font-weight: 700}
.tab-prices tbody td {border-top: 1px solid #ccc; color: rgba(99, 99, 99, 1)}
.tab-prices td {padding: .7rem}
.tab-prices td span {font-weight: 700}

@media (max-width: 1280px) {
  .resultados-grid {
    justify-content: center;
  }
  .parque-info {
    padding: 50px 50px 30px 50px;
  }
  .funeraria-info {
    padding: 50px 50px 30px 50px;
  }
  .parque-info p {
    margin-bottom: 70px;
  }

  .funeraria-info p {
    margin-bottom: 70px;
  }

  .parques-cards-grid {
    justify-content: center;
  }
  .parques-tabs {
    flex-wrap: wrap;
  }
  .ji-categoria-flex {
    gap: 20px;
    flex-direction: column;
  }
  .am-tabs {
    padding: 0;
  }
  .am-tab-link {
    font-size: 12px;
  }
  .smh-icono-texto {
    width: 280px;
  }
}

@media (max-width: 1024px) {
  .flex-space-evenly {
    display: none;
  }

  .mobile-nav-bg {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
  }

  .mobile-nav-flex {
    display: flex;
    z-index: 999;
    background-color: #fff;
    padding: 15px;
    position: relative;
    gap: 10px;
  }

  #nav-toggle {
    width: 50px;
    height: 50px;
    background-color: #fff;
  }

  .mobile-nav-flex .brand-icon {
    height: 50px;
  }

  .nav-bg {
    display: none;
  }

  .sidebar.open {
    transform: translateX(-6%);
  }
  .sidebar {
    position: absolute;
    top: 80px;
    transform: translateX(-120%);
    transition: all 0.3s ease-in;
    width: 270px;
    background-color: #1b8944;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
  }

  .sidebar-dropdown {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
    visibility: hidden;
    transition: all 0.2s ease-in;
    opacity: 0;
    position: absolute;
    transform: translateY(30px);
    padding: 10px 0px;
  }

  .sidebar-dropdown.active {
    visibility: visible;
    opacity: 1;
    position: initial;
    transform: translateY(0);
  }

  .sidebar-nested-dropdown {
    display: flex;
    position: absolute;
    opacity: 0;
    flex-direction: column;
    transform: translateY(30px);
    transition: all 0.2s ease-in;
    visibility: hidden;
    margin-left: 15px;
  }

  .sidebar-nested-dropdown.active {
    visibility: visible;
    opacity: 1;
    position: initial;
    transform: translateY(0);
  }

  .sidebar-dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0px;
    font-family: "Open Sans";
  }

  .down-chevron {
    content: url(../img/chevron-down-mobile.svg);
    width: 10px;
    text-align: center;
    color: #fff;
    transition: 0.4s all ease;
    z-index: 2;
    font: 400 14px "FontAwesome";
  }

  .sidebar-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
  }

  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    background: #a4a4a4;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  #nav-toggle span:before {
    top: -10px;
  }
  #nav-toggle span:after {
    bottom: -10px;
  }
}

@media (max-width: 800px) {
  .sep-col {
    flex-wrap: wrap;
    justify-content: center;
    border: none;
  }

  .sep-col.first {
    border: none;
  }

  .sep-col .sep-grid-img img {
    border: none;
  }
  .navegacion-links .flex-center {
    flex-direction: column;
  }
  .navegacion-links .flex-center p,
  .navegacion-links a {
    font-size: 12px;
  }
  .servicios-main {
    border: none;
  }

  .footer-flex {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }

  .hero-banner-content h4 {
    font-size: 28px;
    padding: 0px 20px;
  }

  .hero-banner-content p {
    font-size: 22px;
  }
  .servicios-integrales-tabs {
    flex-wrap: wrap;
    gap: 20px;
  }

  .resultados-filtros {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .resultado-card {
    max-width: 300px;
    text-align: center;
  }
  .resultados-grid {
    justify-content: center;
    gap: 40px;
  }
  .ubicacion-logo {
    flex-direction: column;
    gap: 25px;
    align-items: center !important;
  }
  .resultado-card .card-content .ubicacion-logo .icono-texto {
    justify-content: center;
  }
  .nuestras-instalaciones .owl-item img {
    min-height: 200px;
    object-fit: cover;
  }
  .contacto-box {
    padding: 40px;
  }

  .contacto-box input {
    height: 60px;
  }
  .contacto-box h4 {
    font-size: 28px;
  }
  .contacto-box p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  .parque-info {
    padding: 50px;
  }
  .funeraria-info {
    padding: 50px;
  }
  .parques-tabs {
    flex-direction: column;
  }

  .pill {
    width: 300px;
    margin: 0 auto;
  }
  .parques-card {
    max-width: 300px;
  }

  .parques-cards-grid {
    justify-content: center;
  }
  .mapa-body {
    padding: 50px 0px;
    max-width: 300px;
    margin: 0 auto;
  }
  .mapa-flex {
    flex-direction: column;
    gap: 40px;
  }
  .mapa-body h4 {
    line-height: 40px;
  }
  .mapa-parques {
    width: 100%;
    min-height: 350px;
  }
  .sf-button {
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .sf-bullets {
    padding: 30px;
  }
  .as-box {
    padding: 40px 20px;
  }
  .as-box-icono-texto {
    width: 250px;
  }
  .contactar {
    padding: 40px;
  }

  .cp-box .cp-content {
    padding: 30px;
    margin: 0 auto;
  }

  .blue-breadcrumbs {
    flex-wrap: wrap;
  }

  .green-breadcrumbs {
    flex-wrap: wrap;
  }

  .a12-form-box {
    padding: 20px;
  }

  .datos-cuenta {
    max-width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .a12-spec {
    max-width: 80%;
  }

  .abh-button.a12 {
    width: 100%;
    font-size: 18px;
    padding: 7px 30px;
  }
  .imagenes-slider-flex {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .jardines-info {
    padding: 50px;
  }

  .imagenes-chicas-flex {
    flex-shrink: 0;
    order: 2;
    flex-direction: row;
    align-items: center;
  }

  .imagenes-chicas-flex img {
    width: 85px;
  }

  #imagen-grande {
    flex-shrink: 1;
    width: 100%;
    display: block;
  }

  .jiubibtn {
    font-size: 12px;
  }
  .mdp-text {
    max-width: 80%;
  }

  .sm-detalles {
    margin-bottom: 50px;
  }
  .sep-contact-box {
    padding: 15px 20px;
  }
}

@media (max-width: 550px) {
  main {
    padding-top: 210px !important;
  }

  .sep-itexto {
    flex-direction: column;
  }

  .sep-itexto.mail p {
    font-size: 12px;
  }
  .mobile-nav-bg {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    top:0;
      background: #fff
  }

  .mobile-nav-flex {
    display: flex;
    z-index: 999;
    background-color: #fff;
    padding: 15px;
    position: relative;
  }

  .mobile-nav-flex .brand-icon {
    height: 50px;
  }

  .smh-row {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .navegacion {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .navegacion-links {
    margin-top: 10px;
  }

  .un-detalle {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .check-flex {
    gap: 5px;
    flex-wrap: wrap;
  }

  .check-flex input[type="date"] {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .resumen.row {
    padding: 20px;
  }
  .form-btn-flex {
    flex-direction: column;
    margin: 0;
    margin-top: 60px;
  }
  .form-btn-flex .abh-button {
    margin-top: 0px;
  }
  .am-tabs {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin: 30px 0px;
  }
  .seguridad-icono-texto {
    flex-direction: column;
  }
  .funeraria-recomendaciones {
    max-width: 80%;
  }
}

@media (max-width: 380px) {
  .jardines-info {
    padding: 20px;
  }

  .jiubibtn {
    font-size: 12px;
    gap: 3px;
  }
  .gpe-box p {
    max-width: 150px;
  }
}
