/* BANNER DESTAQUE */


#titulo-1{
    margin: 0px;
}

#titulo-2{
    font-size: 46px;
    color: black;
    font-weight: 600;
    margin: 0 0 30px 0;

}

#paragrafo-1{
    font-size: 32px;
    font-weight: 800;
    color: #824AF1;
    line-height: 23px;
}

#paragrafo-2{
    font-weight: 600;
}

/* FIM BANNER DESTAQUE */

/* CAROUSEL BANNER DESTAQUE */

ol#myCarousel-indicators li{
    
    border-radius: 100%;
    display:block; margin-bottom:5px; 
    width: 12px !important;
    height: 18px !important;

  }

  ol#myCarousel-indicators li.active{
    margin-bottom:5px; 
  }

  ol#myCarousel-indicators {
  display: flex;
  position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:0px;
    right:20px; left:auto;
    width:auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .carousel-indicators .active {
    background-color: #8364E2;
  }

  .carousel-indicators li {
    background-color: white;
  }


  .carousel-caption {
    width:100%;
    height:100%;
    left:0;
    padding: 50px;
    text-align: left!important;
  }
  .texto-carousel{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    max-height: 60%;
    width: 50%;
  }
  .texto-carousel>h2{
    /* text-shadow: 1px 1px 2px black; */
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'NewJuneBold','Baloo Bhai 2','Montserrat', sans-serif !important;

  }
  .texto-carousel>p{
    color: #FFFFFF;
  }

  .wp-block-button__link{
    background-color: #8364E2 !important;
    font-family: 'NewJuneBold','Baloo Bhai 2','Montserrat', sans-serif !important;
    width: 205px !important;
    height: 62px !important;

  }

/* FIM CAROUSEL BANNER DESTAQUE */