h5 a {
    color: #222222;
}
h5 a:hover {
    color: blue;
}
.pagina-title {
    color: #222222;
}
.sec-title {
    color: #222;
}
.read-more-link a {
    color: #1B5DB5;
    display: block;
    margin-top: 3px;
    font-weight: 600;
}
.go-back-btn {
    padding: 2px 8px; 
    font-size: 14px; 
    background-color: #fff; 
    color: #1B5DB5;
    font-weight: bold;
    border: 2px solid #1B5DB5; 
    cursor: pointer;
    margin: 5px;
}
.boas-festas {
  font-family: 'Tangerine', serif;
  font-size: 102px;
  align-content: center;
  display: block;
  text-align: center;
  color: red;
  margin-top: 40px;
  margin-right: 50px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 2px #C7B11F;
  height: 80px;
}
.oficina {
font-family: "Playwrite US Trad Guides", cursive;
  font-weight: 400;
  font-style: normal;
}
h3 a {
    color: #000000;
}
h3 a:hover {
    color: blue;
}
h3 {
    color: #222222;
}

li .social-link a {
	color: #1A2CB5;
}
.logo-title {
	font-size: 15px;
	padding-top: 5px;
}
.logo-title-footer {
	color: #B09A7A;
	font-size: 15px;
	padding-top: 5px;
}
.title a {
	color: #1F1F1F;
}
.top-header-fb-icon {
	margin: 20px;
	padding: 20px;
}
/* .footer-social-links-dark {
  margin-right: 50px;
} */
.footer-social-links-dark a {
	color: #0B2474;
}
.footer-social-links-dark li a {
	color: #927B49;
	display: block;
	margin-left: 20px;
	padding: 20px;
}
.features-area h1 {
	color: #fff;
	text-align: center;
	padding: 30px;
	display: block;
}
.fact-counter-area {
	background-image: url("../images/slides/road1.png");
}

/* go back button */
.back-button-container {
    margin-top: 20px; /* Add some spacing below the breadcrumbs */
    text-align: left; /* Align the button to the left */
	margin-left: 50px;
	display: none;
}

.back-button {
    background-color: #007BFF; /* Button background color */
    color: white; /* Text color */
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.back-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}
.footer-p {
  float: right;
  font-size: 10px;
  color: #333;
  margin-top: -10px;
}
.footer-p a {
  color: #333;
}
.footer-p a:hover {
  color: rgb(87, 87, 243);
  transition: 0.5;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* Pause animation on hover */
.news-ticker:hover .news-ticker-wrapper {
  animation-play-state: paused;
}

.fact-couter-area {
  background-image:url("http://localhost/opc/images/slides/road1.png");
}



/* Avatar layout for messages */
.msg-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 10px
}

.msg.bubble {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 8px 10px;
    max-width: 100%;
    white-space: pre-wrap;
}

.msg.u {
    color: #111
}

/* user text color stays */
.avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex: 0 0 28px;
    object-fit: cover
}

.bot .bubble {
    color: #333;
}

/* bot text color */
.user .bubble {
    background: #e9e9e9;
    color: #111
}

#calibras-head img {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: -3px
}

.scroll-to-top {
    right: 240px;
}

.wh-modal{ z-index:9998; }
.wh-backdrop{ z-index:9998; }
.wh-dialog{ z-index:9999; }
