
* {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin: 0;
        
}

body {
    background: #F7F7F7;
}

:root {
    
    var--themeColorA: #dd336b;
    var--themeColorA_h: #f4407c;
}

.container {

    padding: 20px 3px;
    width: 100%;
}

.content {
    padding: 20px 0;
    width: 90%
}

/*HEADER*/

.main_header_article {
    background: url("images/img_header_bg.png") no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: -190px;
}

/*.main_header .container {*/
/*padding: 20px 0 0 0;*/
/*}*/

/*

font-family: 'Archivo', sans-serif;
font-family: 'JetBrains Mono', monospace;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;

*/

.main_header {

    
    max-height: 150px;

    background: #fff
}

.controla {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
}

/*logo*/

.main_header_nav_logo {
    flex-basis: 30%;
   

}

.main_header_nav_logo img {
    width: 230px;
    float: left;
    max-width: 100%;
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}

.search_form button{
     flex-basis: 60%;
 
}

.input{float: left;
       border: none;
       width: 80%;
       padding: 11px;
       border-bottom: 1px solid #72003f;


}
.search{
    float: right;
    justify-content: space-between;
       
}

/*.menu_cast .content{ width: 100%}*/
.menu_content{
    width: 100%;
     background: #72003f;
         height: 60px;
         z-index: 999;
         position: absolute;
}
.menu_cast {
 

 
}

.icon-home{ font-size: 1.2em}
.main_menu li{
    margin-left: 15px;
    justify-content: space-between;
        flex-direction: row;
        padding: 17px;
        margin-top: -19px;
     position:relative;
     float:left;

        
        
       
           
   
    }
    .main_menu li a{
         text-decoration: none;
         color: #FFF;
         font-size: 1.2em;
         font-family: sans-serif;
       
    }
    

    
    .main_menu li:hover{
         background: #dd336b;
         border-bottom: 3px solid #93343C;
          -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
         transition:all 0.3s ease;
         
            
    }
    
    /*SUB MENU*/
    
       .main_menu li  ul{
position:absolute;
top:22px;
left:0;
background-color:#72003f;
display: none;
   border-bottom: 4px solid #dd336b;

}
.icon-bookmark{
    color: #f4407c;
   
}
    .main_menu li:hover ul{
       
        display: block;
          }
    
    .main_menu li ul li{
        margin-left: 0px;
        min-width: 300px;
        margin-top: 0.1px;
     
    }
    .main_menu li ul {
        
        min-height: 300px;     
        float: left;
        flex-wrap: nowrap;
        margin-top: 35px;
 
    }

    
      .main_menu li ul li:hover{
         background: #dd336b;
         width: 50%;
         border-bottom: 3px solid #93343C;
          transition:all 0.3s ease;
       
         
         
            
    }

.main_header_nav_video {
    flex-basis: 50%;

    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
    justify-content: flex-end;
    var--radius: 10px;
    margin-top: 140px;
    padding: 8px;

}

.btn_blue2:hover {
    background: #05CAC4;
    color: #FFF;

}

.search_form{
    
    flex-flow: row wrap;
    
}
.btn{
position: absolute;
padding: 10px;
padding-left: 10px;
background: #72003f;

}

.main_header_bar_line{
    margin-top: 20px;
}

.btn:hover{
    background: #dd336b;
    transition: 0.3s;
}

.search{width: 30%;
padding: 10px;
}


/*MAIN CONTEUDO*/


.main_content_noticia{
    width:  70%;
  
   background: #002459;
    

}

.main_noticia{
    
    width: 50%;
    float: left;

}
.topico{
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #dd336b;
    padding: 5px;
    width: 10%;
    margin-bottom: 10px;
    font-size: 1.2em;
        
}




.main_title_notice {
    width: 100%;
    max-height:80px; 
    padding: 10px;
        
    margin-top: -102px;
    
    position: relative;

}

.main_noticia a{
    text-decoration: none;
    color: #FFF;
    font-size: 0.85em;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    
    
}

.main_noticia:hover{
    opacity: 0.9;
    transition: 0.4s;
    
        
}

.sidebar_nav{
    width: 29%;
    float: right;
    position: relative;
    margin-top: -50px;
    
}

