@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%; /* Se quitó para no afectar los efectos de animación al desplazar el scroll */
  overflow-x: hidden;
  scroll-behavior: smooth !important; /* Hace el scroll más suave */
}

h1 {
  scroll-margin-top: 100px; /* Espacio superior para el scroll */
}

hr {
  border: 5px solid var(--bs-alternative) !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  opacity: 1 !important;
}

.modal-close {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.waveTop {
  height: 2.5rem;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: rgba%28202, 157, 103, 0.1%29;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %23ffffff;'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.waveBottom {
  height: 3.5rem;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %23FFFFFF;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: rgba%28202, 157, 103, 0.1%29;'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.instalaciones-contenido {
  max-width: 700px;
  min-height: 180px;
  background-color: #032C24;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  margin: auto;
}

.instalaciones-contenido > img {
  border-radius: 10px;
}

.obituario-contenido {
  max-width: 500px;
  min-height: 180px;
  background-color: #032C24;
  padding: 15px;
  /* border-radius: 90px; */
  display: flex;
  margin: auto;
}

.obituario-foto {
  height: 150px;
  width: 150px;
  background-size: cover;
  background-position: center;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.obituario-contenido-texto {
  color: #FFFFFF;
  height: 150px;
  /* min-width: 300px; */
  display: inline-block;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  padding: 15px;
}

.obituario-titulo-1 {
  color: #CA9D67;
  font-size: 16px;
  font-weight: bold;
}

.obituario-titulo-2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.obituario-texto {
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  text-align: justify;
}

button > span {
  color: #CA9D67;
}

.carousel-item {
  padding: 30px 50px;
}

/*# sourceMappingURL=global.css.map */
