@charset "UTF-8";

* 
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar 
{
    height: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track 
{
    background-color: #141414;
}
  
*::-webkit-scrollbar-track:hover 
{
    background-color: #141414;
}
  
*::-webkit-scrollbar-track:active 
{
    background-color: #141414;
}
  
*::-webkit-scrollbar-thumb 
{
    background-color: #487EF8;
}
  
*::-webkit-scrollbar-thumb:hover 
{
    background-color: #487EF8;
}
  
*::-webkit-scrollbar-thumb:active 
{
    background-color: #487EF8;
}

body, html 
{
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; /* impede a repetição da imagem */
    background-position: center; /* centraliza a imagem */
    background-color: rgba(20, 20, 20, 1.0) !important;
    -webkit-user-select: none; 
    -ms-user-select: none;
    user-select: none;    
}

header
{
    position: relative;
    width: 100%;
    background-color: #487ef8;
    z-index: 1;
}

#parte01
{
    font-family: 'TeXGyreAdventor', sans-serif;
    font-style: italic;
    text-shadow: 2px 3px 4px rgba(72, 126, 248, 1);
}


.text_logo
{
    margin-left: 1vw;
    font-family: 'TeXGyreAdventor', sans-serif;
    font-style: italic;
    color: white;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.pub_color 
{
    color: #2c434f
}

#header-content 
{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

header > h1 
{
    font-size: 50px;
    margin-left: 10px;
    padding: 4px;

}

#particles-js 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.middle 
{
    margin-top: 20vh;
    margin-bottom: 0vh;
    border-radius: 30px;   
}

.title
{
    color: #cacaca !important;
    margin-top: 5vh;
}

.middle_left
{
    flex: 1;
    color: #cacaca;
    text-align: center;
    padding-top: 4vh ; 
    padding-bottom: 10vh; 
    background-position: bottom;
    background-repeat: no-repeat; 
}

.serviceBox
{
    font-family: "Stolzl-Medium";
    padding: 3vw;
    margin: 0.8vw;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
    width: 20vw;
    height: 20vh;
}

.serviceBox:hover{ background: #487ef8; }

.serviceBox .service-icon
{
    color: #487ef8;
    font-size: 5vw;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}

.serviceBox .title
{
    color: #444;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.serviceBox .description
{
    color: #999;
    font-size: 0.8vw;
    line-height: 27px;
    margin: 0 0 0px;
    transition: all 0.3s ease 0s;
    text-align: justify;
    font-family: "Stolzl-Medium";
    font-weight: 100;

}

.serviceBox > i
{
    font-size: 1.5vw;
    margin-bottom: 1vh;
}

.serviceBox:hover .description
{ color: rgba(255,255,255,0.8); 
}

@media only screen and (max-width: 990px)
{
    .serviceBox{ margin: 0 0 30px; }
}

.middle_right 
{
    margin-right: 1vw;
    color: #cacaca;
    text-align: center;
    -webkit-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
}

.middle_right_t
{
    text-align: center;
    color: #cacaca;
    font-family: 'TeXGyreAdventor', sans-serif;
    font-size:2vw;
    font-weight: bold;
    font-style: italic;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    padding-bottom: 5vh;
    text-shadow: 2px 3px 4px rgba(72, 126, 248, 1);
}

.middle_right_c
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row 
{
    display: flex;
    width: 100%; 
}

.init 
{
    padding-top: 15vh ; 
    display: flex;
}


a 
{
  text-decoration: none; 
  outline: none; 
}

.init_left 
{
    flex: 1;
    color: #cacaca;
    background-image: url("images/image1.png");
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat; 
  
}

.shadow__btn
 {
    font-family: "Stolzl-Medium";
    margin-top: 2vh;
    padding: 30px 100px;
    border: none;
    font-size: 20px;
    color: #ffff;
    border-radius: 7px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    -webkit-user-select: none; 
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;

    -ms-user-select: none;
    user-select: none; 
  }
  
  .shadow__btn 
  {
    background: #487ef8;
    box-shadow: 0 0 25px #487ef8;
  }
  
  .shadow__btn:hover 
  {
    box-shadow: 0 0 5px #487ef8,
                0 0 25px #487ef8,
                0 0 50px #487ef8,
                0 0 100px #487ef8;
  }

.init_right 
{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mySlides
{
  -webkit-filter: drop-shadow( 20px -20px 4px #223869);
   filter: drop-shadow( 20px -20px 4px #223869);

}

.dot 
{
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active 
{
    background-color: #717171;
}
  
.fade 
{
    animation-name: fade;
    animation-duration: 0.5s;
}
  
@keyframes fade 
{
    from {opacity: .4} 
    to {opacity: 1}
}
  
@media only screen and (max-width: 300px) 
{
    .text {font-size: 11px}
}
  
#logo 
{
    width: 250px; 
    height: 250px; 
}

#sobre 
{
    max-width: 50vw; 
    height: auto; 
    margin-left: 20px; 
    animation: moverImagem 0.5s ease-in-out infinite;
}

menu 
{
    margin-left: auto;
    margin-right: 5%;
}

menu > ul 
{
    list-style-type: none;
    display: flex;
    font-size: 0.8vw;
    
}

menu > ul > li 
{
    position: relative;
    margin-right: 20px; 

}

menu > ul > li:not(:last-child)::after 
{
    content: "/";
    position: absolute;
    right: -12px; 
    top: 50%;
    transform: translateY(-50%);
    color: whitesmoke;
}

menu > ul > li > a
{
    padding: 10px;
    text-decoration: none;
    background-color: none;
    text-align: center;
    color: #d3d0d0;
    font-family: "Stolzl-Medium";
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}

menu > ul > li > a:hover
{
    padding: 10px;
    text-decoration: none;
    background-color: none;
    text-align: center;
    color: #21346d;
}

main 
{
    width: 90vw;
    margin: auto;
    margin-top: 50px;
    padding: 50px;
    border-radius: 10px;
}

article > p {
    padding-bottom: 10px;
    text-align: justify;
    margin-bottom: 10px;
    text-indent: 20px;
}

footer 
{
    color: #858383;
    background-color: rgb(17, 17, 17);
    height: 5vh;
    width: 100%;
}

.shadow__btn2
 {
    font-family: 'TeXGyreAdventor', sans-serif;
    margin-top: 2vh;
    padding: 30px 100px;
    border: none;
    margin-top: 2vh;
    color: #fff;
    border-radius: 7px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    -webkit-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
    font-size: 1vw;
}
  
.shadow__btn2 
  {
    background: #487ef8;
    cursor: pointer;

  }
  
.shadow__btn2:hover 
{
    box-shadow: 0 0 5px #487ef8,
                0 0 25px #487ef8,
                0 0 50px #487ef8,
                0 0 100px #487ef8;
}


.shadow__btn3
{
     font-family: 'TeXGyreAdventor', sans-serif;
     margin-top: 2vh;
     padding: 30px 10px;
     border: none;
     margin-top: 2vh;
     color: #fff;
     border-radius: 7px;
     font-weight: 700;
     text-transform: uppercase;
     transition: 0.5s;
     transition-property: box-shadow;
     -webkit-user-select: none; 
     -ms-user-select: none;
     user-select: none; 
     font-size: 1vw;
     align-items: center;
     justify-content: center;
     cursor: pointer;
}
   
.shadow__btn3 
{
     background: #487ef8;
}
  
.shadow__btn3:hover 
{
     box-shadow: 0 0 5px #487ef8,
                 0 0 25px #487ef8,
                 0 0 50px #487ef8,
                 0 0 100px #487ef8;
}
 


@keyframes animacao 
{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.texto-animado 
{
    animation: animacao 2s infinite;
}



@keyframes moverImagem 
{
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

#sobre:hover 
{
    animation: moverImagem 0.5s ease-in-out infinite;
}


.show {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.apresentacaosoft .linha {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.apresentacaosoft.mostrar .linha {
    opacity: 1;
}


.fa-heart
{
    color: red;
}

.ft
{
    color: #cacaca;
    padding-top: 4vh;
    justify-content: center;
    text-align: center;

}

.p-intro 
{
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #487ef8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-delay: 2s;
    transition-property: opacity;
    transition-timing-function: ease;
    transition-duration: 1s;
    opacity: 1;
}

.p-intro.is-hidden
 {
    opacity: 0;
}

.p-intro .p-introLogo 
{
    font-style: italic;
    font-family: 'TeXGyreAdventor', sans-serif;
    color: #cacaca;
    font-weight: bold;
    font-size: 128px;
    display: flex;
    transform: translateX(43%);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.6s ease;
}

@media (max-width: 900px)
 {
    .p-intro .p-introLogo 
    {
        font-size: 64px;
    }
}

.p-intro .p-introLogo.is-active 
{
    transform: none;
}

.p-intro .p-introLogo.is-active .p-introLogo--slide
 {
    transform: none;
    opacity: 1;
}

.p-intro .p-introLogo--slide 
{
    font-style: italic;
    font-family: 'TeXGyreAdventor', sans-serif;
    transition-delay: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    transform: translateY(50%);
    opacity: 0;
}

.bottom_container
{
    display: flex;
}

.loader_img {
    margin: 20px;
    transform: perspective(1500px) rotateY(15deg);
    transform-origin: center center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform 1s ease 0s;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    max-width: 355px;
    max-height: 440px;
  }
  
  .loader_img:hover {
    transform: perspective(3000px) rotateY(5deg);
  }

.left_bottom
{
    width: 40vw;
    display: flex;
}

.center_bottom
{
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.right_bottom
{    width: 40vw;
    padding-right: 2.5vw;
}



.vl 
{
    border-left: 2px solid rgb(66, 66, 66);
    height: 100%;
    position: relative;
 }
  
  .vl::before 
  {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(66, 66, 66);
  }
  
  .vl::after 
  {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-60%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(66, 66, 66);
  }

  .btitle
  {
    font-style: italic;
    font-family: 'TeXGyreAdventor', sans-serif;
    color: #cacaca;
    font-size: 1.5vw;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5vw;
  }

  .bdescription
  {
    line-height: 1.6 !important;
    color: #cacaca;
    font-size: 1.2vw;
    margin: 0 0 0px;
    transition: all 0.3s ease 0s;
    text-align: justify;
    font-family: "Stolzl-Medium";
    font-weight: 100;
    margin-bottom: 1.5vw;

  }

  .space 
  {
    margin-top: 5vw;
  }

  .left_menu_img
  {
    margin: 20px;
    transform: perspective(1500px) rotateY(-15deg);
    transform-origin: center center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform 1s ease 0s;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
  }

  .left_menu_img:hover
   {
    transform: perspective(3000px) rotateY(5deg);
  }

  .right_menu_img
  {
    margin: 20px;
    transform: perspective(1500px) rotateY(15deg);
    transform-origin: center center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform 1s ease 0s;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(72, 126, 248, 0.75);
  }

  .right_menu_img:hover 
  {
    transform: perspective(3000px) rotateY(5deg);
  }

  @media screen and (max-width: 768px)
   {
    
    main
     {
      width: 90%;
      padding: 20px;
    }
    
    .init {
      flex-direction: column;
      align-items: center;
      padding-top: 10vh;
    }
    
    .init_left,
    .init_right {
      width: 100%;
      text-align: center;
    }
    
    #logo {
      width: 150px;
      height: 150px;
    }
    
    #parte01 {
      font-size: 24px;
      margin-top: 20px;
    }
    
    .shadow__btn {
      font-size: 16px;
      padding: 15px 40px;
      margin-top: 20px;
    }
    
    .middle {
      margin-top: 10vh;
    }
    
    .middle_right_t {
      font-size: 24px;
      padding-bottom: 3vh;
    }
    
    .row {
      flex-direction: column;
      align-items: center;
    }
    
    .serviceBox {
      width: 90%;
      height: auto;
      margin: 2vh 0;
    }
    
    .serviceBox .title {
      font-size: 20px;
    }
    
    .serviceBox .description {
      font-size: 16px;
    }
    
    .bottom_container {
      flex-direction: column;
      align-items: center;
    }
    
    .left_bottom,
    .center_bottom,
    .right_bottom {
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .hide-on-mobile {
      display: none;
    }
    
    .loader_img {
      display: none;
    }
    
    .loader_img,
    .left_menu_img,
    .right_menu_img {
      max-width: 100%;
      max-height: none;
      margin: 10px 0;
    }
    
    .btitle {
      font-size: 24px;
      margin-bottom: 2vh;
    }
    
    .bdescription {
      font-size: 16px;
      margin-bottom: 2vh;
    }
    
    .shadow__btn2 {
      font-size: 16px;
      padding: 15px 40px;
      cursor: pointer;

    }
    
    .shadow__btn3 {
      font-size: 16px;
      padding: 15px 40px;

    }

    .vl {
      display: none;
    }
    
    .space {
      margin-top: 3vh;
    }
  }

  .fa-discord
  {
    color: white;
    font-size: 25px;
  }