a.pagini {
  color: #1717C6 !important; /* Cor vinho */
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

a.pagini:hover {
  color: #1717C6 !important;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

a.paginimenu {
  color: #4f4f4f !important; /* Cor vinho */
  list-style: none;
  font-size: 14x;
  text-decoration: none;

}

a.paginimenu:hover {
  color: #4f4f4f !important;
  list-style: none;
  font-size: 14px;
  text-decoration: none;

}

ul.sem-bolinha,
ul.sem-bolinha li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.tmenu {
  color: #1717C6 !important;
  font-weight: bold;
  font-size: 18px;
#1717C6
}





.custom-box {
  background-color: #e1b92a;
  color: #0e1c4e;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e1b92a;
}

.custom-box .content {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
}

.custom-box h6 {
  font-weight: bold;
}

.service-link {
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-link:hover .service-box {
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.col-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .col-20 {
    width: 100%; /* ou 50% para 2 por linha no mobile */
  }
}
.mt-fac{
  margin-top: 450px;
}
.texto-base {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000; /* melhora a visibilidade sobre a imagem */
  }