html{
    overflow-x: hidden !important;
}
.carousel-control-next-icon{
    background-color: #292929;
    border-radius: 30px;
    opacity: 1 !important;
}
.carousel-control-prev-icon{
    background-color: #292929;
    border-radius: 30px;
    opacity: 1 !important;
}
.round-box{
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.bolinha{
    background-color: rgb(142, 84, 233);
    border-radius: 80px;
    width: 80px;
    height: 80px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.bolinha2{
    background-color: #1a1a1a;
  border-radius: 113px;
  width: 332px;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -187px;
}
.badges-style{
    background-color: rgba(255, 255, 255, 0.103);
    padding: 10px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 10px;
}
.bold{
    font-weight: 700;
}
.btn-primary{
    border-radius: 30px;
    font-size: 17px;
    background-color: rgb(0, 0, 0);
    border: 0px;
    letter-spacing: 2px;
    height: 45px;
    width: 190px;
}
.btn-primary:hover{
    border-radius: 30px;
    font-size: 17px;
    background-color: rgb(153, 0, 255);
    border: 0px;
    letter-spacing: 2px;
    height: 45px;
    width: 190px;
}
.background{
    background-image: url("../images/bg-ultimo.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.background-about{
    background-image: url("../images/bg-02.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;

}
.background-inicio{
    background-image: url("../images/2.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
   
}
.background2{
    background-image: url("../images/bg-ultimo-2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.background3{
    background-image: url("../images/bg-ultimo-3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-image-01{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image1.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-02{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image2.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-03{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image3.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-04{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image4.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-05{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image5.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-06{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image6.jpg");
    background-size: cover;
    background-position: center;
    
}

.bg-image-07{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image7.jpg");
    background-size: cover;
    background-position: center;
    
}

.bg-image-08{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image8.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-09{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image9.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-10{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/inside/image22x.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-11{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image11.jpg");
    background-size: cover;
    background-position: center;
    
}
.bg-image-12{
    height: 300px;
    width: 100%;
    background-image: url("../images/tumbs/image12.jpg");
    background-size: cover;
    background-position: center;
    
}

.margin-top-mobile{
    margin-top: 150px;
}

.margin-top-mobile-2{
    margin-top: 100px;
}

.margin-mobile-aj{
    margin-top: -100px;
}

@media screen and (max-width: 992px){
    .margin-top-mobile{
        margin-top: 120px;
    }
    .margin-mobile-aj{
        margin-top: -50px;
    }
}
.font-sm1{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.title-transform{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
}
.title-transform2{
    font-size: 50px;
    font-weight: 100;
}
body{

  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    color: #ffffff;
    font-size: 18px;
}
.btn-light{
    background-color: #c6a4fe;
    border-radius: 50px;
    border: 0px;
    padding: 20px 40px 20px 40px;
    box-shadow: 0px 0px 8px 6px #ffc435;
    width: 300px;
}
.text-color{
    color: #c6a4fe !important;
    font-size: 30px;
}
.mt-4x{
    margin-top: 50px;
}
.bg-dark{
    background-color: #000000da !important;
}
.modal-content{
    background-color: #1d1d1d !important;
}
.nav-link{
    color: #ffffff !important;
    font-size: 17px;
}
.modal-footer {
    border-top: 1px solid #dee2e61f !important;
}
.modal-header {
    border-bottom: 1px solid #dee2e61f !important;
}
.close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

h1{
    font-size: 50px;
}
.butterflyx{
    max-width: 400px;
}

.treex{
    position: absolute; margin-left: -200px; margin-top: 0px; width: 800px;
}

@media screen and (max-width: 1561px){
    .planets{
        display: none;
    } 
}
@media screen and (max-width: 1415px){
    .treex{
        width: 600px;
        margin-top: 100px
    }
}

@media screen and (max-width: 992px){
    .logosize{
        width: 180px;
    }
    .bolinha2{
      width: 250px;
      height: 120px;
      margin-top: -160px;
    }

    .bolinha{
        background-color: rgb(142, 84, 233);
        border-radius: 80px;
        width: 60px;
        height: 60px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-top: 30px;
    }

    }

    .resize-carousel-1{
        max-width: 385px;
    }

    .gradient-home{
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 35%, rgba(61, 0, 85, 0.836) 100%); height: 100%;
    }
@media screen and (max-width: 750px){
    .resize-carousel-1{
        max-width: 220px;
    }
    .treex{
        display: none;
    }
    .centerx{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }
    .background-inicio{
        background-image: url("../images/3.jpg") !important;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        
    }
    .gradient-home{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(61, 0, 85, 0.836) 100%); height: 100%;
    }

    }

@media screen and (max-width: 667px){
    h1{
        font-size: 35px !important;
    }
    p{
        font-size: 15px;
    }
    .font-sm1{
        font-size: 13px;
    }
    .btn-primary{
        font-size: 15px;
    }
      .butterflyx{
        max-width: 200px;
    }
    .background-about{
        background-image: url("../images/bg-02.png");
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: unset !important;
    }
      
}

