.elementor-92163 .elementor-element.elementor-element-17187aa{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}/* Start custom CSS for html, class: .elementor-element-4ab0d91 */@keyframes fadeInOut {
  0%, 80%, 100% { opacity: 0; }
  10%, 70% { opacity: 1; }
}

.banner-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 100vh;
}

.banner {
  gap: 20px;
  padding-left: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  animation: fadeInOut 20s infinite linear;
}

.banner1 {
  background-image: url('https://teste.sitesopta.com.br/wp-content/uploads/2023/10/banner_premio_ra_tyni-1.jpg');
  background-size: cover;
  background-position: center;
  animation-delay: 1s;
}

.banner2 {
  background-image: url('https://teste.sitesopta.com.br/wp-content/uploads/2023/10/FUNDO-BANNER-EXPOSICAO-FLORESCER.jpeg');
  background-size: cover;
  background-position: center;
  animation-delay: 10s;
}

.logo {
  width: 280px;
  height: 170px;
}

.text1, .text2 {
  font-family: Quicksand, sans-serif;
  color: #5a246b;
  box-sizing: border-box;
}

.text1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
}

.text2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}

.button {
  max-width: 150px;
  background: transparent;
  border: 2px solid #5a246b;
  border-radius: 40px;
  box-shadow: none;
  box-sizing: border-box;
  color: #5a246b;
  cursor: pointer;
  display: block;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.button-banner2 {
    max-width: 350px;
  background: transparent;
  border: 2px solid #5a246b;
  border-radius: 40px;
  box-shadow: none;
  box-sizing: border-box;
  color: #5a246b;
  cursor: pointer;
  display: block;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.banner2-text1 {
    box-sizing: border-box;
color:  #5a246b;
cursor: grab;
font-family: Quicksand, sans-serif;
font-size: 29px;
font-weight: 400;
line-height: 1.4;
text-align: left;
}

.minha-classe {
    font-size:29px;
    font-weight: 400;
}

.text2 {
    font-weight: 100;
}/* End custom CSS */