body{
  background-image: linear-gradient(45deg, #B58218, #CCA50C);
}
/*menu*/
#menu-principal{
  
  padding: 1rem;
  
}
@media (max-width: 1200px) {
  #menu-principal{
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;  
    position:absolute;
    top: 90px;  
  }
}

.navbar-dark .navbar-nav .nav-link{
  color:#eee;
  text-transform: uppercase;
}
/*-----*/
.container {
  max-width: 960px;
}

.section-header {
  max-width: 700px;
}

.section-header h1,
.section-header h2,
.section-header h3{    
    font-weight: 700;
}

.section-header .white{
  color: #fff;  
}
/*
.banner-top::after{
  content: "";
  position: absolute;
  display: block;
  z-index: 99;
  width: 555px;
  height: 516px;    
  background-image: url('macbook.png');
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) { 
  .banner-top::after{
    display: none;    
  }
}

@media (min-width: 768px) { 
  .banner-top::after{
    width: 300px;
    height: 380px;
    background-size: 380px;
    right: 0;
    bottom: -100px;
    
  }
}

@media (min-width: 992px) { 
  .banner-top::after{
    width: 490px;
    height: 516px;
    background-size: 555px 516px;
    right: 0;
    bottom: -148px;
  }
  .banner-top .section-header{
      max-width: 620px;
  }
}

@media (min-width: 1200px) { 
  .banner-top::after{
    width: 600px;
    height: 516px;
    background-size: 555px 516px;
    right: 0;
    bottom: -148px;
  }
}
*/

.banner-top .section-header .lead{
  color:#EEE
}
.banner-top .section-header{
  min-height: 400px;
}

.section-header .dark{
  color: #222;
}
.section-header .gold{
  color: #bf9213;
}
.section-header span{
    display: block;
    font-size: 0.5em;
    color: #222;  
    font-weight: 400;
}
.cabecalho.border-bottom{
  border-color: #ffffff1c !important;
}
body{
  background-image: url(../assets/img/bg_top_new.webp);  
  background-repeat: no-repeat;
  background-color: #111;
}

