






.navbar-simple.scrolled .button-nav {
  color: #185596; 
}

.navbar-simple.scrolled .button-nav:hover {
  color: #007bff;
}


.navbar-simple {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-simple.scrolled {
  background-color: rgba(250, 250, 252, 0.8); 
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 40px rgba(8, 12, 18, 0.05);
  border-bottom: 1px solid #ffffff; 
}



.simple-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px; 
}

.simple-logo img {
  max-height: 40px; 
}




#section-note1 {
  padding-top: 100px; 
  padding-bottom: 3%;
}

@media (max-width: 767px) {
  #section-note1 {
    padding-top: 120px; 
  }

  #section-note1 .row {
    flex-direction: column-reverse;
  }
  
  .content-box-terms {
    text-align: center; 
  }
}




/* section-note1 */

#section-note1 {
  padding-top: 100px; 
  padding-bottom: 3%;
}

@media (max-width: 767px) {
  #section-note1 {
    padding-top: 120px; 
  }

  #section-note1 .row {
    flex-direction: column-reverse;
  }
  
  .content-box-terms {
    text-align: center; 
  }
}







/*


#section-note1 {
  padding: 5% 0 0 0;
  width: auto;
  
}



#section-note1 .bg-image-wrapper {
  position: relative;
  background-image: url('../images/gallery/imagen-invitation.jpeg');
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-note1 .overlay-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 80%; 
}

#section-note1 p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

#section-note1 .btn {
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}

#section-note1 .btn svg {
  margin-left: 8px; 
}

/* Ajustes responsivos */
@media (max-width: 768px) {
  #section-note1 .bg-image-wrapper {
      height: 300px; 
  }
  
  #section-note1 .overlay-content {
      max-width: 100%; 
      padding: 15px;
  }
  
  #section-note1 p {
      font-size: 1.2rem;
  }
}