.main_content_agenda{
    display: flex;
    justify-content: flex-start;
    background: #FFF;
    width: 100%;
    margin-bottom: 4px;
    
     
}
.main_ag{
    flex-basis: 100%;
    flex-flow: row wrap;
margin-bottom: 1px;    
}

.main_ag:hover{
    
    opacity: 0.6;
    cursor: pointer;
}

.indicados h1{
width: 12%;
   
    
}

.dia_mes{
    width: 40%;
   padding: 4px;
    background: #72003f;
    float: left;
   text-align: center;
   margin-right: 10px;
   
}
.dia_mes h1 a{
    font-size: 4.5em;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    
    
}

.dia_mes p{
    font-size: 1.6em;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 300
}


.slide .content{
    
    width: 100%;
    margin-top: 65px;
    
}

.title_evento h1 a{
    padding: 5px;
    font-size: 1.4em;
    color: #303030;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
      
}


.main_footer {

    background-image: linear-gradient(45turn, #efefef, #ffffff);
    

}

.header_footer {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
}

.box_footer {
    flex-basis: 31%;
    margin-left: 1%;

    height: 300px;

    border-left: 1px #dedee1 dashed;

}

.box_footer:first-child {

    border-left: none;
}

.meio {
    text-align: center;

}

.logo_footer {
    width: 40%;
    margin-top: 60px;
}

.box_footer h2 {

    font-size: 1em;
    color: #333;
    margin-bottom: 10px;
}

.header_list {

    background-image: linear-gradient(45grad, #062c58, #3b0655);

    height: 100%;
}

.header_list_campanha {

    background-image: linear-gradient(45grad, #2F0221, #1A0C23);

    height: 100%;
}

.box_footer p {

    font-size: 0.875em;
    color: rgba(144, 145, 140, 0.95);
    margin-bottom: 5px;
}

.box_footer h4 {
    font-size: 0.6em;
    font-weight: 100;
    color: #333;
}

.copy {
    font-size: 0.80em;
    color: #333;
    font-weight: 100;
}

.final {

    text-align: center;

}

.box_footer a {

    float: left;

    color: #9e9e9e;
    font-size: 2em;
    margin-top: 70px;
    margin-left: 65px;
    text-align: center;

    border-radius: 5px;

}

.box_footer a:hover {

    color: #05CAC4;
    transition: 0.4s;
}

.inicio {
    margin-left: 40px;
}

.final_footer {

    background: #333333;
    display: flex;
    text-align: center;

}

.h4_final {

    color: #fbfbfb;
    font-weight: 100;
    padding: 5px;

}

.termos_footer a {

    margin-right: -50px;

    font-size: 0.75em;

}

/*HEADER STYLE*/

.main_header_course_header {
    margin-top: -150px;
    position: relative;
    background-image: linear-gradient(45grad, #0A537D, #002459);

}

.main_text {
    align-items: center;
    margin-top: 150px;
    text-align: center;
    margin-bottom: 50px;
}

.main_text h1 {

    font-size: 3em;
    color: #fbfbfb;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;

}

.main_text h2 {
    font-size: 1em;
    color: #fbfbfb;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.box3 {
    width: 31%;
    margin: -1% 3% 3% 0px;
    text-align: center;
    padding: 20px;
}

.font_course {

    font-size: 2em;
    color: #fbfbfb;
    font-weight: 400;
    margin-bottom: 15px;
}

.btn_medium_course {

    margin-bottom: 35px;
    padding: 10px 40px;

}

.curso_header_list {

}

.curso_header_list {
    display: flex;
    flex-flow: row wrap;

    justify-content: center;
}

.main_content_list {
    flex-basis: 50%;
    margin-top: 120px;
}

.main_content_list_aula{
    flex-basis: 75%;
    margin-top: 120px;

}

/*INDICA GUIA*/

.controla-indicados{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap row;
}

.side-indica{
    flex-basis: 25%;  
    margin-bottom: 67px;
    max-height: 233px;
}

.side-indica img{
    width: 100%;
    
}

.side-indica h3{
   font-size: 1.5rem; 
   font-family: 'Poppins', sans-serif; 
   font-weight: 500; 
   margin-top: -40px; 
   margin-left: 1rem; 
   margin-bottom: 6px; 
   color: #f6f6f6; 
   z-index: 100; 
   position: relative;
 
}

.side-indica:hover{
    transform: translateY(-15px); transition: .8s; box-shadow: .5rem .2rem 1rem rgba(0,0,0,0.4)
}

/*CSS PAGINA LOCAIS*/



.breadcrumbs, a{
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #939393;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .name_prod a{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #FFF;
  }
  .name_prod p{
      font-family: 'Poppins', sans-serif;
      color: #fbfbfb;
      font-weight: 300;
      font-size: .75em;
      
  } 
  .name_prod{
      margin-top: -125px;
      margin-left: 15px;
  } 
.single_list{
    display: inline-block;
    width: 100%;
   
}

.box{
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
   
    padding: 3px;
}

.box10{width: 10% !important;}
.box20{width: 20% !important;}
.box25{width: 25% !important;}
.box30{width: 30% !important;}
.box33{width: 33.333333333%  !important;}
.box40{width: 40% !important;}
.box50{width: 50% !important;}
.box60{width: 60% !important;}
.box70{width: 70% !important;}
.box80{width: 80% !important;}
.box90{width: 90% !important;}
.box100{width: 100% !important;}

  .single_pdt_cover{
      
      float: left;
      margin-top: 8px;
      width: 100%;

  }
  .single_pdt_cover img{
      width: 100%;  margin-bottom: 10px;
  } 
  .single_pdt:hover{
      transform: translateY(-15px);
      transition: .8s;
  }

  .locais_ep{ margin-top: -100px;}
  
  
  
  /*PAGINA DA EMPRESA*/
  
  .produtct_basics_cover{
      width: 75%; margin: auto;
      overflow: hidden;
      margin-top: -90px;
      z-index: 100;
      position: relative;
      padding: 20px;
      background: #FFF;
      box-shadow: 3px 3px 10px rgba(0,0,0,0.2)
  }
  
  .produtct_basics_cover img{
      width: 100%;
      height: 450px;
  }
  
  .controla_produto{
      margin: auto;
      text-align: center;
      width: 75%
      
  }
  .controla_produto h1{
      font-family: 'Poppins', sans-serif;
      font-size: 2.5em;
      width: 40%; 
      height: 80px; 
      background: #fff; 
      border-radius: 10px 10px; 
      padding: 10px; 
      box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
      margin: auto;
    z-index: 100;
    position: relative;
    margin-top: -50px;
    margin-bottom: 35px;
    color: #72003f;

  }
  
  .controla_produto p{
      text-align: left; width: 100%; padding: 6px; font-family: 'Poppins', sans-serif;
  }
  
  .pdt_img {
      width: 75%;
      display: flex;
      justify-content: space-between;
      flex-flow: wrap row;
      margin: auto;
  }
  
  .pdt_img li{
      float: left;
      flex-basis: 20%;
  }
  
  .pdt_img li img{
      width: 100%;
  }
  
  
  /*CSS AGENDA*/
  
  .main_ag_real, img{
      width: 100%
  }
  .main_ag_real h1{
      margin-top: 80px; font-family: 'Poppins', sans-serif; font-size: 2em; color: #72003f; 
  }
  .main_ag_real h3{
      font-family: 'Poppins', sans-serif; font-size: 1em; color: #333; width: 80%; font-weight: 500
  }
  
  .wc_slides{
      height: 380px;
      overflow: hidden;
  }
  .day{
       background: #72003f; padding: 10px 10px; 
       font-family: 'Poppins', sans-serif; 
      font-size: 3.5em; 
      font-weight: 500; 
      color: #FFF; 
      border-radius: 10%; 
      margin-right: 15px;
  }
  .mes{
      font-size: 3em; font-family: 'Poppins', sans-serif;
  }
  
/*BLOG ARTIGO*/

.post_ler {

    display: flex;
    justify-content: center;
}

.post_content {
    margin-top: -606px;
    width: 72%;
    text-align: center;
}

.main_base_artigo {

    width: 100%;
    max-height: 550px;
    background: rgba(0, 0, 0, 0.4);

    border-radius: 5px;

}

.produtct_basics_infor{
    background: rgba(255,255,255,0.4)
}

.post_single{ margin-left: -70px;}

.post_content h1 {

    margin-top: -250px;
    font-size: 2.2em;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 8px;
}

.post_content > img {
    max-height: 400px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.post_content h2 {

    color: #3A3A3A;
    font-family: 'Open Sans', serif;
    font-size: 2em;
    margin-top: 30px;
    font-weight: 400;
}

.htmlchars {
    text-align: left;
}

.mobile_menu > span {
    display: none
}
.checkbtn{display: none;}
#check{display: none;}


/*MEDIAS RESPONSAVEIS POR RESPONSIVAR O SITE*/


@media (max-width: 1366px) {
    .icon {
        padding: 0px;
    }
    .single_pdt_cover{float: left !important; width: 33%;}
    .post_content{ margin-top: -510px; width: 78%}
    .post_content > img{ max-height: 350px;}
    .main_ag p {font-size: .85em;}
    .dia_mes h1 a{font-size: 4.1em;}
    .title_evento h1 a{ font-size: 1.2em}
    .side-indica{margin-bottom: 27px; margin-top: 15px;}
    
    .box_footer a {
        margin-left: 59px;
    }

}

@media (max-width: 1280px) {

    .boxs_curso {
        font-size: 0.875em
    }

    .main_header_nav_headline p {
        font-size: 2.1em
    }

    .icon {
        padding: 0px;
    }

    .box_footer a {
        margin-left: 59px;
    }
}

@media (max-width: 1024px) {
    
    .wc_slides{max-height: 300px; overflow: hidden;}
    .flex_content{
        justify-content: flex-start;
        flex-flow: row wrap;
        display: flex;
        flex-direction: column-reverse;
    }
    .box20{width: 50% !important;}
    .single_pdt_cover{width: 100%;}
    
    .main_content_noticia{width: 100%;}
    .main_noticia{width: 100%; margin-bottom: 27px;}
    .sidebar_nav{
        margin-top: 14px;
        width: 100%;
    }
    .side-indica{margin-bottom: 121px; flex-basis: 50%}
    .indicados h1{width: 17%;}
    .noticia{display: none;}
    .main_menu li ul li:hover{
        width: 100%;
        
    }
    
    .main_menu{
        
        width: 100%;
        
        
    }
    
    .main_menu ul{
        
       position: absolute;
        width: 100%;
        background: #72003f;
        left: -100%;
        transition: all 1s;
       
    }
    
       
    
    .main_menu li{
        float: none;
        margin-top: 0px;
    }
    .main_menu li ul{
        width: 97%;
        position: relative;
        background: #dd336b !important;
        z-index: 100;
        margin-top: -16px;
        float: none;
        margin-bottom: 7px;
        
    }
    .main_menu li ul li:hover{
        background: #72003f;
    }
    
    .icon-bookmark{ color: #b81c47}
    
     .checkbtn{ display: block; font-size: 1.8em; color: #FFF; margin-top: -12px !important; line-height: 30px; font-weight: 300; cursor: pointer;}
     #check:checked ~ ul{ left: 0;}
    .checkbtn:hover ul{
    color: #005840;
    transition: 0.5s;
}
#check{display: none;}

.search{width: 46%;}
.side-indica{flex-basis: 33%; margin-bottom: -3px;}



    .boxs_curso h1 {
        font-size: 1.7em;
    }

    .content {
        width: 92%;
    }

    .box_footer a {
        margin-left: 30px !important;
    }

    .blog_text img {
        width: 20%;


        margin-right: 0%;
    }

.controla_produto h1{ width: 70%}
}

@media (max-width: 768px) {
    
    .pdt_img{width: 95%;}
    .controla_produto{width: 95%;}
    .produtct_basics_cover{ width: 95%;}
    .controla_produto h1{ width: 70%}
    .main_header {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        max-height: 100%;
        margin-bottom: -20px;
    }

    .main_header_nav {
        width: 96%;
        display: flex;
        flex-flow: wrap;
        align-items: center;

    }

    .main_header_nav_menu {
        margin-top: 30px;
        margin-right: 6%
    }

    .main_header_nav_logo {
        flex-basis: 100%;
        margin-left: 28% !important;
    }

    .controla {
        display: flex;
        flex-flow: row wrap;
        justify-content: start;
    }

    .main_header_nav_headline {
        flex-basis: 100%;
        margin-top: 160px;
        text-align: center !important;
        text-align: center;
    }

    .main_header_nav_video {
        flex-basis: 100%;
        margin-top: -100px;
    }

    .btn_blue2 {
        margin-top: 280px !important;
    }

    .main_boxes_content {
        flex-flow: row wrap;
        justify-content: flex-start;

    }

    .boxs {
        flex-basis: 49.8%;
    }

    .boxs:last-child {
        display: none
    }

    .boxs_curso {
        flex-basis: 35%
    }

    .veja_cursos {
        justify-content: space-between;
        margin-top: -300px;
    }

    .list_txt {
        font-size: 2.2em
    }

    .main_midia {
        flex-basis: 45.1%;
        margin-bottom: -10px
    }

    .box_footer {
        flex-basis: 100%;
        align-items: center;
        justify-content: space-between;
        border-left: none
    }

    .box_footer h2, p, h4 {
        text-align: center;
    }

    .termos_footer > a {
        text-align: center;
        margin-left: 22% !important;
        padding: 10px
    }

    .social > a {
        margin-left: 19% !important;
        margin-top: 15px;
    }

    .inicio {
        margin-left: 0px;
        
    }
    .wc_slides{height: 100%;}
    
    .side-indica{flex-basis:  50%;}
    .search{width: 64%; margin: auto;}
}


@media (max-width: 640px) {
    .produtct_basics_cover img{height: 400px;}
    .main_header_nav_logo {  margin-left: 22% !important;}
    .main_noticia{margin-bottom: 1px;}
    .indicados h1{width: 31%}
    .side-indica{flex-basis: 100%; margin-bottom: 127px;}
    .main_header_boxs_cursos_content {
        flex-basis: 100%;
    }
    .wc_slides{height: 100%;}

    .main_header_nav_menu a {
        font-size: 0.875em
    }

    .main_header_nav_menu {
        flex-basis: 100%;
        padding: 0px;
        text-align: left
    }
    .main_header_nav{ flex-flow: wrap row; }
    .search{width: 100%; margin-left: 65px;}
    .single_list{position: relative; z-index: 500;}
}

@media (max-width: 62em) {
    .main_header_nav_menu {
        order: 1;
        width: 40%;
        padding: 10px;
        margin-top: -20px;
        background: rgba(0, 0, 0, 0.9);
        flex-basis: 90%;
        flex-flow: wrap row;
    }

    .main_header_nav_menu_a {
        border: none;
        display: flex
    }

    .main_header_nav_menu {
        border-radius: 5px;
        margin-left: 58%
    }

    .mobile_menu span {
        font-size: 2em;
        color: #FFF;
        position: absolute;
        z-index: 999;
        padding: 10px;
        margin-top: -70px
    }

    .main_header_nav_menu {
        display: none
    }

    .mobile_menu span {
        display: block;
        cursor: pointer;
        margin-left: 86%
    }

    .main_header_nav_logo {
        margin-left: 0%;
    }

    .mobile_menu > span:hover {
        color: #05CAC4;
    }


}

@media (max-width: 52em) {
    .produtct_basics_cover{margin-top: -36px;}
    .produtct_basics_cover img{height: 300px;}
    .controla_produto h1{width: 80%; padding: 10px;}
    .box_footer {
        flex-basis: 30%;
    }

    .box_footer a {
        margin-left: 17px !important;
    }

    .termos_footer > a {
        display: contents;
        margin-top: 20px
    }

    .copy {
        margin-bottom: 20px;
    }

    .list_txt {
        font-size: 1.8em
    }

    .inicio {
        margin-left: 0px;
    }

    .controla {
        flex-wrap: wrap
    }

    .main_header_nav_headline {
        flex-basis: 100%;
        flex-flow: wrap row;
    }

    .main_header_nav_headline h1 {
        font-size: 1.6em;
        padding: 50px 0px 20px 0px;
    }

    .main_header_nav_video {
        flex-basis: 100%;
        margin-top: 0px
    }

    .main_header_boxs_cursos_content {
        flex-basis: 50%
    }

    .main_content_list {
        flex-basis: 90%
    }

    .main_blog_post {
        flex-basis: 32%
    }

    .box_curso {
        flex-basis: 48%
    }

    .btn_curso_person {
        width: 50%
    }

    .main_header_nav_menu {
        order: 1;
        width: 40%;
        padding: 10px;
        margin-top: -20px;
        background: rgba(0, 0, 0, 0.9);
        flex-basis: 90%;
        flex-flow: wrap row;
    }

    .main_header_nav_menu_a {
        border: none;
        display: flex
    }

    .main_header_nav_menu {
        border-radius: 5px;
        margin-left: 58%
    }

    .mobile_menu span {
        font-size: 2em;
        color: #FFF;
        position: absolute;
        z-index: 999;
        padding: 10px;
        margin-top: -70px
    }

    .main_header_nav_menu {
        display: none
    }

    .mobile_menu span {
        display: block;
        cursor: pointer;
        margin-left: 85%
    }

    .main_header_nav_logo {
        margin-left: 0%;
    }
}

@media (max-width: 42em) {
    .main_header_boxs_cursos_content {
        flex-basis: 100%
    }

    .box_footer {
        flex-basis: 100%
    }

    .box_footer > a {
        margin-left: 30% !important;
    }

    .final {
        text-align: center;
        margin: 0 auto;
        display: contents;
    }

    .inicio {
        height: 200px
    }

    .main_text h2 {
        font-size: 0.875em
    }

    .main_list_list h1 {
        font-size: 1.4em
    }

    .box_curso p {
        text-align: left;
    }

    .post_content {
        width: 90%
    }

    .main_header_nav_menu {
        order: 1;
        width: 40%;
        padding: 10px;
        margin-top: -20px;
        background: rgba(0, 0, 0, 0.9);
        flex-basis: 90%;
        flex-flow: wrap row;
    }

    .main_header_nav_menu_a {
        border: none;
        display: flex
    }

    .main_header_nav_menu {
        border-radius: 5px;
        margin-left: 61%
    }

    .mobile_menu span {
        font-size: 2em;
        color: #FFF;
        position: absolute;
        z-index: 999;
        padding: 10px;
        margin-top: -70px
    }

    .main_header_nav_menu {
        display: none
    }

    .mobile_menu span {
        display: block;
        cursor: pointer;
        margin-left: 80%
    }

    .main_header_nav_logo {
        margin-left: 0%;
    }
}

@media (max-width: 32em) {
    .main_header_nav_headline h1 {
        font-size: 1.2em;




    }
 .header_chamadas_campanha{
     display: block;
     width: auto;
     width: 100% !important;
 }

    .main_header_nav_headline p {
        font-size: 1em;
    }

    .boxs {
        flex-basis: 100%;
    }

    .boxs:last-child {
        display: block
    }

    .main_header_nav_menu {
        display: none;
        width: 60%;
        margin-left: 46%
    }

    .main_header_nav_logo {
        margin-left: 0px
    }

    .main_header_advantage h1, .subtitle_boxs {
        width: 350px;
        font-size: 1.2em;
        font-family: 'Open Sans', sans-serif
    }

    .main_text h2 {
        font-size: 1.1em
    }

    .img_list {
        width: 4%
    }

    .main_content_list {
        flex-basis: 100%;
        margin-top: 170px;
    }

    .main_content_list_confirm {
        flex-basis: 100%;
        margin-top: 80px;
    }

    .main_blog_post {
        flex-basis: 100%;
    }

    .chargback_conteudo {
        width: 90%
    }

    .condition_chargback {
        width: 90%
    }

    .box_curso {
        flex-basis: 100%
    }

    .btn_curso_person {
        width: 80%
    }

    .logo_curso {
        margin-top: 30px;
    }

    .main_midia {
        flex-basis: 45.2%
    }

    .post_content {
        width: 100%
    }
    .campanha{
        flex-basis: 86% !important;
    }
    .hedline_campanha{
        width: 70% !important;
    }
    .main_header_nav_video{
        margin-top: 136px;
    }

    .box3 {
        width: 100% !important;
    }

}


/* CSS PAGINA CAMPANHA */

.header_campanha {
    background-image: linear-gradient(60grad, #1A1734, #3b0655);
    height: 100%;

}

.topo {

    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.campanha {

    flex-basis: 48%;

}

.header_campanha_logo {

    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    margin-top: 25px;


}

.header_campanha_logo > img {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 40px;
    margin-top: -20px;


}

.hedline_campanha {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 auto;
    width: 55%;
    text-align: center;
    margin-bottom: -120px;

    text-shadow: rgba(0, 0, 0, 0.8) 2px 3px 2px;
}

.hedline_campanha mark {
    border: #00A887 dashed 2px;
    padding: 2px 5px 5px 5px;
    background: none;
    color: #FFF;
    margin-top: 20px;
    border-radius: 30px
}

.header_chamadas_campanha {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 90%;
    margin-top: -50px;

}

.box3 {
    width: 30%;
    margin: -1% 3% 3% 0px;
    text-align: center;
    padding: 20px;
}


.chamada_fist h2 {
    color: #fff;
    font-family: 'Open Sans', serif;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;

}

.chamada_fist span {
    color: #fff;
    font-family: 'Open Sans', serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-top: 2%;

}

.chamada_second h2 {
    color: #fff;
    font-family: 'Open Sans', serif;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    width: 100% !important;

}

.chamada_second span {
    color: #fff;
    font-family: 'Open Sans', serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-top: 2%;

}

.campanha_btn {
    width: 100%;
    background: #00CCA7;
}

section.sessao {
    position: relative;
    margin: 0;
    padding: 0;
    top: 10px;
}

#curve_svg {
    position: absolute;
    bottom: 0;


}

#curve_svg polygon {
    fill: #FFF;
}

.pilares {
    background-color: #FFF;
    margin-top: -10;
}

.pilares h1 {
    font-size: 2em;
    font-family: 'Open Sans', serif;
    text-align: center;
    font-weight: 800;
    color: #006dcc
}

article.box3 {

    margin-top: 15px;
    flex-flow: wrap row;
    width: 100%;
    justify-content: start;
    margin-bottom: 20px;
}

.balon {
    width: 50%;
    justify-content: left
}

.header_box_pilares {
    justify-content: start;
    display: flex;
    flex-flow: row;
}

.box2 {
    width: 40%;
}

.box2:last-child {
    width: 70%;
    text-align: left
}

.box2 h2 {
    font-size: 2.2em;
    font-family: 'Open Sans', serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #00A887
}

.box2 p, h3 {
    width: 100%;
    font-size: 1em;
    font-weight: 100;
}

.subtitle_pilares {
    width: 90%;
}


section.sessao2 {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: -60px;

}

.modulos {

    margin-top: -5px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(200grad, #1A1734, #3b0655);
    text-align: center;
}

#curve_svg2 polygon {
    fill: #1A1734;
}

.conteudo_curso_pages {
    text-align: center !important;
    font-size: 1em;
    font-family: 'Open Sans', serif;
    font-weight: 800;
    color: #FFF;
    margin: 0 auto;
}

.controla_conteudo_pages {
width: 80%; margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 25px;



}

.box4 {

    flex-basis: 22%;
    max-height: 400px;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 3px 5px 5px;

}
.box4:last-child{margin-right: 0px;}

.box4 h1{ font-size: 1.4em; color: #002A42;}
.box4 p{ font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #1A1734; font-size: 1em}


section.sessao3 {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 15px;}

#curve_svg3 polygon{fill: #FFF}

.pages_bonus{
    width: 100%;

    background: #fff;
    margin-top: -24px;
}
.pages_bonus h1{ font-size: 2.2em;
    font-family: 'Open Sans', serif;
    text-align: center;
    font-weight: 800;
    color: #006dcc}

.controla_conteudo_pages_bonus{
    width: 80%; margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 25px;

}

.box3.box{

     color: #FFF; border-radius: 5px; margin-top: 10px; margin-bottom: 25px;
}

section.sessao4 {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 15px;

}

#curve_svg4 polygon{fill: #3b0655}

.pages_checkout{
    width: 100%;

    background-image: linear-gradient(0grad, #1A1734, #3b0655);
 margin-top: -5px;
    margin-bottom: 20px;
}
.controla_checkout{
    display:flex ;
    justify-content: center;

}

.controla_checkout > .box{ flex-basis: 65%; height: 600px; background: rgba(255,255,255,0.9);
    margin-top: 50px; border-radius: 20px; margin-bottom: 5%}

.pages_checkout h1{font-size: 2.2em; color: #FFF; font-family: Raleway, Serif; font-weight: 800;}
.pages_checkout p{font-size: 1em; color: #f4f4f4;}

.box h1{font-size: 2.5em; color: #004991; font-family: Raleway, Serif; margin-top: 25px; }
.conteudo_box_checkout p{ font-size: 1em; color: #4a4a4a; font-family: 'Open Sans', serif; font-weight: 400;}
.conteudo_box_checkout{

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;

}

.left_box{
    flex-basis: 100%;  padding: 15px;
}
.left_box p{float: left;}
.left_box h4{float: right; color: #4a4a4a; }
.left_box:nth-of-type(odd){background: #ffffff;}
.left_box:nth-child(even){background: #f4f4f4;}


.title_h1_box h1{ont-size: 2.5em; color: #004991; font-family: Raleway, Serif; margin-top: 35px; margin-bottom: 40px;}

.price_checkout{
    justify-content: center;
    display: flex;
    flex-flow: wrap row;
    padding: 20px;
    text-align: center !important;
    margin-bottom: 50px;
}

.price_checkout >.box2{

    flex-basis: 48%;
    float: left;
}
.price_final_h1{font-size: 2.8em !important; color: #002A42; font-family: Raleway, Serif; margin-top: 0px !important; margin-bottom: 0px !important;}
.price_final_h3{ margin-top: 15px; text-decoration: line-through}
.price_final_h4{}

@media (max-width: 520px){

    .main_header_nav_headline h1 {
        font-size: 1.2em;

    }


    .main_content_list_aula{
    flex-basis: 100% !important;
        font-size: 0.85em;

}

    .main_list_list_campanha img{
     margin-top: -169px;
        margin-bottom: 50px;

    }

    .main_header_nav_headline p {
        font-size: 1em;
    }
    .main_list_list_campanha{
        width: 100% !important;
    }

    .boxs {
        flex-basis: 100%;
    }

    .boxs:last-child {
        display: block
    }

    .main_header_nav_menu {
        display: none;
        width: 60%;
        margin-left: 46%
    }

    .main_header_nav_logo {
        margin-left: 0px
    }

    .main_header_advantage h1, .subtitle_boxs {
        width: 350px;
        font-size: 1.2em;
        font-family: 'Open Sans', sans-serif
    }

    .main_text h2 {
        font-size: 1.1em
    }

    .img_list {
        width: 4%
    }

    .main_content_list {
        flex-basis: 100%;
        margin-top: 170px;
    }

    .main_content_list_confirm {
        flex-basis: 100%;
        margin-top: 80px;
    }

    .main_blog_post {
        flex-basis: 100%;
    }

    .chargback_conteudo {
        width: 90%
    }

    .condition_chargback {
        width: 90%
    }

    .box_curso {
        flex-basis: 100%
    }

    .btn_curso_person {
        width: 80%
    }

    .logo_curso {
        margin-top: 30px;
    }

    .main_midia {
        flex-basis: 45.2%
    }

    .post_content {
        width: 100%
    }
    .campanha{
        flex-basis: 86% !important;
    }
    .hedline_campanha{
        width: 70% !important;
    }
    .main_header_nav_video{
        margin-top: 136px;
    }

    .box3 {
        width: 100% !important;
    }

    .controla_conteudo_pages{
       display:block;
    }
    .controla_checkout{
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .price_final_h1 {
        font-size: 2em !important;
    }
    .btn_curso_person {
        width: 100% !important;
    }
}

























