* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Rubik', sans-serif;
  color: #1F2D3D;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 42px;
  line-height: 50px;
}
h2 {
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  color: #592DEA;
  margin-top: 0;
  margin-bottom: 20px;
}
h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #592DEA;
  margin-top: 0;
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

a {
  font-weight: 500;
  color: #eb5035;
}
a:hover {
  text-decoration: underline;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/* COLORS */
.primary-color {
  color: #592DEA;
}


/* MARGINS & PADDINGS */
.mtop-40 {
  margin-top: 40px !important;
}
.mtop-30 {
  margin-top: 30px !important;
}
.mtop-20 {
  margin-top: 20px !important;
}
.mtop-10 {
  margin-top: 10px !important;
}
.mbot-40 {
  margin-bottom: 40px !important;
}
.mbot-30 {
  margin-bottom: 30px !important;
}
.mbot-20 {
  margin-bottom: 20px !important;
}
.mbot-15 {
  margin-bottom: 15px !important;
}
.mbot-10 {
  margin-bottom: 10px !important;
}
.mbot-0 {
  margin-bottom: 0 !important;
}
.mr-20 {
  margin-right: 20px !important;
}

.ptop-60 {
  padding-top: 60px !important;
}
.ptop-40 {
  padding-top: 40px !important;
}
.ptop-30 {
  padding-top: 30px !important;
}
.pbot-60 {
  padding-bottom: 60px !important;
}
.pbot-40 {
  padding-bottom: 40px !important;
}
.pbot-30 {
  padding-bottom: 30px !important;
}
.pbot-20 {
  padding-bottom: 20px !important;
}


/* BUTTONS */
.btn, 
.btn-large, 
.btn-small, 
.btn-flat {
  border-radius: 6px;
  text-transform: inherit;
  background: #FF5216;
}
.btn-ghost, 
.btn:hover, 
.btn-large:hover, 
.btn-small:hover,
.btn:focus, 
.btn-large:focus, 
.btn-small:focus, 
.btn-floating:focus {
  color: #FF5216;
  border: 1px solid #FF5216;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
}
.btn-large {
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
}


/* FLEX OPTIONS */
.flex-align-center {
  display: flex;
  align-items: center;
}


/* NAVBAR */
nav, 
nav .nav-wrapper i, 
nav a.sidenav-trigger, 
nav a.sidenav-trigger i {
  height: 80px;
  line-height: 80px;
}
nav {
  position: absolute;
}
nav .brand-logo {
  top: 15px;
  line-height: initial;
}
nav ul li.active, 
nav ul a:hover {
  background-color: transparent;
  box-shadow: 0px -2px 0px #FF5216 inset;
}
nav ul a {
  font-size: 16px;
  font-weight: normal;
}
nav ul a:hover {
  text-decoration: none;
}
nav .sidenav-trigger {
  float: right;
  margin: 0;
}
.dropdown-content {
  width: 300px !important;
  height: auto !important;
  top: 80px !important;
  left: auto !important;
  right: -2% !important;
  padding: 10px 0;
}
.dropdown-content li:hover, 
.dropdown-content li.active {
  background-color: transparent;
}
.dropdown-content li>a, 
.dropdown-content li>span {
  color: #1F2D3D;
  padding: 13px 23px;
}
nav ul.dropdown-content li.active,
nav ul.dropdown-content a:hover {
  box-shadow: 3px 0 0 #ff5216 inset;
  font-weight: 500;
}
nav ul.dropdown-content li.active a {
  font-weight: 500;
}

/* NAVBAR WHITE */
.nav-white {
  position: initial;
}
.nav-white a,
.nav-white ul a {
  color: #1F2D3D;
}


/* SIDENAV */
.sidenav-trigger:hover {
  text-decoration: none;
}
.sidenav {
  width: 100%;
  padding-top: 80px;
}
.sidenav li {
  margin-bottom: 10px;
}
.sidenav li.active,
.sidenav li>a:hover {
  background-color: transparent;
  box-shadow: 3px 0px 0px #FF5216 inset;
}
.sidenav li>a {
  font-size: 16px;
  line-height: 22px;
  padding: 13px 23px;
  font-weight: normal;
  height: auto;
}
.sidenav li.active>a,
.sidenav li>a:hover {
  font-weight: 500;
}
.sidenav .close-sidenav {
  position: absolute;
  top: 5px;
  right: 0;
  margin-bottom: 0;
}
.sidenav .close-sidenav>a:hover {
  box-shadow: none;
}


/* HEADER */
.banner {
  background: url('../assets/background.svg') no-repeat center center;
  background-size: cover;
  height: 661px;
}
.header h1 {
  width: 600px;
  margin-top: 0;
  position: absolute;
  top: 190px;
}
.header .btn-large {
  position: absolute;
  top: 500px;
  left: 29%;
}


/* INTRO */
.intro {
  margin-top: 60px;
  margin-bottom: 60px;
}
.intro-bg, 
.content-bg {
  background: #F7F5F9;
}
.intro #ytplayer {
  width: 100%;
  height: 350px;
}


