.text-muted{
  opacity: 0.6;
}
.main-banner{
  height: 80dvh;
}
.main-banner .logo-container{
  display: flex;
  justify-content: center;
}
.main-banner .logo-container img{
  width: 320px;
  height: auto;
}

.main-banner .caption {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner .caption .border {
  color: #fff;
  padding: 12px;
  font-size: 23pt;
  border-radius: 8px;
  letter-spacing: 6px;
  background-color: var(--f7-theme-color);
  font-weight: 600;

  margin-top: 16px;
}

.aparece {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

/*##############################################*/
.aparece {
  padding-top: 26.5dvh;
}

.custom-block {
  color: #777;
  background-color: white;
  text-align: justify;
  /*  margin: 50px 40px;*/
  padding: 0 42px;
  border-radius: 0;
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.title {
  text-align: center;
  margin: 34px 0;

  font-size: 50px;
  font-weight: 600;
  color: #484c50;
}

.image {
  height: 410px;
  border-radius: 16px;
  margin-bottom: 46px;
  background-color: black;
  background-size: cover;
  background-position: center;
}

.image-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content p {
  margin: 0 0 0 5%;
  width: 70%;
  font-size: 16pt;
}

/*##############################################*/
.main-list-menu .f7-icons{
  font-size: 28pt;
}
.main-list-menu .item-title{
  font-size: 19pt;
/*  color: #777777;*/
}

.text-raised-light {
  color: #111;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
}