/* HOME SECTION */

body {
  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: 115px;
  transition: all 0.5s;
}

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

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

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

.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;
}

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

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

.boxs {
  width:300px;
  height:215px;
 
  border-radius: 12px;
  text-align: justify;
  display: flex;
  background-color: rgb(83, 56, 247);
  transform: scale(1);
  transition: 0.5s;
}

.boxs:hover {
  box-shadow: inset 0 0 1em black, 0 0 1.8em rgba(0, 0, 0, 0.5);
  background-color: black;
  transform: scale(1.04);
  transition: 0.5s;
}

.socialIcon {
  transform: scale(1);
  transition: 0.5s;
}

.socialIcon:hover {
  transform: scale(1.10);
  transition: 0.5s;
}


.sobre-background {
  background-color: rgb(83, 56, 247);
  background-image: url("../images/logo-about2.png");
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 480px 340px;

}

.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-1-black {
  margin-left: 2%;
  color: black;
  font-size: 3.1vmax;
  font-family: Montserrat;
  font-weight: 700;
}

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

.title-3 {
  margin-top: 8.5%;
  margin-left: 2%;
  color: white;
  font-size: 1.2vmax;
  font-family: Montserrat;
}

/* HOME SECTION */

/* ABOUT SECTION */

.about {
 
}

.container-about-1 {
  margin-top: 3%;
}

.about-title-1 {
  margin-top: 2%;
  margin-left: 2%;
  font-size: 3vmax;
  font-weight: bold;
  font-family: Montserrat;
}

.about-subtitle-1 {
  margin-left: 2%;
  font-size: 1.1vmax;
  font-weight: bold;
}

.about-title-2 {
  margin-top: 5vmax;
  margin-left: -40%;
  font-size: 2vmax;
  font-weight: normal;
  font-family: Montserrat;
}

.about-subtitle-2 {
  margin-left: -40%;
  font-size: 18px;
  font-weight: normal;
}

.about-2 {
  margin-top: 1%;
}

.container-about-2 {
  margin-left: 27.5vmax;
}

.about-title-3 {
  margin-top: 5vmax;
  font-size: 2vmax;
  font-weight: bold;
  font-family: Montserrat;
}

.about-subtitle-3 {
  font-weight: normal;
  font-family: Montserrat;
  font-size:2vh;
  letter-spacing: 1.2px;
  margin-left: 15px;
}

.img-about {
  width: 20vmax;
  margin-left: 50px;
}

.effect-balls {
  background-image: url("../images/effects/purple-balls.png");
  background-size: 35vmax;
  background-position-x: 74.5vmax;
  background-position-y: 10.8vmax;
  background-repeat: no-repeat;
}

