/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 18:47:46 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.frase-carousel {
  position: relative;
  height: 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.frase-carousel .frase {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  text-align:center;	
}

.frase-carousel .frase.ativa {
  opacity: 1;
}