/* HOW IT WORKS */
.how-it-works {
  margin-top: 60px;
  margin-bottom: 80px;
}
.owl-carousel .owl-hiw {
  border: 1px solid #C0CCDA;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  min-height: 423px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.owl-carousel .owl-hiw .owl-hiw--step {
  border: 1px solid #592DEA;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -21px;
  background: #fff;
}
.owl-carousel .owl-hiw div {
  min-height: 60px;
}
.owl-carousel .owl-hiw img {
  max-width: 227px;
  margin: 0 auto;
}
.owl-carousel .owl-hiw p {
  color: #000;
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #C0CCDA;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #6568ea;
}


/* KNOW THE MODEL */
.know-the-model {
  background: #C0CCDA;
}
.know-the-model .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.know-the-model h3 {
  color: #000000;
  margin-bottom: 20px;
}


/* FOOTER */
footer {
  background: #273444;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .subtitle {
  color: #C0CCDA;
}
footer .social-link:hover {
  text-decoration: none;
}
footer .social-link span {
  color: #fff;
  position: relative;
  top: -6px;
  margin-left: 5px;
}
footer ul li {
  margin-top: 10px;
}
footer ul li .footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}


/* COPYRIGHT */
.copyright {
  background: #1F2D3D;
}
.copyright .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright h3 {
  color: #fff;
  font-weight: normal;
  max-width: 633px;
  margin: 0 auto;
}


/* STEPS */
.steps-wrapper {
  display: flex;
  place-content: space-between;
  position: relative;
}
.steps-wrapper .step {
  background: #FFFFFF;
  border: 1px solid #592DEA;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.steps-wrapper .step:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #C0CCDA;
  top: 21px;
  left: 0;
  z-index: -1;
}
.steps-wrapper .step:first-child:after {
  content: none;
}
.steps-wrapper .step a {
  color: initial;
  text-decoration: none !important;
}
.steps-wrapper .step-active a {
  color: #fff;
}
.steps-wrapper .step .step--number {
  background: #592DEA;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  place-content: center;
  color: #fff !important;
}
.steps-wrapper .step strong {
  margin-left: 10px;
  margin-right: 15px;
}
.steps-wrapper .step-active {
  background: #592DEA;
  color: #fff;
}
.steps-wrapper .step-active .step--number {
  background: #FF5216;
}


/* GRID */
.grid-container {
  column-gap: 20px;
  column-fill: initial;
  -moz-column-gap: 20px;
  -moz-column-fill: initial;
  -webkit-column-gap: 20px;
  -webkit-column-fill: initial;
}
.grid-3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}
.grid-2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
.grid-item {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #592DEA;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.grid-item h4 {
  color: #592DEA;
}


/* MULTIPLE LINKS */
.multiple-links a img {
  position: relative;
  top: 3px;
  margin-left: 5px;
}


/* BOOK ITEMS */
.book-item .book--title {
  color: #592DEA;
}


/* PLAN POINTS */
.flex-align-center .plan-point {
  background: #FFFFFF;
  border: 1px solid #C0CCDA;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 26px;
  flex: 1;
  margin-bottom: 20px !important;
  margin-right: 20px !important;
}
.flex-align-center .plan-point:last-child {
  margin-right: 0;
}
.flex-align-center .plan-point h3 {
  text-align: center;
  color: #FF5216;
}


/* CONTATO */
.flex-align-center .contato {
  background: #F7F5F9;
  border-radius: 6px;
  padding: 30px 20px;
}
.flex-align-center .contato form .form-group {
  margin-bottom: 20px !important;
}
.flex-align-center .contato form label {
  font-weight: 500;
  color: #000;
}
.flex-align-center .contato form input,
.flex-align-center .contato form textarea {
  background: #fff !important;
  border: 1px solid #8492A6 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 0 10px !important;
  margin-top: 10px !important;
}
.flex-align-center .contato form .materialize-textarea {
  min-height: 60px;
  padding-top: 10px !important;
}
label.error {
  color: red !important;
}
.swal-text,
.swal-footer {
  text-align: center;
}