.effect-bar {
  background-image: url("../images/effects/bar.png");
  background-size: 30vmax;
  background-position-x: -12vmax;
  background-position-y: 4vmax;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

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

.box-1 {
  background-color: rgb(229, 228, 228);
  width: 500px;
  border-radius: 12px;
  margin-top: 1%;
  
  transition: 0.5s;
}

.text-box {
  font-weight: normal;
  font-family: Montserrat;
  color: white;
  font-size: 1.2vmax;
  letter-spacing: 1.2px;
  width: 35vmax;
 margin: 2%;

  
}

/* ABOUT SECTION */

/* learning */

.learning {
  background-color: rgb(83, 56, 247);
  background-image: url("../images/background-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* learning */

/* depositions */



.depositions-box {
  margin-left: 1.6vmax;
}

.depositions-box-2 {
  margin-left: 50%;
}

.depositions-box-2 {
  margin-left: 50%;
}

.photo-person {
  width: 5vmax;
  height: 5vmax;
  background-color: grey;
  border-radius: 100%;
}

.depositions-text {
  width: 40vmax;
  text-align: start;
  margin-left: 5.5vmax;
  margin-top: 10px;
  font-size: 1vmax;
}

/* depositions */

/* ABOUT2 SECTION */

.about2 {
  background-color: rgb(83, 56, 247);
}

.about2-text {
  color: white;
  font-size: 1.2vmax;
  font-family: Montserrat;
  font-weight: 500;
}

.about2-background {
  background-image: url("../images/logo-about2.png");
  height: 100%;
  width: 100%;
  background-position: end;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
}

.about2-logo {
  width: 50%;
  height: 85%;
}

/* ABOUT2 SECTION */

/* email SECTION */

.emailPublish {
  background-color: rgb(83, 56, 247);
}

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

/* email SECTION */

/* footer SECTION */

.footer {
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.notebook{
  position:absolute;top:25%;left:42%;
}
.notebookImage{
  width: 55%;
}
.tn{
  line-height:110%;margin-top:12Vh;
}
/* footer SECTION */
.container-text {
  margin-top: 15Vh;
  margin-left: 10%;
  margin-right: 10%;
  width: 100%;
}

.container-text2 {

  margin-left: 12.2%;


}

.container-text3 {
  margin-top: 22Vh;

}

.about-responsive {
  margin-left: 20%;
  margin-right: 20%;
}
.about-responsive2 {
  margin-left: 20%;
  margin-right: 20%;
}

.sobre{
  margin-left:8.3%;
  margin-top:2%
}

.boxContato {

  
  border-radius: 12px;
  text-align: justify;
  display: flex;


  background-color: white;
  display: flex;  margin-top:7.5%;
  margin-bottom:1px;width:800px;height:550px;justify-content:center;align-items:center;margin-right:10px;
  
  transform: scale(1);
  transition: 0.5s;
}

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

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

  .boxContato {

    border-radius: 12px;
    text-align: justify;
    display: flex;
  
  
    background-color: white;
    display: flex;  margin-top:12.5%;
    margin-bottom:1px;width:800px;height:550px;justify-content:center;align-items:center;margin-right:10px;
    
    transform: scale(1);
    transition: 0.5s;
  }

  

  .sobre{
    margin-left:5.3%;margin-top:2%
  }
  
  .about-responsive {
    margin-left: 20%;
    margin-right: 20%;
  }
  .about-responsive2 {
    margin-left: 20%;
    margin-right: 20%;
  }
.container-text3 {
  margin-top: 25Vh;

}
  .container-text2 {

    margin-left: 2%;
  
  
  }

  .container-text {
    margin-top: 12%;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
  .notebook{
    position:absolute;top:25%;left:49.3%;
  }

  .notebookImage{
    width: 68%;
  }

  .home-container {
    margin-left: 20%;
    margin-right: 20%;
  }

  .about-title-2 {
    font-size: 1.8vmax;
    font-weight: normal;
    font-family: Montserrat;
  }
  .about-subtitle-2 {
    font-size: 18px;
    font-weight: normal;
  }
  .about-title-3 {
    margin-top: 5vmax;
    font-size: 1.7vmax;
    font-weight: bold;
    font-family: Montserrat;
  }
  .about-subtitle-3 {
    font-size: 18px;
    font-weight: normal;
  }
  .img-about-2 {
    width: 20vmax;
  }
  .container-about-2 {
    margin-left: 20vmax;
  }
  .about-title-1 {
    margin-top: 2%;
    margin-left: 2%;
    font-size: 2.5vmax;
    font-weight: bold;
    font-family: Montserrat;
  }
  .about-subtitle-1 {
    font-size: 1.0vmax;
    font-weight: bold;
  }
  .box-1 {
    background-color: rgb(229, 228, 228);
    width: 500px;
    border-radius: 12px;
    margin-top: 10px;
  }
  .text-box {
    font-weight: normal;
    font-family: Montserrat;
    color: white;
    font-size: 18px;
    letter-spacing: 1.2px;
    margin-left: 15px;
   
    padding-top: 8px;
  }
  .about2-background {
    background-image: url("../images/logo-about2.png");
    background-position: end;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .about2-text {
    color: white;
    font-size: 1.1vmax;
    font-family: Montserrat;
    font-weight: 500;
  }
}

.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;}
}

