body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    /* Light blue-gray for a calm feel */
    color: #fff;
}
.contenedor{
    max-width: 100%;


}

.text-primary-blue {
    color: #2a628f;
    /* Darker blue from the logo */
}

.bg-primary-blue {
    background-color: #2a628f;
}

.text-secondary-blue {
    color: #007bff;
    /* Brighter blue from the logo */
}

.border-primary-blue {
    border-color: #2a628f;
}

.btn-primary {
    @apply bg-primary-blue text-white py-3 px-6 rounded-lg hover:bg-opacity-90 transition duration-300 shadow-md;
}

.nav-link {
    @apply text-white px-4 py-2 relative overflow-hidden;
    /* Added relative and overflow-hidden for hover effect */
}

/* Modern hover effect for nav links */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007bff;
    /* Secondary blue for the underline */
    transform: translateX(-100%);
    /* Start off-screen to the left */
    transition: transform 0.3s ease-out;
}

.nav-link:hover::after {
    transform: translateX(0);
    /* Slide in from the left */
}

.nav-link:hover {
    color: #007bff;
    /* Change text color on hover */
    transition: color 0.3s ease-out;
}

.footer-link {
    @apply text-gray-300 hover:text-white transition duration-300;
}

/* Slider specific styles */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    flex-shrink: 0;
    position: relative;
    height: 78vh;
    /* Consistent height for slides */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slide-content {
    background-color: rgba(0, 0, 0, 0.4);
    /* Dark overlay for text readability */
    padding: 2rem;
    border-radius: 0.75rem;
    max-width: 80%;
}

.slider-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    z-index: 10;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease;
}

.slider-nav-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev-button {
    left: 1rem;
}

.next-button {
    right: 1rem;
}

.slider-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: white;
}

.catalogo {
    padding: auto;
    width: 95em;
    height: 50em;
    align-content: center
}

.catalogo1 {
    padding: auto;
    width: 95em;
    height: 50em;
    align-content: center;
}

.cremacion {
    display: flex;
    padding: auto;
    width: 95rem;
    height: auto;
    color: black;
}

.urna {

    padding: 4em;
    text-align: justify;
    font-size: 18px;
}

.lista{
    text-align: justify;
    font: 1em sans-serif;
}
.lista1{
    text-align:center;
    font: 1em sans-serif;
}
.p{
    font-size: 0.8em;
    padding: 1em;
    
    
}
.tex-modal{
      font-size: 0.8em;
    padding: 1em;
    text-align: justify;  
}

.tama{
    height: 40rem;
    width: 80rem;
}

.pa{
    background-color: #0247227c;
    color: #fff;
    border: 1px solid black;
    border-radius: 46%;
    border-style:dotted ;
}
.btn{
    padding: 10px 16px;
    background-color: #086a05d9;
    font-size: 1rem;
    margin: 1rem;
    color:#fff;
}
.btn:hover{
 background-color: #099b06de;

}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 1rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
    text-align: left;
    padding: 20px 16px;
    font-size: 1rem;
}

.modal-footer {
  padding: 10px 16px;
  font-size: 1rem;
  background-color: #5cb85c;
  color: white;
}
.menu_bar {
    display: none;
}


@media (max-width: 800px) {

.contenedor{
    max-width: 100%;

}



.slide {

    width: 100%;
    flex-shrink: 0;
    position: relative;
    height: 30vh;
   
}
.slide-content {
    background-color: rgba(0, 0, 0, 0.4);
    /* Dark overlay for text readability */
    padding: 1rem;
    border-radius: 0.75rem;
    max-width: 100%;
}
.cremacion {
   
    width: 27rem;
    
    
}

.tama{
    height: 100%;
    width: 100%;
}
.urna {

    padding: 1em;
}
.lista{
    text-align:start;
    font: 1em sans-serif;
}

.lista1{
    text-align:center;
    align-items: center;
}

.catalogo1 {
    width: 100%;
    height: 100%;    
    
}

.catalogo{
    
    width: auto;
    height: 100erm;
}
.pa{
    text-align: center;
    border-radius: 70%;
    
   
}

.modal-content {

  width: 100%;
 
}

.modal-footer {
  
  font-size: 0.5rem;
  
}

  footer{
    display: none;
  }

}