
html, body {
    overflow-x: hidden;
    box-sizing: border-box;
}

.container-fluid {
    
    font-family: sans-serif;
    color: white;
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
}

.head {
    background-color: #210d47;
    padding-left: 20%;
    
}

.a1{
  color: white;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.a1:hover{
  color: #8750f7;
  text-decoration: none;
}



ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font: bold 1rem sans-serif;
    text-transform: uppercase;
    color: white;
  }
ul li {
    padding: 0 .5em .25em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
  }
ul li:hover {
    color: #fff;
  }
ul li:before {
    content: "";
    position: absolute;
    inset: calc(100% - 3px) 0 0 0; 
    background: #8750f7; 
    scale: 0 1;
    transition: .3s, translate 0s .3s;
  }
ul:hover li:before {
    scale: 1;
  }
ul li:hover:before {
    translate: 0;
    transition: .3s;
  }
ul:hover li:has(~ li:hover):before {
    translate: 100% 0;
    transition: .2s .2s,scale 0s .4s;
  }
ul:hover li:hover ~ li:before {
    translate: -100% 0;
    transition: .2s .2s,scale 0s .4s;
  }

.button1 {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 30px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #8362c2;
  background-image: linear-gradient(45deg, #632dc9 0%, #8362c2  51%, #632dc9  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button1:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.button1:active {
  transform: scale(0.95);
}

  
.intro {
    background-color: #210d47;
    padding-bottom: 10%;
    padding-left: 20%;
    

}

h1{
  background-image: linear-gradient(to right, #632dc9, #8362c2,#ffff);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
     
}

.descri {
    text-align: center;
    font-size: 25px;
}

.imgL{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;   

}   


.p1 {
    text-align: center;
    background-color: #000000;
    padding-top: 5%;
    padding-bottom: 10%;
    font-size: 20px;
    align-items: center;
    width: 100%;
    
}

.p1 .span12{
  width: 100%;
}



.button2 .button {
    background-color: black; 
    border-top:  1px solid #210d47;
    border-bottom: 1px solid #210d47;
    border-left: 1px solid black;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    
  }
  
.button2 .button:not(:last-child) {
    border-bottom: none; 
  }
  
.button2 .button:hover {
    background-color: #8750f7;
    }

.p2 {
      background-color: #210d47;
      padding-bottom: 10%;
      padding-left: 20%;
      background: radial-gradient(circle, rgba(61,17,145,1) 0%, rgba(37,12,84,1) 65%);
  }

.button3 .button {
   background-color: black; 
   border:  1px solid #210d47;
   border-radius: 20px;
   color: white;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   font-size: 16px;
   cursor: pointer;
   width: 90%;
   display: block;
   margin: 10px 0px 10px 10px;
     }
      
.button3 .button:not(:last-child) {
   border-bottom: none; 
    }
      
.button3 .button:hover {
   background-color: #8750f7;
}
    
.p3{
    text-align: center;
    align-items: center;
    background-color: #000000;
    padding-bottom: 10%;

}
.p3 .span12{
  width: 100%;
}


.button4 .button {
    background-color:black; 
    border: 2px solid #210d47;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 7%;
    
    
  }
  
  .button4 .button:hover {
    background-color: #8750f7;}

.p4 {
    background-color: black;
    padding-bottom: 10%;
    padding-left: 25%;
      
  }

.f1 {
    background-color: #210d47;
    border-radius: 20px;
    align-items: center;
   
}

.f2 {
  align-items: center;
}

.Contato{
    color: white;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.Contato:hover{
    color: #8750f7;
    text-decoration: none;
}

.p5 {
    background-color: #210d47;
    width: 100%;    
    text-align: center;
    align-items: center;
}

.imgF{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%; 
  align-items: center;  
  padding-left: 60%;
}


.p6 {
    background-color:#210d47;
    width: 100%;
    align-items: center;
    text-align: center;
}

.p6 .span12{
  width: 100%;
}
.menuFolder{
   text-align: center;
   padding-top: 3%;
   padding-bottom: 3%;
   padding-left: 40%;
}






