.premium-prefix-text span{
  font-size: 56px;
}

#premium-fancy-text-e7886a2 {
  font-size: 60px;
}

.copy {
    display: flex;
    flex-direction: row;
}

.copy img{
    margin-left: 5px;

}

/* <link rel='stylesheet' id=''  href='/style.css' media='all' />  */


/* © 2022 CDM Advogados | Powered by <a target="_blank" href="https://andcreative.com.br"><img src="/wp-content/uploads/2022/07/and-creative-logo-02w.png" alt="and. Creative" width="45/"></a>	*/

.container-slide {
    position: relative;

  }

  .control {
    list-style: none;
  }
  .control li {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 20px 20px;
    cursor: pointer;
  }
  .control li:hover {
    color: #BC9B7D;
  }
  .control li.prev {
    left: 40px;
  }
  .control li.next {
    right: 0px;
  }
   .tns-nav button {
    display: none;
  }

  .swiper-container{
    border-radius: 3px;
    margin-left: -40px;
  }

  .swiper-wrapper1{
    margin-left: 25px;
  }

  .swiper-wrapper1  .control li.prev {

    left: 0px;
  }

  .swiper-wrapper2 {
    margin-left: 25px;
  }

  .swiper-wrapper2  .control li {

    display: none;

  }

  /* .scale{
    animation-name: scale;
    transform-origin: center
  }
  @keyframes scale{
    from {
      transform: rotate(90deg);
    }
    to{
      transform: rotate(0deg);
    }
  } */

  