/*********************************************/
/****************BLACK NOVEMBER***************/
/*********************************************/
body.black-november{
  background-color: #000 !important;
  background-image: url(../assets/img/banner_black_november_2.webp) !important;
  background-position: center 90px;
}
body.black-november .carousel-indicators .active{
  background-color:#e99a18;
}
body.black-november .diagonal-box.banner-top{
  min-height: 588px;
}
body.black-november .diagonal-box.banner-top .container{
  display: none;
}
body.black-november .cabecalho.border-bottom{
  border: none !important;
}
body.black-november .section-bg-dark:before{
  background: #232323;
  background: -moz-linear-gradient(45deg, #232323 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(45deg, #232323 0%, #FFFFFF 100%);
  background: linear-gradient(45deg, #232323 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232323",endColorstr="#FFFFFF",GradientType=1);  
  border:none
}

@media (max-width: 500px) {
  body.black-november{
    background-position: center 36px !important;
    background-size: 205% !important;
    background-position: center 90px !important;
  }
  body.black-november .diagonal-box.banner-top{
    min-height: 449px !important;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  body.black-november .diagonal-box.banner-top{
    min-height: 454px !important;
  }
  body.black-november{
    background-size:124%
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.black-november .diagonal-box.banner-top{
    min-height: 475px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
  body.black-november .diagonal-box.banner-top{
    min-height: 495px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px){
  body.black-november .diagonal-box.banner-top{
    min-height: 530px !important;
  }
}

.bg-banner-top:before {
  background-color:rgba(0, 0, 0, 0.1); 
}

/*.diagonal-bottom{
  clip-path: polygon(0 0%, 100% 0, 100% 60%, 0 100%);  
  padding-bottom: 20%;
}
*/
.diagonal-box{
  position: relative;  
}
.diagonal-box.banner-top {  
  padding-bottom: 215px;
}
.diagonal-box.intersect:before{
    margin-top: -260px !important;
}
.diagonal-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*transform: skewy(-12.9deg);
  transform-origin: 50% 0;*/
  outline: 1px solid transparent;
  backface-visibility: hidden;
  z-index: -1;
}
.diagonal-box:not(.banner-top){
    padding-bottom: 150px;
    margin-top: -300px;
    padding-top: 85px;/*150 - 65 (margin-top negativo)*/
    
}
.diagonal-box:not(.banner-top) .container,
.diagonal-box:not(.banner-top) .container-fluid{
    padding-top:5rem;
    padding-bottom:5rem;
    margin-bottom: 60px;
}
.diagonal-box:not(.banner-top):before{
    clip-path: polygon(0 100%, 0 300px, 15% 150px, 85% 150px, 100% 0px, 100% 100%);  
    margin-top: -65px;  
}


.bg-claro:before {  
  background: #D8DFEA;
  background: -moz-linear-gradient(45deg, #D8DFEA 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(45deg, #D8DFEA 0%, #FFFFFF 100%);
  background: linear-gradient(45deg, #D8DFEA 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D8DFEA",endColorstr="#FFFFFF",GradientType=1);  
  border:none
}
.bg-claro-invert:before {  
  background: #FFFFFF;
  background: -moz-linear-gradient(45deg, #FFFFFF 0%, #D8DFEA 100%);
  background: -webkit-linear-gradient(45deg, #FFFFFF 0%, #D8DFEA 100%);
  background: linear-gradient(45deg, #FFFFFF 0%, #D8DFEA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D8DFEA",GradientType=1);  
  border:none
}


.nossos-cursos.bg-escuro::before{
  background-image: url('../assets/img/bg_nossos_cursos.webp');
  background-color:#111;
  background-repeat: no-repeat;
  background-size: contain;
}



.nossos-cursos .card button,
.nossos-cursos .card a{    
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.7rem 2.5rem;
}

/*Cards*/
/*Intensive*/
.card.intensive,
.card.extensive,
.card.propedeutics
{
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding-top: 5rem !important;
}
.card .card-body p{
    margin-bottom: 3em;
}
.card.intensive{
  background: rgb(217,33,87);
  background: -moz-linear-gradient(45deg, rgba(217,33,87,1) 0%, rgba(247,160,41,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(217,33,87,1) 0%, rgba(247,160,41,1) 100%);
  background: linear-gradient(45deg, rgba(217,33,87,1) 0%, rgba(247,160,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d92157",endColorstr="#f7a029",GradientType=1);
}
.card.extensive{
    background: rgb(22,74,232);
    background: -moz-linear-gradient(45deg, rgba(22,74,232,1) 0%, rgba(36,235,143,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(22,74,232,1) 0%, rgba(36,235,143,1) 100%);
    background: linear-gradient(45deg, rgba(22,74,232,1) 0%, rgba(36,235,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164ae8",endColorstr="#24eb8f",GradientType=1);
}
.card.propedeutics{
    background: rgb(27,27,28);
    background: -moz-linear-gradient(45deg, rgba(27,27,28,1) 0%, rgba(70,70,70,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(27,27,28,1) 0%, rgba(70,70,70,1) 100%);
    background: linear-gradient(45deg, rgba(27,27,28,1) 0%, rgba(70,70,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b1c",endColorstr="#464646",GradientType=1);
}
.card .card-header, .card .card-body{
  color:#FFF;
}
.card .card-header{
    background: none;
    border: none;
    text-transform: uppercase;    
}
.card  button.btn,
.card  a.btn{
    background-color: #fff; 
    color: #000;
    border:none;
}
.card-footer {
  padding: 1rem 1rem .5rem 1rem;
  background-color: transparent;
  border-top: none;
} 
.card .wave{
  padding: 1rem;
  border-radius: 100%;
  display: inline-block !important;
  border: 1px solid rgba(255,255,255,.125)
}
.card .wave.one{
  background-color: rgba(255,255,255,0.15);
  z-index: 100;
  top: -4.5rem;
  position: absolute;
  left: 50%;
  margin-left: -4.5rem;
}
.card .wave.two{
  background-color: rgba(255,255,255,0.3);
}
.card .icone{    
  font-size: 3rem;
  display: inline-block;
  height: 4.8rem;
  width: 4.8rem;
  line-height: 0;
  padding-top: 16px;
  background-color: #FFF;
  text-align: center;
  border-radius: 100%;
    
}
.card.extensive .icone i{
  color: #1ea3b7;
}
.card.intensive .icone i{
  background: #F7A029;
  background: -webkit-linear-gradient(to bottom, #F7A029 0%, #D92157 100%);
  background: -moz-linear-gradient(to bottom, #F7A029 0%, #D92157 100%);
  background: linear-gradient(to bottom, #F7A029 0%, #D92157 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nossos-cursos .card{
  border:none
}
@media (min-width: 768px) { 
  .nossos-cursos .section-header {
    margin-bottom:6rem!important
  }
  .card.extensive{
    margin-top: -3rem
  }
}

/*Vantagens*/
.item-vantagem{
  position: relative;
  background-color: #FFF;
  min-height: 120px;
  padding: 1rem;
}
.item-vantagem.rounded{
  -webkit-border-radius:  0.5rem !important;
  -moz-border-radius:  0.5rem !important;
  border-radius:  0.5rem !important;
}
.item-vantagem::before,
.item-vantagem::after{
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffffff7d;
  position: absolute;
  z-index: -1;
}
.item-vantagem::before{  
  top: -5px;
  left: -5px;
  -webkit-border-top-left-radius:  0.5rem;
  -moz-border-radius-topleft:  0.5rem;
  border-top-left-radius:  0.5rem;
}
.item-vantagem::after{  
  bottom: -5px;
  right: -5px;  
  -webkit-border-bottom-right-radius:  0.5rem;
  -moz-border-radius-bottomright:  0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.item-vantagem p{
  margin-bottom: 0;
}
.item-vantagem h4{
  font-size: 1em;
  color:#333;
  font-weight: bold;
}
.item-vantagem .icone i{
  margin-right: 1rem;
  padding-top: 0.5rem;
  font-size: 2rem;
  height: 4rem;
  display: block;
  width: 4rem;
  text-align: center;
  background: rgb(183,134,23);
  background: -moz-linear-gradient(45deg, rgba(183,134,23,1) 0%, rgba(218,186,5,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(183,134,23,1) 0%, rgba(218,186,5,1) 100%);
  background: linear-gradient(45deg, rgba(183,134,23,1) 0%, rgba(218,186,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b78617",endColorstr="#daba05",GradientType=1);
  color:#FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.btn.bg-gold, .diagonal-box.bg-gold:before{
  background: rgb(183,134,23);
  background: -moz-linear-gradient(45deg, rgba(183,134,23,1) 0%, rgba(218,186,5,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(183,134,23,1) 0%, rgba(218,186,5,1) 100%);
  background: linear-gradient(45deg, rgba(183,134,23,1) 0%, rgba(218,186,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b78617",endColorstr="#daba05",GradientType=1);  
  border:none
}
.diagonal-box.bg-black:before{
  background: rgb(24, 24, 25);
  background: -moz-linear-gradient(45deg, rgb(24, 24, 25) 0%, rgb(72, 72, 72) 100%);
  background: -webkit-linear-gradient(45deg, rgb(24, 24, 25) 0%, rgb(72, 72, 72) 100%);
  background: linear-gradient(45deg, rgb(24, 24, 25) 0%, rgb(72, 72, 72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181819",endColorstr="#484848",GradientType=1);  
  border:none
}

/*Promocões*/
.promocoes h4{
    font-weight: bold;
    color:#fff;
    font-size: 1rem;
}

.promocoes .row{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#fff
}
.promocoes .row .badge{
  background-color:#22D39C!important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.promocoes{
  position: relative;
}

@media (max-width: 991px) {
  .promocoes{
    padding: 2rem;
  }
  .promocoes .section-header{
    text-align: center;
    margin:auto
  }
}
@media (min-width: 992px) {
  .promocoes.bg-gold{
    background-image: url('../assets/img/macbook2.png');
    background-repeat: no-repeat;
    background-position: right center;    
  }
  .promocoes::after{
      top:  7rem;
      right:  -10rem;
  }
  .promocoes .row{
    max-width:70%
  }
}
@media (min-width: 993px) and (max-width: 1230px) {
    .promocoes.bg-gold{
      background-position: 700px center !important;
    }
}

.whatsapp span{
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    line-height: 0;
    padding-top: 8px;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
}
.whatsapp.btn-outline-success:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.whatsapp img{
  width: 1rem;
}
.whatsapp{
  color: #FFF;
  border-color: #FFF;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
}
/*titulo size*/
.diagonal-box:not(.banner-top) .section-header h3{
    font-size: 2.2rem;
}

/*Depoimentos*/
.slick-track > .slick-slide{
  padding:2rem 1rem 4rem 2rem;
  background-color: #fff;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  
  background-image: url("../assets/img/quotes.svg");
  background-repeat: no-repeat;
  background-position: 92% 95%;
}
.slick-track > .slick-slide h4{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.slick-track > .slick-slide p{
    color:#272829;
    font-style: italic;
    padding-right: 1rem;
    background: url('../assets/img/stars.gif') no-repeat bottom left;
    padding-bottom: 2.5rem;
}
.slick-prev:before, .slick-next:before{
  color:#000 !important
}

/*podcast*/
.podcast .embed-podcast-ltr-1xun4i1 .e70pa3m3{
  background-color: #101010 !important;
}
.podcast .rounded{
  border-radius: 1rem!important;
}
.podcast .bg-dark{
  background-color: #00000080!important;  
}
.podcast .border-dark{
  border: 1px solid  #00000026!important;  
}
footer .redes-sociais a i,
footer .contato-info-rodape li a i{
  color:#CCA50C !important
}

/*promo grupo extensive*/
.promo-grupo .desconto{
  font-size:10rem;
}
.promo-grupo .desconto{
  font-size: 10rem;
  line-height: .8;
}
.promo-grupo .prefix,.promo-grupo .suffix{
  font-size: 1rem;
}
.promo-grupo.bg-escuro::before {
    background-image: url('../assets/img/bg_promo_grupos_2.jpg');
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.promo-grupo .rules{
  font-size: 1.2rem;
 
}
.promo-grupo .rules li{
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 2rem;
}

.promo-grupo .rules li:before{
 
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../assets/img/arrow.svg) no-repeat center center;
    border: 1px solid #ffffff42;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 200ms;

}
@media (max-width: 1024px) {
  .diagonal-box.promo-grupo:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      outline: 1px solid transparent;
      backface-visibility: hidden;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.418);
      clip-path: polygon(0 100%, 0 300px, 15% 150px, 85% 150px, 100% 0px, 100% 100%);  
      margin-top: -65px;
  }
  
}

.text-gold{
  color:#e7c201
}