:root {
  --color-primary: #EA572E;
  --color-secondary: #3F3647;
  --padding-wrapper: 90px
}

.color-primary, 
a,
a:hover,
a:focus,
a:active { color: var(--color-primary) } 

.bg-primary { background-color: var(--color-primary) !important }

.color-secondary  { color: var(--color-secondary) } 
.bg-secondary     { background-color: var(--color-secondary) }

body { 
  overflow-x: hidden;
  font-family: "Exo", Sans-serif;
  font-size: 12pt;
  color: #14192E }

body.home {
  background: url(img/bg-body.jpg) fixed center;
  background: cover }

@media(max-width:767.98px){
  body.home {
    background: rgb(50,50,50);
    background: radial-gradient(circle, rgba(50,50,50,1) 0%, rgba(0,0,0,1) 100%) }
}


/* wrapper 
//////////////////////////////////////////////////*/
.wrapper { padding: var(--padding-wrapper) 0 }

.container { max-width: 1278.98px }

@media(max-width:767.98px){
  .wrapper { padding: 60px 0 }
  .container { padding: 0 30px }
}



/* heading / text
//////////////////////////////////////////////////*/
h1 { margin-bottom: 2.5rem }
h2 { margin-bottom: 2rem }
h3 { margin-bottom: 1.5rem }
h4 { margin-bottom: 1.25rem }

h1 { font-size: 490%; font-weight: bold  }
h2 { font-size: 250%; font-weight: bold }
h3 { font-size: 200% }
h4 { font-size: 150% }

h1 { letter-spacing: -.125rem }
h2 { letter-spacing: -.1rem }
h3 { letter-spacing: -.075rem}
h4 { letter-spacing: -.05rem }

p { line-height: 1.5 }

.inner p { line-height: 150% }

@media(max-width:767.98px){

  h1 { font-size: 250% }
  h2 { font-size: 150% }
  h3 { font-size: 125% }
  h4 { font-size: 112.5% }
  
  h1,
  h2 { margin-bottom: 1.5rem }
  h3,
  h4 { margin-bottom: 1.25rem }

  h1,
  h2,
  h3,
  h4 { letter-spacing: normal }

}



/* header 
//////////////////////////////////////////////////*/
header { 
  height: 140px;
  width: 100%;
  z-index: 10 }

.home header { position: absolute !important }  
.inner header { background: #F3F3F3 }

header .nav-link { color: var(--color-secondary) }

header .nav-link.active,
header .nav-link:hover { color: var(--color-primary) }

header .navbar-toggler { 
  width: 45px;
  padding: 10px;
  border: 0 }

header .navbar-toggler span { 
  background: var(--color-primary);
  height: 3px;
  border-radius: 10px;
  display: block }

header .navbar-toggler:hover,
header .navbar-toggler:active,
header .navbar-toggler:focus { background: var(--color-primary) }

header .navbar-toggler:hover span,
header .navbar-toggler:active span,
header .navbar-toggler:focus span { background: #FFF }

header .navbar-toggler span:not(:last-of-type) { margin: 0 0 4px 0 }

@media(min-width:992px){ 
  header .nav-link { 
    margin-left: 40px;
    padding: 0 !important}

  header .nav-link:last-child { margin-left: 15px }
}

@media(max-width:991.98px){
  header .navbar-collapse { 
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0;
    min-width: 300px;
    background: var(--color-primary) }

  header .nav-link { 
    margin: 0;
    text-align: center;
    line-height: 45px;
    padding: 0 15px !important;
    color: #FFF !important }

  header .nav-link:hover,
  header .nav-link:focus,
  header .nav-link:active { box-shadow: inset 0 0 100px rgba(255,255,255,0.1) }
}

@media(max-width:575.98px){
  header { 
    padding: 0 15px !important;
    height: 110px }

  header .navbar-brand { width: 50% }
  header .navbar-brand img { max-width: 100% }

  header .navbar-collapse { 
    top: 0;
    left: 0;
    width: 100%  }

  header .navbar-nav {
    justify-content: center;
    width: 100%;
    height: 100vh }  

  header .nav-link { 
    text-align: center;
    line-height: 50px;
    font-size: 150% }
}




/* front 
//////////////////////////////////////////////////*/
.front { 
  background: url(img/bg-front.png) no-repeat left;
  background-size: cover;
  position: relative;
  height: 100vh }

.front-caption {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,calc(-50% + 115px/2)) }  

.front-caption h1 { 
  letter-spacing: -1px;
  line-height: 100% } 

.front-caption p { font-size: 112.5% }  

@media(min-width: 768px){
  .front-caption h1 { font-size: 440% }
}

@media(max-width: 767.98px){

  .front-caption { padding: 0 45px }
  
  .front-caption h1 { 
    letter-spacing: -1px;
    font-size: 175% } 

  .front-caption p { font-size: 90% }  

  .front-caption img { width: 80% }

}

  
@media(max-height: 600px){
  .front-caption h1 { font-size: 300% } 

  .front-render { 
    object-fit: cover;
    height: 400px }
}




/* about 
//////////////////////////////////////////////////*/
.about { color: #FFF }

.about p:last-of-type { margin-bottom: 3rem }

.inner .about {
  background: url(img/bg-body.jpg) fixed center;
  background: cover }

@media(min-width: 768px){
  .about { padding-bottom: calc(var(--padding-wrapper) + 220px) }
}

@media(max-width: 767.98px){
  .about { padding-bottom: calc(var(--padding-wrapper) + 120px) }
}



/* courses 
//////////////////////////////////////////////////*/
.courses { 
  position: relative;
  background: #F3F3F3 }

.inner .courses {  background: var(--color-primary) }
.inner .courses h1 { color: #FFF }

.home .courses:before,
.home .courses:after { 
  z-index: 0;
  display: block;
  content: " ";
  width: 100%;
  background-size: cover;
  position: absolute }

.home .courses:before { 
  background: url(img/bg-courses1.png);
  height: 200px;
  top: -199px }

.home .courses:after { 
  background: url(img/bg-courses2.png);
  height: 330px;
  bottom: -1px }

.courses .container {
  position: relative;
  z-index: 1 }

.courses .card {
  background: rgba(255,255,255,.95);
  border: 0;
  padding: 2rem;
  border-radius: 7.5px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.05) }

@media(min-width:768px){
  .courses h2 { font-size: 200% }
}



/* cites 
//////////////////////////////////////////////////*/
.cites { 
  color: #FFF;
  position: relative;
  background: var(--color-primary) }

.videos { background: #F3F3F3 }  

.cites h2 { 
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 7.5px;
  font-size: 150% }

.cites .carousel-item { padding: 0 100px }

.cites small { 
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 87.5% }

.cites p {
  margin: 0;
  line-height: 1.5;
  padding: 0 30px;
  position: relative }

.cites .carousel-control-next, 
.cites .carousel-control-prev { width: calc(45px + 60px) }

@media(max-width:767.98px){
  .cites .container { 
    border-radius: 0;
    padding: 50px 30px }

  .cites .carousel-item { padding: 0  }

  .cites .carousel-control-next .icon, 
  .cites .carousel-control-prev .icon {
    position: absolute;
    top: 25px   }
}
  
  


/* ebook 
//////////////////////////////////////////////////*/
.ebook {
  position: relative;
  margin-top: -1px;
  background: url(img/bg-ebook.jpg) top left;
  background-size: cover }

@media(min-width:768px)  {
  .ebook { color: #FFF }
}


/* blog 
//////////////////////////////////////////////////*/
.home .posts { background: #F3F3F3 }

.post-header h1 { 
  margin-bottom: 15px;
  text-transform: initial }

.post-header small { 
  line-height: 1.4;
  display: block;
  color: #AAA }

.post-header p {
  margin-bottom: 30px;
  line-height: 130%;
  color: var(--color-primary);
  font-size: 150% }

.post-body { margin: 30px auto }

.post-body > * { 
  font-size: 112.5%;
  margin-bottom: 30px;
  line-height: 160% }

.post-body > * > * { margin-bottom: 15px }

.post-body h2 { 
  line-height: 120%;
  font-size: 240%;
  text-transform: initial }

.post-body h3 { 
  line-height: 120%;
  font-size: 180%;
  text-transform: initial }

.inner .posts { background: #EEE }

.posts a { 
  color: #111;
  text-decoration: none }

.posts img { border-radius: 7.5px }

.posts small {
  opacity: .5;
  display: block;
  margin-bottom: 7.5px;
  font-size: 87.5%;
  letter-spacing: 2px }

.posts h2 { 
  letter-spacing: normal;
  font-weight: normal;
  font-size: 140% }

.posts a:hover h2 { text-decoration: underline }

@media(max-width: 767.98px){
  .posts .row { margin: 0 -30px }
  
  .posts .row a { 
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0,0,0,.1) }

  .posts a picture {
    float: right;
    background: #FFF;
    padding: 0;
    margin-left: 15px;
    order: 2;
    width: 72px;
    height: 72px } 

  .posts a picture img { object-fit: cover }

  .posts a h2 {
    order: 1;
    font-size: 110%;
    display: inline;
    margin: 0 }

  /* .posts .btn { width: 100% } */
}

@media(min-width:768px){
  .post-header h1 { font-size: 300% }
  .post-header { 
    width: 800px;
    margin: 0 auto }
  
  .post-body { width: 800px }
  
  .posts .row { margin: 0 -30px }
  .posts .row > * { padding: 0 30px }

}



/* newsletter 
//////////////////////////////////////////////////*/
.newsletter { 
  background: rgb(50,50,50);
  background: radial-gradient(circle, rgba(50,50,50,1) 0%, rgba(0,0,0,1) 100%);
  color: #FFF }

@media(min-width:768px){
  .newsletter .form-inline > * { height: 50px }  
}



/* contact 
//////////////////////////////////////////////////*/
.home .contact { background: #F3F3F3 }

.contact .d-flex > div { font-size: 112.5% }

.contact-form { background: #F3F3F3 } 

.contact-form .form-control { background: #FFF }

.contact-form input.form-control { height: 50px }


@media(max-width:767.98px){
  .contact .d-flex > div { 
    display: flex;
    align-items: center;
    flex-direction: column }

  .contact .d-flex > div:not(:last-child) { margin-bottom: 3rem }
}





/* register 
//////////////////////////////////////////////////*/
.register { 
  color: #FFF;
  background: var(--color-secondary ) }

.register h1 { line-height: .9 }

.register ul { padding: 0 0 0 20px }

.register ul li { margin-bottom: 15px }

.register-form { background: #F3F3F3 }

.register-form .form-group { margin-bottom: 30px }  

.register-form label { 
  line-height: 1.25;
  font-size: 112.5%;
  font-weight: bold }

.register-form .form-control { background: #FFF }

@media(min-width: 768px){
  .register .container,
  .register-form .container { width: 800px }
}

@media(max-width: 767.98px){
  .register-form .btn { width: 100% }
}



/* basesite 
//////////////////////////////////////////////////*/
.basesite { 
  background: #FFF;
  padding: 60px 0 }

.basesite a { color: #333 }

.basesite .socialmedia > div { 
  align-items: center;
  line-height: 1 }

.basesite .socialmedia strong { 
  font-weight: normal;
  font-size: 125% }

.basesite .socialmedia i { margin-right: 10px }

.basesite .socialmedia small { 
  opacity: .5;
  font-size: 87.5% }

@media(max-width:767.68px){
  .basesite a { 
    margin-bottom: 7.5px;
    display: block }
}

@media(min-width:768px){
  .mapsite { width: 40% }
  
  .mapsite a { 
    width: 33%;
    line-height: 1.7;
    white-space: nowrap }
}





/* footer 
//////////////////////////////////////////////////*/
footer { 
  background: #222;
  color: #FFF;
  font-weight: 400;
  padding: 60px 0 }

footer a.brand-flexpoint {
  display: inline-block;
  text-indent: -1000000px;
  background: url(https://www.flexpoint.com.br/addons/flexpoint-site-sign.png) top;
  width: 25px;
  height: 27px } 




/* form 
//////////////////////////////////////////////////*/
.form-control {
  color: #666;
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
  background: #F6F6F6 }

.custom-control label { cursor: pointer }

.custom-control-input:checked~.custom-control-label::before {
  border-color: #ED323E;
  background-color: #F78D1A}

.custom-switch .custom-control-label::before { 
  height: 1.25rem }

.custom-switch .custom-control-label::before { 
  width: 2rem;
  border-radius: .75rem }

.custom-switch .custom-control-label::after {
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px) }

.btn {
  border: 0;
  border-radius: 5px }

.btn-light { background: #EBEBEB }

.btn-link {
  text-transform: none;
  font-weight: normal;
  color: #F78D1A!important }

.btn-primary {
  border: 0;
  background: var(--color-primary) !important;
  color: #FFF !important } 

.btn-primary-outline {
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary) !important } 

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active {
  background: var(--color-primary) !important;
  color: #FFF !important } 
  
.btn-white {
  background: #FFF;
  color: var(--color-primary) !important }

.btn-secondary {
  background: var(--color-secondary) !important;
  color: #FFF !important }  

.btn-secondary-outline {
  border: 1px solid var(--color-secondary) !important;
  color: var(--color-secondary) !important }  

.btn-secondary-outline:hover,
.btn-secondary-outline:active,
.btn-secondary-outline:focus {
  background: var(--color-secondary) !important;
  color: #FFF !important }  

.btn-green {
  background: #31BE42;
  color: #FFF !important }  

.btn-green-outline {
  border: 1px solid #31BE42;
  color: #31BE42 !important }  

.btn-green-outline:hover,
.btn-green-outline:active,
.btn-green-outline:focus {
  background: #31BE42 !important;
  color: #FFF !important }  

.btn-gray-outline {
  border: 1px solid #888;
  color: #888 !important }  

.btn-gray-outline:hover,
.btn-gray-outline:active,
.btn-gray-outline:focus {
  background: #888 !important;
  color: #FFF !important }  

.btn-white-outline {
  border: 1px solid #FFF;
  color: #FFF !important }  

.btn:active,
.btn:hover,
.btn:focus { box-shadow: inset 0 0 100px rgba(255,255,255,0.2) }



/* global 
//////////////////////////////////////////////////*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both }
 


/* aspects ratio
//////////////////////////////////////////////////*/
[class*=ratio]{
  position: relative;
  overflow: hidden;
  display: block }

[class*=ratio] img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover }

.ratio-1p1  { padding-top: 100% }
.ratio-4p3  { padding-top: 75% }
.ratio-3p2  { padding-top: 66.66% }
.ratio-8p5  { padding-top: 62.5% }
.ratio-16p9 { padding-top: 56.25% }
.ratio-9p16 { padding-top: 177% }



  
/* ANIMATION: DELAY / DURATION
//////////////////////////////////////////////////////////////////////////////////////////*/
.delay1   { animation-delay: 500ms !important }
.delay2   { animation-delay: 1000ms !important }
.delay3   { animation-delay: 1500ms !important }
.delay4   { animation-delay: 2000ms !important }
.delay5   { animation-delay: 2500ms !important }
.delay6   { animation-delay: 3000ms !important }
.delay7   { animation-delay: 3500ms !important }
.delay8   { animation-delay: 4000ms !important }
.delay9   { animation-delay: 4500ms !important }
.delay10  { animation-delay: 5000ms !important }
.delay11  { animation-delay: 6000ms !important }

.duration1  { animation-duration: 100ms !important }
.duration2  { animation-duration: 200ms !important }
.duration3  { animation-duration: 300ms !important }
.duration4  { animation-duration: 400ms !important }
.duration5  { animation-duration: 500ms !important }
.duration6  { animation-duration: 600ms !important }
.duration7  { animation-duration: 700ms !important }
.duration8  { animation-duration: 800ms !important }
.duration9  { animation-duration: 900ms !important }
.duration10 { animation-duration: 1000ms !important }
.duration20 { animation-duration: 2000ms !important }
.duration30 { animation-duration: 3000ms !important }
.duration40 { animation-duration: 4000ms !important }
.duration50 { animation-duration: 5000ms !important }
.duration60 { animation-duration: 6000ms !important }
.duration70 { animation-duration: 7000ms !important }
.duration80 { animation-duration: 8000ms !important }
.duration90 { animation-duration: 9000ms !important }
.duration100 { animation-duration: 10000ms !important }

@media(max-width:767.98px){
  .delay-xs-0 { animation-delay: initial !important }
}



/* PARALLAX
//////////////////////////////////////////////////////////////////////////////////////////*/
.parallax {
  display: block;
  min-height: 100%;
  position: relative;
  overflow: hidden }

.parallax img { position: absolute }



/* SVG ICONS
//////////////////////////////////////////////////////////////////////////////////////////*/
.icon { 
  display: inline-block;
  position: relative}

.icon-16 { width: 16px; height: 16px }
.icon-24 { width: 24px; height: 24px }
.icon-32 { width: 32px; height: 32px }
.icon-48 { width: 48px; height: 48px }
.icon-64 { width: 64px; height: 64px }
.icon-96 { width: 96px; height: 96px }

.icon-color-primary   { fill: var(--color-primary) }
.icon-color-secondary { fill: var(--color-secondary) }
.icon-color-white     { fill: #FFF }
.icon-whatsapp        { fill: #009F01 }