@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;700&display=swap');

* {
  margin: 0px;
}

*:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #E5E5E5;
  font-family: 'Poppins', sans-serif;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* padrão */
}

html,
body {
    overflow-x: hidden;
}

.home {
  width: 100vw;
  height: 100vh;
  background-image: url(img/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

.navigation {
  color: white;
  margin: 0px;
}

.navigation > .container {
max-width:90%;
margin:auto;
}

.navigation .navbar {
position: relative;
}

.navigation .navbar .logo-toggle-container {
position: absolute;
left:50%;
top:5px;
transform:translateX(-50%);
}

.navigation .navbar .logo-toggle-container a {
display:block;
}

.navigation .navbar .logo-toggle-container a img {
width:200px;
padding-top: 10px;

}

.navigation .menu {
text-align:right;
}

.menu {
  padding-left: 0px;
}

@media screen and (min-width:1024px) {
.navigation .menu {
display:block !important;
height:auto !important;
}
}

.navigation .menu li {
display:inline-block;
padding:43px 10px;
}

.navigation .menu li a {
display: block;
padding: 8px 15px;
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
color:#fff;
font-size: 20px;
}

.navigation .menu li:nth-child(1),
.navigation .menu li:nth-child(2) {
float:left;
}

.navigation .menu li:hover a {
color: #d37400;
}

@media screen and (max-width:820px) {
.navigation .navbar .logo-toggle-container {
position:static;
transform:translateX(0%);
}

.navigation .navbar .logo-toggle-container a {
width:80%;
}

.navigation .navbar .logo-toggle-container .toggle-box {
position:absolute;
right:10px;
top:30px;
display:block;
width:30px;
background:#D37400;
padding:15px 9px;
cursor:pointer;
border-radius:5px;
margin-top: 15px;
}

.navigation .navbar .logo-toggle-container .toggle-box span {
display:block;
max-width:90%;
margin:auto;
height:2px;
background-color:#fff;
margin-bottom:4px;
}

.navigation .navbar .logo-toggle-container .toggle-box span:last-child {
margin-bottom:0;
}

.navigation .menu {
text-align:center;
display:none;
}

.navigation .menu li {
display:block;
float:none !important;
padding:0 10px;
border-bottom:1px solid #ccc;
}

}

.home-title {
  text-align: center;
  margin-top: 25vh;
  margin-bottom: 10vh;
  transition: .3s;
}

.home-title h1 {
  font-size: 50px;
  color: white;
  margin: 20px 0px;

}

.home-title a {
  background-color: #d37400;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  padding: 5px 20px;
  font-weight: bold;
  box-sizing: border-box;
  transition: .3s;
  display: inline-block;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

.home-title a:hover {
  transition: .3s;
  transform: scale(1.1);
}

.home-title span {
  color: #d37400;
}

@media screen and (max-width:500px) {
  .home-title {
    margin-top: 20vh;
  } }

  @media screen and (max-width:425px) {
    .home-title h1 {
      font-size: 40px;
    }

    .home-title a {
      font-size: 20px;
    }
}

.products {
  text-align: center;
  margin: 30px auto;
  color: #d37400;
  padding: 0px 10px;
}

.products h1 {
  font-size: 40px;
}

.product-boxes {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  transition: .3s;
}

.product-boxes div {
  border: 1px solid #d37400;
  margin: 0px 10px;
  padding: 30px;
  box-sizing: border-box;
  width: 300px;
  transition: .3s;
}

.product-boxes div:hover {
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  transform: scale(1.05);
  transition: .3s;
}

.product-boxes div h2 {
  font-size: 40px;
}

@media screen and (max-width: 770px) {
  .product-boxes {
    display: flex;
    flex-direction: column;
    transition: .3s;
    align-items: center;
  }

  .product-boxes div {
    margin: 10px 0px;
  }
}

.portfolio {
  text-align: center;
  background-color: #484747;
  width: 100%;
  height: 100%;
}

.portfolio-design {
  padding-top: 25px;
  padding-bottom: 25px;
}

.portfolio h1 {
  margin: 20px 20px;
  font-size: 40px;
  color: white;
}

@media screen and (max-width:626px) {
  .portfolio h1 {
    font-size: 32px;
    line-height: 37px;
  }
   
  .numbers h1 {
    font-size: 30px !important;
    line-height: 32px;
  }
}

.slider {
  height: 250px;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
}

.slide-track {
  display: flex;
  width: calc(250px * 20);
  animation: scroll 40s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}

.slide {
  height: 200px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

.slide img {
  width: 100%;
  border: 1px solid #d37400;
  transition: .3s;
}

.slide img:hover {
  transform: translateZ(10px);
  transition: .3s;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

.portfolio-bots {
  padding: 25px 0px;
  padding-bottom: 35px !important;
}

.portfolio a {
  margin-top: 20px;
  background-color: #d37400;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  padding: 5px 20px;
  font-weight: bold;
  box-sizing: border-box;
  transition: .3s;
    display: inline-block;
    box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

.portfolio a:hover {
  transition: .3s;
  transform: scale(1.1);
}

.bots-boxes {
  display: flex;
  justify-content: center;
}

.bots-boxes div {
  border: 1px solid #d37400;
  margin: 10px 10px;
  padding: 30px;
  box-sizing: border-box;
  transition: .3s;
  display: inline-block;
}

.bots-boxes div:hover {
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

@media screen and (max-width: 767px) {
  .bots-boxes {
    display: flex;
    flex-direction: column;
    transition: .3s;
    align-items: center;
  }

  .bots-boxes div {
    margin: 10px 0px;
  }
}

@media screen and (max-width: 425px) {
  .portfolio a {
    font-size: 25px;
  }
}

@media screen and (max-width: 425px) {
  .portfolio a {
    font-size: 20px;
  }

  .bots-boxes div h2 {
    font-size: 25px !important;
  }

  .bots-boxes div svg {
    width: 250px;
  }
}

.bots-boxes div h2 {
  margin-top: 10px;
  font-size: 40px;
}

.bot-completo {
  background-color: #d37400;
  color: white;
}

.bot-simples h2 {
  color: #d37400;
  margin-top: 0px !important;
}

.bot-simples svg {
  margin-bottom: -15px !important;
}

.bots-boxes div:hover {
  transform: scale(1.05);
  transition: .3s;
}

.vantages {
  text-align: center;
  color: #d37400;
}

.vantages h1 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vantages-boxes {
  display: flex;
  justify-content: center;
}

.vantages-boxes div {
  width: 300px;
  border: 1px solid #d37400;
  margin: 0px 10px;
  padding: 20px;
  box-sizing: border-box;
  transition: .3s;
}

@media screen and (max-width: 700px) {
  .vantages-boxes {
    display: flex;
    flex-direction: column;
    transition: .3s;
    align-items: center;
  }

  .vantages-boxes div {
    margin: 10px 0px;
  }

  .testimonials {
    padding: 0px 50px !important;
  }
}

.fast-box svg {
  margin: 20px 0px;
}

.vantages-boxes div:hover {
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  transform: scale(1.05);
  transition: .3s;
}

.testimonials {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0px 100px;
}

.testimonials p {
  font-weight: lighter;
  font-size: 20px;
  margin-top: 20px;
}

.testimonials h2 {
  margin-top: 20px;
}

.numbers {
  background-color: #484747;
  color: white;
  text-align: center;
  padding: 20px 0px;
}

.numbers h1 {
  font-size: 40px;
  margin: 0px 10px;
}

.numbers div {
  margin: 15px 0px;
}

.numbers div span {
  font-size: 40px;
  color: #d37400;
  font-weight: bold;
}

.numbers div p {
  font-size: 20px;
}

.aboutus {
  text-align: center;
  padding: 25px 30px;
}

.aboutus h1 {
  color: #D37400;
  font-size: 40px;
}

.aboutus p {
  font-size: 20px;
}

.aboutus span {
  color: #D37400;
}

.discord {
  background-color: #484747;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 25px 20px;
}

.discord h2 {
  font-size: 30px;
  font-weight: lighter;
  line-height: 30px;
}

.discord h1 {
  font-size: 40px;
  color: #D37400;
  line-height: 40px;
  margin: 15px 0px;
}

.discord a {
  margin-top: 20px;
  background-color: #d37400;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  padding: 5px 20px;
  font-weight: bold;
  box-sizing: border-box;
  transition: .3s;
    display: inline-block;
    box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
-moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

.discord a:hover {
  transition: .3s;
  transform: scale(1.1);
}

@media screen and (max-width: 425px) {
  .discord a {
    font-size: 25px;
  }
}

@media screen and (max-width: 350px) {
    .discord a {
      font-size: 22px;
    }
}

.pie-pagina{
    width: 100%;
    background-color: black;
}

.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 75px 0px;
}

.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 20px;
}

.pie-pagina .grupo-1 .box figure img{
    width: 150px;
}

.pie-pagina .grupo-1 .box ul{
  list-style: none;
    font-size: 20px;
    padding: 0px;
}

.pie-pagina .grupo-1 .box a {
    color: white;
    text-decoration: none;
    transition: .3s;
}

.box li {
  margin-bottom: 25px;
}

.pie-pagina .grupo-1 .box1 a:hover {
    color: #d37400;
    transition: .3s;
    border: 1px solid #d37400;
}

.pie-pagina .grupo-1 .box2 a:hover {
    color: #d37400;
    transition: .3s;
    border: 1px solid #d37400;
}

.pie-pagina .grupo-1 .box a:hover {
  color: #d37400;
  transition: .3s;
  border: 1px solid #d37400;
}

.pie-pagina .grupo-1 .red-social a:hover {
    color: #d37400;
    transition: .3s;
    border: 1px solid #d37400;
}

.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: #d37400;
}
.pie-pagina .grupo-2{
    background-color: #121212;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}

.box {
  display: flex;
  flex-direction: row;
}

.box1 {
  margin-right: 100px;
}

.box2 {
  margin-right: 100px;
}

.box-s {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
        justify-items: center;
    }

    .box {
      display: block;
    }

    .pie-pagina .grupo-1 .box figure{
        margin-left: 0px;
    }

    .box-s {
      justify-content: flex-start;
    }
}


/** PORTFOLIO **/

.home-portfolio {
  width: 100vw;
  height: 70vh;
  background-image: url(img/background-portfolio.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

.home-portfolio-bots {
  width: 100vw;
  height: 70vh;
  background-image: url(img/background-bots.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

.portfolio-title {
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  transition: .3s;
}

@media screen and (max-width: 510px) {
  .portfolio-title {
    margin-top: 7vh;
  }
}

.portfolio-title h1 {
  font-size: 50px;
  color: white;
}

.portfolio-title h2 {
  font-size: 30px;
  color: white;
  margin: 0px 0px;
  font-weight: lighter;
}

/* bots */

.portfolio-bots-title {
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  transition: .3s;
}

.portfolio-bots-title h1 {
  font-size: 50px;
  color: white;
  line-height: 52px;
}

.portfolio-bots-title h2 {
  font-size: 30px;
  color: white;
  margin: 0px 0px;
  font-weight: lighter;
}

@media screen and (max-width: 370px) {
  .portfolio-bots-title h2 {
    font-size: 25px;
  }
}

/* fim bots */

.showoff {
  margin: 20px 0px;
  padding: 0px 50px;
}

.showoff h1,
.showoff p {
  color: #d37400;
  text-align: center;
}

.showoff h1 {
  font-size: 50px;
  margin-top: 50px;
  margin-bottom: 10px;
  line-height: 53px;
}

@media screen and (max-width: 410px) {
  .showoff h1 {
    font-size: 35px;
    line-height: 37px;
  }
}

.showoff p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 23px;
}

.logos-show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row10 {
  display: flex;
  flex-direction: row;
}

.row2 {
  display: flex;
  flex-direction: row;
}

.logos-show img {
  border: 1px solid #d37400;
  width: 250px;
  height: 250px;
}

.margin2 {
  margin-right: 4px;
}

@media screen and (max-width: 1125px)  {
  .row10 {
    flex-direction: column;
  }

  .row2 {
    flex-direction: column;
  }

  .margin2 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 610px)  {
  .row10 div {
    display: flex;
    flex-direction: column;
  }

  .logos-show img {
    margin-top: 5px !important;
  }

  .row2 div {
    display: flex;
    flex-direction: column;
  }

  .margin2 {
    margin: 0px !important;
  }
}

.banners-show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row1 {
  display: flex;
  flex-direction: column;
}

.row1 img {
  margin-top: 9px;
}

.banners-show img {
  width: 1063px;
  border: 1px solid #d37400;
}

@media screen and (max-width: 1110px) {
  .banners-show img {
    width: 900px;
    border: 1px solid #d37400;
  }

  .bannersgif img {
    width: 900px !important;
  }

  .detail {
    height: 52px !important;
  }

  .con {
    height: 150px !important;
  }

  .row3 img {
    width: 445px !important;
    height: 90px !important;
  }

  .row4 img,
  .row5 img {
    width: 445px !important;
    height: 260px !important;
  }

  .row6 img {
      width: 293px !important;
      height: 530px !important;
  }

}

@media screen and (max-width: 920px) {
  .banners-show img {
    width: 600px;
    border: 1px solid #d37400;
  }

  .bannersgif img {
    width: 600px !important;
  }

  .detail {
    height: 42px !important;
  }

  .con {
    height: 107px !important;
  }

  .row3 img {
    width: 600px !important;
    height: 120px !important;
    margin-right: 0px !important;
    margin-top: 9px;
  }

  .margin {
    margin: 0px !important;
  }

  .row3,
  .row4,
  .row5 {
    flex-direction: column !important;
    margin-top: 0px !important;
  }

  .row4 img,
  .row5 img {
    width: 600px !important;
    height: 356px !important;
    margin-top: 9px !important;
  }

  .row6 img {
      width: 600px !important;
      height: 1080px !important;
      margin-top: 9px !important;
  }

  .row6 {
    flex-direction: column !important;
    margin-top: 0px !important;
  }

}

@media screen and (max-width: 720px) {
  .banners-show img {
    width: 350px;
    border: 1px solid #d37400;
    margin-top: 5px !important;
  }

  .bannersgif img {
    width: 350px !important;
  }

  .detail {
    height: 23px !important;
  }

  .con {
    height: 60px !important;
  }

  .row3 img {
    width: 350px !important;
    height: 75px !important;
    margin-right: 0px !important;
    margin-top: 5px;
  }

  .margin {
    margin: 0px !important;
  }

  .row3,
  .row4,
  .row5 {
    flex-direction: column !important;
    margin-top: 0px !important;
  }

  .row4 img,
  .row5 img {
    width: 350px !important;
    height: 210px !important;
    margin-top: 9px !important;
  }

  .row6 img {
      width: 350px !important;
      height: 630px !important;
      margin-top: 9px !important;
  }

  .row6 {
    flex-direction: column !important;
    margin-top: 0px !important;
  }

}

@media screen and (max-width: 330px) {
  .banners-show img {
    width: 300px;
    border: 1px solid #d37400;
    margin-top: 5px !important;
  }

  .bannersgif img {
    width: 300px !important;
  }

  .detail {
    height: 19px !important;
  }

  .con {
    height: 55px !important;
  }

  .row3 img {
    width: 300px !important;
    height: 65px !important;
    margin-right: 0px !important;
    margin-top: 5px;
  }

  .margin {
    margin: 0px !important;
  }

  .row3,
  .row4,
  .row5 {
    flex-direction: column !important;
    margin-top: 0px !important;
  }

  .row4 img,
  .row5 img {
    width: 300px !important;
    height: 180px !important;
    margin-top: 9px !important;
  }

  .row6 img {
      width: 300px !important;
      height: 540px !important;
      margin-top: 9px !important;
  }

  .row6 {
    flex-direction: column !important;
    margin-top: 0px !important;
  }

}

.detail {
  height: 62px;
}

.con {
  height: 176px;
}

.row3,
.row4,
.row5,
.row6 {
  display: flex;
  flex-direction: row;
  margin-top: 9px;
}

.row3 img {
  width: 526px;
  height: 103px;
}

.margin {
  margin-right: 9px;
}

.row4 img,
.row5 img {
  width: 526px;
  height: 290px;
}

.row6 img {
    width: 347px;
    height: 601px;
}

.bannersgif {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bannersgif img {
  width: 1063px;
  border: 1px solid #d37400;
}

.likeit {
  width: 100vw;
  background-color: #484747;
  color: white;
  text-align: center;
}

.likeit div {
  padding: 20px 50px;
}

.likeit h3 {
  font-size: 30px;
  font-weight: lighter;
}

.likeit h1 {
  font-size: 45px;
  color: #d37400;
  line-height: 47px;
}

.likeit a {
  background-color: #d37400;
  margin-top: 15px;
  line-height: 33px;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  padding: 5px 20px;
  font-weight: bold;
  box-sizing: border-box;
  transition: .3s;
  display: inline-block;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

@media screen and (max-width: 505px) {
  .likeit a {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (max-width: 405px) {
  .likeit a {
    font-size: 20px;
    line-height: 23px;
  }
}


/** CONTACT **/

.home-contact {
  width: 100vw;
  height: 70vh;
  background-image: url(img/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

.contact-title {
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  transition: .3s;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 485px) {
  .contact-title {
    margin-top: 6vh;
  }
}

@media screen and (max-width: 400px) {
  .contact-title {
    margin-top: 0vh;
  }
}

.contact-title h1 {
  font-size: 50px;
  color: white;
  line-height: 53px;
}

.contact-title h2 {
  font-size: 30px;
  color: white;
  margin: 0px 0px;
  font-weight: lighter;
}

.contact {
  text-align: center;
  padding: 20px 50px;
}

.contact h1 {
  font-size: 50px;
  line-height: 53px;
  color: #d37400;
}

@media screen and (max-width: 466px) {
  .contact h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media screen and (max-width: 388px) {
  .contact h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

.methods h1 {
  margin: 57px 20px 15px 20px;
  font-size: 35px;
  line-height: 38px;
}

.methods h2 {
  font-weight: lighter;
  color: black;
  font-size: 20px;
  line-height: 23px;
}

.methods a {
  background-color: #d37400;
  margin-top: 25px;
  line-height: 33px;
  border-radius: 25px;  
  text-decoration: none;
  color: white;
  font-size: 30px;
  padding: 5px 20px;
  font-weight: bold;
  box-sizing: border-box;
  transition: .3s;
  display: inline-block;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

.methods a:hover {
  transform: scale(1.1);
  transition: .3s;
}

.email {
  background-color: #d37400;
  margin-top: 25px !important;
  border-radius: 25px;
  color: white !important;
  font-size: 20px !important;
  padding: 10px 25px;
  font-weight: bold !important;
  box-sizing: border-box;
  transition: .3s;
  display: inline-block;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

@media screen and (max-width: 388px) {
  .email {
    font-size: 12px !important;
    line-height: 32px;
  }
}

/** DASHBOARD **/

.dashboard {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text {
  margin-bottom: 15px;
}

.text h1 {
  font-size: 45px;
  line-height: 47px;
  margin-bottom: 10px;
}

.text p {
  font-size: 20px;
  line-height: 23px;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buttons a {
  background-color: #d37400;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  margin-top: 15px;
  width: 300px;
  text-align: center;
  padding: 5px 20px;
  box-sizing: border-box;
  display: inline-block;
  transition: .3s;
  font-size: 20px
}

.buttons a:hover {
  transform: scale(1.07);
  transition: .3s;
  display: inline-block;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}

.leave a {
  border: 1px solid #d37400;
  background-color: white;
  border-radius: 25px;
  color: #d37400;
  text-decoration: none;
  margin-top: 30px;
  width: 250px;
  text-align: center;
  padding: 5px 20px;
  box-sizing: border-box;
  display: inline-block;
  transition: .3s;
}

.leave a:hover {
  transform: scale(1.07);
  transition: .3s;
  display: inline-block;
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
}


/*** BOTS ***/

.bots-show {
  margin: 50px 0px;
  padding: 0px 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 1450px) {
  .bots-show {
    padding: 0px 20px;
  }
}

.bots-display {
  background-color: #d37400;
  border-radius: 25px;
  padding: 20px;
  height: 100%;
  color: white;
  margin-left: 50px;
  margin-right: 50px;
  width: 50%;
}

@media screen and (max-width: 1450px) {
  .bots-display {
    width: 65%;
  }
}

@media screen and (max-width: 1050px) {
  .bots-show {
    flex-direction: column;
  }

  .bots-display {
    margin: 20px 0px;
    width: 90%;
  }

  .bots-show {
    align-items: center;
  }
}

@media screen and (max-width: 720px) {
  #gif {
    width: 550px;
    height: auto;
    padding: 20px 0px !important;
  }
}

@media screen and (max-width: 660px) {
  #gif {
    width: 450px;
    height: auto;
  }
}

@media screen and (max-width: 540px) {
  #gif {
    width: 350px;
    height: auto;
  }
}

@media screen and (max-width: 430px) {
  #gif {
    width: 250px;
    height: auto;
  }
}

.bots-display h4 {
  font-weight: lighter;
}

.bots-display h2 {
  text-decoration: underline;
}

#gif {
  padding: 40px 0px;
}

#nome {
  font-size: 25px;
  font-weight: bolder;
}

#descricao {
  font-size: 20px;
}

.file-tree {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 20px;
  overflow: hidden;
}

.file-tree .file-tree-folder {
  transition: all .2s;
  transition-delay: 0s;
  cursor: pointer;
}

.file-tree li.file-tree-folder::before {
  display: inline-block;
  text-align: center;
  width: 30px;
  margin-right: .25rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #2196f3;
  content: url(img/pasta.png);
}

.file-tree ul {
  display: none;
  list-style: none;
  padding-left: 30px;
}

.file-tree .file-tree-folder::after {
  -moz-transition: all .2s;
  -moz-transition-delay: 0s;
  transition: .4s;
  position: relative;
  top: -1.5rem;
  left: -6.5rem;
  display: block;
  text-align: center;
  font-family: flaticon!important;
  content: url(img/seta.png);
  font-size: 10px;
  color: #ffffff;
}

.file-tree .file-tree-folder.open.ticketseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -3.1rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.msgseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -11.0rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.msgjogos::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -9.4rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.rpseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -6.2rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.modseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -11.1rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.logsseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -9.4rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.comseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -3.1rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.sorteseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -6.3rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open.utilseta::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -6.3rem;
  left: -6.5rem;
}

.file-tree .file-tree-folder.open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s;
  position: relative;
  top: -4.8rem;
  left: -6.5rem;
}

.file-tree li::before {
  content: url(img/linha.png);
  font-size: 1rem;
  color: #2196f3;
  margin-right: 9px;
  position: relative;
  top: 3px;
}

.basico {
  background: #70c1b3;
  width: 100%;
  padding: 5px 7px;
  text-align: center;
  border-radius: 25px;
  margin-top: 10px;
}

.basico h5 {
  font-weight: bold;
  color: white;
}

.completo {
  background: #247ba0;
  padding: 5px 7px;
  text-align: center;
  border-radius: 25px;
  margin-top: 10px;
  margin-left: 20px;
}

.completo-only {
  background: #247ba0;
  padding: 5px 7px;
  text-align: center;
  border-radius: 25px;
  margin-top: 10px;
  margin-left: 0px;
}

.completo h5 {
  font-weight: bold;
  color: white;
}

.completo-only h5 {
  font-weight: bold;
  color: white;
}

.bots-divider {
  display: flex;
  flex-direction: row;
}

/*** PAGAMENTOS ***/

.login {
  height: 100vh;
  background-color: #2e2e2e;
  text-align: center;
  color: white;
}

.login-logo {
  padding: 50px 0px;
}

.login img {
  width: 250px;
}

.login-main {
  margin-top: 10vh;
}

.login-main h2 {
  font-size: 40px;
  line-height: 42px;
}

.login-form input {
  width: 300px;
  border-radius: 25px;
  font-size: 20px;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #D37400;
  margin-top: 15px;
  display: inline-block;
  color: white;
  background: rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.6px);
  -webkit-backdrop-filter: blur(11.6px);
}

.login-form button {
  background-color: #D37400;
  border: none;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 25px;
  color: white;
  font-weight: bold;
  margin-top: 25px;
  transition: .5s;
}

.login-form button:hover {
  transition: .5s;
  transform: scale(1.05);
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  cursor: pointer;
}

@media screen and (max-width: 375px) {

  .login img {
    width: 220px;
  }

  .login-main h2 {
    font-size: 32px;
  }

  .login-form input {
    width: 250px;
    font-size: 17px;
  }

  .login-form button {
    font-size: 20px;
  }

}

/*** BOTS CONFIGURAÇÕES ***/

.bots-body {
  min-height: 100vh;
}

.bots-dashboard {
  text-align: center;
  margin-top: 5vh;
}

.bots-dashboard input {
  width: 300px;
  border-radius: 25px;
  font-size: 16px;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #D37400;
  margin-top: 15px;
  display: inline-block;
  color: black;
  background-color: white;
}

.bots-dashboard button {
  background-color: #D37400;
  border: none;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 17px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  transition: .5s;
}

.bots-dashboard button:hover {
  transition: .5s;
  transform: scale(1.05);
  box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -webkit-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  -moz-box-shadow: -1px 2px 18px 3px rgba(211,116,0,0.78);
  cursor: pointer;
}

.bots-dashboard a {
  margin-top: 40px;
}

.bots-dashboard-logo {
  text-align: center;
}

.bots-dashboard-logo img {
  width: 200px;
}

.container {
  margin-top: 100px;
  padding: 32px;
}

.select-box {
  display: flex;
  width: 300px;
  flex-direction: column;
  margin-left: 50%;
  transform: translate(-50%);
}

.select-box .options-container {
  background: #2f3640;
  color: #f5f6fa;
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;

  order: 1;
}

.selected {
  background: #2f3640;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #f5f6fa;
  position: relative;

  order: 0;
}

.selected::after {
  content: "";
  background: url("img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 8px;

  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
  transform: rotateX(180deg);
  top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #414b57;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

/*** LEGAL TERMS***/

.legal p {
  margin: 30px 10px;
  text-align: left;
}

.legal h3 {
  text-align: left;
}

.legal h4 {
  font-weight: 100;
  text-align: left;
}