/* HOME SECTION */

body {
  background-color: rgb(83, 56, 247);

  overflow-x: hidden;
  font-weight: 500;
}

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: -25px;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.btn-scroll {
  background: #5338f7;
  color: white;
  transition: all 0.5s;
}

.navBarMargin {
  margin-top: 12px;
}

#header.header-fixed {
  background: #212121;
  padding: 20px 0;
  height: 11%;
  transition: all 0.5s;
}

.nav-item {
  font-weight: 600;
  font-size: 18px;
}

.logo {
  width: 20%;
  margin-left: 1%;
}

.planos {
  background-color: rgb(83, 56, 247);
  background-image: url("../images/background-planos.png");
  height: 870px;
  width: 100.8%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-escolha {
  font-family: Gordita black;
  background-color: black;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  width: 86.5%;
  margin-top: 2%;
  margin-left: 5%;
  margin-bottom: 4%;
  height: 35px;
  font-size: 16px;
  padding: 0;
}

.btn-escolha:hover {
  color: white;
  background-color: rgb(83, 56, 247);
  border-color: rgb(83, 56, 247);
}

.button-home {
  font-weight: 500;
  width: 120px;
  height: 40px;
  font-size: 15px;
  border-color: transparent;
  border-radius: 11px;
  padding: 0;
  color: black;
  background-color: white;
}

.button-home-scroll {
  font-weight: 500;
  width: 120px;
  height: 40px;
  font-size: 15px;
  border-color: transparent;
  border-radius: 11px;
  padding: 0;
  color: black;
  background-color: white;
}

.button-home-scroll:hover {
  font-weight: 500;
  width: 120px;
  height: 40px;
  font-size: 15px;
  border-color: transparent;
  border-radius: 11px;
  padding: 0;
  color: white;
  background-color: #5338f7;
}

.button-home:hover {
  color: white;
  font-weight: bold;
  background-color: #212121;
  width: 120px;
  height: 40px;
  font-size: 15px;
  border-color: black;
  padding: 0;
}

.container-text-global {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.title-1 {
  margin-left: 2%;
  color: white;
  font-size: 3.3vmax;
  font-family: Montserrat;
  font-weight: 700;
}

.title {
  color: white;
  font-size: 4.1vmax;
  font-family: Montserrat;
  font-weight: 700;
}

.title-2 {
  margin-left: 2%;
  color: white;
  font-size: 1.2vmax;
  font-family: Montserrat;
  font-weight: 500;
}

.box {
  background-color: black;
  width: 500px;
  border-radius: 12px;
  text-align: justify;
  display: flex;
  margin-top: 1%;
  transition: 1s;
}

.gradient-text {
  background-image: linear-gradient(
    to bottom,
    rgba(83, 56, 247, 1),
    rgba(83, 56, 247, 0.8)
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.coroa {
  top: 15%;
  left: 72%;
  width: 20px;
  position: absolute;
}

.faixa {
  font-family: Gordita Regular;
  font-size: 9px;
  text-align: center;
  color: white;
  background-color: #fe8908;
  width: 145px;
  height: 20px;
  top: 6.5%;
  left: -11.5%;
  position: absolute;
  transform: rotate(-45deg);
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1366px) {
  .about-subtitle-3 {
    font-size: 1.5vh;
    font-weight: normal;
  }
}

@media screen and (min-width: 1920px) {


  .container-text {
    margin-top: 12%;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
 
  .home-container {
    margin-left: 20%;
    margin-right: 20%;
  }

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
