:root{--page-title-display:none;}/* Start custom CSS */.bg-dourado {
  background: linear-gradient(
    135deg,
    #f2d49a 0%,
    #d9b77a 20%,
    #c6a062 35%,
    #f5e1b5 50%,
    #b89252 65%,
    #d9b77a 80%,
    #fff1cc 100%
  );
  background-size: 250% 250%;
  animation: metalShine 12s ease-in-out infinite;
}
@keyframes metalShine {
  0% {
    background-position: 20% 50%;
  }
  50% {
    background-position: 80% 50%;
  }
  100% {
    background-position: 20% 50%;
  }
}
.borda-cards{
    position: relative;
    border-radius: 16px;
}
.borda-cards::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; 
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    #f2d49a 0%,
    #d9b77a 20%,
    #c6a062 35%,
    #f5e1b5 50%,
    #b89252 65%,
    #d9b77a 80%,
    #fff1cc 100%
    
  );

  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  opacity: 0.5;
}

.roxo{
    color: #803070;
    
}.fonte-destaque{
    font-family: 'Libre Baskerville';
}
.destaque2{
        background: #F9AE1D;  /* cor do fundo do texto */
    color: #FFFFFF; /* cor do texto */
    border-radius: 50px;
    padding: 0px 8px 8px 8px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.btn .elementor-button {
    align-items: center;
    background-color: #803070 !important;
    border-radius: 100px;
    display: flex;
    height: 3em;
    padding: 3px 60px 0 30px !important;
}

.btn .elementor-button-icon {
    align-items: center;
    background: #f5f3f7;
    border-radius: 10em;
 
    display: flex;
    font-size: 19px;
    height: 2.2em;
    justify-content: center;
    margin-left: 1em;
    position: absolute;
    right: .5em;
    top: 6px;
    transition: all .3s;
    width: 2.2em;
}

.btn .elementor-button-icon svg {
    transition: transform .3s;
    width: .7em;
}

.btn .elementor-button:hover .elementor-button-icon {
    width: 93% !important; /* Se o texto for menor, ajuste aqui, mestre */
}/* End custom CSS */