/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 17:04:44 */
.par-line {
  border: none;
  height: 1px;
  background-color: #718587;
	margin-bottom: 2.5rem;
}

.par-line-mobile {
  border: none;
  height: 1px;
  background-color: #718587;
	margin-bottom: 2.5rem;
	margin-top:2.5rem;
	display:none;
}

.arrow-button {
    content: "";
    background: #e2edef;
    color: #333;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background-image: url(https://andira.duraznosoftware.com/wp-content/uploads/2025/05/Arrow.svg);
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
	margin: 0.3rem;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

@media (max-width: 768px) {
  .par-line {
   display:none;
}
   .par-line-mobile {
   display:block;
}
}